summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenothing <cncaiker+git@gmail.com>2018-06-08 21:02:24 +0800
committerFrédéric Guillot <fred@kanboard.net>2018-06-11 10:10:40 -0700
commit539e2bfd6cefdce6158b29c427d97eabd675e32a (patch)
treebc47d7165bb52bb1a85864f51e1200539d3f01c0
parent0f8d994e432c2e2c6b26e0d6e026fd48c85148ea (diff)
update chinese translations
-rw-r--r--app/Locale/zh_CN/translations.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 3eeae65b..837ecf82 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1375,12 +1375,12 @@ return array(
'%s moved the task #%d to the swimlane "%s"' => '%s将任务 #%d 移动到了里程碑 "%s" 下',
'%sh spent' => '花费%s小时',
'%sh estimated' => '预估%s小时',
- // 'Select All' => '',
- // 'Unselect All' => '',
- // 'Apply action' => '',
- // 'Move selected tasks to another column' => '',
- // 'Edit tasks in bulk' => '',
- // 'Choose the properties that you would like to change for the selected tasks.' => '',
- // 'Configure this project' => '',
- // 'Start now' => '',
+ 'Select All' => '全选',
+ 'Unselect All' => '取消',
+ 'Apply action' => '应用动作',
+ 'Move selected tasks to another column' => '移动选中任务到另一列',
+ 'Edit tasks in bulk' => '批量编辑任务',
+ 'Choose the properties that you would like to change for the selected tasks.' => '选择你想要批量编辑的任务属性。',
+ 'Configure this project' => '项目配置',
+ 'Start now' => '立即开始',
);