diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-20 18:24:15 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-20 18:24:15 -0400 |
commit | e6f547abcfe684658a7498391db72d13b6aa7d9a (patch) | |
tree | 75b709c12fb03e11d7cb85558558f89f19abb284 /app/Locale/zh_CN/translations.php | |
parent | 2021dccc5a444f60c5ba1673d94b39999912cd26 (diff) |
Move timetable to a plugin
Plugin repository: https://github.com/kanboard/plugin-timetable
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 102252e5..5ad5e9c8 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -666,28 +666,6 @@ return array( 'Compact/wide view' => '紧凑/宽视图', 'No results match:' => '无匹配结果:', 'Currency' => '货币', - 'Start time' => '开始时间', - 'End time' => '结束时1间', - 'Comment' => '注释', - 'All day' => '全天', - 'Day' => '日期', - 'Manage timetable' => '管理时间表', - // 'Overtime timetable' => '', - 'Time off timetable' => '加班时间表', - 'Timetable' => '时间表', - 'Work timetable' => '工作时间表', - 'Week timetable' => '周时间表', - 'Day timetable' => '日时间表', - 'From' => '从', - 'To' => '到', - 'Time slot created successfully.' => '成功创建时间段。', - 'Unable to save this time slot.' => '无法保存此时间段。', - 'Time slot removed successfully.' => '成功删除时间段。', - 'Unable to remove this time slot.' => '无法删除此时间段。', - 'Do you really want to remove this time slot?' => '确认要删除此时间段吗?', - 'Remove time slot' => '删除时间段', - 'Add new time slot' => '添加新时间段', - 'This timetable is used when the checkbox "all day" is checked for scheduled time off and overtime.' => '如果在放假和加班计划中选择全天,则会使用这里配置的时间段。', 'Files' => '文件', 'Images' => '图片', 'Private project' => '私人项目', @@ -707,7 +685,6 @@ return array( 'Move the task to another column when assigned to a user' => '指定负责人时移动到其它栏目', 'Move the task to another column when assignee is cleared' => '移除负责人时移动到其它栏目', 'Source column' => '原栏目', - // 'Show subtask estimates (forecast of future work)' => '', 'Transitions' => '变更', 'Executer' => '执行者', 'Time spent in the column' => '栏目中的时间消耗', |