es.mjs 3.2 KB

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