mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-14 18:15:01 +00:00
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"string": {
|
|
"Cancel": "取消",
|
|
"Retry": "重试",
|
|
"UploadFiles": "上传文件",
|
|
"UploadFolders": "上传文件夹",
|
|
"UploadingTo": "上传 {files, plural, =1 {# 文件} other {# 文件}} 至"
|
|
},
|
|
"status": {
|
|
"Error": "错误",
|
|
"Waiting": "等待中",
|
|
"Uploading": "上传中",
|
|
"Completed": "已完成"
|
|
}
|
|
}
|