mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [color-picker-panel] predefine a11y * chore: sync locale * Update packages/components/color-picker-panel/src/composables/use-predefine.ts Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com> * chore: update --------- Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com>
190 lines
5.8 KiB
TypeScript
190 lines
5.8 KiB
TypeScript
export default {
|
|
name: 'tk',
|
|
el: {
|
|
breadcrumb: {
|
|
label: 'Breadcrumb', // to be translated
|
|
},
|
|
colorpicker: {
|
|
confirm: 'OK',
|
|
clear: 'Arassala',
|
|
defaultLabel: 'color picker', // to be translated
|
|
description:
|
|
'current color is {color}. press enter to select a new color.', // to be translated
|
|
alphaLabel: 'pick alpha value', // to be translated
|
|
alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated
|
|
hueLabel: 'pick hue value', // to be translated
|
|
hueDescription: 'hue {hue}, current color is {color}', // to be translated
|
|
svLabel: 'pick saturation and brightness value', // to be translated
|
|
svDescription:
|
|
'saturation {saturation}, brightness {brightness}, current color is {color}', // to be translated
|
|
predefineDescription: 'select {value} as the color', // to be translated
|
|
},
|
|
datepicker: {
|
|
now: 'Şuwagt',
|
|
today: 'Şügün',
|
|
cancel: 'Bes et',
|
|
clear: 'Arassala',
|
|
confirm: 'OK',
|
|
dateTablePrompt:
|
|
'Use the arrow keys and enter to select the day of the month', // to be translated
|
|
monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated
|
|
yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated
|
|
selectedDate: 'Selected date', // to be translated
|
|
selectDate: 'Güni saýlaň',
|
|
selectTime: 'Wagty saýlaň',
|
|
startDate: 'Başlaýan güni',
|
|
startTime: 'Başlaýan wagty',
|
|
endDate: 'Gutarýan güni',
|
|
endTime: 'Gutarýan wagty',
|
|
prevYear: 'Previous Year', // to be translated
|
|
nextYear: 'Next Year', // to be translated
|
|
prevMonth: 'Previous Month', // to be translated
|
|
nextMonth: 'Next Month', // to be translated
|
|
year: '',
|
|
month1: 'Ýan',
|
|
month2: 'Few',
|
|
month3: 'Mar',
|
|
month4: 'Apr',
|
|
month5: 'Maý',
|
|
month6: 'Iýn',
|
|
month7: 'Iýl',
|
|
month8: 'Awg',
|
|
month9: 'Sen',
|
|
month10: 'Okt',
|
|
month11: 'Noý',
|
|
month12: 'Dek',
|
|
weeks: {
|
|
sun: 'Ýek',
|
|
mon: 'Duş',
|
|
tue: 'Siş',
|
|
wed: 'Çar',
|
|
thu: 'Pen',
|
|
fri: 'Ann',
|
|
sat: 'Şen',
|
|
},
|
|
weeksFull: {
|
|
sun: 'Sunday', // to be translated
|
|
mon: 'Monday', // to be translated
|
|
tue: 'Tuesday', // to be translated
|
|
wed: 'Wednesday', // to be translated
|
|
thu: 'Thursday', // to be translated
|
|
fri: 'Friday', // to be translated
|
|
sat: 'Saturday', // to be translated
|
|
},
|
|
months: {
|
|
jan: 'Ýan',
|
|
feb: 'Few',
|
|
mar: 'Mar',
|
|
apr: 'Apr',
|
|
may: 'Maý',
|
|
jun: 'Iýn',
|
|
jul: 'Iýl',
|
|
aug: 'Awg',
|
|
sep: 'Sep',
|
|
oct: 'Okt',
|
|
nov: 'Noý',
|
|
dec: 'Dek',
|
|
},
|
|
},
|
|
inputNumber: {
|
|
decrease: 'decrease number', // to be translated
|
|
increase: 'increase number', // to be translated
|
|
},
|
|
select: {
|
|
loading: 'Indirilýär',
|
|
noMatch: 'Hiçzat tapylmady',
|
|
noData: 'Hiçzat ýok',
|
|
placeholder: 'Saýla',
|
|
},
|
|
mention: {
|
|
loading: 'Indirilýär',
|
|
},
|
|
dropdown: {
|
|
toggleDropdown: 'Toggle Dropdown', // to be translated
|
|
},
|
|
cascader: {
|
|
noMatch: 'Hiçzat tapylmady',
|
|
loading: 'Indirilýär',
|
|
placeholder: 'Saýlaň',
|
|
noData: 'Hiçzat ýok',
|
|
},
|
|
pagination: {
|
|
goto: 'Git',
|
|
pagesize: '/sahypa',
|
|
total: 'Umumy {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
|
|
deprecationWarning:
|
|
'Deprecated usages detected, please refer to the el-pagination documentation for more details', // to be translated
|
|
},
|
|
dialog: {
|
|
close: 'Close this dialog', // to be translated
|
|
},
|
|
drawer: {
|
|
close: 'Close this dialog', // to be translated
|
|
},
|
|
messagebox: {
|
|
title: 'Hat',
|
|
confirm: 'OK',
|
|
cancel: 'Bes et',
|
|
error: 'Ýalňyş girizme',
|
|
close: 'Close this dialog', // to be translated
|
|
},
|
|
upload: {
|
|
deleteTip: 'Pozmak üçin "poz" düwmä basyň',
|
|
delete: 'Poz',
|
|
preview: 'Gör',
|
|
continue: 'Dowam et',
|
|
},
|
|
slider: {
|
|
defaultLabel: 'slider between {min} and {max}', // to be translated
|
|
defaultRangeStartLabel: 'pick start value', // to be translated
|
|
defaultRangeEndLabel: 'pick end value', // to be translated
|
|
},
|
|
table: {
|
|
emptyText: 'Maglumat ýok',
|
|
confirmFilter: 'Tassykla',
|
|
resetFilter: 'Arassala',
|
|
clearFilter: 'Hemmesi',
|
|
sumText: 'Jemi',
|
|
},
|
|
tour: {
|
|
next: 'Next', // to be translated
|
|
previous: 'Previous', // to be translated
|
|
finish: 'Finish', // to be translated
|
|
close: 'Close this dialog', // to be translated
|
|
},
|
|
tree: {
|
|
emptyText: 'Maglumat ýok',
|
|
},
|
|
transfer: {
|
|
noMatch: 'Hiçzat tapylmady',
|
|
noData: 'Hiçzat ýok',
|
|
titles: ['Sanaw 1', 'Sanaw 2'],
|
|
filterPlaceholder: 'Gözleg sözlerini giriziň',
|
|
noCheckedFormat: '{total} sany',
|
|
hasCheckedFormat: '{checked}/{total} saýlanan',
|
|
},
|
|
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
|
|
},
|
|
},
|
|
}
|