Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update language VietNam #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 20 additions & 1 deletion utils/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,5 +361,24 @@ export default {
outOfSize: 'Bilden är större än max-gränsen: ',
lowestPx: 'Bilden är för liten. Minimum är: '
}
}
},
vi: {
hint: 'Nhấp hoặc kéo tệp vào đây để tải lên',
loading: 'Đang xử lý…',
noSupported: 'Trình duyệt không được hỗ trợ, vui lòng sử dụng IE10 + hoặc các trình duyệt khác',
success: 'Tải lên thành công',
fail: 'Tải lên thất bại',
preview: 'Xem trước',
btn: {
off: 'Hủy',
close: 'Đóng',
back: 'Quay lại',
save: 'Lưu'
},
error: {
onlyImg: 'Chỉ cho phép tập tin hình ảnh',
outOfSize: 'Hình ảnh vượt quá giới hạn kích thước: ',
lowestPx: ' Kích thước của hình ảnh quá thấp. Kích thước thấp nhất: '
}
},
};