fix: localize upload status text
This commit is contained in:
@@ -215,7 +215,16 @@ export default {
|
||||
clickText: 'click to select files',
|
||||
textInput: 'Enter text to send here...',
|
||||
placeholder: 'Click or drag files here to upload',
|
||||
description: 'Supports various common formats'
|
||||
description: 'Supports various common formats',
|
||||
descriptionWithLimit: 'Supports common formats, up to {size}',
|
||||
retry: 'Retry',
|
||||
selectedFiles: '{count} files selected',
|
||||
status: {
|
||||
initializing: 'Preparing upload...',
|
||||
uploading: 'Uploading files...',
|
||||
confirming: 'Confirming upload...',
|
||||
success: 'Upload complete!'
|
||||
}
|
||||
},
|
||||
submit: 'Secure Send',
|
||||
submitting: 'Sending...',
|
||||
|
||||
@@ -217,7 +217,16 @@ export default {
|
||||
clickText: '点击选择文件',
|
||||
textInput: '在此输入要发送的文本...',
|
||||
placeholder: '点击或拖放文件到此处上传',
|
||||
description: '支持各种常见格式'
|
||||
description: '支持各种常见格式',
|
||||
descriptionWithLimit: '支持各种常见格式,最大{size}',
|
||||
retry: '重试',
|
||||
selectedFiles: '已选择 {count} 个文件',
|
||||
status: {
|
||||
initializing: '正在初始化上传...',
|
||||
uploading: '正在上传文件...',
|
||||
confirming: '正在确认上传...',
|
||||
success: '上传成功!'
|
||||
}
|
||||
},
|
||||
submit: '安全寄送',
|
||||
submitting: '发送中...',
|
||||
|
||||
Reference in New Issue
Block a user