diff options
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 55d5463d..deca1a9b 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => '编辑', 'remove' => '移除', 'Remove' => '移除', - 'Update' => '更新', 'Yes' => '是', 'No' => '否', 'cancel' => '取消', @@ -60,7 +59,6 @@ return array( 'Actions' => '动作', 'Inactive' => '未激活', 'Active' => '激活', - 'Add this column' => '加入该栏目', '%d tasks on the board' => '看板目前有%d个任务', '%d tasks in total' => '总共有%d个任务', 'Unable to update this board.' => '无法更新该看板。', @@ -184,7 +182,6 @@ return array( 'Unable to remove this action.' => '无法移除该动作', 'Action removed successfully.' => '成功移除动作。', 'Automatic actions for the project "%s"' => '项目"%s"的自动动作', - 'Defined actions' => '已定义的动作', 'Add an action' => '添加动作', 'Event name' => '事件名称', 'Action name' => '动作名称', @@ -194,7 +191,6 @@ return array( 'When the selected event occurs execute the corresponding action.' => '当所选事件发生时执行相应动作。', 'Next step' => '下一步', 'Define action parameters' => '定义动作参数', - 'Save this action' => '保存该动作', 'Do you really want to remove this action: "%s"?' => '确定要移除动作"%s"吗?', 'Remove an automatic action' => '移除一个自动动作', 'Assign the task to a specific user' => '将该任务指派给一个用户', @@ -1148,4 +1144,11 @@ return array( // 'This value must be greater than %d' => '', // 'Another swimlane with the same name exists in the project' => '', // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '', + // 'Actions duplicated successfully.' => '', + // 'Unable to duplicate actions.' => '', + // 'Add a new action' => '', + // 'Import from another project' => '', + // 'There is no action at the moment.' => '', + // 'Import actions from another project' => '', + // 'There is no available project.' => '', ); |