es.js 2.8 KB

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