forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
101
VApp/node_modules/vuetify/lib/locale/sr-Cyrl.mjs
generated
vendored
Normal file
101
VApp/node_modules/vuetify/lib/locale/sr-Cyrl.mjs
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
export default {
|
||||
badge: 'Значка',
|
||||
open: 'Open',
|
||||
close: 'Затвори',
|
||||
confirmEdit: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel'
|
||||
},
|
||||
dataIterator: {
|
||||
noResultsText: 'Ни један запис није пронађен',
|
||||
loadingText: 'Учитавање ставке...'
|
||||
},
|
||||
dataTable: {
|
||||
itemsPerPageText: 'Редова по страници:',
|
||||
ariaLabel: {
|
||||
sortDescending: 'Сортирано опадајуће.',
|
||||
sortAscending: 'Сортирано растуће.',
|
||||
sortNone: 'Није сортирано.',
|
||||
activateNone: 'Кликни да уклониш сортирање.',
|
||||
activateDescending: 'Кликни да сортираш опадајуће.',
|
||||
activateAscending: 'Кликни да сортираш растуће.'
|
||||
},
|
||||
sortBy: 'Сортирај по'
|
||||
},
|
||||
dataFooter: {
|
||||
itemsPerPageText: 'Ставки по страници:',
|
||||
itemsPerPageAll: 'Све',
|
||||
nextPage: 'Следећа страница',
|
||||
prevPage: 'Претходна страница',
|
||||
firstPage: 'Прва страница',
|
||||
lastPage: 'Последња страница',
|
||||
pageText: '{0}-{1} од {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: 'Нема доступних података',
|
||||
carousel: {
|
||||
prev: 'Претходна слика',
|
||||
next: 'Следећа слика',
|
||||
ariaLabel: {
|
||||
delimiter: 'Слика {0} од {1}'
|
||||
}
|
||||
},
|
||||
calendar: {
|
||||
moreEvents: '{0} више',
|
||||
today: 'Today'
|
||||
},
|
||||
input: {
|
||||
clear: 'Clear {0}',
|
||||
prependAction: '{0} prepended action',
|
||||
appendAction: '{0} appended action',
|
||||
otp: 'Please enter OTP character {0}'
|
||||
},
|
||||
fileInput: {
|
||||
counter: '{0} фајлова',
|
||||
counterSize: '{0} фајлова ({1} укупно)'
|
||||
},
|
||||
timePicker: {
|
||||
am: 'AM',
|
||||
pm: 'PM'
|
||||
},
|
||||
pagination: {
|
||||
ariaLabel: {
|
||||
root: 'Навигација страницама',
|
||||
next: 'Следећа страница',
|
||||
previous: 'Претходна страница',
|
||||
page: 'Иди на страну {0}',
|
||||
currentPage: 'Тренутна страница, страница {0}',
|
||||
first: 'First page',
|
||||
last: 'Last page'
|
||||
}
|
||||
},
|
||||
stepper: {
|
||||
next: 'Next',
|
||||
prev: 'Previous'
|
||||
},
|
||||
rating: {
|
||||
ariaLabel: {
|
||||
item: 'Оцена {0} од {1}'
|
||||
}
|
||||
},
|
||||
loading: 'Loading...',
|
||||
infiniteScroll: {
|
||||
loadMore: 'Load more',
|
||||
empty: 'No more'
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=sr-Cyrl.mjs.map
|
||||
Reference in New Issue
Block a user