Update zh-cn.json.
Somewhere can be better. e.g.:"Loading..." can be translated into "请稍候", "1072 bytes" and something like it (in the text previewer) can be translated into "1072 B" ("B/KB/MB" are more commonly used by Chinese OS rather than "bytes/kilobytes/megabytes")
This commit is contained in:
parent
884c9cf008
commit
a2b72e1098
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
||||||
"name": "文件名",
|
"name": "文件名",
|
||||||
"lastModified": "修改时间",
|
"lastModified": "修改时间",
|
||||||
"size": "大小",
|
"size": "大小",
|
||||||
"parentDirectory": "上层文件夹",
|
"parentDirectory": "父文件夹",
|
||||||
"empty": "空文件夹",
|
"empty": "空文件夹",
|
||||||
"folders": "文件夹",
|
"folders": "文件夹",
|
||||||
"files": "文件",
|
"files": "文件",
|
||||||
"download": "下载",
|
"download": "下载",
|
||||||
"noMatch": "没有匹配",
|
"noMatch": "无匹配项",
|
||||||
"dateFormat": "YYYY-MM-DD HH:mm",
|
"dateFormat": "YYYY-MM-DD HH:mm",
|
||||||
"filter": "过滤",
|
"filter": "查找",
|
||||||
"view": "视图",
|
"view": "视图",
|
||||||
"language": "语言"
|
"language": "语言"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue