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

11 lines
258 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: 'Zaman seç',
rangePlaceholder: ['Başlangıç zamanı', 'Bitiş zamanı']
};
var _default = exports.default = locale;