diff options
-rw-r--r-- | app/Locale/zh_CN/translations.php | 18 |
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' => '当分类改变时将任务移动到另一个泳道', ); |