eu.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/eu', ['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.eu = mod.exports;
  13. }
  14. })(this, function (module, exports) {
  15. 'use strict';
  16. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'Ados',
  21. clear: 'Garbitu'
  22. },
  23. datepicker: {
  24. now: 'Orain',
  25. today: 'Gaur',
  26. cancel: 'Utzi',
  27. clear: 'Garbitu',
  28. confirm: 'Ados',
  29. selectDate: 'Hautatu data',
  30. selectTime: 'Hautatu ordua',
  31. startDate: 'Hasierako data',
  32. startTime: 'Hasierako ordua',
  33. endDate: 'Amaierako data',
  34. endTime: 'Amaierako ordua',
  35. prevYear: 'Aurreko urtea',
  36. nextYear: 'Hurrengo urtea',
  37. prevMonth: 'Aurreko hilabetea',
  38. nextMonth: 'Hurrengo hilabetea',
  39. year: '',
  40. month1: 'Urtarrila',
  41. month2: 'Otsaila',
  42. month3: 'Martxoa',
  43. month4: 'Apirila',
  44. month5: 'Maiatza',
  45. month6: 'Ekaina',
  46. month7: 'Uztaila',
  47. month8: 'Abuztua',
  48. month9: 'Iraila',
  49. month10: 'Urria',
  50. month11: 'Azaroa',
  51. month12: 'Abendua',
  52. // week: 'astea',
  53. weeks: {
  54. sun: 'ig.',
  55. mon: 'al.',
  56. tue: 'ar.',
  57. wed: 'az.',
  58. thu: 'og.',
  59. fri: 'ol.',
  60. sat: 'lr.'
  61. },
  62. months: {
  63. jan: 'urt',
  64. feb: 'ots',
  65. mar: 'mar',
  66. apr: 'api',
  67. may: 'mai',
  68. jun: 'eka',
  69. jul: 'uzt',
  70. aug: 'abu',
  71. sep: 'ira',
  72. oct: 'urr',
  73. nov: 'aza',
  74. dec: 'abe'
  75. }
  76. },
  77. select: {
  78. loading: 'Kargatzen',
  79. noMatch: 'Bat datorren daturik ez',
  80. noData: 'Daturik ez',
  81. placeholder: 'Hautatu'
  82. },
  83. cascader: {
  84. noMatch: 'Bat datorren daturik ez',
  85. loading: 'Kargatzen',
  86. placeholder: 'Hautatu',
  87. noData: 'Daturik ez'
  88. },
  89. pagination: {
  90. goto: 'Joan',
  91. pagesize: '/orria',
  92. total: 'Guztira {total}',
  93. pageClassifier: ''
  94. },
  95. messagebox: {
  96. title: 'Mezua',
  97. confirm: 'Ados',
  98. cancel: 'Utzi',
  99. error: 'Sarrera baliogabea'
  100. },
  101. upload: {
  102. deleteTip: 'sakatu Ezabatu kentzeko',
  103. delete: 'Ezabatu',
  104. preview: 'Aurrebista',
  105. continue: 'Jarraitu'
  106. },
  107. table: {
  108. emptyText: 'Daturik ez',
  109. confirmFilter: 'Baieztatu',
  110. resetFilter: 'Berrezarri',
  111. clearFilter: 'Guztia',
  112. sumText: 'Batura'
  113. },
  114. tree: {
  115. emptyText: 'Daturik ez'
  116. },
  117. transfer: {
  118. noMatch: 'Bat datorren daturik ez',
  119. noData: 'Daturik ez',
  120. titles: ['Zerrenda 1', 'Zerrenda 2'], // to be translated
  121. filterPlaceholder: 'Sartu gako-hitza', // to be translated
  122. noCheckedFormat: '{total} elementu', // to be translated
  123. hasCheckedFormat: '{checked}/{total} hautatuta' // to be translated
  124. },
  125. image: {
  126. error: 'FAILED' // to be translated
  127. },
  128. pageHeader: {
  129. title: 'Back' // to be translated
  130. },
  131. popconfirm: {
  132. confirmButtonText: 'Yes', // to be translated
  133. cancelButtonText: 'No' // to be translated
  134. },
  135. empty: {
  136. description: 'Daturik ez'
  137. }
  138. }
  139. };
  140. module.exports = exports['default'];
  141. });