mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-01-03 04:15:27 +08:00
feat: support upload image
This commit is contained in:
@ -16,6 +16,17 @@ const translation = {
|
||||
lineBreak: 'Line break',
|
||||
like: 'like',
|
||||
dislike: 'dislike',
|
||||
ok: 'OK',
|
||||
},
|
||||
imageUploader: {
|
||||
uploadFromComputer: 'Upload from Computer',
|
||||
uploadFromComputerReadError: 'Image reading failed, please try again.',
|
||||
uploadFromComputerUploadError: 'Image upload failed, please upload again.',
|
||||
uploadFromComputerLimit: 'Upload images cannot exceed {{size}} MB',
|
||||
pasteImageLink: 'Paste image link',
|
||||
pasteImageLinkInputPlaceholder: 'Paste image link here',
|
||||
pasteImageLinkInvalid: 'Invalid image link',
|
||||
imageUpload: 'Image Upload',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@ -16,6 +16,17 @@ const translation = {
|
||||
lineBreak: '换行',
|
||||
like: '赞同',
|
||||
dislike: '反对',
|
||||
ok: '好的',
|
||||
},
|
||||
imageUploader: {
|
||||
uploadFromComputer: '从本地上传',
|
||||
uploadFromComputerReadError: '图片读取失败,请重新选择。',
|
||||
uploadFromComputerUploadError: '图片上传失败,请重新上传。',
|
||||
uploadFromComputerLimit: '上传图片不能超过 {{size}} MB',
|
||||
pasteImageLink: '粘贴图片链接',
|
||||
pasteImageLinkInputPlaceholder: '将图像链接粘贴到此处',
|
||||
pasteImageLinkInvalid: '图片链接无效',
|
||||
imageUpload: '图片上传',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user