es.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  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ño Anterior',
  22. nextYear: 'Próximo Año',
  23. prevMonth: 'Mes Anterior',
  24. nextMonth: 'Próximo 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. // week: 'semana',
  39. weeks: {
  40. sun: 'dom',
  41. mon: 'lun',
  42. tue: 'mar',
  43. wed: 'mié',
  44. thu: 'jue',
  45. fri: 'vie',
  46. sat: 'sáb'
  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ágina',
  78. total: 'Total {total}',
  79. pageClassifier: ''
  80. },
  81. messagebox: {
  82. confirm: 'Aceptar',
  83. cancel: 'Cancelar',
  84. error: 'Entrada inválida'
  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ículos',
  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. empty: {
  121. description: 'Sin Datos'
  122. }
  123. }
  124. };