zh-CN.js 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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: "\u7535\u8BDD",
  26. save: "\u4FDD\u5B58",
  27. confirm: "\u786E\u8BA4",
  28. cancel: "\u53D6\u6D88",
  29. delete: "\u5220\u9664",
  30. loading: "\u52A0\u8F7D\u4E2D...",
  31. noCoupon: "\u6682\u65E0\u4F18\u60E0\u5238",
  32. nameEmpty: "\u8BF7\u586B\u5199\u59D3\u540D",
  33. addContact: "\u6DFB\u52A0\u8054\u7CFB\u4EBA",
  34. telInvalid: "\u8BF7\u586B\u5199\u6B63\u786E\u7684\u7535\u8BDD",
  35. vanCalendar: {
  36. end: "\u7ED3\u675F",
  37. start: "\u5F00\u59CB",
  38. title: "\u65E5\u671F\u9009\u62E9",
  39. weekdays: ["\u65E5", "\u4E00", "\u4E8C", "\u4E09", "\u56DB", "\u4E94", "\u516D"],
  40. monthTitle: (year, month) => `${year}\u5E74${month}\u6708`,
  41. rangePrompt: (maxRange) => `\u6700\u591A\u9009\u62E9 ${maxRange} \u5929`
  42. },
  43. vanCascader: {
  44. select: "\u8BF7\u9009\u62E9"
  45. },
  46. vanPagination: {
  47. prev: "\u4E0A\u4E00\u9875",
  48. next: "\u4E0B\u4E00\u9875"
  49. },
  50. vanPullRefresh: {
  51. pulling: "\u4E0B\u62C9\u5373\u53EF\u5237\u65B0...",
  52. loosing: "\u91CA\u653E\u5373\u53EF\u5237\u65B0..."
  53. },
  54. vanSubmitBar: {
  55. label: "\u5408\u8BA1:"
  56. },
  57. vanCoupon: {
  58. unlimited: "\u65E0\u95E8\u69DB",
  59. discount: (discount) => `${discount}\u6298`,
  60. condition: (condition) => `\u6EE1${condition}\u5143\u53EF\u7528`
  61. },
  62. vanCouponCell: {
  63. title: "\u4F18\u60E0\u5238",
  64. count: (count) => `${count}\u5F20\u53EF\u7528`
  65. },
  66. vanCouponList: {
  67. exchange: "\u5151\u6362",
  68. close: "\u4E0D\u4F7F\u7528",
  69. enable: "\u53EF\u7528",
  70. disabled: "\u4E0D\u53EF\u7528",
  71. placeholder: "\u8F93\u5165\u4F18\u60E0\u7801"
  72. },
  73. vanAddressEdit: {
  74. area: "\u5730\u533A",
  75. postal: "\u90AE\u653F\u7F16\u7801",
  76. areaEmpty: "\u8BF7\u9009\u62E9\u5730\u533A",
  77. addressEmpty: "\u8BF7\u586B\u5199\u8BE6\u7EC6\u5730\u5740",
  78. postalEmpty: "\u90AE\u653F\u7F16\u7801\u4E0D\u6B63\u786E",
  79. addressDetail: "\u8BE6\u7EC6\u5730\u5740",
  80. defaultAddress: "\u8BBE\u4E3A\u9ED8\u8BA4\u6536\u8D27\u5730\u5740"
  81. },
  82. vanAddressList: {
  83. add: "\u65B0\u589E\u5730\u5740"
  84. }
  85. };