amis-rpc-design/node_modules/rc-picker/es/locale/vi_VN.js
2023-10-07 19:42:30 +08:00

30 lines
853 B
JavaScript

var locale = {
locale: 'vi_VN',
today: 'Hôm nay',
now: 'Bây giờ',
backToToday: 'Trở về hôm nay',
ok: 'OK',
clear: 'Xóa',
month: 'Tháng',
year: 'Năm',
timeSelect: 'Chọn thời gian',
dateSelect: 'Chọn ngày',
weekSelect: 'Chọn tuần',
monthSelect: 'Chọn tháng',
yearSelect: 'Chọn năm',
decadeSelect: 'Chọn thập kỷ',
yearFormat: 'YYYY',
dateFormat: 'D/M/YYYY',
dayFormat: 'D',
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Tháng trước (PageUp)',
nextMonth: 'Tháng sau (PageDown)',
previousYear: 'Năm trước (Control + left)',
nextYear: 'Năm sau (Control + right)',
previousDecade: 'Thập kỷ trước',
nextDecade: 'Thập kỷ sau',
previousCentury: 'Thế kỷ trước',
nextCentury: 'Thế kỷ sau'
};
export default locale;