mirror of https://github.com/ElemeFE/element
i18n: fix Finnish translations (#14137)
parent
ba9f10a8b9
commit
78f27d68bd
|
@ -16,10 +16,10 @@ export default {
|
||||||
startTime: 'Aloitusaika',
|
startTime: 'Aloitusaika',
|
||||||
endDate: 'Lopetuspäivä',
|
endDate: 'Lopetuspäivä',
|
||||||
endTime: 'Lopetusaika',
|
endTime: 'Lopetusaika',
|
||||||
prevYear: 'Edellinen Vuosi',
|
prevYear: 'Edellinen vuosi',
|
||||||
nextYear: 'Seuraava Vuosi',
|
nextYear: 'Seuraava vuosi',
|
||||||
prevMonth: 'Edellinen Kuukausi',
|
prevMonth: 'Edellinen kuukausi',
|
||||||
nextMonth: 'Seuraava Kuukausi',
|
nextMonth: 'Seuraava kuukausi',
|
||||||
year: '',
|
year: '',
|
||||||
month1: 'tammikuu',
|
month1: 'tammikuu',
|
||||||
month2: 'helmikuu',
|
month2: 'helmikuu',
|
||||||
|
@ -44,18 +44,18 @@ export default {
|
||||||
sat: 'la'
|
sat: 'la'
|
||||||
},
|
},
|
||||||
months: {
|
months: {
|
||||||
jan: 'tam',
|
jan: 'tammi',
|
||||||
feb: 'hel',
|
feb: 'helmi',
|
||||||
mar: 'maa',
|
mar: 'maalis',
|
||||||
apr: 'huh',
|
apr: 'huhti',
|
||||||
may: 'tou',
|
may: 'touko',
|
||||||
jun: 'kes',
|
jun: 'kesä',
|
||||||
jul: 'hei',
|
jul: 'heinä',
|
||||||
aug: 'elo',
|
aug: 'elo',
|
||||||
sep: 'syy',
|
sep: 'syys',
|
||||||
oct: 'lok',
|
oct: 'loka',
|
||||||
nov: 'mar',
|
nov: 'marras',
|
||||||
dec: 'jou'
|
dec: 'joulu'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
select: {
|
select: {
|
||||||
|
@ -82,7 +82,7 @@ export default {
|
||||||
error: 'Virheellinen syöte'
|
error: 'Virheellinen syöte'
|
||||||
},
|
},
|
||||||
upload: {
|
upload: {
|
||||||
deleteTip: 'Lehdistö Poista että poistaa',
|
deleteTip: 'Poista Delete-näppäimellä',
|
||||||
delete: 'Poista',
|
delete: 'Poista',
|
||||||
preview: 'Esikatsele',
|
preview: 'Esikatsele',
|
||||||
continue: 'Jatka'
|
continue: 'Jatka'
|
||||||
|
@ -101,7 +101,7 @@ export default {
|
||||||
noMatch: 'Ei vastaavia tietoja',
|
noMatch: 'Ei vastaavia tietoja',
|
||||||
noData: 'Ei tietoja',
|
noData: 'Ei tietoja',
|
||||||
titles: ['Luettelo 1', 'Luettelo 2'],
|
titles: ['Luettelo 1', 'Luettelo 2'],
|
||||||
filterPlaceholder: 'Kirjoita avainsana',
|
filterPlaceholder: 'Syötä hakusana',
|
||||||
noCheckedFormat: '{total} kohdetta',
|
noCheckedFormat: '{total} kohdetta',
|
||||||
hasCheckedFormat: '{checked}/{total} valittu'
|
hasCheckedFormat: '{checked}/{total} valittu'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue