i18n: update Chinese (zh) localization strings (#1827)

* style: add a space between Chinese and alphanumeric characters

在中文和英文、数字之间添加空格,保持中文界面的字符串样式统一

Signed-off-by: WhiteBottle <whitebottle@qq.com>

* style: use fullwidth punctuation in Chinese localization

使用全角标点符号,同时增补/删去部分标点符号,保持中文界面的字符串样式统一

Signed-off-by: WhiteBottle <whitebottle@qq.com>

* fix: standardize spelling of proper nouns and terms and correct typos

规范部分专有名词、术语的拼写与用法,订正错别字

Signed-off-by: WhiteBottle <whitebottle@qq.com>

---------

Signed-off-by: WhiteBottle <whitebottle@qq.com>
This commit is contained in:
WhiteBottle
2024-06-24 19:31:39 +08:00
committed by GitHub
parent 9d29b471bc
commit d902d29c71
7 changed files with 157 additions and 157 deletions

View File

@@ -14,11 +14,11 @@
"Select and drag file tip": "点击或拖动文件到此处上传",
"Select failed": "选择文件异常",
"Select file amount limit": "最多选择 {{max}} 个文件",
"Select file amount limit 100": "每次最多选择100个文件",
"Some file count exceeds limit": "超出{{maxCount}}个文件,已自动截取",
"Some file size exceeds limit": "部分文件超出: {{maxSize}},已被过滤",
"Select file amount limit 100": "每次最多选择 100 个文件",
"Some file count exceeds limit": "超出 {{maxCount}} 个文件,已自动截取",
"Some file size exceeds limit": "部分文件超出 {{maxSize}},已被过滤",
"Support file type": "支持 {{fileType}} 类型文件",
"Support max count": "最多支持 {{maxCount}} 个文件",
"Support max size": "单个文件最大 {{maxSize}}",
"Support max count": "最多支持 {{maxCount}} 个文件",
"Support max size": "单个文件最大 {{maxSize}}",
"Upload failed": "上传异常"
}