first commit
This commit is contained in:
30
frontend/node_modules/rc-picker/es/locale/vi_VN.js
generated
vendored
Normal file
30
frontend/node_modules/rc-picker/es/locale/vi_VN.js
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
||||
import { commonLocale } from "./common";
|
||||
var locale = _objectSpread(_objectSpread({}, commonLocale), {}, {
|
||||
locale: 'vi_VN',
|
||||
today: 'Hôm nay',
|
||||
now: 'Bây giờ',
|
||||
backToToday: 'Trở về hôm nay',
|
||||
ok: 'OK',
|
||||
clear: 'Xóa',
|
||||
week: 'Tuần',
|
||||
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ỷ',
|
||||
dateFormat: 'D/M/YYYY',
|
||||
dateTimeFormat: 'D/M/YYYY HH:mm:ss',
|
||||
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;
|
||||
Reference in New Issue
Block a user