Files
element-plus/packages/locale/lang/eo.ts
qiang 0842235dd9 feat(components): [color-picker-panel] hue-slider a11y (#22258)
* feat(components): [color-picker] hue-slider a11y

* chore: sync locale

* chore: lint

* chore: rename

* chore: rename
2025-10-14 19:06:08 +08:00

186 lines
5.5 KiB
TypeScript

export default {
name: 'eo',
el: {
breadcrumb: {
label: 'Breadcrumb', // to be translated
},
colorpicker: {
confirm: 'Bone',
clear: 'Malplenigi',
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
},
datepicker: {
now: 'Nun',
today: 'Hodiaŭ',
cancel: 'Nuligi',
clear: 'Malplenigi',
confirm: 'Bone',
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: 'Elektu daton',
selectTime: 'Elektu horon',
startDate: 'Komenca Dato',
startTime: 'Komenca Horo',
endDate: 'Fina Dato',
endTime: 'Fina Horo',
prevYear: 'Antaŭa Jaro',
nextYear: 'Sekva Jaro',
prevMonth: 'Antaŭa Monato',
nextMonth: 'Sekva Monato',
year: 'Jaro',
month1: 'Januaro',
month2: 'Februaro',
month3: 'Marto',
month4: 'Aprilo',
month5: 'Majo',
month6: 'Junio',
month7: 'Julio',
month8: 'Aŭgusto',
month9: 'Septembro',
month10: 'Oktobro',
month11: 'Novembro',
month12: 'Decembro',
weeks: {
sun: 'Dim',
mon: 'Lun',
tue: 'Mar',
wed: 'Mer',
thu: 'Ĵaŭ',
fri: 'Ven',
sat: 'Sab',
},
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: 'Jan',
feb: 'Feb',
mar: 'Mar',
apr: 'Apr',
may: 'Maj',
jun: 'Jun',
jul: 'Jul',
aug: 'Aŭg',
sep: 'Sep',
oct: 'Okt',
nov: 'Nov',
dec: 'Dec',
},
},
inputNumber: {
decrease: 'decrease number', // to be translated
increase: 'increase number', // to be translated
},
select: {
loading: 'Ŝarĝante',
noMatch: 'Neniuj kongruaj datumoj',
noData: 'Neniuj datumoj',
placeholder: 'Bonvolu elekti',
},
mention: {
loading: 'Ŝarĝante',
},
dropdown: {
toggleDropdown: 'Toggle Dropdown', // to be translated
},
cascader: {
noMatch: 'Neniuj kongruaj datumoj',
loading: 'Ŝarĝante',
placeholder: 'Bonvolu elekti',
noData: 'Neniuj datumoj',
},
pagination: {
goto: 'Iru al',
pagesize: '/ paĝo',
total: 'Entute {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: 'Mesaĝo',
confirm: 'Bone',
cancel: 'Nuligi',
error: 'Nevalida Enigo!',
close: 'Close this dialog', // to be translated
},
upload: {
deleteTip: 'Premu "Delete" por forigi',
delete: 'Forigi',
preview: 'Antaŭrigardi',
continue: 'Daŭrigi',
},
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: 'Neniuj datumoj',
confirmFilter: 'Konfirmi',
resetFilter: 'Restarigi',
clearFilter: 'Ĉiuj',
sumText: 'Sumo',
},
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: 'Neniuj datumoj',
},
transfer: {
noMatch: 'Neniuj kongruaj datumoj',
noData: 'Neniuj datumoj',
titles: ['Listo 1', 'Listo 2'],
filterPlaceholder: 'Enigu ŝlosilvorton',
noCheckedFormat: '{total} elementoj',
hasCheckedFormat: '{checked}/{total} elektitaj',
},
image: {
error: 'MALSUKCESIS',
},
pageHeader: {
title: 'Reen',
},
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
},
},
}