From 5b0da6cb3adf6366afb3264cdab1f45a5b506029 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:29:48 +0200 Subject: Change the way to remove a list (card like) --- i18n/zh-CN.i18n.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i18n/zh-CN.i18n.json') diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 8947cc4a..2777b84c 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -121,7 +121,7 @@ "checklists": "Checklists", "click-to-star": "点此来标记该看板", "click-to-unstar": "点此来去除该看板的标记", - "clipboard" : "剪贴板或者拖放文件", + "clipboard": "剪贴板或者拖放文件", "close": "关闭", "close-board": "关闭看板", "close-board-pop": "您可以通过点击主界面顶部的”回收箱“按钮来还原看板。", @@ -227,6 +227,8 @@ "list-select-cards": "选择清单中的所有卡片", "listActionPopup-title": "清单操作", "listImportCardPopup-title": "导入 Trello 卡片", + "listMorePopup-title": "更多", + "link-list": "Link to this list", "lists": "清单", "log-out": "登出", "log-in": "登录", @@ -321,4 +323,4 @@ "welcome-list1": "基本", "welcome-list2": "高阶", "what-to-do": "要做什么?" -} +} \ No newline at end of file -- cgit v1.2.3-1-g7c22 From de5589a987c8e32a42027b6d230d01204bd3e5a5 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:45:01 +0200 Subject: Fix missing popup title --- i18n/zh-CN.i18n.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i18n/zh-CN.i18n.json') diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 2777b84c..046aae7c 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -228,6 +228,8 @@ "listActionPopup-title": "清单操作", "listImportCardPopup-title": "导入 Trello 卡片", "listMorePopup-title": "更多", + "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", + "list-delete-suggest-archive": "You can archive a list to remove it from the board and preserve the activity.", "link-list": "Link to this list", "lists": "清单", "log-out": "登出", -- cgit v1.2.3-1-g7c22 From 15b428893f950cf84f90a4f33340e3621660cf43 Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 10:55:22 +0200 Subject: Change text : delete instead of remove --- i18n/zh-CN.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18n/zh-CN.i18n.json') diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 046aae7c..22658732 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -276,7 +276,7 @@ "remove-cover": "移除封面", "remove-from-board": "从看板中删除", "remove-label": "移除标签", - "remove-list": "Remove the list", + "listDeletePopup-title": "Delete the list ?", "remove-member": "移除成员", "remove-member-from-card": "从该卡片中移除", "remove-member-pop": "确定从 __boardTitle__ 中移除 __name__ (__username__) 吗? 该成员将被从该看板的所有卡片中移除,同时他会收到一条提醒。", -- cgit v1.2.3-1-g7c22 From e33156dcc45b360b6ec9e82f90d17c4f0c8da7ce Mon Sep 17 00:00:00 2001 From: BaobabCoder Date: Fri, 2 Jun 2017 14:39:12 +0200 Subject: Remove translation for transifex --- i18n/zh-CN.i18n.json | 5 ----- 1 file changed, 5 deletions(-) (limited to 'i18n/zh-CN.i18n.json') diff --git a/i18n/zh-CN.i18n.json b/i18n/zh-CN.i18n.json index 22658732..0e4db570 100644 --- a/i18n/zh-CN.i18n.json +++ b/i18n/zh-CN.i18n.json @@ -227,10 +227,6 @@ "list-select-cards": "选择清单中的所有卡片", "listActionPopup-title": "清单操作", "listImportCardPopup-title": "导入 Trello 卡片", - "listMorePopup-title": "更多", - "list-delete-pop": "All actions will be removed from the activity feed and you won't be able to recover the list. There is no undo.", - "list-delete-suggest-archive": "You can archive a list to remove it from the board and preserve the activity.", - "link-list": "Link to this list", "lists": "清单", "log-out": "登出", "log-in": "登录", @@ -276,7 +272,6 @@ "remove-cover": "移除封面", "remove-from-board": "从看板中删除", "remove-label": "移除标签", - "listDeletePopup-title": "Delete the list ?", "remove-member": "移除成员", "remove-member-from-card": "从该卡片中移除", "remove-member-pop": "确定从 __boardTitle__ 中移除 __name__ (__username__) 吗? 该成员将被从该看板的所有卡片中移除,同时他会收到一条提醒。", -- cgit v1.2.3-1-g7c22