eo-EO.js 2.4 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: "Nomo",
  25. tel: "Telefonnumero",
  26. save: "Konservi",
  27. clear: "Klara",
  28. cancel: "Rezigni",
  29. confirm: "Konfirmi",
  30. delete: "Forigi",
  31. loading: "Bonvolu atendi...",
  32. noCoupon: "Neniu kupono",
  33. nameEmpty: "Plenigu la nomon",
  34. addContact: "Aldoni kontakton",
  35. telInvalid: "Nevalida telefonnumero",
  36. vanCalendar: {
  37. end: "Fino",
  38. start: "Komenco",
  39. title: "Kalendaro",
  40. weekdays: ["Dim", "Lun", "Mar", "Mer", "\u0134a\u016D", "Ven", "Sab"],
  41. monthTitle: (year, month) => `${year}/${month}`,
  42. rangePrompt: (maxRange) => `Elektu maksimume ${maxRange} tagojn`
  43. },
  44. vanCascader: {
  45. select: "Elekti"
  46. },
  47. vanPagination: {
  48. prev: "Anta\u016Da",
  49. next: "Sekva"
  50. },
  51. vanPullRefresh: {
  52. pulling: "Tiri por refre\u015Digi...",
  53. loosing: "Lasi por refre\u015Digi..."
  54. },
  55. vanSubmitBar: {
  56. label: "Sumo:"
  57. },
  58. vanCoupon: {
  59. unlimited: "Senlima",
  60. discount: (discount) => `${discount * 10}%-a rabato`,
  61. condition: (condition) => `Minimume ${condition}`
  62. },
  63. vanCouponCell: {
  64. title: "Kupono",
  65. count: (count) => `Vi havas ${count} kuponojn`
  66. },
  67. vanCouponList: {
  68. exchange: "Inter\u015Dan\u011Di",
  69. close: "Fermi",
  70. enable: "Disponebla",
  71. disabled: "Nedisponebla",
  72. placeholder: "Kupon-kodo"
  73. },
  74. vanAddressEdit: {
  75. area: "Areo",
  76. areaEmpty: "Elektu ricevan areon",
  77. addressEmpty: "La adreso ne povas esti malplena",
  78. addressDetail: "Adreso",
  79. defaultAddress: "Agordi kiel defa\u016Dltan adreson"
  80. },
  81. vanAddressList: {
  82. add: "Aldoni novan adreson"
  83. }
  84. };