es.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /*! Element Plus v2.9.1 */
  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.ElementPlusLocaleEs = factory());
  6. })(this, (function () { 'use strict';
  7. var es = {
  8. name: "es",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "Confirmar",
  15. clear: "Despejar"
  16. },
  17. datepicker: {
  18. now: "Ahora",
  19. today: "Hoy",
  20. cancel: "Cancelar",
  21. clear: "Despejar",
  22. confirm: "Confirmar",
  23. selectDate: "Seleccionar fecha",
  24. selectTime: "Seleccionar hora",
  25. startDate: "Fecha Incial",
  26. startTime: "Hora Inicial",
  27. endDate: "Fecha Final",
  28. endTime: "Hora Final",
  29. prevYear: "A\xF1o Anterior",
  30. nextYear: "Pr\xF3ximo A\xF1o",
  31. prevMonth: "Mes Anterior",
  32. nextMonth: "Pr\xF3ximo Mes",
  33. year: "",
  34. month1: "enero",
  35. month2: "febrero",
  36. month3: "marzo",
  37. month4: "abril",
  38. month5: "mayo",
  39. month6: "junio",
  40. month7: "julio",
  41. month8: "agosto",
  42. month9: "septiembre",
  43. month10: "octubre",
  44. month11: "noviembre",
  45. month12: "diciembre",
  46. weeks: {
  47. sun: "dom",
  48. mon: "lun",
  49. tue: "mar",
  50. wed: "mi\xE9",
  51. thu: "jue",
  52. fri: "vie",
  53. sat: "s\xE1b"
  54. },
  55. months: {
  56. jan: "ene",
  57. feb: "feb",
  58. mar: "mar",
  59. apr: "abr",
  60. may: "may",
  61. jun: "jun",
  62. jul: "jul",
  63. aug: "ago",
  64. sep: "sep",
  65. oct: "oct",
  66. nov: "nov",
  67. dec: "dic"
  68. }
  69. },
  70. select: {
  71. loading: "Cargando",
  72. noMatch: "No hay datos que coincidan",
  73. noData: "Sin datos",
  74. placeholder: "Seleccionar"
  75. },
  76. mention: {
  77. loading: "Cargando"
  78. },
  79. cascader: {
  80. noMatch: "No hay datos que coincidan",
  81. loading: "Cargando",
  82. placeholder: "Seleccionar",
  83. noData: "Sin datos"
  84. },
  85. pagination: {
  86. goto: "Ir a",
  87. pagesize: "/p\xE1gina",
  88. total: "Total {total}",
  89. pageClassifier: "",
  90. page: "Page",
  91. prev: "Go to previous page",
  92. next: "Go to next page",
  93. currentPage: "page {pager}",
  94. prevPages: "Previous {pager} pages",
  95. nextPages: "Next {pager} pages"
  96. },
  97. messagebox: {
  98. confirm: "Aceptar",
  99. cancel: "Cancelar",
  100. error: "Entrada inv\xE1lida"
  101. },
  102. upload: {
  103. deleteTip: "Pulse Eliminar para retirar",
  104. delete: "Eliminar",
  105. preview: "Vista Previa",
  106. continue: "Continuar"
  107. },
  108. table: {
  109. emptyText: "Sin Datos",
  110. confirmFilter: "Confirmar",
  111. resetFilter: "Reiniciar",
  112. clearFilter: "Despejar",
  113. sumText: "Suma"
  114. },
  115. tree: {
  116. emptyText: "Sin Datos"
  117. },
  118. transfer: {
  119. noMatch: "No hay datos que coincidan",
  120. noData: "Sin datos",
  121. titles: ["Lista 1", "Lista 2"],
  122. filterPlaceholder: "Ingresar palabra clave",
  123. noCheckedFormat: "{total} art\xEDculos",
  124. hasCheckedFormat: "{checked}/{total} revisados"
  125. },
  126. image: {
  127. error: "HA FALLADO"
  128. },
  129. pageHeader: {
  130. title: "Volver"
  131. },
  132. popconfirm: {
  133. confirmButtonText: "Si",
  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. return es;
  144. }));