zh-HK.js 2.8 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: "\u59D3\u540D",
  25. tel: "\u96FB\u8A71",
  26. save: "\u4FDD\u5B58",
  27. clear: "\u6E05\u7A7A",
  28. cancel: "\u53D6\u6D88",
  29. confirm: "\u78BA\u8A8D",
  30. delete: "\u522A\u9664",
  31. loading: "\u52A0\u8F09\u4E2D...",
  32. noCoupon: "\u66AB\u7121\u512A\u60E0\u5238",
  33. nameEmpty: "\u8ACB\u586B\u5BEB\u59D3\u540D",
  34. addContact: "\u6DFB\u52A0\u806F\u7CFB\u4EBA",
  35. telInvalid: "\u8ACB\u586B\u5BEB\u6B63\u78BA\u7684\u96FB\u8A71",
  36. vanCalendar: {
  37. end: "\u7D50\u675F",
  38. start: "\u958B\u59CB",
  39. title: "\u65E5\u671F\u9078\u64C7",
  40. weekdays: ["\u65E5", "\u4E00", "\u4E8C", "\u4E09", "\u56DB", "\u4E94", "\u516D"],
  41. monthTitle: (year, month) => `${year}\u5E74${month}\u6708`,
  42. rangePrompt: (maxRange) => `\u6700\u591A\u9078\u64C7 ${maxRange} \u5929`
  43. },
  44. vanCascader: {
  45. select: "\u8ACB\u9078\u64C7"
  46. },
  47. vanPagination: {
  48. prev: "\u4E0A\u4E00\u9801",
  49. next: "\u4E0B\u4E00\u9801"
  50. },
  51. vanPullRefresh: {
  52. pulling: "\u4E0B\u62C9\u5373\u53EF\u5237\u65B0...",
  53. loosing: "\u91CB\u653E\u5373\u53EF\u5237\u65B0..."
  54. },
  55. vanSubmitBar: {
  56. label: "\u5408\u8A08:"
  57. },
  58. vanCoupon: {
  59. unlimited: "\u7121\u9580\u6ABB",
  60. discount: (discount) => `${discount}\u6298`,
  61. condition: (condition) => `\u6EFF${condition}\u5143\u53EF\u7528`
  62. },
  63. vanCouponCell: {
  64. title: "\u512A\u60E0\u5238",
  65. count: (count) => `${count}\u5F35\u53EF\u7528`
  66. },
  67. vanCouponList: {
  68. exchange: "\u514C\u63DB",
  69. close: "\u4E0D\u4F7F\u7528",
  70. enable: "\u53EF\u4F7F\u7528\u512A\u60E0\u5238",
  71. disabled: "\u4E0D\u53EF\u4F7F\u7528\u512A\u60E0\u5238",
  72. placeholder: "\u8F38\u5165\u512A\u60E0\u78BC"
  73. },
  74. vanAddressEdit: {
  75. area: "\u5730\u5340",
  76. areaEmpty: "\u8ACB\u9078\u64C7\u5730\u5340",
  77. addressEmpty: "\u8ACB\u586B\u5BEB\u8A73\u7D30\u5730\u5740",
  78. addressDetail: "\u8A73\u7D30\u5730\u5740",
  79. defaultAddress: "\u8A2D\u70BA\u9ED8\u8A8D\u6536\u8CA8\u5730\u5740"
  80. },
  81. vanAddressList: {
  82. add: "\u65B0\u589E\u5730\u5740"
  83. }
  84. };