es-ES.js 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. var __defProp = Object.defineProperty;
  2. var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
  3. var __getOwnPropNames = Object.getOwnPropertyNames;
  4. var __hasOwnProp = Object.prototype.hasOwnProperty;
  5. var __export = (target, all) => {
  6. for (var name in all)
  7. __defProp(target, name, { get: all[name], enumerable: true });
  8. };
  9. var __copyProps = (to, from, except, desc) => {
  10. if (from && typeof from === "object" || typeof from === "function") {
  11. for (let key of __getOwnPropNames(from))
  12. if (!__hasOwnProp.call(to, key) && key !== except)
  13. __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
  14. }
  15. return to;
  16. };
  17. var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
  18. var stdin_exports = {};
  19. __export(stdin_exports, {
  20. default: () => stdin_default
  21. });
  22. module.exports = __toCommonJS(stdin_exports);
  23. var stdin_default = {
  24. name: "Nombre",
  25. tel: "Tel\xE9fono",
  26. save: "Guardar",
  27. clear: "Claro",
  28. cancel: "Cancelar",
  29. confirm: "Confirmar",
  30. delete: "Eliminar",
  31. loading: "Cargando...",
  32. noCoupon: "Sin cupones",
  33. nameEmpty: "Por favor rellena el nombre",
  34. addContact: "A\xF1adi contacto",
  35. telInvalid: "Tel\xE9fono inv\xE1lido",
  36. vanCalendar: {
  37. end: "Fin",
  38. start: "Inicio",
  39. title: "Calendario",
  40. weekdays: ["Dom", "Lun", "Mar", "Mi\xE9", "Jue", "Vie", "S\xE1b"],
  41. monthTitle: (year, month) => `${year}/${month}`,
  42. rangePrompt: (maxRange) => `Elija no m\xE1s de ${maxRange} d\xEDas`
  43. },
  44. vanCascader: {
  45. select: "Seleccione"
  46. },
  47. vanPagination: {
  48. prev: "Anterior",
  49. next: "Siguiente"
  50. },
  51. vanPullRefresh: {
  52. pulling: "Tira para recargar...",
  53. loosing: "Suelta para recargar..."
  54. },
  55. vanSubmitBar: {
  56. label: "Total:"
  57. },
  58. vanCoupon: {
  59. unlimited: "Ilimitado",
  60. discount: (discount) => `${discount * 10}% de descuento`,
  61. condition: (condition) => `Al menos ${condition}`
  62. },
  63. vanCouponCell: {
  64. title: "Cup\xF3n",
  65. count: (count) => `You have ${count} coupons`
  66. },
  67. vanCouponList: {
  68. exchange: "Intercambio",
  69. close: "Cerrar",
  70. enable: "Disponible",
  71. disabled: "No disponible",
  72. placeholder: "C\xF3digo del cup\xF3n"
  73. },
  74. vanAddressEdit: {
  75. area: "\xC1rea",
  76. areaEmpty: "Por favor selecciona una \xE1rea de recogida",
  77. addressEmpty: "La direcci\xF3n no puede estar vacia",
  78. addressDetail: "Direcci\xF3n",
  79. defaultAddress: "Establecer como direcci\xF3n por defecto"
  80. },
  81. vanAddressList: {
  82. add: "Anadir direcci\xF3n"
  83. }
  84. };