Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
101
VApp/node_modules/vuetify/lib/locale/sr-Latn.mjs
generated
vendored
Normal file
101
VApp/node_modules/vuetify/lib/locale/sr-Latn.mjs
generated
vendored
Normal file
@ -0,0 +1,101 @@
|
||||
export default {
|
||||
badge: 'Značka',
|
||||
open: 'Open',
|
||||
close: 'Zatvori',
|
||||
confirmEdit: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel'
|
||||
},
|
||||
dataIterator: {
|
||||
noResultsText: 'Nijedan zapis nije pronađen',
|
||||
loadingText: 'Učitavanje stavke...'
|
||||
},
|
||||
dataTable: {
|
||||
itemsPerPageText: 'Redova po stranici:',
|
||||
ariaLabel: {
|
||||
sortDescending: 'Sortirano opadajuće.',
|
||||
sortAscending: 'Sortirano rastuće.',
|
||||
sortNone: 'Nije sortirano.',
|
||||
activateNone: 'Klikni da ukloniš sortiranje.',
|
||||
activateDescending: 'Klikni da sortiraš opadajuće.',
|
||||
activateAscending: 'Klikni da sortiraš rastuće.'
|
||||
},
|
||||
sortBy: 'Sortiraj po'
|
||||
},
|
||||
dataFooter: {
|
||||
itemsPerPageText: 'Stavki po stranici:',
|
||||
itemsPerPageAll: 'Sve',
|
||||
nextPage: 'Sledeća stranica',
|
||||
prevPage: 'Prethodna stranica',
|
||||
firstPage: 'Prva stranica',
|
||||
lastPage: 'Poslednja 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: 'Prethodna slika',
|
||||
next: 'Sledeća slika',
|
||||
ariaLabel: {
|
||||
delimiter: 'Slika {0} od {1}'
|
||||
}
|
||||
},
|
||||
calendar: {
|
||||
moreEvents: '{0} više',
|
||||
today: 'Today'
|
||||
},
|
||||
input: {
|
||||
clear: 'Clear {0}',
|
||||
prependAction: '{0} prepended action',
|
||||
appendAction: '{0} appended action',
|
||||
otp: 'Please enter OTP character {0}'
|
||||
},
|
||||
fileInput: {
|
||||
counter: '{0} fajlova',
|
||||
counterSize: '{0} fajlova ({1} ukupno)'
|
||||
},
|
||||
timePicker: {
|
||||
am: 'AM',
|
||||
pm: 'PM'
|
||||
},
|
||||
pagination: {
|
||||
ariaLabel: {
|
||||
root: 'Navigacija stranicama',
|
||||
next: 'Sledeća stranica',
|
||||
previous: 'Prethodna stranica',
|
||||
page: 'Idi na stranu {0}',
|
||||
currentPage: 'Trenutna stranica, stranica {0}',
|
||||
first: 'First page',
|
||||
last: 'Last page'
|
||||
}
|
||||
},
|
||||
stepper: {
|
||||
next: 'Next',
|
||||
prev: 'Previous'
|
||||
},
|
||||
rating: {
|
||||
ariaLabel: {
|
||||
item: 'Ocena {0} od {1}'
|
||||
}
|
||||
},
|
||||
loading: 'Loading...',
|
||||
infiniteScroll: {
|
||||
loadMore: 'Load more',
|
||||
empty: 'No more'
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=sr-Latn.mjs.map
|
Reference in New Issue
Block a user