Commit 78f27d68 authored by Jenni's avatar Jenni Committed by hetech

i18n: fix Finnish translations (#14137)

parent ba9f10a8
...@@ -16,10 +16,10 @@ export default { ...@@ -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 { ...@@ -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: 'hei',
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 { ...@@ -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 { ...@@ -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'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment