Files
element-plus/packages/locale/lang/uk.ts
赵添 0456c790db feat: add mention component (#17586)
* feat: add mention component

* fix: build error

* fix: build error

* feat: delete as a whole

* fix: update docs

* fix: update global.d.ts

* fix: update

* fix: update code

* fix: update code

* fix: update code

* fix: rename

* fix: update code

* fix: upload code

* fix: update code

* fix: fixed cursor position abnormality

* fix: update code

* fix: docs add avatar

* fix: tooltip position is wrong when placing on top

* feat: add overview icon

* fix: overview icon color
2024-08-02 11:00:26 +08:00

144 lines
4.2 KiB
TypeScript
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.
export default {
name: 'uk',
el: {
breadcrumb: {
label: 'Breadcrumb', // to be translated
},
colorpicker: {
confirm: 'OK',
clear: 'Очистити',
},
datepicker: {
now: 'Зараз',
today: 'Сьогодні',
cancel: 'Відміна',
clear: 'Очистити',
confirm: 'OK',
selectDate: 'Вибрати дату',
selectTime: 'Вибрати час',
startDate: 'Дата початку',
startTime: 'Час початку',
endDate: 'Дата завершення',
endTime: 'Час завершення',
prevYear: 'Попередній Рік',
nextYear: 'Наступний Рік',
prevMonth: 'Попередній Місяць',
nextMonth: 'Наступний Місяць',
year: '',
month1: 'Січень',
month2: 'Лютий',
month3: 'Березень',
month4: 'Квітень',
month5: 'Травень',
month6: 'Червень',
month7: 'Липень',
month8: 'Серпень',
month9: 'Вересень',
month10: 'Жовтень',
month11: 'Листопад',
month12: 'Грудень',
week: 'тиждень',
weeks: {
sun: 'Нд',
mon: 'Пн',
tue: 'Вт',
wed: 'Ср',
thu: 'Чт',
fri: 'Пт',
sat: 'Сб',
},
months: {
jan: 'Січ',
feb: 'Лют',
mar: 'Бер',
apr: 'Кві',
may: 'Тра',
jun: 'Чер',
jul: 'Лип',
aug: 'Сер',
sep: 'Вер',
oct: 'Жов',
nov: 'Лис',
dec: 'Гру',
},
},
select: {
loading: 'Завантаження',
noMatch: 'Співпадінь не знайдено',
noData: 'Немає даних',
placeholder: 'Обрати',
},
mention: {
loading: 'Завантаження',
},
cascader: {
noMatch: 'Співпадінь не знайдено',
loading: 'Завантаження',
placeholder: 'Обрати',
noData: 'Немає даних',
},
pagination: {
goto: 'Перейти',
pagesize: 'на сторінці',
total: 'Всього {total}',
pageClassifier: '',
page: 'Page', // to be translated
prev: 'Go to previous page', // to be translated
next: 'Go to next page', // to be translated
currentPage: 'page {pager}', // to be translated
prevPages: 'Previous {pager} pages', // to be translated
nextPages: 'Next {pager} pages', // to be translated
},
messagebox: {
title: 'Повідомлення',
confirm: 'OK',
cancel: 'Відміна',
error: 'Неприпустимий ввід даних',
},
upload: {
deleteTip: 'натисніть кнопку щоб видалити',
delete: 'Видалити',
preview: 'Перегляд',
continue: 'Продовжити',
},
table: {
emptyText: 'Немає даних',
confirmFilter: 'Підтвердити',
resetFilter: 'Скинути',
clearFilter: 'Все',
sumText: 'Сума',
},
tour: {
next: 'Далі',
previous: 'Назад',
finish: 'Завершити',
},
tree: {
emptyText: 'Немає даних',
},
transfer: {
noMatch: 'Співпадінь не знайдено',
noData: 'Обрати',
titles: ['Список 1', 'Список 2'],
filterPlaceholder: 'Введіть ключове слово',
noCheckedFormat: '{total} пунктів',
hasCheckedFormat: '{checked}/{total} вибрано',
},
image: {
error: 'FAILED', // to be translated
},
pageHeader: {
title: 'Back', // to be translated
},
popconfirm: {
confirmButtonText: 'Yes', // to be translated
cancelButtonText: 'No', // to be translated
},
carousel: {
leftArrow: 'Carousel arrow left', // to be translated
rightArrow: 'Carousel arrow right', // to be translated
indicator: 'Carousel switch to index {index}', // to be translated
},
},
}