fix: localize upload status text

This commit is contained in:
Lan
2026-06-03 02:38:29 +08:00
parent 4fccffea7f
commit bef0d2ce3f
4 changed files with 32 additions and 11 deletions
+10 -1
View File
@@ -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...',