You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/locale-provider/vi_VN.js

45 lines
1.0 KiB

import Pagination from '../vc-pagination/locale/vi_VN'
import DatePicker from '../date-picker/locale/vi_VN'
import TimePicker from '../time-picker/locale/vi_VN'
import Calendar from '../calendar/locale/vi_VN'
7 years ago
export default {
locale: 'vi',
7 years ago
Pagination,
DatePicker,
TimePicker,
Calendar,
Table: {
7 years ago
filterTitle: 'Bộ ',
filterConfirm: 'OK',
filterReset: 'Tạo Lại',
emptyText: 'Trống',
selectAll: 'Chọn Tất Cả',
selectInvert: 'Chọn Ngược Lại',
7 years ago
},
Modal: {
7 years ago
okText: 'OK',
cancelText: 'Huỷ',
justOkText: 'OK',
7 years ago
},
Popconfirm: {
7 years ago
okText: 'OK',
cancelText: 'Huỷ',
7 years ago
},
Transfer: {
7 years ago
notFoundContent: 'Không Tìm Thấy',
searchPlaceholder: 'Tìm ở đây',
itemUnit: 'mục',
itemsUnit: 'mục',
7 years ago
},
Select: {
notFoundContent: 'Không Tìm Thấy',
7 years ago
},
Upload: {
7 years ago
uploading: 'Đang tải lên...',
removeFile: 'Gỡ bỏ tập tin',
uploadError: 'Lỗi tải lên',
previewFile: 'Xem thử tập tin',
},
}