platform/plugins/uploader-assets/lang/zh.json
Alexander Onnikov 58c7027a04
UBERF-7605 Uppy integration (#6085)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-07-17 16:39:03 +07:00

14 lines
278 B
JSON

{
"string": {
"Cancel": "取消",
"Retry": "重试",
"UploadingTo": "上传 {files, plural, =1 {# 文件} other {# 文件}} 至"
},
"status": {
"Error": "错误",
"Waiting": "等待中",
"Uploading": "上传中",
"Completed": "已完成"
}
}