fi.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'OK',
  7. clear: 'Tyhjennä'
  8. },
  9. datepicker: {
  10. now: 'Nyt',
  11. today: 'Tänään',
  12. cancel: 'Peruuta',
  13. clear: 'Tyhjennä',
  14. confirm: 'OK',
  15. selectDate: 'Valitse päivä',
  16. selectTime: 'Valitse aika',
  17. startDate: 'Aloituspäivä',
  18. startTime: 'Aloitusaika',
  19. endDate: 'Lopetuspäivä',
  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äkuu',
  32. month7: 'heinäkuu',
  33. month8: 'elokuu',
  34. month9: 'syyskuu',
  35. month10: 'lokakuu',
  36. month11: 'marraskuu',
  37. month12: 'joulukuu',
  38. // week: 'week',
  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ä',
  55. jul: 'heinä',
  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ä {total}',
  79. pageClassifier: ''
  80. },
  81. messagebox: {
  82. title: 'Viesti',
  83. confirm: 'OK',
  84. cancel: 'Peruuta',
  85. error: 'Virheellinen syöte'
  86. },
  87. upload: {
  88. deleteTip: 'Poista Delete-näppäimellä',
  89. delete: 'Poista',
  90. preview: 'Esikatsele',
  91. continue: 'Jatka'
  92. },
  93. table: {
  94. emptyText: 'Ei tietoja',
  95. confirmFilter: 'Vahvista',
  96. resetFilter: 'Tyhjennä',
  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ötä hakusana',
  108. noCheckedFormat: '{total} kohdetta',
  109. hasCheckedFormat: '{checked}/{total} valittu'
  110. },
  111. image: {
  112. error: 'FAILED' // to be translated
  113. },
  114. pageHeader: {
  115. title: 'Back' // to be translated
  116. },
  117. popconfirm: {
  118. confirmButtonText: 'Yes', // to be translated
  119. cancelButtonText: 'No' // to be translated
  120. },
  121. empty: {
  122. description: 'Ei tietoja'
  123. }
  124. }
  125. };