@feedmepos/mf-order-setting 0.0.20 → 0.0.21-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/{KioskDevicesView-BnU_Z30B.js → KioskDevicesView-TgyDh8aI.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-2dGio8Lw.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-CiYEoMoW.js} +4 -3
  3. package/dist/KioskSettingView-fbOxH9m8.js +649 -0
  4. package/dist/KioskView-C0Vn5S89.js +334 -0
  5. package/dist/{OrderSettingsView-CIUddOED.js → OrderSettingsView-mYvRn7u9.js} +1630 -1703
  6. package/dist/{app-CuyLbKuN.js → app-A306cfER.js} +478 -448
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-BJrst4DM.js → auth.dto-C5PLip9a.js} +34577 -36584
  9. package/dist/dayjs.min-CLR5r0qf.js +2110 -0
  10. package/dist/frontend/mf-order/src/App.vue.d.ts +1 -1
  11. package/dist/frontend/mf-order/src/Entry.vue.d.ts +1 -1
  12. package/dist/frontend/mf-order/src/app.d.ts +439 -409
  13. package/dist/frontend/mf-order/src/components/GoogleMap.vue.d.ts +3 -1
  14. package/dist/frontend/mf-order/src/modules/order-setting/kiosk/interface.d.ts +18 -0
  15. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +240 -0
  16. package/dist/frontend/mf-order/src/stores/order-setting/mapper.d.ts +2 -1
  17. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +8 -8
  18. package/dist/frontend/mf-order/src/views/all-orders/ActionMenuCell.vue.d.ts +1 -1
  19. package/dist/frontend/mf-order/src/views/all-orders/FilterRestaurant.vue.d.ts +8 -1593
  20. package/dist/frontend/mf-order/src/views/all-orders/FilterStatus.vue.d.ts +6 -9
  21. package/dist/frontend/mf-order/src/views/all-orders/FilterStatusMenu.vue.d.ts +5 -11
  22. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +17 -21
  23. package/dist/frontend/mf-order/src/views/all-orders/UpdateDeliveryOrderDialog.vue.d.ts +1 -1
  24. package/dist/frontend/mf-order/src/views/kiosk/KioskSummary.vue.d.ts +1 -1
  25. package/dist/frontend/mf-order/src/views/kiosk/KioskView.vue.d.ts +1 -1
  26. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceCard.vue.d.ts +1 -1
  27. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDeviceDetail.vue.d.ts +1 -1
  28. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskDevicesView.vue.d.ts +1 -1
  29. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskOtpDialog.vue.d.ts +1 -1
  30. package/dist/frontend/mf-order/src/views/kiosk/devices/KioskUnbindConfirm.vue.d.ts +1 -1
  31. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDineInSection.vue.d.ts +2 -4
  32. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskDisplayStandSection.vue.d.ts +1 -1
  33. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskMenuItemSection.vue.d.ts +9 -0
  34. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +93 -0
  35. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPickAtCounterSection.vue.d.ts +1 -1
  36. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskTakeawaySection.vue.d.ts +2 -4
  37. package/dist/frontend/mf-order/src/views/order-settings/delivery/DeliveryList.vue.d.ts +1 -1
  38. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/TaxInput.vue.d.ts +1 -1
  39. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/DeliveryOrder.vue.d.ts +136 -1
  40. package/dist/frontend/mf-order/src/views/order-settings/delivery/inhouse/TimePicker.vue.d.ts +6 -120
  41. package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue.d.ts +1 -1
  42. package/dist/frontend/mf-order/src/views/order-settings/pickup/AddressInput.vue.d.ts +8 -12
  43. package/dist/frontend/mf-order/src/views/order-settings/pickup/CustomPayment.vue.d.ts +6 -12
  44. package/dist/frontend/mf-order/src/views/order-settings/pickup/PaymentSidesheet.vue.d.ts +18 -15
  45. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickUpPointDialogContent.vue.d.ts +142 -15
  46. package/dist/frontend/mf-order/src/views/order-settings/pickup/PickupList.vue.d.ts +1 -1
  47. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  48. package/dist/{index-DPl0R4fg.js → index-BJuGDir8.js} +25 -24
  49. package/dist/index-DSCb3ndM.js +150 -0
  50. package/dist/package/entity/food-court/order.dto.d.ts +223 -223
  51. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +2 -2
  52. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +8 -8
  53. package/dist/package/entity/kiosk/kiosk.do.d.ts +12 -12
  54. package/dist/package/entity/kiosk/kiosk.dto.d.ts +15 -15
  55. package/dist/package/entity/kiosk/scanner/scanner.do.d.ts +9 -9
  56. package/dist/package/entity/kiosk/scanner/scanner.dto.d.ts +9 -9
  57. package/dist/package/entity/kiosk/scanner/scanner.enum.d.ts +1 -1
  58. package/dist/package/entity/order/manager/manager.dto.d.ts +8 -8
  59. package/dist/package/entity/order/order-item/order-item.dto.d.ts +3986 -0
  60. package/dist/package/entity/order/order.do.d.ts +946 -0
  61. package/dist/package/entity/order/order.dto.d.ts +25328 -2337
  62. package/dist/package/entity/order/order.enum.d.ts +5 -1
  63. package/dist/package/entity/order/payment/payment.dto.d.ts +930 -930
  64. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +10 -10
  65. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +4 -4
  66. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +259 -0
  67. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +266 -0
  68. package/dist/package/entity/order-setting/order-setting.do.d.ts +172 -0
  69. package/dist/package/entity/order-setting/order-setting.dto.d.ts +344 -0
  70. package/dist/package/entity/payment/payment.dto.d.ts +2 -2
  71. package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -48
  72. package/dist/package/entity/websocket/websocket.dto.d.ts +384 -0
  73. package/package.json +2 -2
  74. package/src/locales/en-US.json +218 -203
  75. package/src/locales/zh-CN.json +218 -203
  76. package/src/modules/order-setting/kiosk/interface.ts +25 -0
  77. package/src/stores/order-setting/mapper.ts +73 -51
  78. package/src/views/kiosk/KioskSummary.vue +36 -2
  79. package/src/views/kiosk/KioskView.vue +115 -96
  80. package/src/views/kiosk/settings/KioskDineInSection.vue +48 -33
  81. package/src/views/kiosk/settings/KioskDisplayStandSection.vue +114 -67
  82. package/src/views/kiosk/settings/KioskMenuItemSection.vue +27 -0
  83. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +339 -0
  84. package/src/views/kiosk/settings/KioskPickAtCounterSection.vue +15 -14
  85. package/src/views/kiosk/settings/KioskSettingView.vue +169 -108
  86. package/src/views/kiosk/settings/KioskTakeawaySection.vue +16 -22
  87. package/src/views/order-settings/OrderSettingsView.vue +1 -1
  88. package/src/views/order-settings/delivery/DeliverySetting.vue +8 -10
  89. package/src/views/order-settings/pickup/CustomPayment.vue +1 -1
  90. package/dist/KioskSettingView-6Q0qwSTl.js +0 -345
  91. package/dist/KioskView-DqV4IW7U.js +0 -289
  92. package/dist/index-B9mJLWE5.js +0 -70
  93. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue.d.ts +0 -0
  94. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue.d.ts +0 -0
  95. /package/dist/frontend/mf-order/src/views/order-settings/{dinein → dine-in}/PaymentType.vue.d.ts +0 -0
  96. /package/src/views/order-settings/{dinein → dine-in}/DineInSetting.vue +0 -0
  97. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialog.vue +0 -0
  98. /package/src/views/order-settings/{dinein → dine-in}/OfflinePaymentTypeDialogContent.vue +0 -0
  99. /package/src/views/order-settings/{dinein → dine-in}/PaymentType.vue +0 -0
