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: 'ca',
|
|
el: {
|
|
breadcrumb: {
|
|
label: 'Breadcrumb', // to be translated
|
|
},
|
|
colorpicker: {
|
|
confirm: 'Confirmar',
|
|
clear: 'Netejar',
|
|
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: 'Ara',
|
|
today: 'Avui',
|
|
cancel: 'Cancel·lar',
|
|
clear: 'Netejar',
|
|
confirm: 'Confirmar',
|
|
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: 'Seleccionar data',
|
|
selectTime: 'Seleccionar hora',
|
|
startDate: 'Data Inici',
|
|
startTime: 'Hora Inici',
|
|
endDate: 'Data Final',
|
|
endTime: 'Hora Final',
|
|
prevYear: 'Any anterior',
|
|
nextYear: 'Pròxim Any',
|
|
prevMonth: 'Mes anterior',
|
|
nextMonth: 'Pròxim Mes',
|
|
year: '',
|
|
month1: 'Gener',
|
|
month2: 'Febrer',
|
|
month3: 'Març',
|
|
month4: 'Abril',
|
|
month5: 'Maig',
|
|
month6: 'Juny',
|
|
month7: 'Juliol',
|
|
month8: 'Agost',
|
|
month9: 'Setembre',
|
|
month10: 'Octubre',
|
|
month11: 'Novembre',
|
|
month12: 'Desembre',
|
|
weeks: {
|
|
sun: 'Dg',
|
|
mon: 'Dl',
|
|
tue: 'Dt',
|
|
wed: 'Dc',
|
|
thu: 'Dj',
|
|
fri: 'Dv',
|
|
sat: 'Ds',
|
|
},
|
|
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: 'Gen',
|
|
feb: 'Febr',
|
|
mar: 'Març',
|
|
apr: 'Abr',
|
|
may: 'Maig',
|
|
jun: 'Juny',
|
|
jul: 'Jul',
|
|
aug: 'Ag',
|
|
sep: 'Set',
|
|
oct: 'Oct',
|
|
nov: 'Nov',
|
|
dec: 'Des',
|
|
},
|
|
},
|
|
inputNumber: {
|
|
decrease: 'decrease number', // to be translated
|
|
increase: 'increase number', // to be translated
|
|
},
|
|
select: {
|
|
loading: 'Carregant',
|
|
noMatch: 'No hi ha dades que coincideixin',
|
|
noData: 'Sense Dades',
|
|
placeholder: 'Seleccionar',
|
|
},
|
|
mention: {
|
|
loading: 'Carregant',
|
|
},
|
|
dropdown: {
|
|
toggleDropdown: 'Toggle Dropdown', // to be translated
|
|
},
|
|
cascader: {
|
|
noMatch: 'No hi ha dades que coincideixin',
|
|
loading: 'Carregant',
|
|
placeholder: 'Seleccionar',
|
|
noData: 'Sense Dades',
|
|
},
|
|
pagination: {
|
|
goto: 'Anar a',
|
|
pagesize: '/pàgina',
|
|
total: '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
|
|
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: 'Message', // to be translated
|
|
confirm: 'Acceptar',
|
|
cancel: 'Cancel·lar',
|
|
error: 'Entrada invàlida',
|
|
close: 'Close this dialog', // to be translated
|
|
},
|
|
upload: {
|
|
deleteTip: 'premi eliminar per descartar',
|
|
delete: 'Eliminar',
|
|
preview: 'Vista Prèvia',
|
|
continue: 'Continuar',
|
|
},
|
|
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: 'Sense Dades',
|
|
confirmFilter: 'Confirmar',
|
|
resetFilter: 'Netejar',
|
|
clearFilter: 'Tot',
|
|
sumText: 'Tot',
|
|
},
|
|
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: 'Sense Dades',
|
|
},
|
|
transfer: {
|
|
noMatch: 'No hi ha dades que coincideixin',
|
|
noData: 'Sense Dades',
|
|
titles: ['Llista 1', 'Llista 2'],
|
|
filterPlaceholder: 'Introdueix la paraula clau',
|
|
noCheckedFormat: '{total} ítems',
|
|
hasCheckedFormat: '{checked}/{total} seleccionats',
|
|
},
|
|
image: {
|
|
error: 'HA FALLAT',
|
|
},
|
|
pageHeader: {
|
|
title: 'Tornar',
|
|
},
|
|
popconfirm: {
|
|
confirmButtonText: 'Sí',
|
|
cancelButtonText: 'No',
|
|
},
|
|
carousel: {
|
|
leftArrow: 'Carousel arrow left', // to be translated
|
|
rightArrow: 'Carousel arrow right', // to be translated
|
|
indicator: 'Carousel switch to index {index}', // to be translated
|
|
},
|
|
},
|
|
}
|