版博士V2.0程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

129 rader
2.9 KiB

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