@restaround/react 1.4.42 → 1.4.45
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.
- package/dist/components/PublicMenu/Branches/BranchCard/BranchCard.d.ts +6 -0
- package/dist/components/PublicMenu/Branches/BranchCard/Parent.d.ts +7 -0
- package/dist/components/PublicMenu/Branches/BranchCard/index.d.ts +1 -0
- package/dist/components/PublicMenu/Branches/Branches.d.ts +1 -7
- package/dist/components/PublicMenu/{Categories.d.ts → Categories/Categories.d.ts} +1 -1
- package/dist/components/PublicMenu/Categories/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BranchHeader/BranchHeader.d.ts +2 -0
- package/dist/components/PublicMenu/Header/BranchHeader/HeaderLinks/HeaderLinks.d.ts +2 -0
- package/dist/components/PublicMenu/Header/BranchHeader/HeaderLinks/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BranchHeader/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/BusinessHeader/BusinessHeader.d.ts +2 -0
- package/dist/components/PublicMenu/Header/BusinessHeader/index.d.ts +1 -0
- package/dist/components/PublicMenu/Header/Header.d.ts +1 -7
- package/dist/components/PublicMenu/MenuContent/MenuContent.d.ts +6 -0
- package/dist/components/PublicMenu/MenuContent/index.d.ts +1 -0
- package/dist/components/PublicMenu/Products/Products.d.ts +1 -1
- package/dist/components/PublicMenu/PublicMenu.d.ts +1 -1
- package/dist/constants/index.esm.js +1 -1
- package/dist/constants/index.esm.js.map +1 -1
- package/dist/constants/index.js +1 -1
- package/dist/constants/index.js.map +1 -1
- package/dist/constants/modules/view/constants.d.ts +8 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/models/index.d.ts +2 -2
- package/dist/models/index.esm.js +1 -1
- package/dist/models/index.esm.js.map +1 -1
- package/dist/models/index.js +1 -1
- package/dist/models/index.js.map +1 -1
- package/dist/models/models/index.d.ts +2 -2
- package/dist/models/modules/branch/hooks.d.ts +9 -1
- package/dist/models/modules/branch/models.d.ts +2 -0
- package/dist/models/modules/business/constants.d.ts +2 -0
- package/dist/models/modules/business/hooks.d.ts +9 -0
- package/dist/models/modules/menu/index.d.ts +2 -0
- package/dist/models/{menu.d.ts → modules/menu/models.d.ts} +7 -21
- package/dist/models/modules/menu/utils.d.ts +4 -0
- package/dist/models/modules/product/hooks.d.ts +3 -0
- package/dist/models/modules/product/utils.d.ts +1 -0
- package/dist/models/modules/table/hooks.d.ts +4 -0
- package/dist/models/modules/user/models.d.ts +3 -1
- package/dist/models/modules/view/constants.d.ts +8 -2
- package/dist/models/store/index.d.ts +3 -3
- package/dist/modules/branch/hooks.d.ts +9 -1
- package/dist/modules/branch/models.d.ts +2 -0
- package/dist/modules/business/constants.d.ts +2 -0
- package/dist/modules/business/hooks.d.ts +9 -0
- package/dist/modules/business/index.d.ts +1 -0
- package/dist/modules/category/hooks.d.ts +3 -0
- package/dist/{utils/category.d.ts → modules/category/utils.d.ts} +1 -1
- package/dist/modules/menu/index.d.ts +2 -0
- package/dist/{models/models/menu.d.ts → modules/menu/models.d.ts} +7 -21
- package/dist/modules/menu/utils.d.ts +4 -0
- package/dist/modules/product/hooks.d.ts +3 -0
- package/dist/modules/product/utils.d.ts +1 -0
- package/dist/modules/user/models.d.ts +3 -1
- package/dist/modules/view/constants.d.ts +8 -2
- package/dist/modules/view/hooks.d.ts +2 -0
- package/dist/modules/view/index.d.ts +1 -0
- package/dist/modules/view/utils.d.ts +10 -0
- package/dist/store/index.d.ts +3 -3
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/dist/utils/index.d.ts +2 -5
- package/dist/utils/index.esm.js +1 -1
- package/dist/utils/index.esm.js.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/modules/branch/models.d.ts +2 -0
- package/dist/utils/{utils/category.d.ts → modules/category/utils.d.ts} +1 -1
- package/dist/utils/{models/menu.d.ts → modules/menu/models.d.ts} +7 -21
- package/dist/utils/modules/menu/utils.d.ts +4 -0
- package/dist/utils/modules/product/utils.d.ts +1 -0
- package/dist/utils/modules/view/constants.d.ts +8 -2
- package/dist/utils/modules/view/utils.d.ts +10 -0
- package/dist/utils/utils/index.d.ts +2 -5
- package/package.json +6 -6
- package/dist/components/Image/Image.d.ts +0 -9
- package/dist/components/Image/index.d.ts +0 -1
- package/dist/components/PublicMenu/Header/BranchInfo/BranchInfo.d.ts +0 -10
- package/dist/components/PublicMenu/Header/BranchInfo/index.d.ts +0 -1
- package/dist/components/PublicMenu/Header/BusinessInfo/BusinessInfo.d.ts +0 -7
- package/dist/components/PublicMenu/Header/BusinessInfo/index.d.ts +0 -1
- package/dist/hooks/category.d.ts +0 -1
- package/dist/hooks/product.d.ts +0 -2
- package/dist/models/utils/common.d.ts +0 -1
- package/dist/utils/common.d.ts +0 -1
- package/dist/utils/components/PublicMenu/OrderMethods/OrderMethods.types.d.ts +0 -9
- package/dist/utils/components/PublicMenu/ProductsGridItem/ProductsGridItem.types.d.ts +0 -12
- package/dist/utils/constants/env.d.ts +0 -1
- package/dist/utils/constants.d.ts +0 -5
- package/dist/utils/hooks/translation.d.ts +0 -5
- package/dist/utils/image.d.ts +0 -5
- package/dist/utils/menu.d.ts +0 -2
- package/dist/utils/models/index.d.ts +0 -15
- package/dist/utils/modules/branch/hooks.d.ts +0 -9
- package/dist/utils/modules/branch/utils.d.ts +0 -9
- package/dist/utils/modules/common/services.d.ts +0 -1
- package/dist/utils/modules/customer/hooks.d.ts +0 -5
- package/dist/utils/modules/customer/services.d.ts +0 -9
- package/dist/utils/modules/order/hooks.d.ts +0 -18
- package/dist/utils/modules/order/index.d.ts +0 -5
- package/dist/utils/modules/order/services.d.ts +0 -4
- package/dist/utils/modules/product/hooks.d.ts +0 -6
- package/dist/utils/modules/store/hooks.d.ts +0 -6
- package/dist/utils/modules/user/models.d.ts +0 -54
- package/dist/utils/modules/view/models.d.ts +0 -7
- package/dist/utils/modules/view/services.d.ts +0 -2
- package/dist/utils/services/api/index.d.ts +0 -5
- package/dist/utils/services/translation/index.d.ts +0 -3
- package/dist/utils/services/translation/locales/az/auth.d.ts +0 -7
- package/dist/utils/services/translation/locales/az/branch.d.ts +0 -13
- package/dist/utils/services/translation/locales/az/common.d.ts +0 -6
- package/dist/utils/services/translation/locales/az/customer.d.ts +0 -17
- package/dist/utils/services/translation/locales/az/error.d.ts +0 -20
- package/dist/utils/services/translation/locales/az/events.d.ts +0 -8
- package/dist/utils/services/translation/locales/az/index.d.ts +0 -147
- package/dist/utils/services/translation/locales/az/order.d.ts +0 -44
- package/dist/utils/services/translation/locales/az/pricing.d.ts +0 -37
- package/dist/utils/services/translation/locales/en/auth.d.ts +0 -2
- package/dist/utils/services/translation/locales/en/branch.d.ts +0 -10
- package/dist/utils/services/translation/locales/en/common.d.ts +0 -2
- package/dist/utils/services/translation/locales/en/customer.d.ts +0 -2
- package/dist/utils/services/translation/locales/en/error.d.ts +0 -16
- package/dist/utils/services/translation/locales/en/events.d.ts +0 -2
- package/dist/utils/services/translation/locales/en/index.d.ts +0 -33
- package/dist/utils/services/translation/locales/en/order.d.ts +0 -2
- package/dist/utils/services/translation/locales/en/pricing.d.ts +0 -2
- package/dist/utils/services/translation/locales/et/auth.d.ts +0 -7
- package/dist/utils/services/translation/locales/et/branch.d.ts +0 -13
- package/dist/utils/services/translation/locales/et/common.d.ts +0 -6
- package/dist/utils/services/translation/locales/et/customer.d.ts +0 -17
- package/dist/utils/services/translation/locales/et/error.d.ts +0 -20
- package/dist/utils/services/translation/locales/et/events.d.ts +0 -8
- package/dist/utils/services/translation/locales/et/index.d.ts +0 -146
- package/dist/utils/services/translation/locales/et/order.d.ts +0 -45
- package/dist/utils/services/translation/locales/et/pricing.d.ts +0 -35
- package/dist/utils/services/translation/locales/index.d.ts +0 -761
- package/dist/utils/services/translation/locales/nl/auth.d.ts +0 -7
- package/dist/utils/services/translation/locales/nl/branch.d.ts +0 -13
- package/dist/utils/services/translation/locales/nl/common.d.ts +0 -6
- package/dist/utils/services/translation/locales/nl/customer.d.ts +0 -17
- package/dist/utils/services/translation/locales/nl/error.d.ts +0 -20
- package/dist/utils/services/translation/locales/nl/events.d.ts +0 -8
- package/dist/utils/services/translation/locales/nl/index.d.ts +0 -146
- package/dist/utils/services/translation/locales/nl/order.d.ts +0 -45
- package/dist/utils/services/translation/locales/nl/pricing.d.ts +0 -35
- package/dist/utils/services/translation/locales/ru/auth.d.ts +0 -7
- package/dist/utils/services/translation/locales/ru/branch.d.ts +0 -13
- package/dist/utils/services/translation/locales/ru/common.d.ts +0 -6
- package/dist/utils/services/translation/locales/ru/customer.d.ts +0 -17
- package/dist/utils/services/translation/locales/ru/error.d.ts +0 -20
- package/dist/utils/services/translation/locales/ru/events.d.ts +0 -8
- package/dist/utils/services/translation/locales/ru/index.d.ts +0 -146
- package/dist/utils/services/translation/locales/ru/order.d.ts +0 -45
- package/dist/utils/services/translation/locales/ru/pricing.d.ts +0 -35
- package/dist/utils/services/translation/locales/tr/auth.d.ts +0 -7
- package/dist/utils/services/translation/locales/tr/branch.d.ts +0 -13
- package/dist/utils/services/translation/locales/tr/common.d.ts +0 -6
- package/dist/utils/services/translation/locales/tr/customer.d.ts +0 -17
- package/dist/utils/services/translation/locales/tr/error.d.ts +0 -20
- package/dist/utils/services/translation/locales/tr/events.d.ts +0 -8
- package/dist/utils/services/translation/locales/tr/index.d.ts +0 -146
- package/dist/utils/services/translation/locales/tr/order.d.ts +0 -45
- package/dist/utils/services/translation/locales/tr/pricing.d.ts +0 -35
- package/dist/utils/store/index.d.ts +0 -7
- package/dist/utils/store/order.d.ts +0 -42
- package/dist/utils/url.d.ts +0 -6
- package/dist/utils/utils/common.d.ts +0 -1
- package/dist/utils/utils/constants.d.ts +0 -5
- package/dist/utils/utils/image.d.ts +0 -5
- package/dist/utils/utils/menu.d.ts +0 -2
- package/dist/utils/utils/url.d.ts +0 -6
- package/dist/models/{category.d.ts → modules/category/models.d.ts} +0 -0
- package/dist/{utils/modules/product → modules/category}/index.d.ts +1 -1
- /package/dist/{models/models/category.d.ts → modules/category/models.d.ts} +0 -0
- /package/dist/utils/{models/category.d.ts → modules/category/models.d.ts} +0 -0
|
@@ -1,761 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
az: {
|
|
3
|
-
error: {
|
|
4
|
-
SOMETHING_WRONG: string;
|
|
5
|
-
FIELD_REQUIRED: string;
|
|
6
|
-
"Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
|
|
7
|
-
"Unsupported country code": string;
|
|
8
|
-
"Invalid OTP": string;
|
|
9
|
-
INVALID_OTP: string;
|
|
10
|
-
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
11
|
-
"Invalid Email Address": string;
|
|
12
|
-
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
13
|
-
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
14
|
-
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
15
|
-
COUNTRY_REQUIRED: string;
|
|
16
|
-
CITY_REQUIRED: string;
|
|
17
|
-
STREET_REQUIRED: string;
|
|
18
|
-
STREET_NUMBER_REQUIRED: string;
|
|
19
|
-
OUT_OF_DELIVERY_RANGE: string;
|
|
20
|
-
NO_ORDER_TYPE: string;
|
|
21
|
-
};
|
|
22
|
-
common: {
|
|
23
|
-
Save: string;
|
|
24
|
-
Cancel: string;
|
|
25
|
-
Continue: string;
|
|
26
|
-
};
|
|
27
|
-
order: {
|
|
28
|
-
"View order": string;
|
|
29
|
-
"Remove from order": string;
|
|
30
|
-
"Update order": string;
|
|
31
|
-
"Add to order": string;
|
|
32
|
-
Add: string;
|
|
33
|
-
"Your order": string;
|
|
34
|
-
Subtotal: string;
|
|
35
|
-
"Empty order": string;
|
|
36
|
-
"You don't have any items in your order": string;
|
|
37
|
-
"Add items": string;
|
|
38
|
-
"Add an order note": string;
|
|
39
|
-
"Specify any allergies, special requests, or ingredients you want to add or remove": string;
|
|
40
|
-
"Your Order is Completed!": string;
|
|
41
|
-
"Thank you! We've received your order and it will be delivered shortly.": string;
|
|
42
|
-
Delivery: string;
|
|
43
|
-
"Dine in": string;
|
|
44
|
-
Pickup: string;
|
|
45
|
-
Cash: string;
|
|
46
|
-
"POS Terminal": string;
|
|
47
|
-
"Order summary": string;
|
|
48
|
-
Items: string;
|
|
49
|
-
Tax: string;
|
|
50
|
-
Total: string;
|
|
51
|
-
"Special instructions, allergies, etc.": string;
|
|
52
|
-
"Go to checkout": string;
|
|
53
|
-
"Place order": string;
|
|
54
|
-
Continue: string;
|
|
55
|
-
"Not available": string;
|
|
56
|
-
"In order": string;
|
|
57
|
-
"Product choices": string;
|
|
58
|
-
"Track order": string;
|
|
59
|
-
"Minimum order amount for delivery is {{amount}}": string;
|
|
60
|
-
"This field is required": string;
|
|
61
|
-
"Please select a table": string;
|
|
62
|
-
"Please enter an address": string;
|
|
63
|
-
"Please choose product": string;
|
|
64
|
-
Table: string;
|
|
65
|
-
"Select Table": string;
|
|
66
|
-
Card: string;
|
|
67
|
-
"Closed Now": string;
|
|
68
|
-
"Delivery Fee": string;
|
|
69
|
-
};
|
|
70
|
-
customer: {
|
|
71
|
-
"Unknown address": string;
|
|
72
|
-
"No address available": string;
|
|
73
|
-
"Update Delivery Address": string;
|
|
74
|
-
Country: string;
|
|
75
|
-
City: string;
|
|
76
|
-
"Baker Street": string;
|
|
77
|
-
Address: string;
|
|
78
|
-
"House number": string;
|
|
79
|
-
"Additional number": string;
|
|
80
|
-
"Example: Door code is 555": string;
|
|
81
|
-
"Delivery Instructions": string;
|
|
82
|
-
Azerbaijan: string;
|
|
83
|
-
Floor: string;
|
|
84
|
-
"Enter address": string;
|
|
85
|
-
};
|
|
86
|
-
auth: {
|
|
87
|
-
"Create an account or log in": string;
|
|
88
|
-
"Phone number": string;
|
|
89
|
-
"I don't have an email": string;
|
|
90
|
-
"We sent a confirmation code to {{address}}": string;
|
|
91
|
-
};
|
|
92
|
-
events: {
|
|
93
|
-
Events: string;
|
|
94
|
-
"Scrolled to Category": string;
|
|
95
|
-
"Category Selected": string;
|
|
96
|
-
"Product Details": string;
|
|
97
|
-
"Product Added to Order": string;
|
|
98
|
-
};
|
|
99
|
-
pricing: {
|
|
100
|
-
"Get Started": string;
|
|
101
|
-
"Choose Plan": string;
|
|
102
|
-
"Smart QR Menu": string;
|
|
103
|
-
"Link-in-bio": string;
|
|
104
|
-
"Menu Analytics": string;
|
|
105
|
-
"Unlimited Products": string;
|
|
106
|
-
"Unlimited Categories": string;
|
|
107
|
-
"Product variants": string;
|
|
108
|
-
"Product options": string;
|
|
109
|
-
"Sales reports": string;
|
|
110
|
-
"24/7 Support": string;
|
|
111
|
-
"Multiple Branches": string;
|
|
112
|
-
"Order Management": string;
|
|
113
|
-
"Table Management": string;
|
|
114
|
-
"Mobile App for Owners & Staff": string;
|
|
115
|
-
"Point of Sale (POS)": string;
|
|
116
|
-
"Delivery Management": string;
|
|
117
|
-
"Third-Party Delivery Integrations": string;
|
|
118
|
-
"RestaroundPay with Mobile": string;
|
|
119
|
-
"Event management": string;
|
|
120
|
-
"Unlimited Users": string;
|
|
121
|
-
"/ month": string;
|
|
122
|
-
monthly: string;
|
|
123
|
-
annually: string;
|
|
124
|
-
"Flexible Plans for Every Business - Simple Pricing, More Value!": string;
|
|
125
|
-
"Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
|
|
126
|
-
Appetizer: string;
|
|
127
|
-
"Main Course": string;
|
|
128
|
-
"Unlimited Languages": string;
|
|
129
|
-
"30-day money-back guarantee": string;
|
|
130
|
-
"Limited Time Only": string;
|
|
131
|
-
"/ lifetime": string;
|
|
132
|
-
"Try for free": string;
|
|
133
|
-
"No credit card needed": string;
|
|
134
|
-
};
|
|
135
|
-
branch: {
|
|
136
|
-
"WEEKDAY-0": string;
|
|
137
|
-
"WEEKDAY-1": string;
|
|
138
|
-
"WEEKDAY-2": string;
|
|
139
|
-
"WEEKDAY-3": string;
|
|
140
|
-
"WEEKDAY-4": string;
|
|
141
|
-
"WEEKDAY-5": string;
|
|
142
|
-
"WEEKDAY-6": string;
|
|
143
|
-
Closed: string;
|
|
144
|
-
"Opening Hours": string;
|
|
145
|
-
"Delivery Hours": string;
|
|
146
|
-
};
|
|
147
|
-
};
|
|
148
|
-
en: {
|
|
149
|
-
error: {
|
|
150
|
-
SOMETHING_WRONG: string;
|
|
151
|
-
FIELD_REQUIRED: string;
|
|
152
|
-
INVALID_OTP: string;
|
|
153
|
-
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
154
|
-
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
155
|
-
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
156
|
-
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
157
|
-
COUNTRY_REQUIRED: string;
|
|
158
|
-
CITY_REQUIRED: string;
|
|
159
|
-
STREET_REQUIRED: string;
|
|
160
|
-
STREET_NUMBER_REQUIRED: string;
|
|
161
|
-
OUT_OF_DELIVERY_RANGE: string;
|
|
162
|
-
NO_ORDER_TYPE: string;
|
|
163
|
-
};
|
|
164
|
-
common: {};
|
|
165
|
-
order: {};
|
|
166
|
-
customer: {};
|
|
167
|
-
auth: {};
|
|
168
|
-
events: {};
|
|
169
|
-
pricing: {};
|
|
170
|
-
branch: {
|
|
171
|
-
"WEEKDAY-0": string;
|
|
172
|
-
"WEEKDAY-1": string;
|
|
173
|
-
"WEEKDAY-2": string;
|
|
174
|
-
"WEEKDAY-3": string;
|
|
175
|
-
"WEEKDAY-4": string;
|
|
176
|
-
"WEEKDAY-5": string;
|
|
177
|
-
"WEEKDAY-6": string;
|
|
178
|
-
};
|
|
179
|
-
};
|
|
180
|
-
ru: {
|
|
181
|
-
error: {
|
|
182
|
-
SOMETHING_WRONG: string;
|
|
183
|
-
FIELD_REQUIRED: string;
|
|
184
|
-
"Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
|
|
185
|
-
"Unsupported country code": string;
|
|
186
|
-
"Invalid OTP": string;
|
|
187
|
-
INVALID_OTP: string;
|
|
188
|
-
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
189
|
-
"Invalid Email Address": string;
|
|
190
|
-
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
191
|
-
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
192
|
-
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
193
|
-
COUNTRY_REQUIRED: string;
|
|
194
|
-
CITY_REQUIRED: string;
|
|
195
|
-
STREET_REQUIRED: string;
|
|
196
|
-
STREET_NUMBER_REQUIRED: string;
|
|
197
|
-
OUT_OF_DELIVERY_RANGE: string;
|
|
198
|
-
NO_ORDER_TYPE: string;
|
|
199
|
-
};
|
|
200
|
-
common: {
|
|
201
|
-
Save: string;
|
|
202
|
-
Cancel: string;
|
|
203
|
-
Continue: string;
|
|
204
|
-
};
|
|
205
|
-
order: {
|
|
206
|
-
"View order": string;
|
|
207
|
-
"Remove from order": string;
|
|
208
|
-
"Update order": string;
|
|
209
|
-
"Add to order": string;
|
|
210
|
-
Add: string;
|
|
211
|
-
"Your order": string;
|
|
212
|
-
"Empty order": string;
|
|
213
|
-
"You don't have any items in your order": string;
|
|
214
|
-
"Add items": string;
|
|
215
|
-
Subtotal: string;
|
|
216
|
-
Events: string;
|
|
217
|
-
"Product choices": string;
|
|
218
|
-
"In order": string;
|
|
219
|
-
"Not available": string;
|
|
220
|
-
"Specify any allergies, special requests, or ingredients you want to add or remove": string;
|
|
221
|
-
"Thank you! We've received your order and it will be delivered shortly.": string;
|
|
222
|
-
"Go to checkout": string;
|
|
223
|
-
"Add an order note": string;
|
|
224
|
-
"Your Order is Completed!": string;
|
|
225
|
-
Delivery: string;
|
|
226
|
-
"Dine in": string;
|
|
227
|
-
Pickup: string;
|
|
228
|
-
Cash: string;
|
|
229
|
-
"POS Terminal": string;
|
|
230
|
-
"Order summary": string;
|
|
231
|
-
Items: string;
|
|
232
|
-
Tax: string;
|
|
233
|
-
Total: string;
|
|
234
|
-
"Special instructions, allergies, etc.": string;
|
|
235
|
-
"Place order": string;
|
|
236
|
-
Continue: string;
|
|
237
|
-
"Track order": string;
|
|
238
|
-
"Minimum order amount for delivery is {{amount}}": string;
|
|
239
|
-
"This field is required": string;
|
|
240
|
-
"Please select a table": string;
|
|
241
|
-
"Please enter an address": string;
|
|
242
|
-
"Please choose product": string;
|
|
243
|
-
Table: string;
|
|
244
|
-
"Select Table": string;
|
|
245
|
-
Card: string;
|
|
246
|
-
"Closed Now": string;
|
|
247
|
-
"Delivery Fee": string;
|
|
248
|
-
};
|
|
249
|
-
customer: {
|
|
250
|
-
"Unknown address": string;
|
|
251
|
-
"No address available": string;
|
|
252
|
-
"Update Delivery Address": string;
|
|
253
|
-
Country: string;
|
|
254
|
-
City: string;
|
|
255
|
-
"Baker Street": string;
|
|
256
|
-
Address: string;
|
|
257
|
-
"House number": string;
|
|
258
|
-
"Additional number": string;
|
|
259
|
-
"Example: Door code is 555": string;
|
|
260
|
-
"Delivery Instructions": string;
|
|
261
|
-
Azerbaijan: string;
|
|
262
|
-
Floor: string;
|
|
263
|
-
"Enter address": string;
|
|
264
|
-
};
|
|
265
|
-
auth: {
|
|
266
|
-
"Create an account or log in": string;
|
|
267
|
-
"Phone number": string;
|
|
268
|
-
"I don't have an email": string;
|
|
269
|
-
"We sent a confirmation code to {{address}}": string;
|
|
270
|
-
};
|
|
271
|
-
events: {
|
|
272
|
-
Events: string;
|
|
273
|
-
"Scrolled to Category": string;
|
|
274
|
-
"Category Selected": string;
|
|
275
|
-
"Product Details": string;
|
|
276
|
-
"Product Added to Order": string;
|
|
277
|
-
};
|
|
278
|
-
pricing: {
|
|
279
|
-
"Get Started": string;
|
|
280
|
-
"Choose Plan": string;
|
|
281
|
-
"Smart QR Menu": string;
|
|
282
|
-
"Link-in-bio": string;
|
|
283
|
-
"Menu Analytics": string;
|
|
284
|
-
"Unlimited Users": string;
|
|
285
|
-
"Unlimited Products": string;
|
|
286
|
-
"Unlimited Categories": string;
|
|
287
|
-
"Product variants": string;
|
|
288
|
-
"Product options": string;
|
|
289
|
-
"Sales reports": string;
|
|
290
|
-
"24/7 Support": string;
|
|
291
|
-
"Multiple Branches": string;
|
|
292
|
-
"Table Management": string;
|
|
293
|
-
"Order Management": string;
|
|
294
|
-
"Mobile App for Owners & Staff": string;
|
|
295
|
-
"Point of Sale (POS)": string;
|
|
296
|
-
"Delivery Management": string;
|
|
297
|
-
"Third-Party Delivery Integrations": string;
|
|
298
|
-
"RestaroundPay with Mobile": string;
|
|
299
|
-
"Event management": string;
|
|
300
|
-
"/ month": string;
|
|
301
|
-
monthly: string;
|
|
302
|
-
annually: string;
|
|
303
|
-
"Flexible Plans for Every Business - Simple Pricing, More Value!": string;
|
|
304
|
-
"Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
|
|
305
|
-
"Unlimited Languages": string;
|
|
306
|
-
"30-day money-back guarantee": string;
|
|
307
|
-
"Limited Time Only": string;
|
|
308
|
-
"/ lifetime": string;
|
|
309
|
-
"Try for free": string;
|
|
310
|
-
"No credit card needed": string;
|
|
311
|
-
};
|
|
312
|
-
branch: {
|
|
313
|
-
"WEEKDAY-0": string;
|
|
314
|
-
"WEEKDAY-1": string;
|
|
315
|
-
"WEEKDAY-2": string;
|
|
316
|
-
"WEEKDAY-3": string;
|
|
317
|
-
"WEEKDAY-4": string;
|
|
318
|
-
"WEEKDAY-5": string;
|
|
319
|
-
"WEEKDAY-6": string;
|
|
320
|
-
Closed: string;
|
|
321
|
-
"Opening Hours": string;
|
|
322
|
-
"Delivery Hours": string;
|
|
323
|
-
};
|
|
324
|
-
};
|
|
325
|
-
tr: {
|
|
326
|
-
error: {
|
|
327
|
-
SOMETHING_WRONG: string;
|
|
328
|
-
FIELD_REQUIRED: string;
|
|
329
|
-
"Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
|
|
330
|
-
"Unsupported country code": string;
|
|
331
|
-
"Invalid OTP": string;
|
|
332
|
-
INVALID_OTP: string;
|
|
333
|
-
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
334
|
-
"Invalid Email Address": string;
|
|
335
|
-
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
336
|
-
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
337
|
-
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
338
|
-
COUNTRY_REQUIRED: string;
|
|
339
|
-
CITY_REQUIRED: string;
|
|
340
|
-
STREET_REQUIRED: string;
|
|
341
|
-
STREET_NUMBER_REQUIRED: string;
|
|
342
|
-
OUT_OF_DELIVERY_RANGE: string;
|
|
343
|
-
NO_ORDER_TYPE: string;
|
|
344
|
-
};
|
|
345
|
-
common: {
|
|
346
|
-
Save: string;
|
|
347
|
-
Cancel: string;
|
|
348
|
-
Continue: string;
|
|
349
|
-
};
|
|
350
|
-
order: {
|
|
351
|
-
"View order": string;
|
|
352
|
-
"Remove from order": string;
|
|
353
|
-
"Update order": string;
|
|
354
|
-
"Add to order": string;
|
|
355
|
-
Add: string;
|
|
356
|
-
"Your order": string;
|
|
357
|
-
"Empty order": string;
|
|
358
|
-
"You don't have any items in your order": string;
|
|
359
|
-
"Add items": string;
|
|
360
|
-
Subtotal: string;
|
|
361
|
-
Events: string;
|
|
362
|
-
"Product choices": string;
|
|
363
|
-
"In order": string;
|
|
364
|
-
"Not available": string;
|
|
365
|
-
"Specify any allergies, special requests, or ingredients you want to add or remove": string;
|
|
366
|
-
"Thank you! We've received your order and it will be delivered shortly.": string;
|
|
367
|
-
"Go to checkout": string;
|
|
368
|
-
"Add an order note": string;
|
|
369
|
-
"Your Order is Completed!": string;
|
|
370
|
-
Delivery: string;
|
|
371
|
-
"Dine in": string;
|
|
372
|
-
Pickup: string;
|
|
373
|
-
Cash: string;
|
|
374
|
-
"POS Terminal": string;
|
|
375
|
-
"Order summary": string;
|
|
376
|
-
Items: string;
|
|
377
|
-
Tax: string;
|
|
378
|
-
Total: string;
|
|
379
|
-
"Special instructions, allergies, etc.": string;
|
|
380
|
-
"Place order": string;
|
|
381
|
-
Continue: string;
|
|
382
|
-
"Track order": string;
|
|
383
|
-
"Minimum order amount for delivery is {{amount}}": string;
|
|
384
|
-
"This field is required": string;
|
|
385
|
-
"Please select a table": string;
|
|
386
|
-
"Please enter an address": string;
|
|
387
|
-
"Please choose product": string;
|
|
388
|
-
Table: string;
|
|
389
|
-
"Select Table": string;
|
|
390
|
-
Card: string;
|
|
391
|
-
"Closed Now": string;
|
|
392
|
-
"Delivery Fee": string;
|
|
393
|
-
};
|
|
394
|
-
customer: {
|
|
395
|
-
"Unknown address": string;
|
|
396
|
-
"No address available": string;
|
|
397
|
-
"Update Delivery Address": string;
|
|
398
|
-
Country: string;
|
|
399
|
-
City: string;
|
|
400
|
-
"Baker Street": string;
|
|
401
|
-
Address: string;
|
|
402
|
-
"House number": string;
|
|
403
|
-
"Additional number": string;
|
|
404
|
-
"Example: Door code is 555": string;
|
|
405
|
-
"Delivery Instructions": string;
|
|
406
|
-
Azerbaijan: string;
|
|
407
|
-
Floor: string;
|
|
408
|
-
"Enter address": string;
|
|
409
|
-
};
|
|
410
|
-
auth: {
|
|
411
|
-
"Create an account or log in": string;
|
|
412
|
-
"Phone number": string;
|
|
413
|
-
"I don't have an email": string;
|
|
414
|
-
"We sent a confirmation code to {{address}}": string;
|
|
415
|
-
};
|
|
416
|
-
events: {
|
|
417
|
-
Events: string;
|
|
418
|
-
"Scrolled to Category": string;
|
|
419
|
-
"Category Selected": string;
|
|
420
|
-
"Product Details": string;
|
|
421
|
-
"Product Added to Order": string;
|
|
422
|
-
};
|
|
423
|
-
pricing: {
|
|
424
|
-
"Get Started": string;
|
|
425
|
-
"Choose Plan": string;
|
|
426
|
-
"Smart QR Menu": string;
|
|
427
|
-
"Link-in-bio": string;
|
|
428
|
-
"Menu Analytics": string;
|
|
429
|
-
"Unlimited Users": string;
|
|
430
|
-
"Unlimited Products": string;
|
|
431
|
-
"Unlimited Categories": string;
|
|
432
|
-
"Product variants": string;
|
|
433
|
-
"Product options": string;
|
|
434
|
-
"Sales reports": string;
|
|
435
|
-
"24/7 Support": string;
|
|
436
|
-
"Multiple Branches": string;
|
|
437
|
-
"Table Management": string;
|
|
438
|
-
"Order Management": string;
|
|
439
|
-
"Mobile App for Owners & Staff": string;
|
|
440
|
-
"Point of Sale (POS)": string;
|
|
441
|
-
"Delivery Management": string;
|
|
442
|
-
"Third-Party Delivery Integrations": string;
|
|
443
|
-
"RestaroundPay with Mobile": string;
|
|
444
|
-
"Event management": string;
|
|
445
|
-
"/ month": string;
|
|
446
|
-
monthly: string;
|
|
447
|
-
annually: string;
|
|
448
|
-
"Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
|
|
449
|
-
"Flexible Plans for Every Business - Simple Pricing, More Value!": string;
|
|
450
|
-
"Unlimited Languages": string;
|
|
451
|
-
"30-day money-back guarantee": string;
|
|
452
|
-
"Limited Time Only": string;
|
|
453
|
-
"/ lifetime": string;
|
|
454
|
-
"Try for free": string;
|
|
455
|
-
"No credit card needed": string;
|
|
456
|
-
};
|
|
457
|
-
branch: {
|
|
458
|
-
"WEEKDAY-0": string;
|
|
459
|
-
"WEEKDAY-1": string;
|
|
460
|
-
"WEEKDAY-2": string;
|
|
461
|
-
"WEEKDAY-3": string;
|
|
462
|
-
"WEEKDAY-4": string;
|
|
463
|
-
"WEEKDAY-5": string;
|
|
464
|
-
"WEEKDAY-6": string;
|
|
465
|
-
Closed: string;
|
|
466
|
-
"Opening Hours": string;
|
|
467
|
-
"Delivery Hours": string;
|
|
468
|
-
};
|
|
469
|
-
};
|
|
470
|
-
nl: {
|
|
471
|
-
error: {
|
|
472
|
-
SOMETHING_WRONG: string;
|
|
473
|
-
FIELD_REQUIRED: string;
|
|
474
|
-
"Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
|
|
475
|
-
"Unsupported country code": string;
|
|
476
|
-
"Invalid OTP": string;
|
|
477
|
-
INVALID_OTP: string;
|
|
478
|
-
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
479
|
-
"Invalid Email Address": string;
|
|
480
|
-
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
481
|
-
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
482
|
-
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
483
|
-
COUNTRY_REQUIRED: string;
|
|
484
|
-
CITY_REQUIRED: string;
|
|
485
|
-
STREET_REQUIRED: string;
|
|
486
|
-
STREET_NUMBER_REQUIRED: string;
|
|
487
|
-
OUT_OF_DELIVERY_RANGE: string;
|
|
488
|
-
NO_ORDER_TYPE: string;
|
|
489
|
-
};
|
|
490
|
-
common: {
|
|
491
|
-
Save: string;
|
|
492
|
-
Cancel: string;
|
|
493
|
-
Continue: string;
|
|
494
|
-
};
|
|
495
|
-
order: {
|
|
496
|
-
"View order": string;
|
|
497
|
-
"Remove from order": string;
|
|
498
|
-
"Update order": string;
|
|
499
|
-
"Add to order": string;
|
|
500
|
-
Add: string;
|
|
501
|
-
"Your order": string;
|
|
502
|
-
"Empty order": string;
|
|
503
|
-
"You don't have any items in your order": string;
|
|
504
|
-
"Add items": string;
|
|
505
|
-
Subtotal: string;
|
|
506
|
-
Events: string;
|
|
507
|
-
"Product choices": string;
|
|
508
|
-
"In order": string;
|
|
509
|
-
"Not available": string;
|
|
510
|
-
"Specify any allergies, special requests, or ingredients you want to add or remove": string;
|
|
511
|
-
"Thank you! We've received your order and it will be delivered shortly.": string;
|
|
512
|
-
"Go to checkout": string;
|
|
513
|
-
"Add an order note": string;
|
|
514
|
-
"Your Order is Completed!": string;
|
|
515
|
-
Delivery: string;
|
|
516
|
-
"Dine in": string;
|
|
517
|
-
Pickup: string;
|
|
518
|
-
Cash: string;
|
|
519
|
-
"POS Terminal": string;
|
|
520
|
-
"Order summary": string;
|
|
521
|
-
Items: string;
|
|
522
|
-
Tax: string;
|
|
523
|
-
Total: string;
|
|
524
|
-
"Special instructions, allergies, etc.": string;
|
|
525
|
-
"Place order": string;
|
|
526
|
-
Continue: string;
|
|
527
|
-
"Track order": string;
|
|
528
|
-
"Minimum order amount for delivery is {{amount}}": string;
|
|
529
|
-
"This field is required": string;
|
|
530
|
-
"Please select a table": string;
|
|
531
|
-
"Please enter an address": string;
|
|
532
|
-
"Please choose product": string;
|
|
533
|
-
Table: string;
|
|
534
|
-
"Select Table": string;
|
|
535
|
-
Card: string;
|
|
536
|
-
"Closed Now": string;
|
|
537
|
-
"Delivery Fee": string;
|
|
538
|
-
};
|
|
539
|
-
customer: {
|
|
540
|
-
"Unknown address": string;
|
|
541
|
-
"No address available": string;
|
|
542
|
-
"Update Delivery Address": string;
|
|
543
|
-
Country: string;
|
|
544
|
-
City: string;
|
|
545
|
-
"Baker Street": string;
|
|
546
|
-
Address: string;
|
|
547
|
-
"House number": string;
|
|
548
|
-
"Additional number": string;
|
|
549
|
-
"Example: Door code is 555": string;
|
|
550
|
-
"Delivery Instructions": string;
|
|
551
|
-
Azerbaijan: string;
|
|
552
|
-
Floor: string;
|
|
553
|
-
"Enter address": string;
|
|
554
|
-
};
|
|
555
|
-
auth: {
|
|
556
|
-
"Create an account or log in": string;
|
|
557
|
-
"Phone number": string;
|
|
558
|
-
"I don't have an email": string;
|
|
559
|
-
"We sent a confirmation code to {{address}}": string;
|
|
560
|
-
};
|
|
561
|
-
events: {
|
|
562
|
-
Events: string;
|
|
563
|
-
"Scrolled to Category": string;
|
|
564
|
-
"Category Selected": string;
|
|
565
|
-
"Product Details": string;
|
|
566
|
-
"Product Added to Order": string;
|
|
567
|
-
};
|
|
568
|
-
pricing: {
|
|
569
|
-
"Get Started": string;
|
|
570
|
-
"Choose Plan": string;
|
|
571
|
-
"Smart QR Menu": string;
|
|
572
|
-
"Link-in-bio": string;
|
|
573
|
-
"Menu Analytics": string;
|
|
574
|
-
"Unlimited Products": string;
|
|
575
|
-
"Unlimited Categories": string;
|
|
576
|
-
"Unlimited Users": string;
|
|
577
|
-
"Product variants": string;
|
|
578
|
-
"Product options": string;
|
|
579
|
-
"Sales reports": string;
|
|
580
|
-
"24/7 Support": string;
|
|
581
|
-
"Multiple Branches": string;
|
|
582
|
-
"Table Management": string;
|
|
583
|
-
"Order Management": string;
|
|
584
|
-
"Mobile App for Owners & Staff": string;
|
|
585
|
-
"Point of Sale (POS)": string;
|
|
586
|
-
"Delivery Management": string;
|
|
587
|
-
"Third-Party Delivery Integrations": string;
|
|
588
|
-
"RestaroundPay with Mobile": string;
|
|
589
|
-
"Event management": string;
|
|
590
|
-
"/ month": string;
|
|
591
|
-
monthly: string;
|
|
592
|
-
annually: string;
|
|
593
|
-
"Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
|
|
594
|
-
"Flexible Plans for Every Business - Simple Pricing, More Value!": string;
|
|
595
|
-
"Unlimited Languages": string;
|
|
596
|
-
"30-day money-back guarantee": string;
|
|
597
|
-
"Limited Time Only": string;
|
|
598
|
-
"/ lifetime": string;
|
|
599
|
-
"Try for free": string;
|
|
600
|
-
"No credit card needed": string;
|
|
601
|
-
};
|
|
602
|
-
branch: {
|
|
603
|
-
"WEEKDAY-0": string;
|
|
604
|
-
"WEEKDAY-1": string;
|
|
605
|
-
"WEEKDAY-2": string;
|
|
606
|
-
"WEEKDAY-3": string;
|
|
607
|
-
"WEEKDAY-4": string;
|
|
608
|
-
"WEEKDAY-5": string;
|
|
609
|
-
"WEEKDAY-6": string;
|
|
610
|
-
Closed: string;
|
|
611
|
-
"Opening Hours": string;
|
|
612
|
-
"Delivery Hours": string;
|
|
613
|
-
};
|
|
614
|
-
};
|
|
615
|
-
et: {
|
|
616
|
-
error: {
|
|
617
|
-
SOMETHING_WRONG: string;
|
|
618
|
-
FIELD_REQUIRED: string;
|
|
619
|
-
"Azerbaijani numbers must be 9 digits and start with 50, 51, 10, 55, 99, 70, 77, 60": string;
|
|
620
|
-
"Unsupported country code": string;
|
|
621
|
-
"Invalid OTP": string;
|
|
622
|
-
INVALID_OTP: string;
|
|
623
|
-
OTP_RATE_LIMIT_EXCEEDED: string;
|
|
624
|
-
"Invalid Email Address": string;
|
|
625
|
-
FEATURE_NOT_AVAILABLE_FOR_SEGMENT: string;
|
|
626
|
-
ORDER_TYPE_DISABLED_FOR_BUSINESS: string;
|
|
627
|
-
ORDER_TYPE_DISABLED_AT_THIS_TIME: string;
|
|
628
|
-
COUNTRY_REQUIRED: string;
|
|
629
|
-
CITY_REQUIRED: string;
|
|
630
|
-
STREET_REQUIRED: string;
|
|
631
|
-
STREET_NUMBER_REQUIRED: string;
|
|
632
|
-
OUT_OF_DELIVERY_RANGE: string;
|
|
633
|
-
NO_ORDER_TYPE: string;
|
|
634
|
-
};
|
|
635
|
-
common: {
|
|
636
|
-
Save: string;
|
|
637
|
-
Cancel: string;
|
|
638
|
-
Continue: string;
|
|
639
|
-
};
|
|
640
|
-
order: {
|
|
641
|
-
"View order": string;
|
|
642
|
-
"Remove from order": string;
|
|
643
|
-
"Update order": string;
|
|
644
|
-
"Add to order": string;
|
|
645
|
-
Add: string;
|
|
646
|
-
"Your order": string;
|
|
647
|
-
"Empty order": string;
|
|
648
|
-
"You don't have any items in your order": string;
|
|
649
|
-
"Add items": string;
|
|
650
|
-
Subtotal: string;
|
|
651
|
-
Events: string;
|
|
652
|
-
"Product choices": string;
|
|
653
|
-
"In order": string;
|
|
654
|
-
"Not available": string;
|
|
655
|
-
"Specify any allergies, special requests, or ingredients you want to add or remove": string;
|
|
656
|
-
"Thank you! We've received your order and it will be delivered shortly.": string;
|
|
657
|
-
"Go to checkout": string;
|
|
658
|
-
"Add an order note": string;
|
|
659
|
-
"Your Order is Completed!": string;
|
|
660
|
-
Delivery: string;
|
|
661
|
-
"Dine in": string;
|
|
662
|
-
Pickup: string;
|
|
663
|
-
Cash: string;
|
|
664
|
-
"POS Terminal": string;
|
|
665
|
-
"Order summary": string;
|
|
666
|
-
Items: string;
|
|
667
|
-
Tax: string;
|
|
668
|
-
Total: string;
|
|
669
|
-
"Special instructions, allergies, etc.": string;
|
|
670
|
-
"Place order": string;
|
|
671
|
-
Continue: string;
|
|
672
|
-
"Track order": string;
|
|
673
|
-
"Minimum order amount for delivery is {{amount}}": string;
|
|
674
|
-
"This field is required": string;
|
|
675
|
-
"Please select a table": string;
|
|
676
|
-
"Please enter an address": string;
|
|
677
|
-
"Please choose product": string;
|
|
678
|
-
Table: string;
|
|
679
|
-
"Select Table": string;
|
|
680
|
-
Card: string;
|
|
681
|
-
"Closed Now": string;
|
|
682
|
-
"Delivery Fee": string;
|
|
683
|
-
};
|
|
684
|
-
customer: {
|
|
685
|
-
"Unknown address": string;
|
|
686
|
-
"No address available": string;
|
|
687
|
-
"Update Delivery Address": string;
|
|
688
|
-
Country: string;
|
|
689
|
-
City: string;
|
|
690
|
-
"Baker Street": string;
|
|
691
|
-
Address: string;
|
|
692
|
-
"House number": string;
|
|
693
|
-
"Additional number": string;
|
|
694
|
-
"Example: Door code is 555": string;
|
|
695
|
-
"Delivery Instructions": string;
|
|
696
|
-
Azerbaijan: string;
|
|
697
|
-
Floor: string;
|
|
698
|
-
"Enter address": string;
|
|
699
|
-
};
|
|
700
|
-
auth: {
|
|
701
|
-
"Create an account or log in": string;
|
|
702
|
-
"Phone number": string;
|
|
703
|
-
"I don't have an email": string;
|
|
704
|
-
"We sent a confirmation code to {{address}}": string;
|
|
705
|
-
};
|
|
706
|
-
events: {
|
|
707
|
-
Events: string;
|
|
708
|
-
"Scrolled to Category": string;
|
|
709
|
-
"Category Selected": string;
|
|
710
|
-
"Product Details": string;
|
|
711
|
-
"Product Added to Order": string;
|
|
712
|
-
};
|
|
713
|
-
pricing: {
|
|
714
|
-
"Get Started": string;
|
|
715
|
-
"Choose Plan": string;
|
|
716
|
-
"Smart QR Menu": string;
|
|
717
|
-
"Link-in-bio": string;
|
|
718
|
-
"Menu Analytics": string;
|
|
719
|
-
"Unlimited Products": string;
|
|
720
|
-
"Unlimited Categories": string;
|
|
721
|
-
"Product variants": string;
|
|
722
|
-
"Product options": string;
|
|
723
|
-
"Sales reports": string;
|
|
724
|
-
"24/7 Support": string;
|
|
725
|
-
"Multiple Branches": string;
|
|
726
|
-
"Table Management": string;
|
|
727
|
-
"Order Management": string;
|
|
728
|
-
"Mobile App for Owners & Staff": string;
|
|
729
|
-
"Point of Sale (POS)": string;
|
|
730
|
-
"Delivery Management": string;
|
|
731
|
-
"Third-Party Delivery Integrations": string;
|
|
732
|
-
"RestaroundPay with Mobile": string;
|
|
733
|
-
"Event management": string;
|
|
734
|
-
"Unlimited Users": string;
|
|
735
|
-
"/ month": string;
|
|
736
|
-
monthly: string;
|
|
737
|
-
annually: string;
|
|
738
|
-
"Flexible Plans for Every Business - Simple Pricing, More Value!": string;
|
|
739
|
-
"Choose a pricing plan that fits your business. Subscribe monthly or annually and save more with long-term plans!": string;
|
|
740
|
-
"Unlimited Languages": string;
|
|
741
|
-
"30-day money-back guarantee": string;
|
|
742
|
-
"Limited Time Only": string;
|
|
743
|
-
"/ lifetime": string;
|
|
744
|
-
"Try for free": string;
|
|
745
|
-
"No credit card needed": string;
|
|
746
|
-
};
|
|
747
|
-
branch: {
|
|
748
|
-
"WEEKDAY-0": string;
|
|
749
|
-
"WEEKDAY-1": string;
|
|
750
|
-
"WEEKDAY-2": string;
|
|
751
|
-
"WEEKDAY-3": string;
|
|
752
|
-
"WEEKDAY-4": string;
|
|
753
|
-
"WEEKDAY-5": string;
|
|
754
|
-
"WEEKDAY-6": string;
|
|
755
|
-
Closed: string;
|
|
756
|
-
"Opening Hours": string;
|
|
757
|
-
"Delivery Hours": string;
|
|
758
|
-
};
|
|
759
|
-
};
|
|
760
|
-
};
|
|
761
|
-
export default _default;
|