Latest updates from IceHrmPro

This commit is contained in:
Thilina Pituwala
2020-05-20 18:47:29 +02:00
parent 60c92d7935
commit 7453a58aad
18012 changed files with 2089245 additions and 10173 deletions

37
web/node_modules/rc-picker/lib/locale/vi_VN.js generated vendored Normal file
View File

@@ -0,0 +1,37 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
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'
};
var _default = locale;
exports.default = _default;