hu.js 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/hu', ['module', 'exports'], factory);
  4. } else if (typeof exports !== "undefined") {
  5. factory(module, exports);
  6. } else {
  7. var mod = {
  8. exports: {}
  9. };
  10. factory(mod, mod.exports);
  11. global.ELEMENT.lang = global.ELEMENT.lang || {};
  12. global.ELEMENT.lang.hu = mod.exports;
  13. }
  14. })(this, function (module, exports) {
  15. 'use strict';
  16. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'OK',
  21. clear: 'Törlés'
  22. },
  23. datepicker: {
  24. now: 'Most',
  25. today: 'Ma',
  26. cancel: 'Mégse',
  27. clear: 'Törlés',
  28. confirm: 'OK',
  29. selectDate: 'Dátum',
  30. selectTime: 'Időpont',
  31. startDate: 'Dátum-tól',
  32. startTime: 'Időpont-tól',
  33. endDate: 'Dátum-ig',
  34. endTime: 'Időpont-ig',
  35. prevYear: 'Előző év',
  36. nextYear: 'Következő év',
  37. prevMonth: 'Előző hónap',
  38. nextMonth: 'Következő hónap',
  39. year: '',
  40. month1: 'Január',
  41. month2: 'Február',
  42. month3: 'Március',
  43. month4: 'Április',
  44. month5: 'Május',
  45. month6: 'Június',
  46. month7: 'Július',
  47. month8: 'Augusztus',
  48. month9: 'Szeptember',
  49. month10: 'Október',
  50. month11: 'November',
  51. month12: 'December',
  52. weeks: {
  53. sun: 'Vas',
  54. mon: 'Hét',
  55. tue: 'Ked',
  56. wed: 'Sze',
  57. thu: 'Csü',
  58. fri: 'Pén',
  59. sat: 'Szo'
  60. },
  61. months: {
  62. jan: 'Jan',
  63. feb: 'Feb',
  64. mar: 'Már',
  65. apr: 'Ápr',
  66. may: 'Máj',
  67. jun: 'Jún',
  68. jul: 'Júl',
  69. aug: 'Aug',
  70. sep: 'Szep',
  71. oct: 'Okt',
  72. nov: 'Nov',
  73. dec: 'Dec'
  74. }
  75. },
  76. select: {
  77. loading: 'Betöltés',
  78. noMatch: 'Nincs találat',
  79. noData: 'Nincs adat',
  80. placeholder: 'Válassz'
  81. },
  82. cascader: {
  83. noMatch: 'Nincs találat',
  84. loading: 'Betöltés',
  85. placeholder: 'Válassz',
  86. noData: 'Nincs adat'
  87. },
  88. pagination: {
  89. goto: 'Ugrás',
  90. pagesize: '/oldal',
  91. total: 'Össz {total}',
  92. pageClassifier: ''
  93. },
  94. messagebox: {
  95. title: 'Üzenet',
  96. confirm: 'OK',
  97. cancel: 'Mégse',
  98. error: 'Hibás adat'
  99. },
  100. upload: {
  101. deleteTip: 'kattints a törléshez',
  102. delete: 'Törlés',
  103. preview: 'Előnézet',
  104. continue: 'Tovább'
  105. },
  106. table: {
  107. emptyText: 'Nincs adat',
  108. confirmFilter: 'Megerősít',
  109. resetFilter: 'Alaphelyet',
  110. clearFilter: 'Mind',
  111. sumText: 'Összeg'
  112. },
  113. tree: {
  114. emptyText: 'Nincs adat'
  115. },
  116. transfer: {
  117. noMatch: 'Nincs találat',
  118. noData: 'Nincs adat',
  119. titles: ['Lista 1', 'Lista 2'],
  120. filterPlaceholder: 'Kulcsszó',
  121. noCheckedFormat: '{total} elem',
  122. hasCheckedFormat: '{checked}/{total} kiválasztva'
  123. },
  124. image: {
  125. error: 'FAILED' // to be translated
  126. },
  127. pageHeader: {
  128. title: 'Back' // to be translated
  129. },
  130. popconfirm: {
  131. confirmButtonText: 'Yes', // to be translated
  132. cancelButtonText: 'No' // to be translated
  133. },
  134. empty: {
  135. description: 'Nincs adat'
  136. }
  137. }
  138. };
  139. module.exports = exports['default'];
  140. });