summaryrefslogtreecommitdiff
path: root/app/Locale/zh_CN/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-02-07 14:36:24 -0500
committerFrederic Guillot <fred@kanboard.net>2015-02-07 14:36:24 -0500
commit73b44f15507e5eec3377eaf9fb7419fdfd73d2e8 (patch)
treed06f0d0886f066e5f38b46a6a493801a6113efc7 /app/Locale/zh_CN/translations.php
parenta6b3306072e910d5d51f87a5f5f6df95ecff3e5e (diff)
Uncheck tasks and swimlanes from project duplication and update translations
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r--app/Locale/zh_CN/translations.php23
1 files changed, 11 insertions, 12 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index d89d46ce..2c69d95c 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -408,15 +408,13 @@ return array(
'Comment updated' => '更新了评论',
'New comment posted by %s' => '%s 的新评论',
'List of due tasks for the project "%s"' => '项目"%s"的到期任务列表',
- '[%s][New attachment] %s (#%d)' => '[%s][新附件] %s (#%d)',
- '[%s][New comment] %s (#%d)' => '[%s][新评论] %s (#%d)',
- '[%s][Comment updated] %s (#%d)' => '[%s][评论更新] %s (#%d)',
- '[%s][New subtask] %s (#%d)' => '[%s][新子任务] %s (#%d)',
- '[%s][Subtask updated] %s (#%d)' => '[%s][子任务更新] %s (#%d)',
- '[%s][New task] %s (#%d)' => '[%s][新任务] %s (#%d)',
- '[%s][Task updated] %s (#%d)' => '[%s][任务更新] %s (#%d)',
- '[%s][Task closed] %s (#%d)' => '[%s][任务关闭] %s (#%d)',
- '[%s][Task opened] %s (#%d)' => '[%s][任务开启] %s (#%d)',
+ // 'New attachment' => '',
+ // 'New comment' => '',
+ // 'New subtask' => '',
+ // 'Subtask updated' => '',
+ // 'Task updated' => '',
+ // 'Task closed' => '',
+ // 'Task opened' => '',
'[%s][Due tasks]' => '[%s][到期任务]',
'[Kanboard] Notification' => '[Kanboard] 通知',
'I want to receive notifications only for those projects:' => '我仅需要收到下面项目的通知:',
@@ -500,9 +498,9 @@ return array(
'Task assignee change' => '任务分配变更',
'%s change the assignee of the task #%d to %s' => '%s 将任务 #%d 分配给了 %s',
'%s changed the assignee of the task %s to %s' => '%s 将任务 %s 分配给 %s',
- '[%s][Column Change] %s (#%d)' => '[%s][栏目变更] %s (#%d)',
- '[%s][Position Change] %s (#%d)' => '[%s][位置变更] %s (#%d)',
- '[%s][Assignee Change] %s (#%d)' => '[%s][任务分配变更] %s (#%d)',
+ // 'Column Change' => '',
+ // 'Position Change' => '',
+ // 'Assignee Change' => '',
'New password for the user "%s"' => '用户"%s"的新密码',
'Choose an event' => '选择一个事件',
'Github commit received' => '收到了Github提交',
@@ -709,4 +707,5 @@ return array(
// 'There is nothing to show.' => '',
// 'Time Tracking' => '',
// 'You already have one subtask in progress' => '',
+ // 'Which parts of the project do you want to duplicate?' => '',
);