Files
2026-01-09 14:52:46 +00:00

11 lines
277 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const locale = {
placeholder: 'اختيار الوقت',
rangePlaceholder: ['وقت البدء', 'وقت الانتهاء']
};
var _default = exports.default = locale;