eu.js 3.3 KB

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