es.js 3.3 KB

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