@@ -1,473 +1,503 @@
1
1
  import { ref as g, defineComponent as S, onMounted as h, resolveComponent as f, openBlock as b, createElementBlock as P, createVNode as k } from "vue";
2
2
  import "vue-router";
3
3
  const D = {
4
- integratedDeliveryCompany: "Integrated delivery company",
5
- delivery: "Delivery",
6
- pickup: "Pickup",
7
- dineIn: "Dine In",
8
- serviceCharge: "Service Charge",
9
- sms: "SMS",
10
- deliveryDescription: "We integrated with these deliveries with your POS system. You can deliver meal to your customers in faster and more secure way.",
11
- search: "Search",
12
- searchRestaurant: "Search restaurants",
13
- noRestaurantSelected: "No Restaurant Selected",
14
- company: "Company",
15
- catalog: "Catalog",
16
- paymentType: "Payment Type",
17
- status: "Status",
18
- manual: "Manual",
19
- auto: "Auto",
20
- active: "Active",
21
- inactive: "Inactive",
22
- deliveryTitle: "{company} delivery",
23
- inHouseDelivery: "In house delivery",
24
- feedMeExpress: "FeedMe express",
25
- localDeliveryCompany: "Local delivery company",
26
- localDeliveryDescription: "Activate the delivery companise to create new order at POS system.",
27
- activateDeliveryCompany: "Activate {company} Delivery",
28
- inhouseSwitchSublabel: "Accept In house Delivery with POS",
29
- generalSetting: "General setting",
30
- ignoreStock: "Ignore stock",
31
- ignoreStockSublabel: "Customer can order even product out of stocks",
32
- deliveryTerm: "Delivery term",
33
- taxSetting: "Tax settings",
34
- taxSettingTerm: "(Tax setting only applicable for POS after {validatePosVersion})",
35
- manageDelivery: "Manage {company} delivery",
36
- feedmeExpressTitle: "Update FeedMe express",
37
- inhouseDeliveryTitle: "Manage in-house delivery",
38
- inhouseDeliveryTaxLabel: "Delivery fee charge tax",
39
- inhouseDeliveryTaxSublabel: "Accecpt In house Delivery with POS",
40
- inhouseDeliveryInputLabel: "(applicable if restaurant profile SST is set)",
41
- inhouseDeliveryTaxCalculation: "Tax calculation",
42
- taxInclusive: "Inclusive",
43
- taxExclusive: "Exclusive",
4
+ accept: "accept",
44
5
  acceptedPayment: "Accepted Payment",
45
- offlinePayment: "Offline Payment",
46
- ePayment: "E-Payment",
47
- cash: "Cash",
6
+ acceptQueue: "Accept queue",
7
+ acceptQueueSublabel: "Customer can use queue in FeedMe app",
8
+ actiavteFeedmeExpress: "Activate FeedMe Express",
9
+ activated: "Activated",
10
+ activatedDate: "Activated date",
11
+ activateDeliveryCompany: "Activate {company} Delivery",
12
+ activateFeedmeExpressSublabel: "Customer can select FeedMe express to delivery their meal",
13
+ activateIntegration: "Activate {integrationType} Integration",
14
+ activateLocation: "Activate location",
15
+ active: "Active",
16
+ add: "Add",
17
+ addCampaign: "Add campaign",
18
+ addCustomPayment: "Add custom payment",
19
+ addDeliveryZone: "Add Delivery Zone",
20
+ addNewCampaign: "Add new campaign",
21
+ addOfflinePayment: "Add offline payment",
22
+ addPickupPoint: "Add pickup Point",
23
+ address: "Address",
24
+ addServiceCharge: "Add service charge",
25
+ addTimeSlot: "Add Time Slot",
26
+ afterBillDiscount: "After bill discount",
48
27
  all: "All",
28
+ allowedAutoAcceptOrder: "Allowed auto accept order",
29
+ allowedAutoCloseBill: "Allowed auto closed bill",
30
+ allowMultiplePickupSublabel: "Allow customer pickup at multiple address instead of restaurant only",
31
+ anonymousOrder: "Anonymous Order",
32
+ anonymousOrderSublabel: "Customer can order without login",
33
+ apply: "Apply",
34
+ applyFor: "Apply for",
35
+ asap: "ASAP",
36
+ auto: "Auto",
37
+ autoIntegration: "Auto Integration",
38
+ autoIntegrationWarning: "Auto delivery integration not available, contact our staff for more information. Reason: {reason}",
39
+ autoSendKitchen: "Auto Send Kitchen",
40
+ autoSendKitchenSublabel: "Required POS version 7 or above",
41
+ balance: "Balance",
42
+ bankCard: "Card",
43
+ beforeBillDiscount: "Before bill discount",
44
+ billRounding: "Bill Rounding",
45
+ bindDevice: "Bind device",
46
+ bindDeviceMessage: "Enter this code to your kiosk device to bind.",
47
+ cancel: "Cancel",
48
+ cardPaymentDescription: "Make payment by tapping or inserting card",
49
+ cash: "Cash",
50
+ catalog: "Catalog",
51
+ chargeWhen: "Charge When",
52
+ commission: "Commission",
53
+ company: "Company",
54
+ configuration: "Configuration",
55
+ confirm: "Confirm",
56
+ contact: "contact",
57
+ create: "Create",
58
+ createTestOrder: "Create Test Order",
59
+ credit: "Credit",
60
+ customerItemRemark: "Customer item remark",
61
+ customerItemRemarkSublabel: "Customer can attach remark to item",
49
62
  customOfflinePayment: "Custom Offline Payment",
50
63
  customOfflinePaymentHeader: "Custom offline payments",
51
- addOfflinePayment: "Add offline payment",
52
- addCustomPayment: "Add custom payment",
64
+ customServiceCharge: "Custom Servive Charge",
65
+ customTime: "Custom time",
66
+ day: "Day",
67
+ days: "days",
68
+ daysTo: "days to",
69
+ deactivated: "Deactivated",
70
+ default: "Default",
71
+ delete: "delete",
72
+ delivery: "Delivery",
73
+ deliveryCompany: "Delivery Company",
74
+ deliveryDescription: "We integrated with these deliveries with your POS system. You can deliver meal to your customers in faster and more secure way.",
75
+ deliveryFee: "Delivery Fee",
76
+ deliveryInstruction: "Delivery Instruction",
77
+ deliveryOrder: "Delivery order",
78
+ deliveryTerm: "Delivery term",
79
+ deliveryTime: "Delivery Time",
80
+ deliveryTitle: "{company} delivery",
81
+ deliveryZone: "Delivery Zone",
82
+ deviceBinding: "Device Binding",
83
+ deviceDetails: "Device Details",
84
+ dineIn: "Dine In",
85
+ dineInType: "Dine In Type",
86
+ discountCampaign: "Discount Campaign",
87
+ displayStand: "Display Stand",
88
+ edit: "Edit",
53
89
  editOfflinePayment: "Edit offline payment",
54
- enterPaymentName: "Enter payment name",
90
+ editPickupPoint: "Edit pickup Point",
91
+ enableServiceCharge: "Enable Service Charge",
92
+ end: "End",
93
+ enterAddress: "Enter Address",
94
+ enterANumber: "Enter a number",
95
+ enterName: "Enter Name",
55
96
  enterPaymentInstruction: "Enter payment instruction",
56
- general: "General",
57
- instruction: "Instruction",
58
- offlinePaymentName: "Offline Payment Name",
97
+ enterPaymentName: "Enter payment name",
98
+ ePayment: "E-Payment",
99
+ eWallet: "E-Wallet",
100
+ eWalletDescription: "Scan QR Code to make payment with phone",
101
+ exclusive: "Exclulsive",
102
+ failed: "FAILED",
103
+ failedToUpdateSetting: "Failed to update setting",
104
+ feedMeExpress: "FeedMe express",
105
+ feedmeExpressNotApproved: "Your payout account is under review. Please contact our staff for further assistant.",
106
+ feedmeExpressPayoutAccIssue: "Payout account is required to enable FeedMe Express",
107
+ feedmeExpressPosVersionIssue: "Min POS version {minVersion} required for FeedMe Express",
108
+ feedmeExpressTitle: "Update FeedMe express",
59
109
  fieldCannotBeEmpty: "Field cannot be empty",
60
- orderType: "Order Type",
61
- orderFrom: "Order from",
62
- daysTo: "days to",
63
- days: "days",
64
- preOrderHint: "Order on {today}, Customer can order between {start} and {end}. Max 7 days.",
65
- asap: "ASAP",
66
- preOrder: "Pre-order",
67
- deliveryTime: "Delivery Time",
68
- deliveryOrder: "Delivery order",
69
- operatingHour: "Operating hour",
70
110
  fixedTime: "Fixed time",
71
- customTime: "Custom time",
72
- timeSlot: "Time Slots",
73
- addTimeSlot: "Add Time Slot",
74
- monday: "Monday",
75
- tuesday: "Tuesday",
76
- wednesday: "Wednesday",
77
- thursday: "Thursday",
78
111
  friday: "Friday",
79
- saturday: "Saturday",
80
- sunday: "Sunday",
81
- addDeliveryZone: "Add Delivery Zone",
82
- save: "Save",
83
- cancel: "Cancel",
84
- deliveryFee: "Delivery Fee",
85
- minPurchase: "Min Purchase",
86
- minSpendForFreeDelivery: "Min spend for free Delivery",
87
- deliveryZone: "Delivery Zone",
88
- actiavteFeedmeExpress: "Activate FeedMe Express",
89
- activateFeedmeExpressSublabel: "Customer can select FeedMe express to delivery their meal",
112
+ general: "General",
90
113
  generalInfo: "General Info",
91
- term: "Term",
92
- deliveryInstruction: "Delivery Instruction",
93
- activateIntegration: "Activate {integrationType} Integration",
94
- integrationDescription: "POS system can add delivery order with {name} company",
95
- default: "Default",
96
- orderSetting: "Order Setting",
97
- billRounding: "Bill Rounding",
98
- remoteId: "Remote ID",
99
- allowedAutoCloseBill: "Allowed auto closed bill",
100
- allowedAutoAcceptOrder: "Allowed auto accept order",
114
+ generalSetting: "General setting",
115
+ greaterThanMinRule: "Max should be exceed to Min",
116
+ hideNotAvailableMenuItem: "Hide not available menu item",
101
117
  ignoreDiscount: "Ignore Discount",
102
- sstInclusive: "SST Inclusive",
103
- commission: "Commission",
104
- syncMenu: "Sync Menu",
105
- selectItem: "Select item",
106
- processing: "PROCESSING",
107
- success: "SUCCESS",
108
- failed: "FAILED",
109
- updatedAt: "Updated at",
118
+ ignoreStock: "Ignore stock",
119
+ ignoreStockSublabel: "Customer can order even product out of stocks",
120
+ inactive: "Inactive",
121
+ inclusive: "Inclusive",
122
+ inHouseDelivery: "In house delivery",
123
+ inhouseDeliveryInputLabel: "(applicable if restaurant profile SST is set)",
124
+ inhouseDeliveryTaxCalculation: "Tax calculation",
125
+ inhouseDeliveryTaxLabel: "Delivery fee charge tax",
126
+ inhouseDeliveryTaxSublabel: "Accecpt In house Delivery with POS",
127
+ inhouseDeliveryTitle: "Manage in-house delivery",
128
+ inhouseSwitchSublabel: "Accept In house Delivery with POS",
129
+ instruction: "Instruction",
130
+ integratedDeliveryCompany: "Integrated delivery company",
131
+ integrationDescription: "POS system can add delivery order with {name} company",
132
+ invalidPosVersion: "Invalid POS version",
133
+ invalidRestaurant: "Invalid restaurant",
134
+ item: "Item",
135
+ kiosk: "Kiosk",
136
+ kioskDisplay: "Kiosk Display",
137
+ kioskDisplayDescription: 'Click "Bind device" to receive a special code for device binding.',
138
+ kioskSettingFailed: "Failed to update kiosk order setting",
139
+ kioskSettingSuccess: "Kiosk order setting updated",
140
+ kioskSummary: "Kiosk Summary",
110
141
  lastSync: "Last synchronize",
111
- createTestOrder: "Create Test Order",
112
- create: "Create",
113
- updateDeliveryCompany: "Update Delivery Company",
114
- updatePickupSetting: "Update Pickup Setting",
115
- restaurant: "Restaurant",
116
- paymentMethod: "Payment Method",
117
- online: "Online",
118
- pickupPoint: "Pickup point",
119
- activated: "Activated",
120
- deactivated: "Deactivated",
121
- day: "Day",
122
- to: "to",
142
+ loadingMenu: "Loading Menu",
143
+ loadingTable: "Loading table",
144
+ localDeliveryCompany: "Local delivery company",
145
+ localDeliveryDescription: "Activate the delivery companise to create new order at POS system.",
146
+ manageDelivery: "Manage {company} delivery",
147
+ manual: "Manual",
148
+ menuItem: "Menu Item",
149
+ minPurchase: "Min Purchase",
150
+ minSpendForFreeDelivery: "Min spend for free Delivery",
151
+ monday: "Monday",
123
152
  multiplePickupPoint: "Multiple Pickup Point",
124
- allowMultiplePickupSublabel: "Allow customer pickup at multiple address instead of restaurant only",
125
- restaurantAsPickupPoint: "Restaurant as pickup point",
126
- addPickupPoint: "Add pickup Point",
127
- editPickupPoint: "Edit pickup Point",
128
153
  name: "Name",
129
- address: "Address",
130
- enterName: "Enter Name",
131
- enterAddress: "Enter Address",
132
- add: "Add",
133
- apply: "Apply",
134
- anonymousOrder: "Anonymous Order",
135
- anonymousOrderSublabel: "Customer can order without login",
136
- staticQRcode: "Static QR code",
137
- staticQRcodeSublabel: "Customer can order with static QR code",
138
- customerItemRemark: "Customer item remark",
139
- customerItemRemarkSublabel: "Customer can attach remark to item",
140
- acceptQueue: "Accept queue",
141
- acceptQueueSublabel: "Customer can use queue in FeedMe app",
142
- saveSetting: "Save Setting",
143
- enableServiceCharge: "Enable Service Charge",
144
- serviceChargeSublabel: "Make your own rules to omit change based on different conditions such as restaurant, dining option, items, slot, etc.",
145
- serviceChargeRule: "* Service Charge required POS version 4.0.0 or higher",
146
- chargeWhen: "Charge When",
147
- beforeBillDiscount: "Before bill discount",
148
- afterBillDiscount: "After bill discount",
149
- rate: "Rate",
150
- selectServiceChargeType: "Select service charge type",
151
- inclusive: "Inclusive",
152
- exclusive: "Exclulsive",
153
- customServiceCharge: "Custom Servive Charge",
154
- delete: "delete",
155
- loadingMenu: "Loading Menu",
154
+ nfc: "NFC",
156
155
  noAvailableItem: "No available item",
157
- table: "Table",
158
- item: "Item",
159
- loadingTable: "Loading table",
160
156
  noAvailableTable: "No available table",
157
+ nonNegativeRule: "Value should be positive value",
158
+ noRestaurantSelected: "No Restaurant Selected",
159
+ notAllowed: "Not allowed",
160
+ offlinePayment: "Offline Payment",
161
+ offlinePaymentName: "Offline Payment Name",
162
+ online: "Online",
163
+ operatingHour: "Operating hour",
164
+ orderFrom: "Order from",
165
+ orderSetting: "Order Setting",
166
+ orderType: "Order Type",
167
+ padDigit: "Pad Digit",
168
+ payAtCounter: "Pay at Counter",
169
+ paymentMethod: "Payment Method",
170
+ paymentType: "Payment Type",
171
+ payoutAccountIsRequired: "Payout account is required",
172
+ payoutAccountUnderReview: "Payout account under review",
173
+ payoutPosVersion: "For POS {version} or above",
174
+ pickAtCounter: "Pick at counter",
175
+ pickup: "Pickup",
176
+ pickupPoint: "Pickup point",
177
+ pleaseCompleteProfile: "please complete your restaurant profile to enable FeedMe Express",
178
+ pleaseSelectRestaurant: "Please select a restaurant.",
179
+ prefix: "Prefix",
180
+ preOrder: "Pre-order",
181
+ preOrderHint: "Order on {today}, Customer can order between {start} and {end}. Max 7 days.",
182
+ pricePerMessage: "Price per message",
183
+ processing: "PROCESSING",
161
184
  productSelected: "product(s) selected",
162
- confirm: "Confirm",
185
+ promptAnonymousLoginDialog: "Prompt Login Dialog For Anonymous Order",
186
+ qrPay: "QR Pay",
187
+ rate: "Rate",
188
+ remoteId: "Remote ID",
189
+ restaurant: "Restaurant",
190
+ restaurantAsPickupPoint: "Restaurant as pickup point",
191
+ restaurantHaveNotPurchase: "Restaurant have not purchase {featureKey} feature",
192
+ saturday: "Saturday",
193
+ save: "Save",
194
+ saveSetting: "Save Setting",
195
+ scanPay: "Scan Pay",
196
+ search: "Search",
197
+ searchRestaurant: "Search restaurants",
198
+ selectItem: "Select item",
199
+ selectRestaurant: "Select Restaurant",
200
+ selectServiceChargeType: "Select service charge type",
163
201
  selectTable: "Select table",
164
- tableSelected: "table(s) selected",
165
- applyFor: "Apply for",
166
- takeaway: "Takeaway",
167
- deliveryCompany: "Delivery Company",
168
- addServiceCharge: "Add service charge",
169
- credit: "Credit",
170
- balance: "Balance",
171
- pricePerMessage: "Price per message",
172
- setting: "Setting",
173
202
  serve: "serve",
174
- accept: "accept",
175
- edit: "Edit",
176
- feedmeExpressPosVersionIssue: "Min POS version {minVersion} required for FeedMe Express",
177
- feedmeExpressPayoutAccIssue: "Payout account is required to enable FeedMe Express",
178
- feedmeExpressNotApproved: "Your payout account is under review. Please contact our staff for further assistant.",
179
- invalidRestaurant: "Invalid restaurant",
180
- contact: "contact",
181
- pleaseCompleteProfile: "please complete your restaurant profile to enable FeedMe Express",
182
- discountCampaign: "Discount Campaign",
183
- addNewCampaign: "Add new campaign",
184
- addCampaign: "Add campaign",
185
- vendorBearPercentage: "Vendor bear percentage",
186
- enterANumber: "Enter a number",
187
- kiosk: "Kiosk",
188
- deviceBinding: "Device Binding",
189
- bindDevice: "Bind device",
203
+ serviceCharge: "Service Charge",
204
+ serviceChargeRule: "* Service Charge required POS version 4.0.0 or higher",
205
+ serviceChargeSublabel: "Make your own rules to omit change based on different conditions such as restaurant, dining option, items, slot, etc.",
206
+ setting: "Setting",
190
207
  settings: "Settings",
191
- activateLocation: "Activate location",
192
- selectRestaurant: "Select Restaurant",
193
- kioskDisplay: "Kiosk Display",
194
- kioskDisplayDescription: 'Click "Bind device" to receive a special code for device binding.',
195
- activatedDate: "Activated date",
196
- deviceDetails: "Device Details",
208
+ showNotAvailable: "Show not available",
209
+ sms: "SMS",
210
+ sstInclusive: "SST Inclusive",
211
+ start: "Start",
212
+ staticQRcode: "Static QR code",
213
+ staticQRcodeSublabel: "Customer can order with static QR code",
214
+ status: "Status",
215
+ success: "SUCCESS",
216
+ sunday: "Sunday",
217
+ syncMenu: "Sync Menu",
218
+ table: "Table",
219
+ tableSelected: "table(s) selected",
220
+ tableService: "Table Service",
221
+ tableServiceSetting: "Table service setting",
222
+ takeaway: "Takeaway",
223
+ takeawayTitle: "Take Away",
224
+ taxExclusive: "Exclusive",
225
+ taxInclusive: "Inclusive",
226
+ taxSetting: "Tax settings",
227
+ taxSettingTerm: "(Tax setting only applicable for POS after {validatePosVersion})",
228
+ term: "Term",
229
+ terminal: "Terminal",
230
+ thursday: "Thursday",
231
+ timeSlot: "Time Slots",
232
+ to: "to",
233
+ tuesday: "Tuesday",
197
234
  unbind: "Unbind",
198
235
  unbindKioskDevice: "Unbind Kiosk Device",
199
236
  unbindKioskDeviceWarning: "Are you sure want to unbind device? If yes, please enter {machineId} inside the textfield",
200
237
  unbindSuccess: "Kiosk display successfully unbinded.",
201
238
  unbindWarning: "Please enter the machine ID to confirm unbind.",
202
- bindDeviceMessage: "Enter this code to your kiosk device to bind.",
203
- kioskSummary: "Kiosk Summary",
204
- dineInType: "Dine In Type",
205
- tableService: "Table Service",
206
- pickAtCounter: "Pick at counter",
207
239
  unknown: "Unknown",
208
- kioskSettingSuccess: "Kiosk order setting updated",
209
- kioskSettingFailed: "Failed to update kiosk order setting",
210
- displayStand: "Display Stand",
211
- tableServiceSetting: "Table service setting",
212
- prefix: "Prefix",
213
- start: "Start",
214
- end: "End",
215
- nonNegativeRule: "Value should be positive value",
216
- greaterThanMinRule: "Max should be exceed to Min",
217
- padDigit: "Pad Digit",
218
- takeawayTitle: "Take Away",
219
- updateSetting: "Update setting",
220
- pleaseSelectRestaurant: "Please select a restaurant.",
221
- failedToUpdateSetting: "Failed to update setting",
222
- updatePayoutAccount: "Update payout account",
240
+ update: "Update",
241
+ updatedAt: "Updated at",
242
+ updateDeliveryCompany: "Update Delivery Company",
243
+ updateFeedMeExpressSetting: "Update FeedMe Express Setting",
223
244
  updateNow: "Update now",
224
- autoIntegration: "Auto Integration",
225
- autoIntegrationWarning: "Auto delivery integration not available, contact our staff for more information. Reason: {reason}",
226
- restaurantHaveNotPurchase: "Restaurant have not purchase {featureKey} feature",
227
- invalidPosVersion: "Invalid POS version",
228
- notAllowed: "Not allowed",
229
- autoSendKitchen: "Auto Send Kitchen",
230
- promptAnonymousLoginDialog: "Prompt Login Dialog For Anonymous Order",
231
- autoSendKitchenSublabel: "Required POS version 7 or above",
232
- payoutAccountIsRequired: "Payout account is required",
233
- payoutAccountUnderReview: "Payout account under review",
234
- payoutPosVersion: "For POS {version} or above"
235
- }, A = {
236
- order: D
245
+ updatePayoutAccount: "Update payout account",
246
+ updatePickupSetting: "Update Pickup Setting",
247
+ updateSetting: "Update setting",
248
+ vendorBearPercentage: "Vendor bear percentage",
249
+ wednesday: "Wednesday"
237
250
  }, C = {
238
- integratedDeliveryCompany: "已对接配送平台",
239
- delivery: "配送",
240
- pickup: "自取",
241
- dineIn: "堂食",
242
- serviceCharge: "服务费",
243
- sms: "短信",
244
- deliveryDescription: "我们将以下配送服务与您的POS系统进行结合,让您能够更加快速且安全地将餐点送到客户手中。",
245
- search: "搜索",
246
- searchRestaurant: "搜索餐厅",
247
- noRestaurantSelected: "未选择餐厅",
248
- company: "平台",
249
- catalog: "目录",
250
- paymentType: "交易类型",
251
- status: "状态",
252
- manual: "手动",
253
- auto: "自动",
254
- active: "激活",
255
- inactive: "未激活",
256
- deliveryTitle: "{company} 配送",
257
- inHouseDelivery: "In house 配送",
258
- feedMeExpress: "FeedMe 外卖快递",
259
- localDeliveryCompany: "本地配送平台",
260
- localDeliveryDescription: "激活配送平台以在POS系统中创建新的订单。",
261
- activateDeliveryCompany: "激活{company}配送",
262
- inhouseSwitchSublabel: "通过POS系统接受In house配送",
263
- generalSetting: "通用设置",
264
- ignoreStock: "忽略库存",
265
- ignoreStockSublabel: "客户依然可以下单,即使商品缺货",
266
- deliveryTerm: "配送条款",
267
- taxSetting: "税务设置",
268
- taxSettingTerm: "(税务设置仅适用于{validatePosVersion}版本后的POS系统)",
269
- manageDelivery: "管理 {company} 配送",
270
- feedmeExpressTitle: "更新 Feedme 外卖快递",
271
- inhouseDeliveryTitle: "管理 in house 配送",
272
- inhouseDeliveryTaxLabel: "配送费附加税",
273
- inhouseDeliveryTaxSublabel: "通过POS系统接受In house配送",
274
- inhouseDeliveryInputLabel: "(仅在餐厅档案已设置SST时方可适用)",
275
- inhouseDeliveryTaxCalculation: "税务计算",
276
- taxInclusive: "含税",
277
- taxExclusive: "不含税",
251
+ order: D
252
+ }, A = {
253
+ accept: "接受",
278
254
  acceptedPayment: "可接受付款方式",
279
- offlinePayment: "线下支付",
280
- ePayment: "电子支付",
281
- cash: "现金",
255
+ acceptQueue: "接受队列",
256
+ acceptQueueSublabel: "客户可以在FeedMe应用中使用排队功能",
257
+ actiavteFeedmeExpress: "激活FeedMe外卖配送",
258
+ activated: "已激活",
259
+ activatedDate: "激活日期",
260
+ activateDeliveryCompany: "激活{company}配送",
261
+ activateFeedmeExpressSublabel: "客户可以选择FeedMe外卖快递来配送他们的餐点",
262
+ activateIntegration: "激活{integrationType}对接",
263
+ activateLocation: "启用定位",
264
+ active: "激活",
265
+ add: "添加",
266
+ addCampaign: "添加促销活动",
267
+ addCustomPayment: "添加自定义付款方式",
268
+ addDeliveryZone: "添加配送区域",
269
+ addNewCampaign: "添加新的促销活动",
270
+ addOfflinePayment: "添加线下付款方式",
271
+ addPickupPoint: "添加取货地点",
272
+ address: "地址",
273
+ addServiceCharge: "添加服务费",
274
+ addTimeSlot: "添加时间段",
275
+ afterBillDiscount: "账单折扣后",
282
276
  all: "所有",
277
+ allowedAutoAcceptOrder: "允许自动接受订单",
278
+ allowedAutoCloseBill: "允许自动结算账单",
279
+ allowMultiplePickupSublabel: "允许客户在不同的取货地点自取,不限于餐厅",
280
+ anonymousOrder: "匿名订单",
281
+ anonymousOrderSublabel: "客户无需登录即可下单",
282
+ apply: "应用",
283
+ applyFor: "应用于",
284
+ asap: "尽快配送",
285
+ auto: "自动",
286
+ autoIntegration: "自动对接",
287
+ autoIntegrationWarning: "自动配送对接不可用, 请联络我们的工作人员了解更多信息。 原因: {reason}",
288
+ autoSendKitchen: "自动发送至厨房",
289
+ autoSendKitchenSublabel: "需要POS版本7或以上",
290
+ balance: "余额",
291
+ bankCard: "银行卡",
292
+ beforeBillDiscount: "账单折扣前",
293
+ billRounding: "账单四舍五入",
294
+ bindDevice: "绑定设备",
295
+ bindDeviceMessage: "请输入此代码到您的自助点餐设备以进行绑定",
296
+ c: "支付账户正在审查中",
297
+ cancel: "取消",
298
+ cardPaymentDescription: "通过刷卡或插卡进行支付",
299
+ cash: "现金",
300
+ catalog: "目录",
301
+ chargeWhen: "满足条件时收费",
302
+ commission: "佣金",
303
+ company: "平台",
304
+ configuration: "配置",
305
+ confirm: "确认",
306
+ contact: "联络",
307
+ create: "创建",
308
+ createTestOrder: "创建测试订单",
309
+ credit: "可用余额",
310
+ customerItemRemark: "客户商品备注",
311
+ customerItemRemarkSublabel: "客户可以为商品添加备注",
283
312
  customOfflinePayment: "自定义线下付款方式",
284
313
  customOfflinePaymentHeader: "自定义线下付款方式",
285
- addOfflinePayment: "添加线下付款方式",
286
- addCustomPayment: "添加自定义付款方式",
287
- editOfflinePayment: "编辑线下支付方式",
288
- enterPaymentName: "输入付款名称",
289
- enterPaymentInstruction: "输入付款说明",
290
- general: "通用",
291
- instruction: "付款说明",
292
- offlinePaymentName: "付款名称",
293
- fieldCannotBeEmpty: "字段不可为空",
294
- orderType: "订单类型",
295
- orderFrom: "预订从",
296
- daysTo: "天到",
314
+ customServiceCharge: "自定义服务收费",
315
+ customTime: "自定义时间",
316
+ day: "",
297
317
  days: "天",
298
- preOrderHint: "于今日 {today} 下单,客户可以在 {start} 和 {end} 之间预订。最多 7 天。",
299
- asap: "尽快配送",
300
- preOrder: "预订",
301
- deliveryTime: "配送时间",
318
+ daysTo: "天到",
319
+ deactivated: "已停用",
320
+ default: "默认",
321
+ delete: "删除",
322
+ delivery: "配送",
323
+ deliveryCompany: "配送公司",
324
+ deliveryDescription: "我们将以下配送服务与您的POS系统进行结合,让您能够更加快速且安全地将餐点送到客户手中。",
325
+ deliveryFee: "配送费",
326
+ deliveryInstruction: "配送说明",
302
327
  deliveryOrder: "配送订单",
303
- operatingHour: "营业时间",
328
+ deliveryTerm: "配送条款",
329
+ deliveryTime: "配送时间",
330
+ deliveryTitle: "{company} 配送",
331
+ deliveryZone: "配送区域",
332
+ deviceBinding: "设备绑定",
333
+ deviceDetails: "设备详情",
334
+ dineIn: "堂食",
335
+ dineInType: "堂食类型",
336
+ discountCampaign: "促销活动",
337
+ displayStand: "桌牌",
338
+ edit: "编辑",
339
+ editOfflinePayment: "编辑线下支付方式",
340
+ editPickupPoint: "编辑取货地点",
341
+ enableServiceCharge: "启用服务费",
342
+ end: "结束",
343
+ enterAddress: "输入地址",
344
+ enterANumber: "输入一个号码",
345
+ enterName: "输入名称",
346
+ enterPaymentInstruction: "输入付款说明",
347
+ enterPaymentName: "输入付款名称",
348
+ ePayment: "电子支付",
349
+ eWallet: "电子钱包",
350
+ eWalletDescription: "使用手机扫描二维码进行支付",
351
+ exclusive: "不包括",
352
+ failed: "失败",
353
+ failedToUpdateSetting: "设置更新失败",
354
+ feedMeExpress: "FeedMe 外卖快递",
355
+ feedmeExpressNotApproved: "您的支付账户正在审核中,请联系我们的工作人员获取进一步的帮助。",
356
+ feedmeExpressPayoutAccIssue: "需要设置支付账户才能启用FeedMe外卖快递",
357
+ feedmeExpressPosVersionIssue: "需要最低{minVersion}版本的POS系统才能使用FeedMe外卖快递",
358
+ feedmeExpressTitle: "更新 Feedme 外卖快递",
359
+ fieldCannotBeEmpty: "字段不可为空",
304
360
  fixedTime: "固定时间",
305
- customTime: "自定义时间",
306
- timeSlot: "时间段",
307
- addTimeSlot: "添加时间段",
308
- monday: "星期一",
309
- tuesday: "星期二",
310
- wednesday: "星期三",
311
- thursday: "星期四",
312
361
  friday: "星期五",
313
- saturday: "星期六",
314
- sunday: "星期日",
315
- addDeliveryZone: "添加配送区域",
316
- save: "保存",
317
- cancel: "取消",
318
- deliveryFee: "配送费",
319
- minPurchase: "最低购买金额",
320
- minSpendForFreeDelivery: "免费配送的最低消费金额",
321
- deliveryZone: "配送区域",
322
- actiavteFeedmeExpress: "激活FeedMe外卖配送",
323
- activateFeedmeExpressSublabel: "客户可以选择FeedMe外卖快递来配送他们的餐点",
362
+ general: "通用",
324
363
  generalInfo: "通用信息",
325
- term: "条款",
326
- deliveryInstruction: "配送说明",
327
- activateIntegration: "激活{integrationType}对接",
328
- integrationDescription: "POS系统可以添加与{name}公司合作的配送订单",
329
- default: "默认",
330
- orderSetting: "订单设置",
331
- billRounding: "账单四舍五入",
332
- remoteId: "平台注册ID",
333
- allowedAutoCloseBill: "允许自动结算账单",
334
- allowedAutoAcceptOrder: "允许自动接受订单",
364
+ generalSetting: "通用设置",
365
+ greaterThanMinRule: "最大值应大于等于最小值",
366
+ hideNotAvailableMenuItem: "隐藏无可用菜单项目",
335
367
  ignoreDiscount: "不适用折扣",
336
- sstInclusive: "包含SST",
337
- commission: "佣金",
338
- syncMenu: "同步菜单",
339
- selectItem: "请选择",
340
- processing: "处理中",
341
- success: "成功",
342
- failed: "失败",
343
- updatedAt: "更新于",
368
+ ignoreStock: "忽略库存",
369
+ ignoreStockSublabel: "客户依然可以下单,即使商品缺货",
370
+ inactive: "未激活",
371
+ inclusive: "包括",
372
+ inHouseDelivery: "In house 配送",
373
+ inhouseDeliveryInputLabel: "(仅在餐厅档案已设置SST时方可适用)",
374
+ inhouseDeliveryTaxCalculation: "税务计算",
375
+ inhouseDeliveryTaxLabel: "配送费附加税",
376
+ inhouseDeliveryTaxSublabel: "通过POS系统接受In house配送",
377
+ inhouseDeliveryTitle: "管理 in house 配送",
378
+ inhouseSwitchSublabel: "通过POS系统接受In house配送",
379
+ instruction: "付款说明",
380
+ integratedDeliveryCompany: "已对接配送平台",
381
+ integrationDescription: "POS系统可以添加与{name}公司合作的配送订单",
382
+ invalidPosVersion: "POS版本不适用",
383
+ invalidRestaurant: "无效的餐厅",
384
+ item: "商品",
385
+ kiosk: "自助点餐设备",
386
+ kioskDisplay: "自助点餐设备显示",
387
+ kioskDisplayDescription: "点击“绑定设备”以获取绑定设备的专用代码",
388
+ kioskSettingFailed: "自助点餐设备订单设置更新失败",
389
+ kioskSettingSuccess: "自助点餐设备订单设置更新成功",
390
+ kioskSummary: "自助点餐设备概览",
344
391
  lastSync: "上次同步",
345
- createTestOrder: "创建测试订单",
346
- create: "创建",
347
- updateDeliveryCompany: "更新配送公司",
348
- updatePickupSetting: "更新自取设置",
349
- restaurant: "餐厅",
350
- paymentMethod: "付款方式",
351
- online: "在线",
352
- pickupPoint: "自取地点",
353
- activated: "已激活",
354
- deactivated: "已停用",
355
- day: "天",
356
- to: "至",
392
+ loadingMenu: "加载菜单",
393
+ loadingTable: "加载餐桌",
394
+ localDeliveryCompany: "本地配送平台",
395
+ localDeliveryDescription: "激活配送平台以在POS系统中创建新的订单。",
396
+ manageDelivery: "管理 {company} 配送",
397
+ manual: "手动",
398
+ menuItem: "菜单项目",
399
+ minPurchase: "最低购买金额",
400
+ minSpendForFreeDelivery: "免费配送的最低消费金额",
401
+ monday: "星期一",
357
402
  multiplePickupPoint: "多个取货地点",
358
- allowMultiplePickupSublabel: "允许客户在不同的取货地点自取,不限于餐厅",
359
- restaurantAsPickupPoint: "餐厅为取货地点",
360
- addPickupPoint: "添加取货地点",
361
- editPickupPoint: "编辑取货地点",
362
403
  name: "名称",
363
- address: "地址",
364
- enterName: "输入名称",
365
- enterAddress: "输入地址",
366
- add: "添加",
367
- apply: "应用",
368
- anonymousOrder: "匿名订单",
369
- anonymousOrderSublabel: "客户无需登录即可下单",
370
- staticQRcode: "静态二维码",
371
- staticQRcodeSublabel: "客户可以通过静态二维码下单",
372
- customerItemRemark: "客户商品备注",
373
- customerItemRemarkSublabel: "客户可以为商品添加备注",
374
- acceptQueue: "接受队列",
375
- acceptQueueSublabel: "客户可以在FeedMe应用中使用排队功能",
376
- saveSetting: "保存设置",
377
- enableServiceCharge: "启用服务费",
378
- serviceChargeSublabel: "根据不同的情况,如餐厅,就餐选项,商品,时间段等,自定义规则。",
379
- serviceChargeRule: "* 服务费功能仅适用于POS版本4.0.0或更高版本。",
380
- chargeWhen: "满足条件时收费",
381
- beforeBillDiscount: "账单折扣前",
382
- afterBillDiscount: "账单折扣后",
383
- rate: "费率",
384
- selectServiceChargeType: "选择服务费类型",
385
- inclusive: "包括",
386
- exclusive: "不包括",
387
- customServiceCharge: "自定义服务收费",
388
- delete: "删除",
389
- loadingMenu: "加载菜单",
404
+ nfc: "NFC",
390
405
  noAvailableItem: "无可用商品",
391
- table: "餐桌",
392
- item: "商品",
393
- loadingTable: "加载餐桌",
394
406
  noAvailableTable: "无可用餐桌",
407
+ nonNegativeRule: "该值必须为正数",
408
+ noRestaurantSelected: "未选择餐厅",
409
+ notAllowed: "没有权限",
410
+ offlinePayment: "线下支付",
411
+ offlinePaymentName: "付款名称",
412
+ online: "在线",
413
+ operatingHour: "营业时间",
414
+ orderFrom: "预订从",
415
+ orderSetting: "订单设置",
416
+ orderType: "订单类型",
417
+ padDigit: "位数",
418
+ payAtCounter: "在柜台付款",
419
+ paymentMethod: "付款方式",
420
+ paymentType: "交易类型",
421
+ payoutAccountIsRequired: "需要支付账户",
422
+ payoutPosVersion: "需要POS{version}或以上",
423
+ pickAtCounter: "在柜台取餐",
424
+ pickup: "自取",
425
+ pickupPoint: "自取地点",
426
+ pleaseCompleteProfile: "请完善您的餐厅资料以启用FeedMe外卖快递",
427
+ pleaseSelectRestaurant: "请选择一个餐厅",
428
+ prefix: "前缀",
429
+ preOrder: "预订",
430
+ preOrderHint: "于今日 {today} 下单,客户可以在 {start} 和 {end} 之间预订。最多 7 天。",
431
+ pricePerMessage: "每条短信的价格",
432
+ processing: "处理中",
395
433
  productSelected: "已选择商品",
396
- confirm: "确认",
434
+ promptAnonymousLoginDialog: "为匿名用户弹出登入对话框",
435
+ qrPay: "二维码支付",
436
+ rate: "费率",
437
+ remoteId: "平台注册ID",
438
+ restaurant: "餐厅",
439
+ restaurantAsPickupPoint: "餐厅为取货地点",
440
+ restaurantHaveNotPurchase: "餐厅尚未购买{featureKey}功能",
441
+ saturday: "星期六",
442
+ save: "保存",
443
+ saveSetting: "保存设置",
444
+ scanPay: "扫码支付",
445
+ search: "搜索",
446
+ searchRestaurant: "搜索餐厅",
447
+ selectItem: "请选择",
448
+ selectRestaurant: "选择餐厅",
449
+ selectServiceChargeType: "选择服务费类型",
397
450
  selectTable: "选择餐桌",
398
- tableSelected: "已选择餐桌",
399
- applyFor: "应用于",
400
- takeaway: "外带",
401
- deliveryCompany: "配送公司",
402
- addServiceCharge: "添加服务费",
403
- credit: "可用余额",
404
- balance: "余额",
405
- pricePerMessage: "每条短信的价格",
406
- setting: "设置",
407
451
  serve: "服务",
408
- accept: "接受",
409
- edit: "编辑",
410
- feedmeExpressPosVersionIssue: "需要最低{minVersion}版本的POS系统才能使用FeedMe外卖快递",
411
- feedmeExpressPayoutAccIssue: "需要设置支付账户才能启用FeedMe外卖快递",
412
- feedmeExpressNotApproved: "您的支付账户正在审核中,请联系我们的工作人员获取进一步的帮助。",
413
- invalidRestaurant: "无效的餐厅",
414
- contact: "联络",
415
- pleaseCompleteProfile: "请完善您的餐厅资料以启用FeedMe外卖快递",
416
- discountCampaign: "促销活动",
417
- addNewCampaign: "添加新的促销活动",
418
- addCampaign: "添加促销活动",
419
- vendorBearPercentage: "供应商承担百分比",
420
- enterANumber: "输入一个号码",
421
- kiosk: "自助点餐设备",
422
- deviceBinding: "设备绑定",
423
- bindDevice: "绑定设备",
452
+ serviceCharge: "服务费",
453
+ serviceChargeRule: "* 服务费功能仅适用于POS版本4.0.0或更高版本。",
454
+ serviceChargeSublabel: "根据不同的情况,如餐厅,就餐选项,商品,时间段等,自定义规则。",
455
+ setting: "设置",
424
456
  settings: "设置",
425
- activateLocation: "启用定位",
426
- selectRestaurant: "选择餐厅",
427
- kioskDisplay: "自助点餐设备显示",
428
- kioskDisplayDescription: "点击“绑定设备”以获取绑定设备的专用代码",
429
- activatedDate: "激活日期",
430
- deviceDetails: "设备详情",
457
+ showNotAvailable: "显示无可用",
458
+ sms: "短信",
459
+ sstInclusive: "包含SST",
460
+ start: "开始",
461
+ staticQRcode: "静态二维码",
462
+ staticQRcodeSublabel: "客户可以通过静态二维码下单",
463
+ status: "状态",
464
+ success: "成功",
465
+ sunday: "星期日",
466
+ syncMenu: "同步菜单",
467
+ table: "餐桌",
468
+ tableSelected: "已选择餐桌",
469
+ tableService: "餐桌服务",
470
+ tableServiceSetting: "餐桌服务设置",
471
+ takeaway: "外带",
472
+ takeawayTitle: "外带",
473
+ taxExclusive: "不含税",
474
+ taxInclusive: "含税",
475
+ taxSetting: "税务设置",
476
+ taxSettingTerm: "(税务设置仅适用于{validatePosVersion}版本后的POS系统)",
477
+ term: "条款",
478
+ terminal: "支付终端",
479
+ thursday: "星期四",
480
+ timeSlot: "时间段",
481
+ to: "至",
482
+ tuesday: "星期二",
431
483
  unbind: "解除绑定",
432
484
  unbindKioskDevice: "解除自助点餐设备绑定",
433
485
  unbindKioskDeviceWarning: "你确定要解除绑定设备吗?如果是,请在文本框中输入{machineId}",
434
486
  unbindSuccess: "自助点餐设备成功解除绑定",
435
487
  unbindWarning: "请输入设备ID以确认解除绑定",
436
- bindDeviceMessage: "请输入此代码到您的自助点餐设备以进行绑定",
437
- kioskSummary: "自助点餐设备概览",
438
- dineInType: "堂食类型",
439
- tableService: "餐桌服务",
440
- pickAtCounter: "在柜台取餐",
441
488
  unknown: "未知",
442
- kioskSettingSuccess: "自助点餐设备订单设置更新成功",
443
- kioskSettingFailed: "自助点餐设备订单设置更新失败",
444
- displayStand: "桌牌",
445
- tableServiceSetting: "餐桌服务设置",
446
- prefix: "前缀",
447
- start: "开始",
448
- end: "结束",
449
- nonNegativeRule: "该值必须为正数",
450
- greaterThanMinRule: "最大值应大于等于最小值",
451
- padDigit: "位数",
452
- takeawayTitle: "外带",
453
- updateSetting: "更新设置",
454
- pleaseSelectRestaurant: "请选择一个餐厅",
455
- failedToUpdateSetting: "设置更新失败",
456
- updatePayoutAccount: "更新支付账户",
489
+ update: "更新",
490
+ updatedAt: "更新于",
491
+ updateDeliveryCompany: "更新配送公司",
492
+ updateFeedMeExpressSetting: "更新FeedMe外卖快递设置",
457
493
  updateNow: "立即更新",
458
- autoIntegration: "自动对接",
459
- autoIntegrationWarning: "自动配送对接不可用, 请联络我们的工作人员了解更多信息。 原因: {reason}",
460
- restaurantHaveNotPurchase: "餐厅尚未购买{featureKey}功能",
461
- invalidPosVersion: "POS版本不适用",
462
- notAllowed: "没有权限",
463
- autoSendKitchen: "自动发送至厨房",
464
- promptAnonymousLoginDialog: "为匿名用户弹出登入对话框",
465
- autoSendKitchenSublabel: "需要POS版本7或以上",
466
- payoutAccountIsRequired: "需要支付账户",
467
- c: "支付账户正在审查中",
468
- payoutPosVersion: "需要POS{version}或以上 "
494
+ updatePayoutAccount: "更新支付账户",
495
+ updatePickupSetting: "更新自取设置",
496
+ updateSetting: "更新设置",
497
+ vendorBearPercentage: "供应商承担百分比",
498
+ wednesday: "星期三"
469
499
  }, w = {
470
- order: C
500
+ order: A
471
501
  }, m = g(null), v = () => m.value;
