Uncheck tasks and swimlanes from project duplication and update translations
This commit is contained in:
@@ -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?' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user