es.mjs 2.7 KB

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