Skip to content

Commit

Permalink
docs: i18n for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed May 10, 2024
1 parent 808233d commit 2b4faea
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions wiki/tiddlers/TraitTags/$__TraitTag_ActionState.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"text": "Describe action like task's complete state.",
"creator": "林一二",
"title": "$:/TraitTag/ActionState",
"modified": "20240510174853560",
"modified": "20240510175506854",
"modifier": "林一二",
"tags": "$:/SuperTag/TraitTag",
"type": "text/vnd.tiddlywiki",
"schema": "{\n \"type\": \"object\",\n \"lingo-base\": \"language/\",\n \"properties\": {\n \"completed\": {\n \"type\": \"boolean\"\n },\n \"completeType\": {\n \"type\": \"string\",\n \"enum\": [\"Delay\", \"AtTime\", \"InAdvance\"],\n \"options\": {\n \"enum_titles\": [\n \"TraitTag/ActionState/Delay\",\n \"TraitTag/ActionState/AtTime\",\n \"TraitTag/ActionState/InAdvance\"\n ]\n }\n },\n \"completedCount\": {\n \"type\": \"number\"\n }\n },\n \"required\": [\"completed\"]\n}\n",
"schema": "{\n \"type\": \"object\",\n \"lingo-base\": \"language/\",\n \"properties\": {\n \"completed\": {\n \"type\": \"boolean\",\n \"title\": \"TraitTag/ActionState/Completed/Title\",\n \"description\": \"TraitTag/ActionState/Completed/Description\"\n },\n \"completeType\": {\n \"type\": \"string\",\n \"title\": \"TraitTag/ActionState/CompleteType/Title\",\n \"description\": \"TraitTag/ActionState/CompleteType/Description\",\n \"enum\": [\"Delay\", \"AtTime\", \"InAdvance\"],\n \"options\": {\n \"enum_titles\": [\n \"TraitTag/ActionState/Delay\",\n \"TraitTag/ActionState/AtTime\",\n \"TraitTag/ActionState/InAdvance\"\n ]\n }\n },\n \"completedCount\": {\n \"type\": \"number\"\n }\n },\n \"required\": [\"completed\"]\n}\n",
"wl-field-name-text": "schema"
}
]
1 change: 1 addition & 0 deletions wiki/tiddlers/language/en-GB/MyExampleTask.tid
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
completeType: AtTime
completed: true
created: 20230218103715583
creator: 林一二
Expand Down
6 changes: 5 additions & 1 deletion wiki/tiddlers/language/en-GB/Translations.multids
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ TraitTag/Color/Title: Color
TraitTag/Color/Description: Theme color of tiddler, used when this tiddler works as tag, etc.
TraitTag/ActionState/Delay: Delay
TraitTag/ActionState/InAdvance: InAdvance
TraitTag/ActionState/AtTime: AtTime
TraitTag/ActionState/AtTime: AtTime
TraitTag/ActionState/CompleteType/Title: Complete Type
TraitTag/ActionState/CompleteType/Description: Whether the task was completed on time or not.
TraitTag/ActionState/Completed/Title: Completion Status
TraitTag/ActionState/Completed/Description: Whether or not the task was completed.
1 change: 1 addition & 0 deletions wiki/tiddlers/language/zh-Hans/MyExampleTask.tid
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
completeType: AtTime
completed: true
created: 20230218103715583
creator: 林一二
Expand Down
6 changes: 5 additions & 1 deletion wiki/tiddlers/language/zh-Hans/Translations.multids
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ TraitTag/Color/Title: 颜色
TraitTag/Color/Description: 设置条目的主题色,用于此条目作为标签时的颜色等
TraitTag/ActionState/Delay: 延迟
TraitTag/ActionState/InAdvance: 提前
TraitTag/ActionState/AtTime: 准时
TraitTag/ActionState/AtTime: 准时
TraitTag/ActionState/CompleteType/Title: 完成类型
TraitTag/ActionState/CompleteType/Description: 任务是否准时完成
TraitTag/ActionState/Completed/Title: 完成情况
TraitTag/ActionState/Completed/Description: 任务是否已完成

0 comments on commit 2b4faea

Please sign in to comment.