diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-25 16:59:12 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-25 16:59:12 +0200 |
commit | 08c8ebc1001768208391a3834296ff47db782639 (patch) | |
tree | 05a05900a649c906fd57ec4c2bea689abbb62a93 /i18n/zh-CN.i18n.json | |
parent | 0039fe09bed435c76365b3c21bba181c8bfa8d40 (diff) | |
download | wekan-08c8ebc1001768208391a3834296ff47db782639.tar.gz wekan-08c8ebc1001768208391a3834296ff47db782639.tar.bz2 wekan-08c8ebc1001768208391a3834296ff47db782639.zip |
- Fix typos.
- Fix Outgoing Webhook message about created new swimlane.
Related #1969
Diffstat (limited to 'i18n/zh-CN.i18n.json')
-rw-r--r-- | i18n/zh-CN.i18n.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 612b5ae8..1fde84fb 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -5,7 +5,9 @@ "act-deleteAttachment": "删除看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中的附件 __attachment__", "act-addSubtask": "添加子任务 __subtask__ 到看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中", "act-addLabel": "添加标签 __label__ 到看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中", + "act-addedLabel": "添加标签 __label__ 到看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中", "act-removeLabel": "移除看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中的标签 __label__ ", + "act-removedLabel": "移除看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中的标签 __label__ ", "act-addChecklist": "添加清单 __checklist__ 到看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中", "act-addChecklistItem": "添加清单项 __checklistItem__ 到看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中的清单 __checklist__", "act-removeChecklist": "移除看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中的清单 __checklist__", @@ -16,6 +18,7 @@ "act-uncompleteChecklist": "看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 中的清单 __checklist__ 未完成", "act-addComment": "对看板 __board__ 中的泳道 __swimlane__ 中的列表 __list__ 中的卡片 __card__ 发表了评论: __comment__ ", "act-createBoard": "创建看板 __board__", + "act-createSwimlane": "created swimlane __swimlane__ to board __board__", "act-createCard": "created card __card__ to list __list__ at swimlane __swimlane__ at board __board__", "act-createCustomField": "created custom field __customField__ to card __card__ at list __list__ at swimlane __swimlane__ at board __board__", "act-createList": "添加列表 __list__ 至看板 __board__", |