diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-07-15 14:42:15 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-07-15 14:42:15 -0700 |
commit | e60686cd10b70e435189bfc79c53a686bb6edffe (patch) | |
tree | fea972bc66a206a1b8fa8a5e12b01610ad4618c4 /app/Locale/zh_CN | |
parent | 4fb6960c3f1064bea3de9cc016dacfa90ca591ac (diff) |
Fix English grammatical errors
Diffstat (limited to 'app/Locale/zh_CN')
-rw-r--r-- | app/Locale/zh_CN/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 1ca66bdb..4b6252a9 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -782,7 +782,7 @@ return array( 'Notification methods:' => '通知提醒方式:', 'Unable to read your file' => '无法读取文件', '%d task(s) have been imported successfully.' => '成功导入%d条任务。', - 'Nothing have been imported!' => '没有信息被导入!', + 'Nothing has been imported!' => '没有信息被导入!', 'Import users from CSV file' => '从CSV文件导入用户', '%d user(s) have been imported successfully.' => '成功导入%d个用户。', 'Comma' => '逗号', |