sk.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. export default {
  2. name: 'sk',
  3. el: {
  4. colorpicker: {
  5. confirm: 'OK',
  6. clear: 'Zmazať',
  7. },
  8. datepicker: {
  9. now: 'Teraz',
  10. today: 'Dnes',
  11. cancel: 'Zrušiť',
  12. clear: 'Zmazať',
  13. confirm: 'OK',
  14. selectDate: 'Vybrať dátum',
  15. selectTime: 'Vybrať čas',
  16. startDate: 'Dátum začiatku',
  17. startTime: 'Čas začiatku',
  18. endDate: 'Dátum konca',
  19. endTime: 'Čas konca',
  20. prevYear: 'Predošlý rok',
  21. nextYear: 'Ďalší rok',
  22. prevMonth: 'Predošlý mesiac',
  23. nextMonth: 'Ďalší mesiac',
  24. day: 'Deň',
  25. week: 'Týždeň',
  26. month: 'Mesiac',
  27. year: 'Rok',
  28. month1: 'Január',
  29. month2: 'Február',
  30. month3: 'Marec',
  31. month4: 'Apríl',
  32. month5: 'Máj',
  33. month6: 'Jún',
  34. month7: 'Júl',
  35. month8: 'August',
  36. month9: 'September',
  37. month10: 'Október',
  38. month11: 'November',
  39. month12: 'December',
  40. weeks: {
  41. sun: 'Ne',
  42. mon: 'Po',
  43. tue: 'Ut',
  44. wed: 'St',
  45. thu: 'Št',
  46. fri: 'Pi',
  47. sat: 'So',
  48. },
  49. months: {
  50. jan: 'Jan',
  51. feb: 'Feb',
  52. mar: 'Mar',
  53. apr: 'Apr',
  54. may: 'Máj',
  55. jun: 'Jún',
  56. jul: 'Júl',
  57. aug: 'Aug',
  58. sep: 'Sep',
  59. oct: 'Okt',
  60. nov: 'Nov',
  61. dec: 'Dec',
  62. },
  63. },
  64. select: {
  65. loading: 'Načítavanie',
  66. noMatch: 'Žiadna zhoda',
  67. noData: 'Žiadne dáta',
  68. placeholder: 'Vybrať',
  69. },
  70. cascader: {
  71. noMatch: 'Žiadna zhoda',
  72. loading: 'Načítavanie',
  73. placeholder: 'Vybrať',
  74. noData: 'Žiadne dáta',
  75. },
  76. pagination: {
  77. goto: 'Choď na',
  78. pagesize: 'na stranu',
  79. total: 'Všetko {total}',
  80. pageClassifier: '',
  81. },
  82. messagebox: {
  83. title: 'Správa',
  84. confirm: 'OK',
  85. cancel: 'Zrušiť',
  86. error: 'Neplatný vstup',
  87. },
  88. upload: {
  89. deleteTip: 'pre odstránenie stisni klávesu Delete',
  90. delete: 'Vymazať',
  91. preview: 'Prehliadať',
  92. continue: 'Pokračovať',
  93. },
  94. table: {
  95. emptyText: 'Žiadne dáta',
  96. confirmFilter: 'Potvrdiť',
  97. resetFilter: 'Zresetovať',
  98. clearFilter: 'Všetko',
  99. sumText: 'Spolu',
  100. },
  101. tree: {
  102. emptyText: 'Žiadne dáta',
  103. },
  104. transfer: {
  105. noMatch: 'Žiadna zhoda',
  106. noData: 'Žiadne dáta',
  107. titles: ['Zoznam 1', 'Zoznam 2'],
  108. filterPlaceholder: 'Filtrovať podľa',
  109. noCheckedFormat: '{total} položiek',
  110. hasCheckedFormat: '{checked}/{total} označených',
  111. },
  112. image: {
  113. error: 'FAILED', // to be translated
  114. },
  115. pageHeader: {
  116. title: 'Back', // to be translated
  117. },
  118. popconfirm: {
  119. confirmButtonText: 'Yes', // to be translated
  120. cancelButtonText: 'No', // to be translated
  121. },
  122. },
  123. }