es.js 3.2 KB

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