eu.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var eu = {
  4. name: "eu",
  5. el: {
  6. breadcrumb: {
  7. label: "Breadcrumb"
  8. },
  9. colorpicker: {
  10. confirm: "Ados",
  11. clear: "Garbitu"
  12. },
  13. datepicker: {
  14. now: "Orain",
  15. today: "Gaur",
  16. cancel: "Utzi",
  17. clear: "Garbitu",
  18. confirm: "Ados",
  19. selectDate: "Hautatu data",
  20. selectTime: "Hautatu ordua",
  21. startDate: "Hasierako data",
  22. startTime: "Hasierako ordua",
  23. endDate: "Amaierako data",
  24. endTime: "Amaierako ordua",
  25. prevYear: "Aurreko urtea",
  26. nextYear: "Hurrengo urtea",
  27. prevMonth: "Aurreko hilabetea",
  28. nextMonth: "Hurrengo hilabetea",
  29. year: "",
  30. month1: "Urtarrila",
  31. month2: "Otsaila",
  32. month3: "Martxoa",
  33. month4: "Apirila",
  34. month5: "Maiatza",
  35. month6: "Ekaina",
  36. month7: "Uztaila",
  37. month8: "Abuztua",
  38. month9: "Iraila",
  39. month10: "Urria",
  40. month11: "Azaroa",
  41. month12: "Abendua",
  42. weeks: {
  43. sun: "ig.",
  44. mon: "al.",
  45. tue: "ar.",
  46. wed: "az.",
  47. thu: "og.",
  48. fri: "ol.",
  49. sat: "lr."
  50. },
  51. months: {
  52. jan: "urt",
  53. feb: "ots",
  54. mar: "mar",
  55. apr: "api",
  56. may: "mai",
  57. jun: "eka",
  58. jul: "uzt",
  59. aug: "abu",
  60. sep: "ira",
  61. oct: "urr",
  62. nov: "aza",
  63. dec: "abe"
  64. }
  65. },
  66. select: {
  67. loading: "Kargatzen",
  68. noMatch: "Bat datorren daturik ez",
  69. noData: "Daturik ez",
  70. placeholder: "Hautatu"
  71. },
  72. cascader: {
  73. noMatch: "Bat datorren daturik ez",
  74. loading: "Kargatzen",
  75. placeholder: "Hautatu",
  76. noData: "Daturik ez"
  77. },
  78. pagination: {
  79. goto: "Joan",
  80. pagesize: "/orria",
  81. total: "Guztira {total}",
  82. pageClassifier: "",
  83. page: "Page",
  84. prev: "Go to previous page",
  85. next: "Go to next page",
  86. currentPage: "page {pager}",
  87. prevPages: "Previous {pager} pages",
  88. nextPages: "Next {pager} pages"
  89. },
  90. messagebox: {
  91. title: "Mezua",
  92. confirm: "Ados",
  93. cancel: "Utzi",
  94. error: "Sarrera baliogabea"
  95. },
  96. upload: {
  97. deleteTip: "sakatu Ezabatu kentzeko",
  98. delete: "Ezabatu",
  99. preview: "Aurrebista",
  100. continue: "Jarraitu"
  101. },
  102. table: {
  103. emptyText: "Daturik ez",
  104. confirmFilter: "Baieztatu",
  105. resetFilter: "Berrezarri",
  106. clearFilter: "Guztia",
  107. sumText: "Batura"
  108. },
  109. tour: {
  110. next: "Hurrengoa",
  111. previous: "Aurrekoa",
  112. finish: "Bukatu"
  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"],
  121. filterPlaceholder: "Sartu gako-hitza",
  122. noCheckedFormat: "{total} elementu",
  123. hasCheckedFormat: "{checked}/{total} hautatuta"
  124. },
  125. image: {
  126. error: "FAILED"
  127. },
  128. pageHeader: {
  129. title: "Back"
  130. },
  131. popconfirm: {
  132. confirmButtonText: "Yes",
  133. cancelButtonText: "No"
  134. },
  135. carousel: {
  136. leftArrow: "Carousel arrow left",
  137. rightArrow: "Carousel arrow right",
  138. indicator: "Carousel switch to index {index}"
  139. }
  140. }
  141. };
  142. exports["default"] = eu;
  143. //# sourceMappingURL=eu.js.map