1 line
9.7 KiB
Plaintext
1 line
9.7 KiB
Plaintext
|
|
{"version":3,"file":"uk.min.mjs","sources":["../../../../packages/locale/lang/uk.ts"],"sourcesContent":["export default {\n name: 'uk',\n el: {\n breadcrumb: {\n label: 'Breadcrumb', // to be translated\n },\n colorpicker: {\n confirm: 'OK',\n clear: 'Очистити',\n defaultLabel: 'color picker', // to be translated\n description:\n 'current color is {color}. press enter to select a new color.', // to be translated\n alphaLabel: 'pick alpha value', // to be translated\n alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated\n hueLabel: 'pick hue value', // to be translated\n hueDescription: 'hue {hue}, current color is {color}', // to be translated\n },\n datepicker: {\n now: 'Зараз',\n today: 'Сьогодні',\n cancel: 'Відміна',\n clear: 'Очистити',\n confirm: 'OK',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month', // to be translated\n monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated\n yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated\n selectedDate: 'Selected date', // to be translated\n selectDate: 'Вибрати дату',\n selectTime: 'Вибрати час',\n startDate: 'Дата початку',\n startTime: 'Час початку',\n endDate: 'Дата завершення',\n endTime: 'Час завершення',\n prevYear: 'Попередній Рік',\n nextYear: 'Наступний Рік',\n prevMonth: 'Попередній Місяць',\n nextMonth: 'Наступний Місяць',\n year: '',\n month1: 'Січень',\n month2: 'Лютий',\n month3: 'Березень',\n month4: 'Квітень',\n month5: 'Травень',\n month6: 'Червень',\n month7: 'Липень',\n month8: 'Серпень',\n month9: 'Вересень',\n month10: 'Жовтень',\n month11: 'Листопад',\n month12: 'Грудень',\n weeks: {\n sun: 'Нд',\n mon: 'Пн',\n tue: 'Вт',\n wed: 'Ср',\n thu: 'Чт',\n fri: 'Пт',\n sat: 'Сб',\n },\n weeksFull: {\n sun: 'Sunday', // to be translated\n mon: 'Monday', // to be translated\n tue: 'Tuesday', // to be translated\n wed: 'Wednesday', // to be translated\n thu: 'Thursday', // to be translated\n fri: 'Friday', // to be translated\n sat: 'Saturday', // to be translated\n },\n months: {\n jan: 'Січ',\n feb: 'Лют',\n mar: 'Бер',\n apr: 'Кві',\n may: 'Тра',\n jun: 'Чер',\n jul: 'Лип',\n aug: 'Сер',\n sep: 'Вер',\n oct: 'Жов',\n nov: 'Лис',\n dec: 'Гру',\n },\n },\n inputNumber: {\n decrease: 'decrease number', // to be translated\n increase: 'increase number', // to be translated\n },\n select: {\n loading: 'Завантаження',\n noMatch: 'Співпадінь не знайдено',\n noData: 'Немає даних',\n placeholder: 'Обрати',\n },\n mention: {\n loading: 'Завантаження',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'Співпадінь не знайдено',\n loading: 'Завантаження',\n placeholder: 'Обрати',\n noData: 'Немає даних',\n },\n pagination: {\n goto: 'Перейти',\n pagesize: 'на сторінці',\n total: 'Всього {total}',\n pageClassifier: '',\n page: 'Page', // to be translated\n prev: 'Go to previous page', // to be translated\n next: 'Go to next page', // to be translated\n currentPage: 'page {pager}', // to be trans
|