Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
101
VApp/node_modules/vuetify/lib/locale/hr.mjs
generated
vendored
Normal file
101
VApp/node_modules/vuetify/lib/locale/hr.mjs
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
export default {
|
||||
badge: 'Bedž',
|
||||
open: 'Open',
|
||||
close: 'Zatvori',
|
||||
confirmEdit: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel'
|
||||
},
|
||||
dataIterator: {
|
||||
noResultsText: 'Nisu pronađene odgovarajuće stavke',
|
||||
loadingText: 'Učitavanje...'
|
||||
},
|
||||
dataTable: {
|
||||
itemsPerPageText: 'Redaka po stranici:',
|
||||
ariaLabel: {
|
||||
sortDescending: 'Sortirano silazno.',
|
||||
sortAscending: 'Sortirano uzlazno.',
|
||||
sortNone: 'Nije sortirano.',
|
||||
activateNone: 'Odaberite za uklanjanje sortiranja.',
|
||||
activateDescending: 'Odaberite za silazno sortiranje.',
|
||||
activateAscending: 'Odaberite za uzlazno sortiranje.'
|
||||
},
|
||||
sortBy: 'Sortirajte po'
|
||||
},
|
||||
dataFooter: {
|
||||
itemsPerPageText: 'Stavki po stranici:',
|
||||
itemsPerPageAll: 'Sve',
|
||||
nextPage: 'Sljedeća stranica',
|
||||
prevPage: 'Prethodna stranica',
|
||||
firstPage: 'Prva stranica',
|
||||
lastPage: 'Posljednja stranica',
|
||||
pageText: '{0}-{1} od {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: 'Nema dostupnih podataka',
|
||||
carousel: {
|
||||
prev: 'Prethodno',
|
||||
next: 'Sljedeće',
|
||||
ariaLabel: {
|
||||
delimiter: 'Carousel slide {0} of {1}'
|
||||
}
|
||||
},
|
||||
calendar: {
|
||||
moreEvents: 'Još {0}',
|
||||
today: 'Today'
|
||||
},
|
||||
input: {
|
||||
clear: 'Clear {0}',
|
||||
prependAction: '{0} prepended action',
|
||||
appendAction: '{0} appended action',
|
||||
otp: 'Please enter OTP character {0}'
|
||||
},
|
||||
fileInput: {
|
||||
counter: 'Odabranih datoteka: {0}',
|
||||
counterSize: 'Odabranih datoteka: {0} ({1} ukupno)'
|
||||
},
|
||||
timePicker: {
|
||||
am: 'AM',
|
||||
pm: 'PM'
|
||||
},
|
||||
pagination: {
|
||||
ariaLabel: {
|
||||
root: 'Navigacija stranicama',
|
||||
next: 'Sljedeća stranica',
|
||||
previous: 'Prethodna stranica',
|
||||
page: 'Idi na stranicu {0}',
|
||||
currentPage: 'Trenutna stranica, stranica {0}',
|
||||
first: 'First page',
|
||||
last: 'Last page'
|
||||
}
|
||||
},
|
||||
stepper: {
|
||||
next: 'Next',
|
||||
prev: 'Previous'
|
||||
},
|
||||
rating: {
|
||||
ariaLabel: {
|
||||
item: 'Rating {0} of {1}'
|
||||
}
|
||||
},
|
||||
loading: 'Loading...',
|
||||
infiniteScroll: {
|
||||
loadMore: 'Load more',
|
||||
empty: 'No more'
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=hr.mjs.map
|
||||
Reference in New Issue
Block a user