ja-JP.js 3.4 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: "\u304A\u540D\u524D",
  25. tel: "\u96FB\u8A71\u756A\u53F7",
  26. save: "\u30BB\u30FC\u30D6",
  27. confirm: "\u78BA\u8A8D",
  28. cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB",
  29. delete: "\u524A\u9664",
  30. loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D...",
  31. noCoupon: "\u30AF\u30FC\u30DD\u30F3\u306F\u3042\u308A\u307E\u305B\u3093",
  32. nameEmpty: "\u540D\u524D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
  33. addContact: "\u9023\u7D61\u5148\u3092\u8FFD\u52A0",
  34. telInvalid: "\u6B63\u3057\u3044\u96FB\u8A71\u756A\u53F7\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
  35. vanCalendar: {
  36. end: "\u7D42\u4E86",
  37. start: "\u958B\u59CB",
  38. title: "\u65E5\u4ED8\u9078\u629E",
  39. weekdays: ["\u65E5", "\u6708", "\u706B", "\u6C34", "\u6728", "\u91D1", "\u571F"],
  40. monthTitle: (year, month) => `${year}\u5E74${month}\u6708`,
  41. rangePrompt: (maxRange) => `${maxRange}\u65E5\u307E\u3067\u9078\u629E`
  42. },
  43. vanCascader: {
  44. select: "\u9078\u629E\u3059\u308B"
  45. },
  46. vanPagination: {
  47. prev: "\u524D\u306E\u30DA\u30FC\u30B8",
  48. next: "\u6B21\u306E\u30DA\u30FC\u30B8"
  49. },
  50. vanPullRefresh: {
  51. pulling: "\u30D7\u30EB\u30C0\u30A6\u30F3\u3057\u3066\u66F4\u65B0...",
  52. loosing: "\u30EA\u30EA\u30FC\u30B9\u6642\u306B\u66F4\u65B0..."
  53. },
  54. vanSubmitBar: {
  55. label: "\u5408\u8A08:"
  56. },
  57. vanCoupon: {
  58. unlimited: "\u7121\u5236\u9650",
  59. discount: (discount) => `${10 - discount}\u5272\u5F15`,
  60. condition: (condition) => `${condition}\u5186\u4EE5\u4E0A\u3067\u5229\u7528\u53EF\u80FD`
  61. },
  62. vanCouponCell: {
  63. title: "\u30AF\u30FC\u30DD\u30F3",
  64. count: (count) => `${count}\u679A\u304C\u5229\u7528\u53EF\u80FD`
  65. },
  66. vanCouponList: {
  67. exchange: "\u4E21\u66FF",
  68. close: "\u4F7F\u7528\u7981\u6B62",
  69. enable: "\u5229\u7528\u53EF\u80FD",
  70. disabled: "\u5229\u7528\u3067\u304D\u307E\u305B\u3093",
  71. placeholder: "\u5272\u5F15\u30B3\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044"
  72. },
  73. vanAddressEdit: {
  74. area: "\u5730\u57DF",
  75. postal: "\u90F5\u4FBF\u756A\u53F7",
  76. areaEmpty: "\u5730\u57DF\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044",
  77. addressEmpty: "\u8A73\u3057\u3044\u4F4F\u6240\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
  78. postalEmpty: "\u9593\u9055\u3063\u305F\u90F5\u4FBF\u756A\u53F7",
  79. addressDetail: "\u8A73\u3057\u3044\u4F4F\u6240",
  80. defaultAddress: "\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u4F4F\u6240\u306B\u8A2D\u5B9A"
  81. },
  82. vanAddressList: {
  83. add: "\u4F4F\u6240\u3092\u8FFD\u52A0"
  84. }
  85. };