diff options
author | Nala Ginrut <nalaginrut@gmail.com> | 2014-06-20 14:44:51 +0800 |
---|---|---|
committer | Nala Ginrut <nalaginrut@gmail.com> | 2014-06-20 14:44:51 +0800 |
commit | 93d04ac25333f0be75abacc40fd537cf5fe64d9e (patch) | |
tree | 9f03b7efe9f189a42dd36835275c3be603d23fbf /app/Locales | |
parent | 6e3256757ca50c344617210533482a6ce718318a (diff) |
add all missing Chinese translation
Diffstat (limited to 'app/Locales')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index b579f1dd..4e57f37b 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -30,6 +30,10 @@ return array( 'Official website:' => '官方网站:', 'Unassigned' => '未指定', 'View this task' => '查看该任务', + 'Add a sub-task' => '添加一个子任务', + 'Original Estimate' => '初步预计耗时', + 'hours' => '小时', + 'Create another sub-task' => '创建另一个子任务', 'Remove user' => '移除用户', 'Do you really want to remove this user: "%s"?' => '你确定要移除这个用户吗:"%s"?', 'New user' => '新用户', |