101 lines
2.2 KiB
JavaScript
101 lines
2.2 KiB
JavaScript
|
export default {
|
||
|
badge: 'Insígnia',
|
||
|
open: 'Open',
|
||
|
close: 'Tancar',
|
||
|
confirmEdit: {
|
||
|
ok: 'OK',
|
||
|
cancel: 'Cancel'
|
||
|
},
|
||
|
dataIterator: {
|
||
|
noResultsText: 'Sense dades per mostrar',
|
||
|
loadingText: 'Carregant...'
|
||
|
},
|
||
|
dataTable: {
|
||
|
itemsPerPageText: 'Files per pàgina:',
|
||
|
ariaLabel: {
|
||
|
sortDescending: 'Ordre descendent.',
|
||
|
sortAscending: 'Ordre ascendent.',
|
||
|
sortNone: 'Sense ordenar.',
|
||
|
activateNone: 'Premi per treure la ordenació.',
|
||
|
activateDescending: 'Premi per ordenar descendent.',
|
||
|
activateAscending: 'Premi per ordenar ascendent.'
|
||
|
},
|
||
|
sortBy: 'Ordenat per'
|
||
|
},
|
||
|
dataFooter: {
|
||
|
itemsPerPageText: 'Elements per pàgina:',
|
||
|
itemsPerPageAll: 'Tot',
|
||
|
nextPage: 'Pàgina següent',
|
||
|
prevPage: 'Pàgina anterior',
|
||
|
firstPage: 'Primera pàgina',
|
||
|
lastPage: 'Última pàgina',
|
||
|
pageText: '{0}-{1} de {2}'
|
||
|
},
|
||
|
dateRangeInput: {
|
||
|
divider: 'to'
|
||
|
},
|
||
|
datePicker: {
|
||
|
itemsSelected: '{0} selected',
|
||
|
range: {
|
||
|
title: 'Select dates',
|
||
|
header: 'Enter dates'
|
||
|
},
|
||
|
title: 'Select date',
|
||
|
header: 'Enter date',
|
||
|
input: {
|
||
|
placeholder: 'Enter date'
|
||
|
}
|
||
|
},
|
||
|
noDataText: 'Sense dades',
|
||
|
carousel: {
|
||
|
prev: 'Visualització prèvia',
|
||
|
next: 'Visualització següent',
|
||
|
ariaLabel: {
|
||
|
delimiter: 'Diapositiva {0} of {1}'
|
||
|
}
|
||
|
},
|
||
|
calendar: {
|
||
|
moreEvents: '{0} més',
|
||
|
today: 'Today'
|
||
|
},
|
||
|
input: {
|
||
|
clear: 'Clear {0}',
|
||
|
prependAction: '{0} prepended action',
|
||
|
appendAction: '{0} appended action',
|
||
|
otp: 'Please enter OTP character {0}'
|
||
|
},
|
||
|
fileInput: {
|
||
|
counter: '{0} fitxers',
|
||
|
counterSize: '{0} fitxers ({1} en total)'
|
||
|
},
|
||
|
timePicker: {
|
||
|
am: 'AM',
|
||
|
pm: 'PM'
|
||
|
},
|
||
|
pagination: {
|
||
|
ariaLabel: {
|
||
|
root: 'Navegació de la pàgina',
|
||
|
next: 'Pàgina següent',
|
||
|
previous: 'Pàgina anterior',
|
||
|
page: 'Ves a la pàgina {0}',
|
||
|
currentPage: 'Pàgina actual, pàgina {0}',
|
||
|
first: 'Primera pàgina',
|
||
|
last: 'Última pàgina'
|
||
|
}
|
||
|
},
|
||
|
stepper: {
|
||
|
next: 'Next',
|
||
|
prev: 'Previous'
|
||
|
},
|
||
|
rating: {
|
||
|
ariaLabel: {
|
||
|
item: 'Puntuació {0} de {1}'
|
||
|
}
|
||
|
},
|
||
|
loading: 'Loading...',
|
||
|
infiniteScroll: {
|
||
|
loadMore: 'Load more',
|
||
|
empty: 'No more'
|
||
|
}
|
||
|
};
|
||
|
//# sourceMappingURL=ca.mjs.map
|