diff --git a/wiki/tiddlers/TraitTags/$__TraitTag_ActionState.json b/wiki/tiddlers/TraitTags/$__TraitTag_ActionState.json index 4cb8714..d6060ff 100644 --- a/wiki/tiddlers/TraitTags/$__TraitTag_ActionState.json +++ b/wiki/tiddlers/TraitTags/$__TraitTag_ActionState.json @@ -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" } ] \ No newline at end of file diff --git a/wiki/tiddlers/language/en-GB/MyExampleTask.tid b/wiki/tiddlers/language/en-GB/MyExampleTask.tid index d14476a..40b4d4c 100644 --- a/wiki/tiddlers/language/en-GB/MyExampleTask.tid +++ b/wiki/tiddlers/language/en-GB/MyExampleTask.tid @@ -1,3 +1,4 @@ +completeType: AtTime completed: true created: 20230218103715583 creator: 林一二 diff --git a/wiki/tiddlers/language/en-GB/Translations.multids b/wiki/tiddlers/language/en-GB/Translations.multids index da3af4c..80c1e80 100644 --- a/wiki/tiddlers/language/en-GB/Translations.multids +++ b/wiki/tiddlers/language/en-GB/Translations.multids @@ -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 \ No newline at end of file +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. \ No newline at end of file diff --git a/wiki/tiddlers/language/zh-Hans/MyExampleTask.tid b/wiki/tiddlers/language/zh-Hans/MyExampleTask.tid index 6cf2837..373f976 100644 --- a/wiki/tiddlers/language/zh-Hans/MyExampleTask.tid +++ b/wiki/tiddlers/language/zh-Hans/MyExampleTask.tid @@ -1,3 +1,4 @@ +completeType: AtTime completed: true created: 20230218103715583 creator: 林一二 diff --git a/wiki/tiddlers/language/zh-Hans/Translations.multids b/wiki/tiddlers/language/zh-Hans/Translations.multids index 596424c..586fd9e 100644 --- a/wiki/tiddlers/language/zh-Hans/Translations.multids +++ b/wiki/tiddlers/language/zh-Hans/Translations.multids @@ -7,4 +7,8 @@ TraitTag/Color/Title: 颜色 TraitTag/Color/Description: 设置条目的主题色,用于此条目作为标签时的颜色等 TraitTag/ActionState/Delay: 延迟 TraitTag/ActionState/InAdvance: 提前 -TraitTag/ActionState/AtTime: 准时 \ No newline at end of file +TraitTag/ActionState/AtTime: 准时 +TraitTag/ActionState/CompleteType/Title: 完成类型 +TraitTag/ActionState/CompleteType/Description: 任务是否准时完成 +TraitTag/ActionState/Completed/Title: 完成情况 +TraitTag/ActionState/Completed/Description: 任务是否已完成 \ No newline at end of file