129fbb47a6849b9102d47e381ab4a0faa9b84f55377937c35fffcad78304b3cc7e70c76ca8a7b35ef0eff35ded0dc898cf69ed8f62463f968f28c42294a09b 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. var es = {
  2. name: "es",
  3. el: {
  4. breadcrumb: {
  5. label: "Breadcrumb"
  6. },
  7. colorpicker: {
  8. confirm: "Confirmar",
  9. clear: "Despejar",
  10. defaultLabel: "color picker",
  11. description: "current color is {color}. press enter to select a new color.",
  12. alphaLabel: "pick alpha value"
  13. },
  14. datepicker: {
  15. now: "Ahora",
  16. today: "Hoy",
  17. cancel: "Cancelar",
  18. clear: "Despejar",
  19. confirm: "Confirmar",
  20. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  21. monthTablePrompt: "Use the arrow keys and enter to select the month",
  22. yearTablePrompt: "Use the arrow keys and enter to select the year",
  23. selectedDate: "Selected date",
  24. selectDate: "Seleccionar fecha",
  25. selectTime: "Seleccionar hora",
  26. startDate: "Fecha Incial",
  27. startTime: "Hora Inicial",
  28. endDate: "Fecha Final",
  29. endTime: "Hora Final",
  30. prevYear: "A\xF1o Anterior",
  31. nextYear: "Pr\xF3ximo A\xF1o",
  32. prevMonth: "Mes Anterior",
  33. nextMonth: "Pr\xF3ximo Mes",
  34. year: "",
  35. month1: "enero",
  36. month2: "febrero",
  37. month3: "marzo",
  38. month4: "abril",
  39. month5: "mayo",
  40. month6: "junio",
  41. month7: "julio",
  42. month8: "agosto",
  43. month9: "septiembre",
  44. month10: "octubre",
  45. month11: "noviembre",
  46. month12: "diciembre",
  47. weeks: {
  48. sun: "dom",
  49. mon: "lun",
  50. tue: "mar",
  51. wed: "mi\xE9",
  52. thu: "jue",
  53. fri: "vie",
  54. sat: "s\xE1b"
  55. },
  56. weeksFull: {
  57. sun: "Sunday",
  58. mon: "Monday",
  59. tue: "Tuesday",
  60. wed: "Wednesday",
  61. thu: "Thursday",
  62. fri: "Friday",
  63. sat: "Saturday"
  64. },
  65. months: {
  66. jan: "ene",
  67. feb: "feb",
  68. mar: "mar",
  69. apr: "abr",
  70. may: "may",
  71. jun: "jun",
  72. jul: "jul",
  73. aug: "ago",
  74. sep: "sep",
  75. oct: "oct",
  76. nov: "nov",
  77. dec: "dic"
  78. }
  79. },
  80. inputNumber: {
  81. decrease: "decrease number",
  82. increase: "increase number"
  83. },
  84. select: {
  85. loading: "Cargando",
  86. noMatch: "No hay datos que coincidan",
  87. noData: "Sin datos",
  88. placeholder: "Seleccionar"
  89. },
  90. mention: {
  91. loading: "Cargando"
  92. },
  93. dropdown: {
  94. toggleDropdown: "Toggle Dropdown"
  95. },
  96. cascader: {
  97. noMatch: "No hay datos que coincidan",
  98. loading: "Cargando",
  99. placeholder: "Seleccionar",
  100. noData: "Sin datos"
  101. },
  102. pagination: {
  103. goto: "Ir a",
  104. pagesize: "/p\xE1gina",
  105. total: "Total {total}",
  106. pageClassifier: "",
  107. page: "Page",
  108. prev: "Go to previous page",
  109. next: "Go to next page",
  110. currentPage: "page {pager}",
  111. prevPages: "Previous {pager} pages",
  112. nextPages: "Next {pager} pages",
  113. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  114. },
  115. dialog: {
  116. close: "Close this dialog"
  117. },
  118. drawer: {
  119. close: "Close this dialog"
  120. },
  121. messagebox: {
  122. title: "Message",
  123. confirm: "Aceptar",
  124. cancel: "Cancelar",
  125. error: "Entrada inv\xE1lida",
  126. close: "Close this dialog"
  127. },
  128. upload: {
  129. deleteTip: "Pulse Eliminar para retirar",
  130. delete: "Eliminar",
  131. preview: "Vista Previa",
  132. continue: "Continuar"
  133. },
  134. slider: {
  135. defaultLabel: "slider between {min} and {max}",
  136. defaultRangeStartLabel: "pick start value",
  137. defaultRangeEndLabel: "pick end value"
  138. },
  139. table: {
  140. emptyText: "Sin Datos",
  141. confirmFilter: "Confirmar",
  142. resetFilter: "Reiniciar",
  143. clearFilter: "Despejar",
  144. sumText: "Suma"
  145. },
  146. tour: {
  147. next: "Next",
  148. previous: "Previous",
  149. finish: "Finish",
  150. close: "Close this dialog"
  151. },
  152. tree: {
  153. emptyText: "Sin Datos"
  154. },
  155. transfer: {
  156. noMatch: "No hay datos que coincidan",
  157. noData: "Sin datos",
  158. titles: ["Lista 1", "Lista 2"],
  159. filterPlaceholder: "Ingresar palabra clave",
  160. noCheckedFormat: "{total} art\xEDculos",
  161. hasCheckedFormat: "{checked}/{total} revisados"
  162. },
  163. image: {
  164. error: "HA FALLADO"
  165. },
  166. pageHeader: {
  167. title: "Volver"
  168. },
  169. popconfirm: {
  170. confirmButtonText: "Si",
  171. cancelButtonText: "No"
  172. },
  173. carousel: {
  174. leftArrow: "Carousel arrow left",
  175. rightArrow: "Carousel arrow right",
  176. indicator: "Carousel switch to index {index}"
  177. }
  178. }
  179. };
  180. export { es as default };
  181. //# sourceMappingURL=es.mjs.map