summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrenothing <renothing@users.noreply.github.com>2018-12-27 03:59:29 +0800
committerfguillot <fred@kanboard.net>2018-12-26 11:59:29 -0800
commit1e9787a4466bddaa85ba5a56f565cd5e08e9d9d7 (patch)
treea8c9fdcf3bf546581a300e5c1acb380d7f1959ce /app
parenteccfff451af529253e70d50abda7e72881cbc75d (diff)
Update Chinese translations
Diffstat (limited to 'app')
-rw-r--r--app/Locale/zh_CN/translations.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index f0fc7334..bcea8ae3 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1383,13 +1383,13 @@ return array(
'Choose the properties that you would like to change for the selected tasks.' => '选择你想要批量编辑的任务属性。',
'Configure this project' => '项目配置',
'Start now' => '立即开始',
- // '%s removed a file from the task #%d' => '',
- // 'Attachment removed from task #%d: %s' => '',
- // 'No color' => '',
- // 'Attachment removed "%s"' => '',
- // '%s removed a file from the task %s' => '',
- // 'Move the task to another swimlane when assigned to a user' => '',
- // 'Destination swimlane' => '',
- // 'Assign a category when the task is moved to a specific swimlane' => '',
- // 'Move the task to another swimlane when the category is changed' => '',
+ '%s removed a file from the task #%d' => '%s 从任务 #%d 删除了文件',
+ 'Attachment removed from task #%d: %s' => '附件已从任务 #%d: %s 中删除',
+ 'No color' => '未标色',
+ 'Attachment removed "%s"' => '附件已删除 "%s"',
+ '%s removed a file from the task %s' => '%s 从任务 %s 中删除了文件',
+ 'Move the task to another swimlane when assigned to a user' => '将分配给用户的任务移动到另一个泳道',
+ 'Destination swimlane' => '目标泳道',
+ 'Assign a category when the task is moved to a specific swimlane' => '将移动到指定泳道的任务设定分类',
+ 'Move the task to another swimlane when the category is changed' => '当分类改变时将任务移动到另一个泳道',
);