first commit
This commit is contained in:
30
frontend/node_modules/antd/lib/date-picker/locale/vi_VN.js
generated
vendored
Normal file
30
frontend/node_modules/antd/lib/date-picker/locale/vi_VN.js
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
"use strict";
|
||||
|
||||
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var _vi_VN = _interopRequireDefault(require("rc-picker/lib/locale/vi_VN"));
|
||||
var _vi_VN2 = _interopRequireDefault(require("../../time-picker/locale/vi_VN"));
|
||||
// Merge into a locale object
|
||||
const locale = {
|
||||
lang: Object.assign({
|
||||
placeholder: 'Chọn thời điểm',
|
||||
yearPlaceholder: 'Chọn năm',
|
||||
quarterPlaceholder: 'Chọn quý',
|
||||
monthPlaceholder: 'Chọn tháng',
|
||||
weekPlaceholder: 'Chọn tuần',
|
||||
rangePlaceholder: ['Ngày bắt đầu', 'Ngày kết thúc'],
|
||||
rangeYearPlaceholder: ['Năm bắt đầu', 'Năm kết thúc'],
|
||||
rangeQuarterPlaceholder: ['Quý bắt đầu', 'Quý kết thúc'],
|
||||
rangeMonthPlaceholder: ['Tháng bắt đầu', 'Tháng kết thúc'],
|
||||
rangeWeekPlaceholder: ['Tuần bắt đầu', 'Tuần kết thúc'],
|
||||
shortMonths: ['Th 01', 'Th 02', 'Th 03', 'Th 04', 'Th 05', 'Th 06', 'Th 07', 'Th 08', 'Th 09', 'Th 10', 'Th 11', 'Th 12'],
|
||||
shortWeekDays: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7']
|
||||
}, _vi_VN.default),
|
||||
timePickerLocale: Object.assign({}, _vi_VN2.default)
|
||||
};
|
||||
// All settings at:
|
||||
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
|
||||
var _default = exports.default = locale;
|
||||
Reference in New Issue
Block a user