@rc-component/picker
Version:
React date & time picker
35 lines (34 loc) • 1.09 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var locale = {
locale: 'am_ET',
today: 'ዛሬ',
now: 'አሁን',
backToToday: 'ወደ ዛሬ ተመለስ',
ok: 'እሺ',
clear: 'አንፃ',
week: 'ሳምንት',
month: 'ወር',
year: 'ዓመት',
timeSelect: 'ሰዓት ምረጥ',
dateSelect: 'ቀን ምረጥ',
weekSelect: 'ሳምንት ምረጥ',
monthSelect: 'ወር ምረጥ',
yearSelect: 'አመት ምረጥ',
decadeSelect: 'አስርት አመታት ምረጥ',
yearFormat: 'YYYY',
dayFormat: 'D',
monthBeforeYear: true,
previousMonth: 'ያለፈው ወር (PageUp)',
nextMonth: 'ቀጣይ ወር (PageDown)',
previousYear: 'ያለፈው ዓመት (Control + left)',
nextYear: 'ቀጣይ ዓመት (Control + right)',
previousDecade: 'ያለፈው አስርት ዓመት',
nextDecade: 'ቀጣይ አስርት ዓመት',
previousCentury: 'ያለፈው ክፍለ ዘመን',
nextCentury: 'ቀጣይ ክፍለ ዘመን'
};
var _default = exports.default = locale;
;