fi.mjs 2.8 KB

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