From 912cf378d730b3df8d285ba765711d9c456bdea0 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 1 Jun 2018 15:58:17 -0700 Subject: Add checkboxes in list view to move tasks to another column at once --- app/Locale/zh_CN/translations.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Locale/zh_CN') 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' => '', ); -- cgit v1.2.3