Update translations.php

This commit is contained in:
greyaz 2023-01-18 16:51:56 +08:00 committed by Frédéric Guillot
parent 2edb708731
commit 5c25755f9e
1 changed files with 6 additions and 6 deletions

View File

@ -1428,10 +1428,10 @@ return array(
'You must select a file to upload as your avatar!' => '你必须选择一张图片作为你的头像', '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才被允许)', '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' => '当任务离开指定栏目时自动设置到期时间', 'Automatically set the due date when the task is moved away from a specific column' => '当任务离开指定栏目时自动设置到期时间',
// 'No other projects found.' => '', 'No other projects found.' => '未找到其它项目。',
// 'Please choose a project you want to copy the tasks from.' => '', 'Please choose a project you want to copy the tasks from.' => '请选择将要复制的任务所属的项目。',
// 'Import Tasks' => '', 'Import Tasks' => '引入任务',
// 'Copy' => '', 'Copy' => '复制',
// 'Tasks copied successfully.' => '', 'Tasks copied successfully.' => '任务复制成功。',
// 'Unable to copy tasks.' => '', 'Unable to copy tasks.' => '无法复制任务。',
); );