fi.js 709 B

123456789101112131415161718
  1. /**
  2. * Finnish translation for bootstrap-datepicker
  3. * Jaakko Salonen <https: //github.com/jsalonen>
  4. */
  5. export default {
  6. fi: {
  7. days: ["sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai"],
  8. daysShort: ["sun", "maa", "tii", "kes", "tor", "per", "lau"],
  9. daysMin: ["su", "ma", "ti", "ke", "to", "pe", "la"],
  10. months: ["tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu"],
  11. monthsShort: ["tam", "hel", "maa", "huh", "tou", "kes", "hei", "elo", "syy", "lok", "mar", "jou"],
  12. today: "tänään",
  13. clear: "Tyhjennä",
  14. weekStart: 1,
  15. format: "d.m.yyyy"
  16. }
  17. };