es.js 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. /*! Element Plus v2.7.5 */
  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. cascader: {
  77. noMatch: "No hay datos que coincidan",
  78. loading: "Cargando",
  79. placeholder: "Seleccionar",
  80. noData: "Sin datos"
  81. },
  82. pagination: {
  83. goto: "Ir a",
  84. pagesize: "/p\xE1gina",
  85. total: "Total {total}",
  86. pageClassifier: "",
  87. page: "Page",
  88. prev: "Go to previous page",
  89. next: "Go to next page",
  90. currentPage: "page {pager}",
  91. prevPages: "Previous {pager} pages",
  92. nextPages: "Next {pager} pages"
  93. },
  94. messagebox: {
  95. confirm: "Aceptar",
  96. cancel: "Cancelar",
  97. error: "Entrada inv\xE1lida"
  98. },
  99. upload: {
  100. deleteTip: "Pulse Eliminar para retirar",
  101. delete: "Eliminar",
  102. preview: "Vista Previa",
  103. continue: "Continuar"
  104. },
  105. table: {
  106. emptyText: "Sin Datos",
  107. confirmFilter: "Confirmar",
  108. resetFilter: "Reiniciar",
  109. clearFilter: "Despejar",
  110. sumText: "Suma"
  111. },
  112. tree: {
  113. emptyText: "Sin Datos"
  114. },
  115. transfer: {
  116. noMatch: "No hay datos que coincidan",
  117. noData: "Sin datos",
  118. titles: ["Lista 1", "Lista 2"],
  119. filterPlaceholder: "Ingresar palabra clave",
  120. noCheckedFormat: "{total} art\xEDculos",
  121. hasCheckedFormat: "{checked}/{total} revisados"
  122. },
  123. image: {
  124. error: "HA FALLADO"
  125. },
  126. pageHeader: {
  127. title: "Volver"
  128. },
  129. popconfirm: {
  130. confirmButtonText: "Si",
  131. cancelButtonText: "No"
  132. },
  133. carousel: {
  134. leftArrow: "Carousel arrow left",
  135. rightArrow: "Carousel arrow right",
  136. indicator: "Carousel switch to index {index}"
  137. }
  138. }
  139. };
  140. return es;
  141. }));