fi.mjs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. var fi = {
  2. name: "fi",
  3. el: {
  4. colorpicker: {
  5. confirm: "OK",
  6. clear: "Tyhjenn\xE4"
  7. },
  8. datepicker: {
  9. now: "Nyt",
  10. today: "T\xE4n\xE4\xE4n",
  11. cancel: "Peruuta",
  12. clear: "Tyhjenn\xE4",
  13. confirm: "OK",
  14. selectDate: "Valitse p\xE4iv\xE4",
  15. selectTime: "Valitse aika",
  16. startDate: "Aloitusp\xE4iv\xE4",
  17. startTime: "Aloitusaika",
  18. endDate: "Lopetusp\xE4iv\xE4",
  19. endTime: "Lopetusaika",
  20. prevYear: "Edellinen vuosi",
  21. nextYear: "Seuraava vuosi",
  22. prevMonth: "Edellinen kuukausi",
  23. nextMonth: "Seuraava kuukausi",
  24. year: "",
  25. month1: "tammikuu",
  26. month2: "helmikuu",
  27. month3: "maaliskuu",
  28. month4: "huhtikuu",
  29. month5: "toukokuu",
  30. month6: "kes\xE4kuu",
  31. month7: "hein\xE4kuu",
  32. month8: "elokuu",
  33. month9: "syyskuu",
  34. month10: "lokakuu",
  35. month11: "marraskuu",
  36. month12: "joulukuu",
  37. weeks: {
  38. sun: "su",
  39. mon: "ma",
  40. tue: "ti",
  41. wed: "ke",
  42. thu: "to",
  43. fri: "pe",
  44. sat: "la"
  45. },
  46. months: {
  47. jan: "tammi",
  48. feb: "helmi",
  49. mar: "maalis",
  50. apr: "huhti",
  51. may: "touko",
  52. jun: "kes\xE4",
  53. jul: "hein\xE4",
  54. aug: "elo",
  55. sep: "syys",
  56. oct: "loka",
  57. nov: "marras",
  58. dec: "joulu"
  59. }
  60. },
  61. select: {
  62. loading: "Lataa",
  63. noMatch: "Ei vastaavia tietoja",
  64. noData: "Ei tietoja",
  65. placeholder: "Valitse"
  66. },
  67. cascader: {
  68. noMatch: "Ei vastaavia tietoja",
  69. loading: "Lataa",
  70. placeholder: "Valitse",
  71. noData: "Ei tietoja"
  72. },
  73. pagination: {
  74. goto: "Mene",
  75. pagesize: "/sivu",
  76. total: "Yhteens\xE4 {total}",
  77. pageClassifier: ""
  78. },
  79. messagebox: {
  80. title: "Viesti",
  81. confirm: "OK",
  82. cancel: "Peruuta",
  83. error: "Virheellinen sy\xF6te"
  84. },
  85. upload: {
  86. deleteTip: "Poista Delete-n\xE4pp\xE4imell\xE4",
  87. delete: "Poista",
  88. preview: "Esikatsele",
  89. continue: "Jatka"
  90. },
  91. table: {
  92. emptyText: "Ei tietoja",
  93. confirmFilter: "Vahvista",
  94. resetFilter: "Tyhjenn\xE4",
  95. clearFilter: "Kaikki",
  96. sumText: "Summa"
  97. },
  98. tree: {
  99. emptyText: "Ei tietoja"
  100. },
  101. transfer: {
  102. noMatch: "Ei vastaavia tietoja",
  103. noData: "Ei tietoja",
  104. titles: ["Luettelo 1", "Luettelo 2"],
  105. filterPlaceholder: "Sy\xF6t\xE4 hakusana",
  106. noCheckedFormat: "{total} kohdetta",
  107. hasCheckedFormat: "{checked}/{total} valittu"
  108. },
  109. image: {
  110. error: "FAILED"
  111. },
  112. pageHeader: {
  113. title: "Back"
  114. },
  115. popconfirm: {
  116. confirmButtonText: "Yes",
  117. cancelButtonText: "No"
  118. }
  119. }
  120. };
  121. export { fi as default };
  122. //# sourceMappingURL=fi.mjs.map