amis-rpc-design/node_modules/antd/lib/time-picker/locale/vi_VN.js

11 lines
255 B
JavaScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
placeholder: 'Chọn thời gian',
rangePlaceholder: ['Bắt đầu', 'Kết thúc']
};
var _default = exports.default = locale;