fi.js 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. },
  74. pagination: {
  75. goto: 'Mene',
  76. pagesize: '/sivu',
  77. total: 'Yhteensä {total}',
  78. pageClassifier: ''
  79. },
  80. messagebox: {
  81. title: 'Viesti',
  82. confirm: 'OK',
  83. cancel: 'Peruuta',
  84. error: 'Virheellinen syöte'
  85. },
  86. upload: {
  87. deleteTip: 'Poista Delete-näppäimellä',
  88. delete: 'Poista',
  89. preview: 'Esikatsele',
  90. continue: 'Jatka'
  91. },
  92. table: {
  93. emptyText: 'Ei tietoja',
  94. confirmFilter: 'Vahvista',
  95. resetFilter: 'Tyhjennä',
  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ötä hakusana',
  107. noCheckedFormat: '{total} kohdetta',
  108. hasCheckedFormat: '{checked}/{total} valittu'
  109. },
  110. image: {
  111. error: 'FAILED' // to be translated
  112. }
  113. }
  114. };