diff options
Diffstat (limited to 'app/Locales/zh_CN')
-rw-r--r-- | app/Locales/zh_CN/translations.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Locales/zh_CN/translations.php b/app/Locales/zh_CN/translations.php index c921eb47..ea7183c7 100644 --- a/app/Locales/zh_CN/translations.php +++ b/app/Locales/zh_CN/translations.php @@ -349,9 +349,9 @@ return array( // 'estimated' => '', // 'Sub-Tasks' => '', 'Add a sub-task' => '添加一个子任务', - 'Original Estimate' => '初步预计耗时', + 'Original estimate' => '初步预计耗时', 'Create another sub-task' => '创建另一个子任务', - // 'Time Spent' => '', + // 'Time spent' => '', // 'Edit a sub-task' => '', // 'Remove a sub-task' => '', // 'The time must be a numeric value' => '', @@ -538,4 +538,9 @@ return array( // 'This project is private' => '', // 'Type here to create a new sub-task' => '', // 'Add' => '', + // 'Estimated time: %s hours' => '', + // 'Time spent: %s hours' => '', + // 'Started on %B %e, %Y' => '', + // 'Start date' => '', + // 'Time estimated' => '', ); |