fi.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. export default {
  2. name: 'fi',
  3. el: {
  4. colorpicker: {
  5. confirm: 'OK',
  6. clear: 'Tyhjennä',
  7. },
  8. datepicker: {
  9. now: 'Nyt',
  10. today: 'Tänään',
  11. cancel: 'Peruuta',
  12. clear: 'Tyhjennä',
  13. confirm: 'OK',
  14. selectDate: 'Valitse päivä',
  15. selectTime: 'Valitse aika',
  16. startDate: 'Aloituspäivä',
  17. startTime: 'Aloitusaika',
  18. endDate: 'Lopetuspäivä',
  19. endTime: 'Lopetusaika',
  20. prevYear: 'Edellinen vuosi',
  21. nextYear: 'Seuraava vuosi',
  22. prevMonth: 'Edellinen kuukausi',
  23. nextMonth: 'Seuraava kuukausi',
  24. year: '',
  25. month1: 'tammikuu',
  26. month2: 'helmikuu',
  27. month3: 'maaliskuu',
  28. month4: 'huhtikuu',
  29. month5: 'toukokuu',
  30. month6: 'kesäkuu',
  31. month7: 'heinäkuu',
  32. month8: 'elokuu',
  33. month9: 'syyskuu',
  34. month10: 'lokakuu',
  35. month11: 'marraskuu',
  36. month12: 'joulukuu',
  37. // week: 'week',
  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ä',
  54. jul: 'heinä',
  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ä {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. pageHeader: {
  114. title: 'Back', // to be translated
  115. },
  116. popconfirm: {
  117. confirmButtonText: 'Yes', // to be translated
  118. cancelButtonText: 'No', // to be translated
  119. },
  120. },
  121. }