ant-design-vue/components/locale-provider/vi_VN.js

43 lines
949 B
JavaScript
Raw Normal View History

2019-01-12 11:33:27 +08:00
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';
2018-03-15 21:57:42 +08:00
export default {
2018-04-21 12:51:56 +08:00
locale: 'vi',
2018-03-15 21:57:42 +08:00
Pagination,
DatePicker,
TimePicker,
Calendar,
2018-04-21 12:51:56 +08:00
Table: {
2018-03-15 21:57:42 +08:00
filterTitle: 'Bộ ',
filterConfirm: 'OK',
filterReset: 'Tạo Lại',
selectAll: 'Chọn Tất Cả',
2018-04-21 12:51:56 +08:00
selectInvert: 'Chọn Ngược Lại',
2018-03-15 21:57:42 +08:00
},
2018-04-21 12:51:56 +08:00
Modal: {
2018-03-15 21:57:42 +08:00
okText: 'OK',
cancelText: 'Huỷ',
2018-04-21 12:51:56 +08:00
justOkText: 'OK',
2018-03-15 21:57:42 +08:00
},
2018-04-21 12:51:56 +08:00
Popconfirm: {
2018-03-15 21:57:42 +08:00
okText: 'OK',
2018-04-21 12:51:56 +08:00
cancelText: 'Huỷ',
2018-03-15 21:57:42 +08:00
},
2018-04-21 12:51:56 +08:00
Transfer: {
2018-03-15 21:57:42 +08:00
searchPlaceholder: 'Tìm ở đây',
itemUnit: 'mục',
2018-04-21 12:51:56 +08:00
itemsUnit: 'mục',
2018-03-15 21:57:42 +08:00
},
2018-04-21 12:51:56 +08:00
Upload: {
2018-03-15 21:57:42 +08:00
uploading: 'Đang tải lên...',
removeFile: 'Gỡ bỏ tập tin',
uploadError: 'Lỗi tải lên',
2018-04-21 12:51:56 +08:00
previewFile: 'Xem thử tập tin',
},
Empty: {
description: 'Trống',
},
2019-01-12 11:33:27 +08:00
};