mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-08 17:32:27 +08:00
Create common.vi.ts
This commit is contained in:
33
i18n/lang/common.vi.ts
Normal file
33
i18n/lang/common.vi.ts
Normal file
@ -0,0 +1,33 @@
|
||||
const translation = {
|
||||
api: {
|
||||
success: 'Thành công',
|
||||
saved: 'Đã lưu',
|
||||
create: 'Đã tạo',
|
||||
},
|
||||
operation: {
|
||||
confirm: 'Xác nhận',
|
||||
cancel: 'Hủy',
|
||||
clear: 'Xóa',
|
||||
save: 'Lưu',
|
||||
edit: 'Chỉnh sửa',
|
||||
refresh: 'Khởi động lại',
|
||||
search: 'Tìm kiếm',
|
||||
send: 'Gửi',
|
||||
lineBreak: 'Xuống dòng',
|
||||
like: 'thích',
|
||||
dislike: 'không thích',
|
||||
ok: 'OK',
|
||||
},
|
||||
imageUploader: {
|
||||
uploadFromComputer: 'Tải lên từ máy tính',
|
||||
uploadFromComputerReadError: 'Đọc ảnh thất bại, vui lòng thử lại.',
|
||||
uploadFromComputerUploadError: 'Tải ảnh lên thất bại, vui lòng tải lại.',
|
||||
uploadFromComputerLimit: 'Ảnh tải lên không được vượt quá {{size}} MB',
|
||||
pasteImageLink: 'Dán liên kết ảnh',
|
||||
pasteImageLinkInputPlaceholder: 'Dán liên kết ảnh vào đây',
|
||||
pasteImageLinkInvalid: 'Liên kết ảnh không hợp lệ',
|
||||
imageUpload: 'Tải ảnh lên',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation;
|
||||
Reference in New Issue
Block a user