minishouyin/node_modules/antd/lib/time-picker/locale/vi_VN.js
2025-11-12 11:35:57 +08:00

11 lines
255 B
JavaScript

"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;