fi.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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: 'Previous Year', // to be translated
  22. nextYear: 'Next Year', // to be translated
  23. prevMonth: 'Previous Month', // to be translated
  24. nextMonth: 'Next Month', // to be translated
  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: 'tam',
  50. feb: 'hel',
  51. mar: 'maa',
  52. apr: 'huh',
  53. may: 'tou',
  54. jun: 'kes',
  55. jul: 'hei',
  56. aug: 'elo',
  57. sep: 'syy',
  58. oct: 'lok',
  59. nov: 'mar',
  60. dec: 'jou'
  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: 'press delete to remove', // to be translated
  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: 'Sum' // to be translated
  98. },
  99. tree: {
  100. emptyText: 'Ei tietoja'
  101. },
  102. transfer: {
  103. noMatch: 'Ei vastaavia tietoja',
  104. noData: 'Ei tietoja',
  105. titles: ['List 1', 'List 2'], // to be translated
  106. filterPlaceholder: 'Enter keyword', // to be translated
  107. noCheckedFormat: '{total} items', // to be translated
  108. hasCheckedFormat: '{checked}/{total} checked' // to be translated
  109. }
  110. }
  111. };