fi.js 3.3 KB

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