i18n: add missing Finnish translations (#13233)

pull/13241/head
Kermo 2018-10-30 11:57:15 +02:00 committed by hetech
parent 99da8fad6b
commit 1605eba691
1 changed files with 10 additions and 10 deletions

View File

@ -16,10 +16,10 @@ export default {
startTime: 'Aloitusaika', startTime: 'Aloitusaika',
endDate: 'Lopetuspäivä', endDate: 'Lopetuspäivä',
endTime: 'Lopetusaika', endTime: 'Lopetusaika',
prevYear: 'Previous Year', // to be translated prevYear: 'Edellinen Vuosi',
nextYear: 'Next Year', // to be translated nextYear: 'Seuraava Vuosi',
prevMonth: 'Previous Month', // to be translated prevMonth: 'Edellinen Kuukausi',
nextMonth: 'Next Month', // to be translated nextMonth: 'Seuraava Kuukausi',
year: '', year: '',
month1: 'tammikuu', month1: 'tammikuu',
month2: 'helmikuu', month2: 'helmikuu',
@ -82,7 +82,7 @@ export default {
error: 'Virheellinen syöte' error: 'Virheellinen syöte'
}, },
upload: { upload: {
deleteTip: 'press delete to remove', // to be translated deleteTip: 'Lehdistö Poista että poistaa',
delete: 'Poista', delete: 'Poista',
preview: 'Esikatsele', preview: 'Esikatsele',
continue: 'Jatka' continue: 'Jatka'
@ -92,7 +92,7 @@ export default {
confirmFilter: 'Vahvista', confirmFilter: 'Vahvista',
resetFilter: 'Tyhjennä', resetFilter: 'Tyhjennä',
clearFilter: 'Kaikki', clearFilter: 'Kaikki',
sumText: 'Sum' // to be translated sumText: 'Summa'
}, },
tree: { tree: {
emptyText: 'Ei tietoja' emptyText: 'Ei tietoja'
@ -100,10 +100,10 @@ export default {
transfer: { transfer: {
noMatch: 'Ei vastaavia tietoja', noMatch: 'Ei vastaavia tietoja',
noData: 'Ei tietoja', noData: 'Ei tietoja',
titles: ['List 1', 'List 2'], // to be translated titles: ['Luettelo 1', 'Luettelo 2'],
filterPlaceholder: 'Enter keyword', // to be translated filterPlaceholder: 'Kirjoita avainsana',
noCheckedFormat: '{total} items', // to be translated noCheckedFormat: '{total} kohdetta',
hasCheckedFormat: '{checked}/{total} checked' // to be translated hasCheckedFormat: '{checked}/{total} valittu'
} }
} }
}; };