Files
element-plus/packages/locale/lang/af.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: 'af',
el: {
breadcrumb: {
label: 'Breadcrumb', // to be translated
},
colorpicker: {
confirm: 'Bevestig',
clear: 'Maak skoon',
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: 'Nou',
today: 'Vandag',
cancel: 'Kanselleer',
clear: 'Maak skoon',
confirm: 'Bevestig',
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: 'Kies datum',
selectTime: 'Kies tyd',
startDate: 'Begindatum',
startTime: 'Begintyd',
endDate: 'Einddatum',
endTime: 'Eindtyd',
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: 'Jaar',
month1: 'Jan',
month2: 'Feb',
month3: 'Mrt',
month4: 'Apr',
month5: 'Mei',
month6: 'Jun',
month7: 'Jul',
month8: 'Aug',
month9: 'Sep',
month10: 'Okt',
month11: 'Nov',
month12: 'Des',
weeks: {
sun: 'So',
mon: 'Ma',
tue: 'Di',
wed: 'Wo',
thu: 'Do',
fri: 'Vr',
sat: 'Sa',
},
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: 'Mrt',
apr: 'Apr',
may: 'Mei',
jun: 'Jun',
jul: 'Jul',
aug: 'Aug',
sep: 'Sep',
oct: 'Okt',
nov: 'Nov',
dec: 'Des',
},
},
inputNumber: {
decrease: 'decrease number', // to be translated
increase: 'increase number', // to be translated
},
select: {
loading: 'Laai',
noMatch: 'Geen toepaslike data',
noData: 'Geen data',
placeholder: 'Kies',
},
mention: {
loading: 'Laai',
},
dropdown: {
toggleDropdown: 'Toggle Dropdown', // to be translated
},
cascader: {
noMatch: 'Geen toepaslike data',
loading: 'Laai',
placeholder: 'Kies',
noData: 'Geen data',
},
pagination: {
goto: 'Gaan na',
pagesize: '/page',
total: 'Totaal {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: 'Boodskap',
confirm: 'Bevestig',
cancel: 'Kanselleer',
error: 'Ongeldige invoer',
close: 'Close this dialog', // to be translated
},
upload: {
deleteTip: 'press delete to remove', // to be translated
delete: 'Verwyder',
preview: 'Voorskou',
continue: 'Gaan voort',
},
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: 'Geen Data',
confirmFilter: 'Bevestig',
resetFilter: 'Herstel',
clearFilter: 'Alles',
sumText: 'Som',
},
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: 'Geen Data',
},
transfer: {
noMatch: 'Geen toepaslike data',
noData: 'Geen data',
titles: ['Lys 1', 'Lys 2'],
filterPlaceholder: 'Voer sleutelwoord in',
noCheckedFormat: '{total} items',
hasCheckedFormat: '{checked}/{total} gekies',
},
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
},
},
}