Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
101
VApp/node_modules/vuetify/lib/locale/fi.mjs
generated
vendored
Normal file
101
VApp/node_modules/vuetify/lib/locale/fi.mjs
generated
vendored
Normal file
@ -0,0 +1,101 @@
|
||||
export default {
|
||||
badge: 'Infopiste',
|
||||
open: 'Open',
|
||||
close: 'Sulje',
|
||||
confirmEdit: {
|
||||
ok: 'OK',
|
||||
cancel: 'Cancel'
|
||||
},
|
||||
dataIterator: {
|
||||
noResultsText: 'Ei osumia',
|
||||
loadingText: 'Ladataan kohteita...'
|
||||
},
|
||||
dataTable: {
|
||||
itemsPerPageText: 'Rivejä sivulla:',
|
||||
ariaLabel: {
|
||||
sortDescending: ': Järjestetty laskevasti. Poista järjestäminen aktivoimalla.',
|
||||
sortAscending: ': Järjestetty nousevasti. Järjestä laskevasti aktivoimalla.',
|
||||
sortNone: ': Ei järjestetty. Järjestä nousevasti aktivoimalla.',
|
||||
activateNone: 'Aktivoi lajittelun poistamiseksi.',
|
||||
activateDescending: 'Aktivoi laskevien laskevien lajittelemiseksi.',
|
||||
activateAscending: 'Aktivoi lajitella nouseva.'
|
||||
},
|
||||
sortBy: 'Järjestä'
|
||||
},
|
||||
dataFooter: {
|
||||
itemsPerPageText: 'Kohteita sivulla:',
|
||||
itemsPerPageAll: 'Kaikki',
|
||||
nextPage: 'Seuraava sivu',
|
||||
prevPage: 'Edellinen sivu',
|
||||
firstPage: 'Ensimmäinen sivu',
|
||||
lastPage: 'Viimeinen sivu',
|
||||
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: 'Ei dataa',
|
||||
carousel: {
|
||||
prev: 'Edellinen kuva',
|
||||
next: 'Seuraava kuva',
|
||||
ariaLabel: {
|
||||
delimiter: 'Karusellin kuva {0}/{1}'
|
||||
}
|
||||
},
|
||||
calendar: {
|
||||
moreEvents: '{0} lisää',
|
||||
today: 'Today'
|
||||
},
|
||||
input: {
|
||||
clear: 'Clear {0}',
|
||||
prependAction: '{0} prepended action',
|
||||
appendAction: '{0} appended action',
|
||||
otp: 'Please enter OTP character {0}'
|
||||
},
|
||||
fileInput: {
|
||||
counter: '{0} tiedostoa',
|
||||
counterSize: '{0} tiedostoa ({1} yhteensä)'
|
||||
},
|
||||
timePicker: {
|
||||
am: 'ap.',
|
||||
pm: 'ip.'
|
||||
},
|
||||
pagination: {
|
||||
ariaLabel: {
|
||||
root: 'Pagination Navigation',
|
||||
next: 'Seuraava sivu',
|
||||
previous: 'Edellinen sivu',
|
||||
page: 'Mene sivulle {0}',
|
||||
currentPage: 'Nykyinen sivu, Sivu {0}',
|
||||
first: 'First page',
|
||||
last: 'Last page'
|
||||
}
|
||||
},
|
||||
stepper: {
|
||||
next: 'Next',
|
||||
prev: 'Previous'
|
||||
},
|
||||
rating: {
|
||||
ariaLabel: {
|
||||
item: 'Luokitus {0}/{1}'
|
||||
}
|
||||
},
|
||||
loading: 'Loading...',
|
||||
infiniteScroll: {
|
||||
loadMore: 'Load more',
|
||||
empty: 'No more'
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=fi.mjs.map
|
Reference in New Issue
Block a user