fi.js 2.8 KB

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