472
502
  function I(t) {
473
503
  m.value || (m.value = t);
@@ -488,27 +518,27 @@ function y(t) {
488
518
  lng: t[0]
489
519
  };
490
520
  }
491
- function V({
521
+ function U({
492
522
  center: t,
493
- radius: i
523
+ radius: n
494
524
  }) {
495
- const e = [], a = i / 6371 * (180 / Math.PI), r = a / Math.cos(t.lat * (Math.PI / 180));
525
+ const e = [], a = n / 6371 * (180 / Math.PI), r = a / Math.cos(t.lat * (Math.PI / 180));
496
526
  for (let o = 0; o < 361; o += 45) {
497
- const d = o * (Math.PI / 180), n = t.lng + r * Math.cos(d), p = t.lat + a * Math.sin(d), s = v(), l = new s.maps.LatLng(p, n, !0);
527
+ const d = o * (Math.PI / 180), i = t.lng + r * Math.cos(d), p = t.lat + a * Math.sin(d), s = v(), l = new s.maps.LatLng(p, i, !0);
498
528
  e.push(l);
499
529
  }
500
530
  return e.map((o) => ({ lat: o.lat(), lng: o.lng() }));
501
531
  }
502
- function U(t) {
532
+ function V(t) {
503
533
  if (!t.length) return;
504
- const { lat: i, lng: e } = y(t[0]), { maxLng: a, minLng: r, maxLat: o, minLat: d } = t.reduce((n, p) => {
534
+ const { lat: n, lng: e } = y(t[0]), { maxLng: a, minLng: r, maxLat: o, minLat: d } = t.reduce((i, p) => {
505
535
  const { lng: s, lat: l } = y(p);
506
- return s > n.maxLng && (n.maxLng = s), s < n.minLng && (n.minLng = s), l > n.maxLat && (n.maxLat = l), l < n.minLat && (n.minLat = l), n;
536
+ return s > i.maxLng && (i.maxLng = s), s < i.minLng && (i.minLng = s), l > i.maxLat && (i.maxLat = l), l < i.minLat && (i.minLat = l), i;
507
537
  }, {
508
538
  maxLng: e,
509
539
  minLng: e,
510
- maxLat: i,
511
- minLat: i
540
+ maxLat: n,
541
+ minLat: n
512
542
  });
513
543
  return {
514
544
  lng: r + (a - r) / 2,
@@ -516,8 +546,8 @@ function U(t) {
516
546
  };
517
547
  }
518
548
  class c {
519
- constructor(i = null, e = {}) {
520
- if (this.apiKey = i, this.options = e, typeof window > "u")
549
+ constructor(n = null, e = {}) {
550
+ if (this.apiKey = n, this.options = e, typeof window > "u")
521
551
  throw new Error("google-maps is supported only in browser environment");
522
552
  }
523
553
  load() {
@@ -529,31 +559,31 @@ class c {
529
559
  if (typeof this.reject > "u")
530
560
  throw new Error("Should not happen");
531
561
  this.reject(new Error("google-maps: authentication error"));
532
- }, this.loader = new Promise((i, e) => {
533
- this.resolve = i, this.reject = e;
562
+ }, this.loader = new Promise((n, e) => {
563
+ this.resolve = n, this.reject = e;
534
564
  const a = document.createElement("script");
535
565
  a.src = this.createUrl(), a.async = !0, a.onerror = (r) => e(r), document.head.appendChild(a);
536
566
  }));
537
567
  }
538
568
  createUrl() {
539
- const i = [
569
+ const n = [
540
570
  `callback=${c.CALLBACK_NAME}`
541
571
  ];
542
- this.apiKey && i.push(`key=${this.apiKey}`);
572
+ this.apiKey && n.push(`key=${this.apiKey}`);
543
573
  for (let e in this.options)
544
574
  if (this.options.hasOwnProperty(e)) {
545
575
  let a = this.options[e];
546
- e === "version" && (e = "v"), e === "libraries" && (a = a.join(",")), i.push(`${e}=${a}`);
576
+ e === "version" && (e = "v"), e === "libraries" && (a = a.join(",")), n.push(`${e}=${a}`);
547
577
  }
548
- return `https://maps.googleapis.com/maps/api/js?${i.join("&")}`;
578
+ return `https://maps.googleapis.com/maps/api/js?${n.join("&")}`;
549
579
  }
550
580
  }
551
581
  c.CALLBACK_NAME = "_dk_google_maps_loader_cb";
552
582
  var T = { googleMap: "AIzaSyA_isPR1-9bX7UmRiJIhsIRNNwdn6DdmW4", firebase: {}, gtm: { debug: !1 }, r2: null };
553
- const x = { class: "flex-1 overflow-auto" }, W = /* @__PURE__ */ S({
583
+ const M = { class: "flex-1 overflow-auto" }, W = /* @__PURE__ */ S({
554
584
  __name: "App",
555
585
  setup(t) {
556
- async function i() {
586
+ async function n() {
557
587
  if (v()) return;
558
588
  const a = await new c(T.googleMap, {
559
589
  libraries: ["places"]
@@ -561,54 +591,54 @@ const x = { class: "flex-1 overflow-auto" }, W = /* @__PURE__ */ S({
561
591
  I(a);
562
592
  }
563
593
  return h(async () => {
564
- await i();
594
+ await n();
565
595
  }), (e, a) => {
566
596
  const r = f("RouterView");
567
- return b(), P("div", x, [
597
+ return b(), P("div", M, [
568
598
  k(r)
569
599
  ]);
570
600
  };
571
601
  }
572
- }), O = "/kiosk", M = "/kiosk/device", R = "/kiosk/order-setting", E = "/order-settings", F = "/delivery-settings", L = "/orders", u = {
573
- KioskRoute: O,
574
- KioskDeviceRoute: M,
602
+ }), x = "/kiosk", O = "/kiosk/device", R = "/kiosk/order-setting", E = "/order-settings", F = "/delivery-settings", N = "/orders", u = {
603
+ KioskRoute: x,
604
+ KioskDeviceRoute: O,
575
605
  KioskOrderSettingRoute: R,
576
606
  OrderSettingView: E,
577
607
  FeedMeExpressView: F,
578
- AllOrdersView: L
579
- }, H = [
608
+ AllOrdersView: N
609
+ }, Q = [
580
610
  {
581
611
  path: u.KioskRoute,
582
612
  name: "Kiosk",
583
- component: () => import("./KioskView-DqV4IW7U.js")
613
+ component: () => import("./KioskView-C0Vn5S89.js")
584
614
  },
585
615
  {
586
616
  path: u.KioskDeviceRoute,
587
617
  name: "Kiosk Device",
588
- component: () => import("./KioskDevicesView-BnU_Z30B.js")
618
+ component: () => import("./KioskDevicesView-TgyDh8aI.js")
589
619
  },
590
620
  {
591
621
  path: u.KioskOrderSettingRoute,
592
622
  name: "Kiosk Order Setting",
593
- component: () => import("./KioskSettingView-6Q0qwSTl.js")
623
+ component: () => import("./KioskSettingView-fbOxH9m8.js")
594
624
  },
595
625
  {
596
626
  path: u.OrderSettingView,
597
627
  name: "Order Setting View",
598
- component: () => import("./OrderSettingsView-CIUddOED.js")
628
+ component: () => import("./OrderSettingsView-mYvRn7u9.js")
599
629
  }
600
- ], Q = {
601
- "en-US": A,
630
+ ], q = {
631
+ "en-US": C,
602
632
  "zh-CN": w
603
633
  };
604
634
  export {
605
635
  W as _,
606
636
  y as a,
607
- V as b,
637
+ U as b,
608
638
  _ as c,
609
639
  B as d,
610
- U as e,
640
+ V as e,
611
641
  v as g,
612
- Q as i,
613
- H as r
642
+ q as i,
643
+ Q as r
614
644
  };