diff options
Diffstat (limited to 'app/Locale/zh_CN/translations.php')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index d9401dc2..ac6230e2 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1377,4 +1377,8 @@ return array( '%s moved the task #%d to the swimlane "%s"' => '%s将任务 #%d 移动到了里程碑 "%s" 下', '%sh spent' => '花费%s小时', '%sh estimated' => '预估%s小时', + // 'Select All' => '', + // 'Unselect All' => '', + // 'Apply action' => '', + // 'Move selected tasks to another column' => '', ); |