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

11 lines
293 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
placeholder: 'Выберите время',
rangePlaceholder: ['Время начала', 'Время окончания']
};
var _default = exports.default = locale;