From 833bd3f8a90b604f4ab289dab9366c0032ce5216 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 19 Jul 2014 22:08:07 -0230 Subject: Add Task CSV export and Kanboard CLI --- app/Locales/zh_CN/translations.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'app/Locales/zh_CN') diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index 9ed0c8a3..de12c424 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -193,7 +193,7 @@ return array( 'Timezone' => '时区', 'Sorry, I didn\'t found this information in my database!' => '抱歉,无法在数据库中找到该信息!', 'Page not found' => '页面未找到', - 'Story Points' => '评估分值', + 'Complexity' => '评估分值', 'limit' => '限制', 'Task limit' => '任务限制', 'This value must be greater than %d' => '该数值必须大于%d', @@ -392,4 +392,13 @@ return array( // 'Unlink my GitHub Account' => '', // 'Created by %s' => 'Créé par %s', // 'Last modified on %B %e, %G at %k:%M %p' => '', + // 'Tasks Export' => '', + // 'Tasks exportation for "%s"' => '', + // 'Start Date' => '', + // 'End Date' => '', + // 'Execute' => '', + // 'Task Id' => '', + // 'Creator' => '', + // 'Modification date' => '', + // 'Completion date' => '', ); -- cgit v1.2.3