eu.mjs 3.2 KB

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