amis-rpc-design/node_modules/rc-picker/lib/locale/sr_Cyrl_RS.js
2023-10-07 19:42:30 +08:00

36 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var locale = {
locale: 'sr_Cyrl_RS',
today: 'Данас',
now: 'Сада',
backToToday: 'Врати се на данас',
ok: 'У реду',
clear: 'Обриши',
month: 'Месец',
year: 'Година',
timeSelect: 'Изабери време',
dateSelect: 'Изабери датум',
monthSelect: 'Изабери месец',
yearSelect: 'Изабери годину',
decadeSelect: 'Изабери деценију',
yearFormat: 'YYYY',
dateFormat: 'DD.MM.YYYY',
dayFormat: 'D',
dateTimeFormat: 'DD.MM.YYYY HH:mm:ss',
monthBeforeYear: true,
previousMonth: 'Претходни месец (PageUp)',
nextMonth: 'Следећи месец (PageDown)',
previousYear: 'Претходна година (Control + left)',
nextYear: 'Следећа година (Control + right)',
previousDecade: 'Претходна деценија',
nextDecade: 'Следећа деценија',
previousCentury: 'Претходни век',
nextCentury: 'Следећи век'
};
var _default = locale;
exports.default = _default;