fi_FI.js 851 B

1234567891011121314151617181920212223242526272829
  1. const locale = {
  2. locale: 'fi_FI',
  3. today: 'Tänään',
  4. now: 'Nyt',
  5. backToToday: 'Tämä päivä',
  6. ok: 'Ok',
  7. clear: 'Tyhjennä',
  8. month: 'Kuukausi',
  9. year: 'Vuosi',
  10. timeSelect: 'Valise aika',
  11. dateSelect: 'Valitse päivä',
  12. monthSelect: 'Valitse kuukausi',
  13. yearSelect: 'Valitse vuosi',
  14. decadeSelect: 'Valitse vuosikymmen',
  15. yearFormat: 'YYYY',
  16. dateFormat: 'D.M.YYYY',
  17. dayFormat: 'D',
  18. dateTimeFormat: 'D.M.YYYY HH:mm:ss',
  19. monthBeforeYear: true,
  20. previousMonth: 'Edellinen kuukausi (PageUp)',
  21. nextMonth: 'Seuraava kuukausi (PageDown)',
  22. previousYear: 'Edellinen vuosi (Control + left)',
  23. nextYear: 'Seuraava vuosi (Control + right)',
  24. previousDecade: 'Edellinen vuosikymmen',
  25. nextDecade: 'Seuraava vuosikymmen',
  26. previousCentury: 'Edellinen vuosisata',
  27. nextCentury: 'Seuraava vuosisata'
  28. };
  29. export default locale;