diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index b74be8da1..3f57dc7f4 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1428,10 +1428,10 @@ return array( 'You must select a file to upload as your avatar!' => '你必须选择一张图片作为你的头像', 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => '你所上传的文件不是有效图像!(只有*.gif, *.jpg, *.jpeg and *.png才被允许!)', 'Automatically set the due date when the task is moved away from a specific column' => '当任务离开指定栏目时自动设置到期时间', - // 'No other projects found.' => '', - // 'Please choose a project you want to copy the tasks from.' => '', - // 'Import Tasks' => '', - // 'Copy' => '', - // 'Tasks copied successfully.' => '', - // 'Unable to copy tasks.' => '', + 'No other projects found.' => '未找到其它项目。', + 'Please choose a project you want to copy the tasks from.' => '请选择将要复制的任务所属的项目。', + 'Import Tasks' => '引入任务', + 'Copy' => '复制', + 'Tasks copied successfully.' => '任务复制成功。', + 'Unable to copy tasks.' => '无法复制任务。', );