fi.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. /*! Element Plus v2.9.1 */
  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. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "OK",
  15. clear: "Tyhjenn\xE4"
  16. },
  17. datepicker: {
  18. now: "Nyt",
  19. today: "T\xE4n\xE4\xE4n",
  20. cancel: "Peruuta",
  21. clear: "Tyhjenn\xE4",
  22. confirm: "OK",
  23. selectDate: "Valitse p\xE4iv\xE4",
  24. selectTime: "Valitse aika",
  25. startDate: "Aloitusp\xE4iv\xE4",
  26. startTime: "Aloitusaika",
  27. endDate: "Lopetusp\xE4iv\xE4",
  28. endTime: "Lopetusaika",
  29. prevYear: "Edellinen vuosi",
  30. nextYear: "Seuraava vuosi",
  31. prevMonth: "Edellinen kuukausi",
  32. nextMonth: "Seuraava kuukausi",
  33. year: "",
  34. month1: "tammikuu",
  35. month2: "helmikuu",
  36. month3: "maaliskuu",
  37. month4: "huhtikuu",
  38. month5: "toukokuu",
  39. month6: "kes\xE4kuu",
  40. month7: "hein\xE4kuu",
  41. month8: "elokuu",
  42. month9: "syyskuu",
  43. month10: "lokakuu",
  44. month11: "marraskuu",
  45. month12: "joulukuu",
  46. weeks: {
  47. sun: "su",
  48. mon: "ma",
  49. tue: "ti",
  50. wed: "ke",
  51. thu: "to",
  52. fri: "pe",
  53. sat: "la"
  54. },
  55. months: {
  56. jan: "tammi",
  57. feb: "helmi",
  58. mar: "maalis",
  59. apr: "huhti",
  60. may: "touko",
  61. jun: "kes\xE4",
  62. jul: "hein\xE4",
  63. aug: "elo",
  64. sep: "syys",
  65. oct: "loka",
  66. nov: "marras",
  67. dec: "joulu"
  68. }
  69. },
  70. select: {
  71. loading: "Lataa",
  72. noMatch: "Ei vastaavia tietoja",
  73. noData: "Ei tietoja",
  74. placeholder: "Valitse"
  75. },
  76. mention: {
  77. loading: "Lataa"
  78. },
  79. cascader: {
  80. noMatch: "Ei vastaavia tietoja",
  81. loading: "Lataa",
  82. placeholder: "Valitse",
  83. noData: "Ei tietoja"
  84. },
  85. pagination: {
  86. goto: "Mene",
  87. pagesize: "/sivu",
  88. total: "Yhteens\xE4 {total}",
  89. pageClassifier: "",
  90. page: "Page",
  91. prev: "Go to previous page",
  92. next: "Go to next page",
  93. currentPage: "page {pager}",
  94. prevPages: "Previous {pager} pages",
  95. nextPages: "Next {pager} pages"
  96. },
  97. messagebox: {
  98. title: "Viesti",
  99. confirm: "OK",
  100. cancel: "Peruuta",
  101. error: "Virheellinen sy\xF6te"
  102. },
  103. upload: {
  104. deleteTip: "Poista Delete-n\xE4pp\xE4imell\xE4",
  105. delete: "Poista",
  106. preview: "Esikatsele",
  107. continue: "Jatka"
  108. },
  109. table: {
  110. emptyText: "Ei tietoja",
  111. confirmFilter: "Vahvista",
  112. resetFilter: "Tyhjenn\xE4",
  113. clearFilter: "Kaikki",
  114. sumText: "Summa"
  115. },
  116. tree: {
  117. emptyText: "Ei tietoja"
  118. },
  119. transfer: {
  120. noMatch: "Ei vastaavia tietoja",
  121. noData: "Ei tietoja",
  122. titles: ["Luettelo 1", "Luettelo 2"],
  123. filterPlaceholder: "Sy\xF6t\xE4 hakusana",
  124. noCheckedFormat: "{total} kohdetta",
  125. hasCheckedFormat: "{checked}/{total} valittu"
  126. },
  127. image: {
  128. error: "FAILED"
  129. },
  130. pageHeader: {
  131. title: "Back"
  132. },
  133. popconfirm: {
  134. confirmButtonText: "Yes",
  135. cancelButtonText: "No"
  136. },
  137. carousel: {
  138. leftArrow: "Carousel arrow left",
  139. rightArrow: "Carousel arrow right",
  140. indicator: "Carousel switch to index {index}"
  141. }
  142. }
  143. };
  144. return fi;
  145. }));