@feedmepos/mf-order-setting 0.0.47 → 0.0.49

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 (85) hide show
  1. package/dist/{KioskDevicesView-Dd3xcM5X.js → KioskDevicesView-Ch_mWJz9.js} +1 -1
  2. package/dist/{KioskDevicesView.vue_vue_type_script_setup_true_lang-D-epeOIx.js → KioskDevicesView.vue_vue_type_script_setup_true_lang-DV2HYd8u.js} +19 -19
  3. package/dist/KioskSettingView-CaBhf48e.js +553 -0
  4. package/dist/{KioskView-BGiHHSjd.js → KioskView-BGm-emCw.js} +12 -8
  5. package/dist/OrderSettingsView-CRgoLOD2.js +51603 -0
  6. package/dist/app-CDTAjXj9.js +2930 -0
  7. package/dist/app.js +1 -1
  8. package/dist/{dayjs.min-D-vfvSns.js → dayjs.min-dI_j30pv.js} +49 -49
  9. package/dist/frontend/mf-order/src/api/restaurant-setting/index.d.ts +2 -1
  10. package/dist/frontend/mf-order/src/app.d.ts +1785 -0
  11. package/dist/frontend/mf-order/src/composables/useDeprecationNotice.d.ts +7 -0
  12. package/dist/frontend/mf-order/src/main.d.ts +1785 -0
  13. package/dist/frontend/mf-order/src/stores/menu/menu.d.ts +61 -0
  14. package/dist/frontend/mf-order/src/stores/order-setting/index.d.ts +18 -12
  15. package/dist/frontend/mf-order/src/stores/restaurant/index.d.ts +23 -8
  16. package/dist/frontend/mf-order/src/views/all-orders/ReflowOrder.vue.d.ts +12 -4
  17. package/dist/frontend/mf-order/src/views/kiosk/settings/KioskPaymentTypeSection.vue.d.ts +12 -8
  18. package/dist/frontend/mf-order/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue.d.ts +2 -0
  19. package/dist/frontend/mf-order/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue.d.ts +8 -0
  20. package/dist/frontend/mf-order/src/views/order-settings/drive-thru/DriveThruSetting.vue.d.ts +2 -0
  21. package/dist/frontend/mf-order/tsconfig.app.tsbuildinfo +1 -1
  22. package/dist/{index-DAruvcri.js → index-B8U5Sawr.js} +2 -2
  23. package/dist/menu.dto-qVeqpSdz.js +101810 -0
  24. package/dist/package/entity/booking/booking.do.d.ts +170 -40
  25. package/dist/package/entity/delivery/delivery.dto.d.ts +34 -8
  26. package/dist/package/entity/food-court/order.dto.d.ts +2890 -2890
  27. package/dist/package/entity/incoming-order/incoming-order-to-bill.dto.d.ts +222 -222
  28. package/dist/package/entity/incoming-order/incoming-order.do.d.ts +1053 -771
  29. package/dist/package/entity/incoming-order/incoming-order.dto.d.ts +344 -344
  30. package/dist/package/entity/index.d.ts +1 -0
  31. package/dist/package/entity/kiosk/marketing/marketing.dto.d.ts +1302 -109
  32. package/dist/package/entity/order/effects/effect.dto.d.ts +10 -10
  33. package/dist/package/entity/order/order-item/order-item.dto.d.ts +118 -110
  34. package/dist/package/entity/order/order.do.d.ts +20 -20
  35. package/dist/package/entity/order/order.dto.d.ts +23756 -40781
  36. package/dist/package/entity/order/payment/payment.dto.d.ts +784 -10508
  37. package/dist/package/entity/order-platform/deliveroo/deliveroo-dto.d.ts +2 -2
  38. package/dist/package/entity/order-platform/deliveroo/deliveroo-order.do.d.ts +26 -26
  39. package/dist/package/entity/order-platform/deliveroo/deliveroo-setting.do.d.ts +2 -2
  40. package/dist/package/entity/order-platform/external/menu/external-master-menu.do.d.ts +158 -158
  41. package/dist/package/entity/order-platform/external/menu/external-menu.do.d.ts +196 -196
  42. package/dist/package/entity/order-platform/external/setting/external-setting.do.d.ts +6 -0
  43. package/dist/package/entity/order-platform/external/setting/external-setting.dto.d.ts +6 -0
  44. package/dist/package/entity/order-platform/foodpanda/foodpanda-order.dto.d.ts +34 -8
  45. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.do.d.ts +4 -4
  46. package/dist/package/entity/order-platform/foodpanda/foodpanda-settings.dto.d.ts +5 -5
  47. package/dist/package/entity/order-platform/grabfood/grabfood-order.do.d.ts +34 -8
  48. package/dist/package/entity/order-platform/grabfood/grabfood-settings.do.d.ts +2 -2
  49. package/dist/package/entity/order-platform/grabfood/grabfood.dto.d.ts +6 -6
  50. package/dist/package/entity/order-platform/menu.dto.d.ts +75 -44
  51. package/dist/package/entity/order-platform/shopeefood/shopeefood-order.do.d.ts +34 -8
  52. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.do.d.ts +2 -2
  53. package/dist/package/entity/order-platform/shopeefood/shopeefood-settings.dto.d.ts +2 -2
  54. package/dist/package/entity/order-setting/kiosk/kiosk.do.d.ts +57 -42
  55. package/dist/package/entity/order-setting/kiosk/kiosk.dto.d.ts +44 -32
  56. package/dist/package/entity/order-setting/order-setting.do.d.ts +31 -22
  57. package/dist/package/entity/order-setting/order-setting.dto.d.ts +62 -44
  58. package/dist/package/entity/payment/payment.dto.d.ts +2 -2
  59. package/dist/package/entity/payment/transaction.d.ts +1937 -0
  60. package/dist/package/entity/queue/queue.do.d.ts +12 -0
  61. package/dist/package/entity/queue/queue.dto.d.ts +2677 -7335
  62. package/dist/package/entity/restaurant/restaurant.dto.d.ts +220 -144
  63. package/dist/package/entity/websocket/websocket.dto.d.ts +68 -48
  64. package/package.json +4 -4
  65. package/src/api/restaurant-setting/index.ts +6 -0
  66. package/src/app.ts +2 -0
  67. package/src/composables/useDeprecationNotice.ts +52 -0
  68. package/src/locales/en-US.json +10 -0
  69. package/src/locales/ja-JP.json +1755 -0
  70. package/src/locales/th-TH.json +10 -0
  71. package/src/locales/zh-CN.json +10 -0
  72. package/src/main.ts +4 -2
  73. package/src/stores/order-setting/mapper.ts +35 -23
  74. package/src/stores/restaurant/index.ts +6 -0
  75. package/src/views/kiosk/settings/KioskPaymentTypeSection.vue +27 -1
  76. package/src/views/order-settings/OrderSettingsView.vue +6 -1
  77. package/src/views/order-settings/delivery/DeliverySetting.vue +46 -2
  78. package/src/views/order-settings/delivery/components/FeedmeExpressDeprecationNotice.vue +16 -0
  79. package/src/views/order-settings/delivery/integrated-delivery/ExternalSetting.vue +22 -1
  80. package/src/views/order-settings/delivery/integrated-delivery/FeedmeDelivery.vue +39 -39
  81. package/src/views/order-settings/drive-thru/DriveThruSetting.vue +101 -0
  82. package/dist/KioskSettingView-D50Gh7NR.js +0 -528
  83. package/dist/OrderSettingsView-DPYYH1zL.js +0 -74512
  84. package/dist/app-CAt1JfN3.js +0 -1145
  85. package/dist/menu.dto-B82ITnH5.js +0 -124296
@@ -99,6 +99,10 @@ export declare const i18nMessages: {
99
99
  deviceDetails: string;
100
100
  dineIn: string;
101
101
  dineInCanTakeaway: string;
102
+ driveThru: string;
103
+ driveThruSettingUpdated: string;
104
+ enableDriveThru: string;
105
+ enableDriveThruSublabel: string;
102
106
  dineInType: string;
103
107
  discountCampaign: string;
104
108
  displayStand: string;
@@ -126,6 +130,11 @@ export declare const i18nMessages: {
126
130
  feedmeExpressPayoutAccIssue: string;
127
131
  feedmeExpressPosVersionIssue: string;
128
132
  feedmeExpressTitle: string;
133
+ feedmeExpressDeprecationTitle: string;
134
+ feedmeExpressDeprecationMessage: string;
135
+ feedmeExpressDeprecationThanks: string;
136
+ feedmeExpressDeprecationConfirm: string;
137
+ feedmeExpressAdminOnly: string;
129
138
  fieldCannotBeEmpty: string;
130
139
  followDineIn: string;
131
140
  fixedTime: string;
@@ -227,6 +236,7 @@ export declare const i18nMessages: {
227
236
  qrPay: string;
228
237
  terminalScanPay: string;
229
238
  terminalQrPay: string;
239
+ terminalPaymentDescription: string;
230
240
  rate: string;
231
241
  rateLimitWarning: string;
232
242
  remoteId: string;
@@ -435,6 +445,10 @@ export declare const i18nMessages: {
435
445
  deviceDetails: string;
436
446
  dineIn: string;
437
447
  dineInCanTakeaway: string;
448
+ driveThru: string;
449
+ driveThruSettingUpdated: string;
450
+ enableDriveThru: string;
451
+ enableDriveThruSublabel: string;
438
452
  dineInType: string;
439
453
  discountCampaign: string;
440
454
  displayStand: string;
@@ -463,6 +477,11 @@ export declare const i18nMessages: {
463
477
  feedmeExpressPayoutAccIssue: string;
464
478
  feedmeExpressPosVersionIssue: string;
465
479
  feedmeExpressTitle: string;
480
+ feedmeExpressDeprecationTitle: string;
481
+ feedmeExpressDeprecationMessage: string;
482
+ feedmeExpressDeprecationThanks: string;
483
+ feedmeExpressDeprecationConfirm: string;
484
+ feedmeExpressAdminOnly: string;
466
485
  fieldCannotBeEmpty: string;
467
486
  followDineIn: string;
468
487
  fixedTime: string;
@@ -563,6 +582,7 @@ export declare const i18nMessages: {
563
582
  qrPay: string;
564
583
  terminalScanPay: string;
565
584
  terminalQrPay: string;
585
+ terminalPaymentDescription: string;
566
586
  rate: string;
567
587
  remoteId: string;
568
588
  restaurant: string;
@@ -772,6 +792,10 @@ export declare const i18nMessages: {
772
792
  deviceDetails: string;
773
793
  dineIn: string;
774
794
  dineInCanTakeaway: string;
795
+ driveThru: string;
796
+ driveThruSettingUpdated: string;
797
+ enableDriveThru: string;
798
+ enableDriveThruSublabel: string;
775
799
  dineInType: string;
776
800
  discountCampaign: string;
777
801
  displayStand: string;
@@ -797,6 +821,11 @@ export declare const i18nMessages: {
797
821
  feedmeExpressPayoutAccIssue: string;
798
822
  feedmeExpressPosVersionIssue: string;
799
823
  feedmeExpressTitle: string;
824
+ feedmeExpressDeprecationTitle: string;
825
+ feedmeExpressDeprecationMessage: string;
826
+ feedmeExpressDeprecationThanks: string;
827
+ feedmeExpressDeprecationConfirm: string;
828
+ feedmeExpressAdminOnly: string;
800
829
  fieldCannotBeEmpty: string;
801
830
  followDineIn: string;
802
831
  fixedTime: string;
@@ -897,6 +926,7 @@ export declare const i18nMessages: {
897
926
  qrPay: string;
898
927
  terminalScanPay: string;
899
928
  terminalQrPay: string;
929
+ terminalPaymentDescription: string;
900
930
  rate: string;
901
931
  rateLimitWarning: string;
902
932
  remoteId: string;
@@ -1003,4 +1033,1759 @@ export declare const i18nMessages: {
1003
1033
  };
1004
1034
  };
1005
1035
  };
1036
+ "ja-JP": {
1037
+ order: {
1038
+ accept: string;
1039
+ acceptedPayment: string;
1040
+ acceptQueue: string;
1041
+ acceptQueueSublabel: string;
1042
+ actiavteFeedmeExpress: string;
1043
+ activated: string;
1044
+ activatedDate: string;
1045
+ activateDeliveryCompany: string;
1046
+ activateFeedmeExpressSublabel: string;
1047
+ activateIntegration: string;
1048
+ activateLocation: string;
1049
+ active: string;
1050
+ add: string;
1051
+ addCampaign: string;
1052
+ addCustomPayment: string;
1053
+ addDeliveryZone: string;
1054
+ addNewCampaign: string;
1055
+ addOfflinePayment: string;
1056
+ addPickupPoint: string;
1057
+ address: string;
1058
+ addServiceCharge: string;
1059
+ addTimeSlot: string;
1060
+ afterBillDiscount: string;
1061
+ all: string;
1062
+ allowedAutoAcceptOrder: string;
1063
+ allowedAutoCloseBill: string;
1064
+ allowMultiplePickupSublabel: string;
1065
+ anonymousOrder: string;
1066
+ anonymousOrderSublabel: string;
1067
+ apply: string;
1068
+ applyFor: string;
1069
+ asap: string;
1070
+ auto: string;
1071
+ autoIntegration: string;
1072
+ autoResetOrderNumber: string;
1073
+ autoIntegrationWarning: string;
1074
+ autoIntegrationCountryNotSupport: string;
1075
+ autoSendKitchen: string;
1076
+ autoSendKitchenSublabel: string;
1077
+ presetRemarks: string;
1078
+ editPresetRemarks: string;
1079
+ addNewRemark: string;
1080
+ enterRemark: string;
1081
+ existingRemarks: string;
1082
+ noPresetRemarks: string;
1083
+ noPresetRemarksAdded: string;
1084
+ presetRemarksSaved: string;
1085
+ balance: string;
1086
+ bankCard: string;
1087
+ beforeBillDiscount: string;
1088
+ billRounding: string;
1089
+ bindDevice: string;
1090
+ bindDeviceMessage: string;
1091
+ cancel: string;
1092
+ cardPaymentDescription: string;
1093
+ cash: string;
1094
+ catalog: string;
1095
+ chargeWhen: string;
1096
+ commission: string;
1097
+ company: string;
1098
+ configuration: string;
1099
+ confirm: string;
1100
+ contact: string;
1101
+ create: string;
1102
+ createTestOrder: string;
1103
+ credit: string;
1104
+ currentNumber: string;
1105
+ customerItemRemark: string;
1106
+ customerItemRemarkSublabel: string;
1107
+ customOfflinePayment: string;
1108
+ customOfflinePaymentHeader: string;
1109
+ customOrderNumber: string;
1110
+ customServiceCharge: string;
1111
+ requiredRemark: string;
1112
+ customTime: string;
1113
+ day: string;
1114
+ days: string;
1115
+ daysTo: string;
1116
+ deactivated: string;
1117
+ default: string;
1118
+ enabled: string;
1119
+ disabled: string;
1120
+ delete: string;
1121
+ delivery: string;
1122
+ deliveryCompany: string;
1123
+ deliveryDescription: string;
1124
+ deliveryFee: string;
1125
+ deliveryInstruction: string;
1126
+ deliveryOrder: string;
1127
+ deliveryTerm: string;
1128
+ deliveryTime: string;
1129
+ deliveryTitle: string;
1130
+ deliveryZone: string;
1131
+ deviceBinding: string;
1132
+ deviceDetails: string;
1133
+ dineIn: string;
1134
+ dineInCanTakeaway: string;
1135
+ driveThru: string;
1136
+ driveThruSettingUpdated: string;
1137
+ enableDriveThru: string;
1138
+ enableDriveThruSublabel: string;
1139
+ dineInType: string;
1140
+ discountCampaign: string;
1141
+ displayStand: string;
1142
+ displayPaxDialogTitle: string;
1143
+ displayPaxDialogDescription: string;
1144
+ edit: string;
1145
+ editOfflinePayment: string;
1146
+ editPickupPoint: string;
1147
+ enableServiceCharge: string;
1148
+ end: string;
1149
+ enterAddress: string;
1150
+ enterANumber: string;
1151
+ enterName: string;
1152
+ enterPaymentInstruction: string;
1153
+ enterPaymentName: string;
1154
+ ePayment: string;
1155
+ eWallet: string;
1156
+ eWalletDescription: string;
1157
+ exclusive: string;
1158
+ failed: string;
1159
+ failedToLoadCatalogOptions: string;
1160
+ failedToUpdateSetting: string;
1161
+ feedMeExpress: string;
1162
+ feedmeExpressNotApproved: string;
1163
+ feedmeExpressPayoutAccIssue: string;
1164
+ feedmeExpressPosVersionIssue: string;
1165
+ feedmeExpressTitle: string;
1166
+ fieldCannotBeEmpty: string;
1167
+ followDineIn: string;
1168
+ fixedTime: string;
1169
+ friday: string;
1170
+ general: string;
1171
+ generalInfo: string;
1172
+ generalSetting: string;
1173
+ greaterThanMinRule: string;
1174
+ showNotAvailableMenuItem: string;
1175
+ ignoreDiscount: string;
1176
+ ignoreStock: string;
1177
+ ignoreStockSublabel: string;
1178
+ inactive: string;
1179
+ inclusive: string;
1180
+ inHouseDelivery: string;
1181
+ inhouseDeliveryInputLabel: string;
1182
+ inhouseDeliveryTaxCalculation: string;
1183
+ inhouseDeliveryTaxLabel: string;
1184
+ inhouseDeliveryTaxSublabel: string;
1185
+ inhouseDeliveryTitle: string;
1186
+ inhouseSwitchSublabel: string;
1187
+ instruction: string;
1188
+ integratedDeliveryCompany: string;
1189
+ integrationDescription: string;
1190
+ invalidPosVersion: string;
1191
+ invalidRestaurant: string;
1192
+ item: string;
1193
+ kiosk: string;
1194
+ kioskDisplay: string;
1195
+ kioskDisplayDescription: string;
1196
+ kioskSettingFailed: string;
1197
+ kioskSettingSuccess: string;
1198
+ kioskSummary: string;
1199
+ lastOrderBeforeClosing: string;
1200
+ lastOrderBeforeClosingDescription: string;
1201
+ lastOrderMinutesBeforeCloseRule: string;
1202
+ lastSync: string;
1203
+ loadingMenu: string;
1204
+ loadingTable: string;
1205
+ localDeliveryCompany: string;
1206
+ localDeliveryDescription: string;
1207
+ manageDelivery: string;
1208
+ manual: string;
1209
+ menuItem: string;
1210
+ minPurchase: string;
1211
+ minSpendForFreeDelivery: string;
1212
+ minutes: string;
1213
+ monday: string;
1214
+ multiplePickupPoint: string;
1215
+ name: string;
1216
+ nfc: string;
1217
+ noAvailableItem: string;
1218
+ noAvailableTable: string;
1219
+ nonNegativeRule: string;
1220
+ noRestaurantSelected: string;
1221
+ notAllowed: string;
1222
+ offlinePayment: string;
1223
+ offlinePaymentName: string;
1224
+ online: string;
1225
+ operatingHour: string;
1226
+ orderFrom: string;
1227
+ orderNumberSettings: string;
1228
+ orderSetting: string;
1229
+ orderType: string;
1230
+ padDigit: string;
1231
+ paid: string;
1232
+ payAtCounter: string;
1233
+ paymentMethod: string;
1234
+ paymentType: string;
1235
+ payoutAccountIsRequired: string;
1236
+ payoutAccountUnderReview: string;
1237
+ payoutPosVersion: string;
1238
+ pickAtCounter: string;
1239
+ pickup: string;
1240
+ pickupPoint: string;
1241
+ pleaseCompleteProfile: string;
1242
+ pleaseSelectRestaurant: string;
1243
+ printReceiptAfterClose: string;
1244
+ prefix: string;
1245
+ preOrder: string;
1246
+ preOrderHint: string;
1247
+ pricePerMessage: string;
1248
+ processing: string;
1249
+ productSelected: string;
1250
+ promptAnonymousLoginDialog: string;
1251
+ queue: string;
1252
+ queueSettings: string;
1253
+ enableQueueOrder: string;
1254
+ autoCalledLimit: string;
1255
+ duration: string;
1256
+ disableRemoteQueue: string;
1257
+ disableSMS: string;
1258
+ printChecklist: string;
1259
+ codeSettings: string;
1260
+ addCodeSetting: string;
1261
+ current: string;
1262
+ paxMin: string;
1263
+ paxMax: string;
1264
+ qrPay: string;
1265
+ terminalScanPay: string;
1266
+ terminalQrPay: string;
1267
+ terminalPaymentDescription: string;
1268
+ rate: string;
1269
+ rateLimitWarning: string;
1270
+ remoteId: string;
1271
+ restaurant: string;
1272
+ restaurantAsPickupPoint: string;
1273
+ restaurantHaveNotPurchase: string;
1274
+ saturday: string;
1275
+ save: string;
1276
+ saveSetting: string;
1277
+ scanPay: string;
1278
+ search: string;
1279
+ searchRestaurant: string;
1280
+ selectAllItemsIncludeCustomItem: string;
1281
+ selectItem: string;
1282
+ selectRestaurant: string;
1283
+ selectServiceChargeType: string;
1284
+ selectTable: string;
1285
+ selfServeActivation: {
1286
+ title: string;
1287
+ subTitle: string;
1288
+ learnMore: string;
1289
+ };
1290
+ serve: string;
1291
+ sequenceSettingRules: string;
1292
+ serviceCharge: string;
1293
+ serviceChargeRule: string;
1294
+ serviceChargeSublabel: string;
1295
+ setting: string;
1296
+ settings: string;
1297
+ showNotAvailable: string;
1298
+ sms: string;
1299
+ sstInclusive: string;
1300
+ start: string;
1301
+ staticQRcode: string;
1302
+ staticQRcodeSublabel: string;
1303
+ status: string;
1304
+ subItemDisplayModeListView: string;
1305
+ submitOrderInstruction: string;
1306
+ success: string;
1307
+ sunday: string;
1308
+ syncMenu: string;
1309
+ syncMenuSuccess: string;
1310
+ table: string;
1311
+ tableSelected: string;
1312
+ tableService: string;
1313
+ tableServiceSetting: string;
1314
+ takeaway: string;
1315
+ takeawayTitle: string;
1316
+ taxExclusive: string;
1317
+ taxInclusive: string;
1318
+ taxSetting: string;
1319
+ taxSettingTerm: string;
1320
+ term: string;
1321
+ terminal: string;
1322
+ thursday: string;
1323
+ timeSlot: string;
1324
+ to: string;
1325
+ tuesday: string;
1326
+ unbind: string;
1327
+ unbindKioskDevice: string;
1328
+ unbindKioskDeviceWarning: string;
1329
+ unbindSuccess: string;
1330
+ unbindWarning: string;
1331
+ unknown: string;
1332
+ update: string;
1333
+ updatedAt: string;
1334
+ updateDeliveryCompany: string;
1335
+ updateFeedMeExpressSetting: string;
1336
+ updateNow: string;
1337
+ updatePayoutAccount: string;
1338
+ updatePickupSetting: string;
1339
+ updateSetting: string;
1340
+ vendorBearPercentage: string;
1341
+ wednesday: string;
1342
+ externalDelivery: string;
1343
+ manageExternalDelivery: string;
1344
+ deliveryCatalog: string;
1345
+ pickupCatalog: string;
1346
+ DeliverySettingUpdated: string;
1347
+ selectPlatform: string;
1348
+ platform: string;
1349
+ discountRule: {
1350
+ add: string;
1351
+ description: string;
1352
+ effect: string;
1353
+ effectSelected: string;
1354
+ effectUsedInOtherGroup: string;
1355
+ forceSync: string;
1356
+ latest: string;
1357
+ loadingRestaurants: string;
1358
+ maxTotalUses: string;
1359
+ maxTotalUsesSublabel: string;
1360
+ outdated: string;
1361
+ restaurantName: string;
1362
+ restaurants: string;
1363
+ restaurantsDescription: string;
1364
+ selectAllEffects: string;
1365
+ selectEffects: string;
1366
+ status: string;
1367
+ syncSuccess: string;
1368
+ title: string;
1369
+ updateSuccess: string;
1370
+ version: string;
1371
+ promotion: string;
1372
+ voucher: string;
1373
+ };
1374
+ };
1375
+ menu: {
1376
+ title: string;
1377
+ common: {
1378
+ actions: {
1379
+ update: string;
1380
+ cancel: string;
1381
+ add: string;
1382
+ search: string;
1383
+ delete: string;
1384
+ remove: string;
1385
+ deselect_all: string;
1386
+ move: string;
1387
+ edit: string;
1388
+ download: string;
1389
+ save: string;
1390
+ confirm: string;
1391
+ yes: string;
1392
+ no: string;
1393
+ link: string;
1394
+ migrate: string;
1395
+ add_new_variant: string;
1396
+ add_group: string;
1397
+ apply_product: string;
1398
+ link_product: string;
1399
+ deselect: string;
1400
+ };
1401
+ labels: {
1402
+ name: string;
1403
+ detail: string;
1404
+ items_linked: string;
1405
+ search_placeholder: string;
1406
+ symbol: string;
1407
+ products_linked: string;
1408
+ product_linked_singular: string;
1409
+ product_linked_plural: string;
1410
+ enter_name: string;
1411
+ product: string;
1412
+ selected_items: string;
1413
+ all: string;
1414
+ category: string;
1415
+ group_name: string;
1416
+ min_select: string;
1417
+ max_select: string;
1418
+ group_type: string;
1419
+ stackable: string;
1420
+ stackable_sublabel: string;
1421
+ configuration: string;
1422
+ variant: string;
1423
+ product_title: string;
1424
+ price: string;
1425
+ order_from: string;
1426
+ inventory: string;
1427
+ search_groups: string;
1428
+ search_variants: string;
1429
+ product_count: string;
1430
+ search_product: string;
1431
+ product_image: string;
1432
+ optional: string;
1433
+ products_selected: string;
1434
+ items_selected: string;
1435
+ catalog: string;
1436
+ scheduler: string;
1437
+ all_time: string;
1438
+ main: string;
1439
+ unknown: string;
1440
+ all_day: string;
1441
+ scheduler_title: string;
1442
+ link_product_title: string;
1443
+ products_count: string;
1444
+ search: string;
1445
+ status: string;
1446
+ };
1447
+ dialog: {
1448
+ remove_confirmation: string;
1449
+ change_type: {
1450
+ title: string;
1451
+ message: string;
1452
+ };
1453
+ remove: {
1454
+ catalog: {
1455
+ title: string;
1456
+ message: string;
1457
+ };
1458
+ category: {
1459
+ title: string;
1460
+ message: string;
1461
+ };
1462
+ product: {
1463
+ title: string;
1464
+ message: string;
1465
+ success: string;
1466
+ };
1467
+ recipe: {
1468
+ title: string;
1469
+ message: string;
1470
+ };
1471
+ ingredient: {
1472
+ title: string;
1473
+ message: string;
1474
+ };
1475
+ takeaway: {
1476
+ title: string;
1477
+ message: string;
1478
+ };
1479
+ unit: {
1480
+ title: string;
1481
+ message: string;
1482
+ };
1483
+ variant: {
1484
+ title: string;
1485
+ message: string;
1486
+ };
1487
+ };
1488
+ };
1489
+ validation: {
1490
+ required: string;
1491
+ min_max: string;
1492
+ product_title_required: string;
1493
+ min_value: string;
1494
+ max_value: string;
1495
+ field_required: string;
1496
+ required_field: string;
1497
+ invalid_amount: string;
1498
+ max_default_items: string;
1499
+ default_items_tip: string;
1500
+ };
1501
+ file: {
1502
+ accepts: string;
1503
+ };
1504
+ empty: {
1505
+ no_group: {
1506
+ title: string;
1507
+ subtitle: string;
1508
+ };
1509
+ no_variant: {
1510
+ title: string;
1511
+ subtitle: string;
1512
+ };
1513
+ };
1514
+ };
1515
+ category: {
1516
+ title: string;
1517
+ add: string;
1518
+ detail: string;
1519
+ name: string;
1520
+ empty: {
1521
+ title: string;
1522
+ subtitle: string;
1523
+ no_group: {
1524
+ title: string;
1525
+ subtitle: string;
1526
+ };
1527
+ };
1528
+ columns: {
1529
+ title: string;
1530
+ products: string;
1531
+ };
1532
+ dialog: {
1533
+ remove: {
1534
+ title: string;
1535
+ error: string;
1536
+ };
1537
+ add: {
1538
+ title: string;
1539
+ name: {
1540
+ label: string;
1541
+ placeholder: string;
1542
+ required: string;
1543
+ };
1544
+ };
1545
+ };
1546
+ products: {
1547
+ title: string;
1548
+ add: string;
1549
+ linked_count: string;
1550
+ search: string;
1551
+ columns: {
1552
+ name: string;
1553
+ code: string;
1554
+ };
1555
+ };
1556
+ selector: {
1557
+ all: string;
1558
+ title: string;
1559
+ };
1560
+ manager: {
1561
+ dialog: {
1562
+ add: {
1563
+ title: string;
1564
+ action: string;
1565
+ };
1566
+ update: {
1567
+ title: string;
1568
+ action: string;
1569
+ };
1570
+ };
1571
+ };
1572
+ };
1573
+ variant: {
1574
+ title: string;
1575
+ add: string;
1576
+ columns: {
1577
+ name: string;
1578
+ options: string;
1579
+ applied_products: string;
1580
+ };
1581
+ mobile: {
1582
+ value: string;
1583
+ };
1584
+ empty: {
1585
+ title: string;
1586
+ subtitle: string;
1587
+ no_variant: {
1588
+ title: string;
1589
+ subtitle: string;
1590
+ };
1591
+ };
1592
+ select: {
1593
+ title: string;
1594
+ subtitle: string;
1595
+ };
1596
+ form: {
1597
+ title: {
1598
+ add: string;
1599
+ edit: string;
1600
+ };
1601
+ detail: string;
1602
+ name: {
1603
+ label: string;
1604
+ placeholder: string;
1605
+ helper: string;
1606
+ required: string;
1607
+ };
1608
+ options: {
1609
+ title: string;
1610
+ placeholder: string;
1611
+ min_required: string;
1612
+ name_required: string;
1613
+ };
1614
+ applied_product: string;
1615
+ };
1616
+ };
1617
+ unit: {
1618
+ title: string;
1619
+ add: string;
1620
+ update: string;
1621
+ precision: string;
1622
+ precision_placeholder: string;
1623
+ empty: {
1624
+ title: string;
1625
+ subtitle: string;
1626
+ };
1627
+ columns: {
1628
+ name: string;
1629
+ symbol: string;
1630
+ };
1631
+ measurement: {
1632
+ add: string;
1633
+ title: string;
1634
+ name: string;
1635
+ symbol: string;
1636
+ conversion: string;
1637
+ preview: string;
1638
+ preview_label: string;
1639
+ };
1640
+ };
1641
+ print_dept: {
1642
+ title: string;
1643
+ add: string;
1644
+ update: string;
1645
+ columns: {
1646
+ name: string;
1647
+ products: string;
1648
+ };
1649
+ };
1650
+ sku: {
1651
+ title: string;
1652
+ add: string;
1653
+ update: string;
1654
+ columns: {
1655
+ code: string;
1656
+ name: string;
1657
+ unit: string;
1658
+ };
1659
+ empty: {
1660
+ no_unit: string;
1661
+ subtitle: string;
1662
+ };
1663
+ validation: {
1664
+ code_used: string;
1665
+ };
1666
+ errors: {
1667
+ select_recipe_ingredient: string;
1668
+ };
1669
+ convertible: {
1670
+ label: string;
1671
+ sublabel: string;
1672
+ convert_to: string;
1673
+ };
1674
+ };
1675
+ recipe: {
1676
+ title: string;
1677
+ add: string;
1678
+ update: string;
1679
+ columns: {
1680
+ name: string;
1681
+ };
1682
+ validation: {
1683
+ bind_required: string;
1684
+ };
1685
+ table: {
1686
+ columns: {
1687
+ name: string;
1688
+ ingredients: string;
1689
+ };
1690
+ search: {
1691
+ placeholder: string;
1692
+ };
1693
+ };
1694
+ empty: {
1695
+ title: string;
1696
+ subtitle: string;
1697
+ action: string;
1698
+ };
1699
+ actions: {
1700
+ add: string;
1701
+ };
1702
+ };
1703
+ serving_sequence: {
1704
+ title: string;
1705
+ add: string;
1706
+ update: string;
1707
+ columns: {
1708
+ name: string;
1709
+ };
1710
+ empty: {
1711
+ title: string;
1712
+ subtitle: string;
1713
+ };
1714
+ };
1715
+ group: {
1716
+ title: string;
1717
+ add: string;
1718
+ update: string;
1719
+ option: {
1720
+ title: string;
1721
+ link_products: string;
1722
+ add_option: string;
1723
+ product_title: string;
1724
+ product_title_required: string;
1725
+ price: string;
1726
+ inventory: string;
1727
+ variant: string;
1728
+ code: string;
1729
+ is_default: string;
1730
+ };
1731
+ types: {
1732
+ normal: string;
1733
+ product: string;
1734
+ dynamic: string;
1735
+ };
1736
+ select: {
1737
+ title: string;
1738
+ subtitle: string;
1739
+ };
1740
+ empty: {
1741
+ title: string;
1742
+ subtitle: string;
1743
+ };
1744
+ search: {
1745
+ placeholder: string;
1746
+ };
1747
+ type: {
1748
+ title: string;
1749
+ all: string;
1750
+ normal: string;
1751
+ product: string;
1752
+ dynamic: string;
1753
+ };
1754
+ list: {
1755
+ items_linked: string;
1756
+ products_linked: string;
1757
+ columns: {
1758
+ name: string;
1759
+ products: string;
1760
+ type: string;
1761
+ applied_products: string;
1762
+ };
1763
+ types: {
1764
+ normal: string;
1765
+ product: string;
1766
+ dynamic: string;
1767
+ };
1768
+ variants: string;
1769
+ more_items: string;
1770
+ };
1771
+ actions: {
1772
+ add: string;
1773
+ duplicate: {
1774
+ title: string;
1775
+ message: string;
1776
+ };
1777
+ apply_product: string;
1778
+ duplicate_action: string;
1779
+ };
1780
+ dialogs: {
1781
+ delete: {
1782
+ title: string;
1783
+ message: string;
1784
+ };
1785
+ update: {
1786
+ title: string;
1787
+ };
1788
+ };
1789
+ };
1790
+ migrate: {
1791
+ title: string;
1792
+ description: string;
1793
+ message: string;
1794
+ notification: {
1795
+ title: string;
1796
+ description: string;
1797
+ };
1798
+ errors: {
1799
+ no_restaurant: string;
1800
+ pos_version: string;
1801
+ };
1802
+ };
1803
+ scheduler: {
1804
+ title: string;
1805
+ select: {
1806
+ title: string;
1807
+ all_time: string;
1808
+ };
1809
+ empty: {
1810
+ title: string;
1811
+ subtitle: string;
1812
+ action: string;
1813
+ };
1814
+ table: {
1815
+ columns: {
1816
+ name: string;
1817
+ repeat: string;
1818
+ period: string;
1819
+ products: string;
1820
+ };
1821
+ products_linked: string;
1822
+ search: {
1823
+ placeholder: string;
1824
+ };
1825
+ };
1826
+ repeat: {
1827
+ daily: string;
1828
+ weekdays: string;
1829
+ weekends: string;
1830
+ except: string;
1831
+ range: string;
1832
+ };
1833
+ days: {
1834
+ monday: string;
1835
+ tuesday: string;
1836
+ wednesday: string;
1837
+ thursday: string;
1838
+ friday: string;
1839
+ saturday: string;
1840
+ sunday: string;
1841
+ };
1842
+ dialog: {
1843
+ add: {
1844
+ title: string;
1845
+ action: string;
1846
+ };
1847
+ update: {
1848
+ title: string;
1849
+ action: string;
1850
+ };
1851
+ sections: {
1852
+ detail: {
1853
+ title: string;
1854
+ name: {
1855
+ label: string;
1856
+ placeholder: string;
1857
+ required: string;
1858
+ };
1859
+ };
1860
+ availability: {
1861
+ title: string;
1862
+ daily: string;
1863
+ weekly: string;
1864
+ };
1865
+ period: {
1866
+ title: string;
1867
+ all_day: string;
1868
+ custom: string;
1869
+ add: string;
1870
+ };
1871
+ autolink: {
1872
+ title: string;
1873
+ label: string;
1874
+ sublabel: string;
1875
+ all_items: string;
1876
+ filter_message: string;
1877
+ tooltip: string;
1878
+ };
1879
+ filter: {
1880
+ add: string;
1881
+ matches: string;
1882
+ or: string;
1883
+ types: {
1884
+ code: string;
1885
+ category: string;
1886
+ };
1887
+ placeholder: {
1888
+ category: string;
1889
+ };
1890
+ };
1891
+ products: {
1892
+ title: string;
1893
+ link: string;
1894
+ };
1895
+ };
1896
+ actions: {
1897
+ cancel: string;
1898
+ };
1899
+ };
1900
+ dialogs: {
1901
+ remove: {
1902
+ title: string;
1903
+ message: string;
1904
+ };
1905
+ };
1906
+ };
1907
+ revert: {
1908
+ title: string;
1909
+ description: string;
1910
+ labels: {
1911
+ restaurant: string;
1912
+ revert_to: string;
1913
+ default: string;
1914
+ pos_takeaway: string;
1915
+ pickup: string;
1916
+ additional_catalogs: string;
1917
+ };
1918
+ };
1919
+ remy: {
1920
+ title: string;
1921
+ description: string;
1922
+ actions: {
1923
+ start: string;
1924
+ close: string;
1925
+ };
1926
+ messages: {
1927
+ welcome: string;
1928
+ thinking: string;
1929
+ error: string;
1930
+ };
1931
+ };
1932
+ picker: {
1933
+ title: string;
1934
+ search: string;
1935
+ no_results: string;
1936
+ selected: string;
1937
+ };
1938
+ apply_product: {
1939
+ title: string;
1940
+ link: {
1941
+ title: string;
1942
+ subtitle: string;
1943
+ };
1944
+ table: {
1945
+ category_count: string;
1946
+ inventory: string;
1947
+ value: string;
1948
+ };
1949
+ };
1950
+ catalog: {
1951
+ title: string;
1952
+ detail: string;
1953
+ form: {
1954
+ name: string;
1955
+ tax: {
1956
+ title: string;
1957
+ auto: {
1958
+ label: string;
1959
+ sublabel: string;
1960
+ };
1961
+ manual: {
1962
+ label: string;
1963
+ sublabel: string;
1964
+ };
1965
+ inclusive: string;
1966
+ };
1967
+ link: {
1968
+ title: string;
1969
+ auto_link: {
1970
+ label: string;
1971
+ sublabel: string;
1972
+ };
1973
+ options: {
1974
+ all: string;
1975
+ pos_only: string;
1976
+ };
1977
+ };
1978
+ markup: {
1979
+ title: string;
1980
+ auto: {
1981
+ label: string;
1982
+ sublabel: string;
1983
+ };
1984
+ add: string;
1985
+ config: string;
1986
+ percentage: string;
1987
+ products: string;
1988
+ all_items: string;
1989
+ };
1990
+ };
1991
+ validation: {
1992
+ name_used: string;
1993
+ name_required: string;
1994
+ };
1995
+ edit: {
1996
+ back: string;
1997
+ export: string;
1998
+ import: string;
1999
+ link_product: string;
2000
+ apply_scheduler: string;
2001
+ tabs: {
2002
+ product: string;
2003
+ group: string;
2004
+ takeaway: string;
2005
+ setting: string;
2006
+ };
2007
+ scheduler: {
2008
+ remove: {
2009
+ title: string;
2010
+ message: string;
2011
+ };
2012
+ };
2013
+ };
2014
+ usage: {
2015
+ title: string;
2016
+ tax_calculation: string;
2017
+ products: string;
2018
+ restaurant: string;
2019
+ usage: string;
2020
+ };
2021
+ table: {
2022
+ columns: {
2023
+ title: string;
2024
+ tax_calculation: string;
2025
+ auto_link: string;
2026
+ };
2027
+ };
2028
+ empty: {
2029
+ title: string;
2030
+ subtitle: string;
2031
+ };
2032
+ actions: {
2033
+ add: string;
2034
+ view_usage: string;
2035
+ };
2036
+ dialogs: {
2037
+ remove: {
2038
+ title: string;
2039
+ message: string;
2040
+ error: string;
2041
+ };
2042
+ };
2043
+ };
2044
+ currency: {
2045
+ input: {
2046
+ field: string;
2047
+ };
2048
+ };
2049
+ order: {
2050
+ from: {
2051
+ options: {
2052
+ all: string;
2053
+ pos_only: string;
2054
+ none: string;
2055
+ };
2056
+ };
2057
+ };
2058
+ inventory: {
2059
+ title: string;
2060
+ subtitle: string;
2061
+ columns: {
2062
+ product_name: string;
2063
+ ingredient: string;
2064
+ recipe: string;
2065
+ };
2066
+ status: {
2067
+ sku_linked: string;
2068
+ recipe_linked: string;
2069
+ not_set: string;
2070
+ };
2071
+ dialog: {
2072
+ title: string;
2073
+ };
2074
+ form: {
2075
+ title: string;
2076
+ product_name: string;
2077
+ };
2078
+ binding: {
2079
+ recipe: {
2080
+ title: string;
2081
+ columns: {
2082
+ name: string;
2083
+ amount: string;
2084
+ };
2085
+ };
2086
+ ingredient: {
2087
+ title: string;
2088
+ columns: {
2089
+ name: string;
2090
+ amount: string;
2091
+ unit: string;
2092
+ };
2093
+ select_unit: string;
2094
+ loop_warning: string;
2095
+ };
2096
+ link: {
2097
+ title: string;
2098
+ recipe: string;
2099
+ ingredient: string;
2100
+ };
2101
+ };
2102
+ };
2103
+ link_product: {
2104
+ title: string;
2105
+ };
2106
+ catalog_scheduler: {
2107
+ title: string;
2108
+ subtitle: string;
2109
+ };
2110
+ apply_products: {
2111
+ category: {
2112
+ count: string;
2113
+ };
2114
+ };
2115
+ markup: {
2116
+ dialog: {
2117
+ title: {
2118
+ add: string;
2119
+ update: string;
2120
+ };
2121
+ fields: {
2122
+ percentage: {
2123
+ label: string;
2124
+ placeholder: string;
2125
+ required: string;
2126
+ };
2127
+ };
2128
+ options: {
2129
+ all: string;
2130
+ custom: string;
2131
+ };
2132
+ products: {
2133
+ link: string;
2134
+ count: string;
2135
+ };
2136
+ };
2137
+ };
2138
+ import: {
2139
+ dialog: {
2140
+ title: string;
2141
+ info: string;
2142
+ fields: {
2143
+ type: string;
2144
+ file: {
2145
+ replace: string;
2146
+ };
2147
+ };
2148
+ actions: {
2149
+ import: string;
2150
+ };
2151
+ errors: {
2152
+ select_file: string;
2153
+ };
2154
+ };
2155
+ };
2156
+ product: {
2157
+ form: {
2158
+ title: {
2159
+ add: string;
2160
+ update: string;
2161
+ };
2162
+ summary: {
2163
+ title: string;
2164
+ fields: {
2165
+ code: string;
2166
+ name: string;
2167
+ category: string;
2168
+ order_from: string;
2169
+ selling_price: string;
2170
+ tax: string;
2171
+ inventory: string;
2172
+ takeaway: string;
2173
+ };
2174
+ };
2175
+ sections: {
2176
+ general: {
2177
+ title: string;
2178
+ description: string;
2179
+ };
2180
+ tagging: {
2181
+ title: string;
2182
+ subtitle: string;
2183
+ };
2184
+ price: {
2185
+ title: string;
2186
+ description: string;
2187
+ };
2188
+ print: {
2189
+ title: string;
2190
+ description: string;
2191
+ };
2192
+ variant: {
2193
+ title: string;
2194
+ description: string;
2195
+ };
2196
+ group: {
2197
+ title: string;
2198
+ description: string;
2199
+ };
2200
+ inventory: {
2201
+ title: string;
2202
+ description: string;
2203
+ };
2204
+ takeaway: {
2205
+ title: string;
2206
+ description: string;
2207
+ };
2208
+ };
2209
+ detail: {
2210
+ title: string;
2211
+ fields: {
2212
+ code: {
2213
+ label: string;
2214
+ placeholder: string;
2215
+ };
2216
+ name: {
2217
+ label: string;
2218
+ required: string;
2219
+ duplicate_warning: string;
2220
+ };
2221
+ description: {
2222
+ label: string;
2223
+ optional: string;
2224
+ placeholder: string;
2225
+ };
2226
+ };
2227
+ category: {
2228
+ label: string;
2229
+ required: string;
2230
+ add_new: string;
2231
+ add_first: string;
2232
+ options: {
2233
+ product: {
2234
+ label: string;
2235
+ sublabel: string;
2236
+ };
2237
+ addon: {
2238
+ label: string;
2239
+ sublabel: string;
2240
+ };
2241
+ };
2242
+ };
2243
+ order_from: {
2244
+ label: string;
2245
+ default: string;
2246
+ };
2247
+ };
2248
+ group: {
2249
+ title: string;
2250
+ subtitle: string;
2251
+ add: string;
2252
+ columns: {
2253
+ title: string;
2254
+ type: string;
2255
+ };
2256
+ };
2257
+ price: {
2258
+ title: string;
2259
+ fields: {
2260
+ selling_price: {
2261
+ label: string;
2262
+ required: string;
2263
+ };
2264
+ tax: {
2265
+ label: string;
2266
+ label_with_code: string;
2267
+ };
2268
+ };
2269
+ settings: {
2270
+ title: string;
2271
+ open_price: {
2272
+ label: string;
2273
+ sublabel: string;
2274
+ };
2275
+ sell_by_unit: {
2276
+ label: string;
2277
+ sublabel: string;
2278
+ per_unit: {
2279
+ label: string;
2280
+ placeholder: string;
2281
+ required: string;
2282
+ min: string;
2283
+ };
2284
+ unit: {
2285
+ placeholder: string;
2286
+ required: string;
2287
+ };
2288
+ };
2289
+ track_costing: {
2290
+ label: string;
2291
+ };
2292
+ min_price: {
2293
+ label: string;
2294
+ };
2295
+ };
2296
+ };
2297
+ print: {
2298
+ title: string;
2299
+ config: {
2300
+ label: string;
2301
+ group_parent: {
2302
+ label: string;
2303
+ sublabel: string;
2304
+ };
2305
+ };
2306
+ kds: {
2307
+ label: string;
2308
+ options: {
2309
+ all: {
2310
+ label: string;
2311
+ description: string;
2312
+ };
2313
+ sequential: {
2314
+ label: string;
2315
+ description: string;
2316
+ };
2317
+ };
2318
+ };
2319
+ routes: {
2320
+ label: string;
2321
+ add: string;
2322
+ };
2323
+ };
2324
+ takeaway: {
2325
+ title: string;
2326
+ subtitle: string;
2327
+ columns: {
2328
+ variant: string;
2329
+ product: string;
2330
+ takeaway: string;
2331
+ };
2332
+ options: {
2333
+ follows_main: string;
2334
+ no_preset: string;
2335
+ add_new: string;
2336
+ };
2337
+ };
2338
+ variant: {
2339
+ title: string;
2340
+ subtitle: string;
2341
+ add: string;
2342
+ columns: {
2343
+ variant: string;
2344
+ code: string;
2345
+ order_from: string;
2346
+ price: string;
2347
+ min_price: string;
2348
+ };
2349
+ validation: {
2350
+ max_variants: string;
2351
+ };
2352
+ placeholders: {
2353
+ no_code: string;
2354
+ follow_general: string;
2355
+ };
2356
+ };
2357
+ };
2358
+ empty: {
2359
+ with_create: {
2360
+ title: string;
2361
+ subtitle: string;
2362
+ action: string;
2363
+ };
2364
+ no_scheduler: {
2365
+ title: string;
2366
+ subtitle: string;
2367
+ };
2368
+ with_scheduler: {
2369
+ title: string;
2370
+ subtitle: string;
2371
+ };
2372
+ };
2373
+ table: {
2374
+ columns: {
2375
+ code: string;
2376
+ name: string;
2377
+ category: string;
2378
+ price: string;
2379
+ order_from: string;
2380
+ tagging: string;
2381
+ };
2382
+ tagging: {
2383
+ all: string;
2384
+ collapse: string;
2385
+ expand: string;
2386
+ };
2387
+ bulk_edit: {
2388
+ title: string;
2389
+ actions: {
2390
+ reset_all: string;
2391
+ save: string;
2392
+ };
2393
+ };
2394
+ selection: {
2395
+ count: string;
2396
+ actions: {
2397
+ deselect_all: string;
2398
+ remove: string;
2399
+ };
2400
+ };
2401
+ empty: {
2402
+ title: string;
2403
+ subtitle: string;
2404
+ actions: {
2405
+ add: string;
2406
+ import: string;
2407
+ };
2408
+ };
2409
+ search: {
2410
+ placeholder: string;
2411
+ };
2412
+ validation: {
2413
+ name_required: string;
2414
+ price_min: string;
2415
+ };
2416
+ };
2417
+ };
2418
+ setting: {
2419
+ catalog: {
2420
+ title: string;
2421
+ fields: {
2422
+ name: {
2423
+ label: string;
2424
+ required: string;
2425
+ used: string;
2426
+ };
2427
+ };
2428
+ warnings: {
2429
+ delivery: string;
2430
+ };
2431
+ };
2432
+ tax: {
2433
+ title: string;
2434
+ modes: {
2435
+ auto: {
2436
+ label: string;
2437
+ sublabel: string;
2438
+ };
2439
+ manual: {
2440
+ label: string;
2441
+ sublabel: string;
2442
+ };
2443
+ };
2444
+ inclusive: string;
2445
+ };
2446
+ link: {
2447
+ title: string;
2448
+ auto_link: {
2449
+ label: string;
2450
+ sublabel: string;
2451
+ };
2452
+ options: {
2453
+ all: string;
2454
+ pos_only: string;
2455
+ };
2456
+ };
2457
+ markup: {
2458
+ title: string;
2459
+ auto_markup: {
2460
+ label: string;
2461
+ sublabel: string;
2462
+ };
2463
+ add: string;
2464
+ config: string;
2465
+ percentage: string;
2466
+ products: {
2467
+ all: string;
2468
+ linked: string;
2469
+ };
2470
+ };
2471
+ };
2472
+ takeaway: {
2473
+ actions: {
2474
+ add: string;
2475
+ };
2476
+ title: string;
2477
+ add: string;
2478
+ update: string;
2479
+ columns: {
2480
+ title: string;
2481
+ price: string;
2482
+ };
2483
+ placeholders: {
2484
+ title: string;
2485
+ };
2486
+ empty: {
2487
+ title: string;
2488
+ subtitle: string;
2489
+ action: string;
2490
+ };
2491
+ table: {
2492
+ columns: {
2493
+ name: string;
2494
+ price: string;
2495
+ products: string;
2496
+ };
2497
+ items_linked: string;
2498
+ search: {
2499
+ placeholder: string;
2500
+ };
2501
+ };
2502
+ };
2503
+ thumbnail: {
2504
+ alt: {
2505
+ default: string;
2506
+ with_name: string;
2507
+ };
2508
+ };
2509
+ cooking_guide: {
2510
+ title: string;
2511
+ empty: {
2512
+ title: string;
2513
+ subtitle: string;
2514
+ action: string;
2515
+ };
2516
+ table: {
2517
+ columns: {
2518
+ name: string;
2519
+ products: string;
2520
+ steps: string;
2521
+ };
2522
+ search: {
2523
+ placeholder: string;
2524
+ };
2525
+ mobile: {
2526
+ products_linked: string;
2527
+ };
2528
+ };
2529
+ dialogs: {
2530
+ remove: {
2531
+ title: string;
2532
+ message: {
2533
+ prefix: string;
2534
+ products_using: string;
2535
+ products_count: string;
2536
+ };
2537
+ };
2538
+ };
2539
+ actions: {
2540
+ add: string;
2541
+ remove: string;
2542
+ cancel: string;
2543
+ };
2544
+ dialog: {
2545
+ add: {
2546
+ title: string;
2547
+ action: string;
2548
+ };
2549
+ update: {
2550
+ title: string;
2551
+ action: string;
2552
+ };
2553
+ sections: {
2554
+ guide_detail: {
2555
+ title: string;
2556
+ name: {
2557
+ label: string;
2558
+ placeholder: string;
2559
+ required: string;
2560
+ };
2561
+ };
2562
+ steps: {
2563
+ title: string;
2564
+ add: string;
2565
+ empty: string;
2566
+ };
2567
+ apply_product: {
2568
+ title: string;
2569
+ link: string;
2570
+ products_linked: string;
2571
+ search: string;
2572
+ };
2573
+ };
2574
+ actions: {
2575
+ cancel: string;
2576
+ };
2577
+ };
2578
+ step_dialog: {
2579
+ add: {
2580
+ title: string;
2581
+ action: string;
2582
+ };
2583
+ update: {
2584
+ title: string;
2585
+ action: string;
2586
+ };
2587
+ sections: {
2588
+ variables: {
2589
+ title: string;
2590
+ add: string;
2591
+ columns: {
2592
+ key: string;
2593
+ value: string;
2594
+ };
2595
+ placeholders: {
2596
+ key: string;
2597
+ value: string;
2598
+ };
2599
+ validation: {
2600
+ required: string;
2601
+ lowercase: string;
2602
+ duplicate: string;
2603
+ };
2604
+ };
2605
+ instruction: {
2606
+ title: string;
2607
+ };
2608
+ };
2609
+ actions: {
2610
+ cancel: string;
2611
+ back: string;
2612
+ };
2613
+ };
2614
+ step_override_dialog: {
2615
+ title: string;
2616
+ columns: {
2617
+ instructions: string;
2618
+ variables: string;
2619
+ value: string;
2620
+ };
2621
+ actions: {
2622
+ save: string;
2623
+ cancel: string;
2624
+ };
2625
+ };
2626
+ };
2627
+ ingredient: {
2628
+ title: string;
2629
+ empty: {
2630
+ title: string;
2631
+ subtitle: string;
2632
+ action: string;
2633
+ };
2634
+ table: {
2635
+ columns: {
2636
+ code: string;
2637
+ name: string;
2638
+ unit: string;
2639
+ };
2640
+ search: {
2641
+ placeholder: string;
2642
+ };
2643
+ mobile: {
2644
+ code: string;
2645
+ unit: string;
2646
+ };
2647
+ };
2648
+ actions: {
2649
+ add: string;
2650
+ };
2651
+ };
2652
+ print_route: {
2653
+ title: string;
2654
+ empty: {
2655
+ title: string;
2656
+ subtitle: string;
2657
+ action: string;
2658
+ };
2659
+ table: {
2660
+ columns: {
2661
+ name: string;
2662
+ products: string;
2663
+ products_count: string;
2664
+ };
2665
+ search: {
2666
+ placeholder: string;
2667
+ };
2668
+ mobile: {
2669
+ products_linked: string;
2670
+ };
2671
+ };
2672
+ dialogs: {
2673
+ remove: {
2674
+ title: string;
2675
+ message: {
2676
+ prefix: string;
2677
+ products_using: string;
2678
+ products_count: string;
2679
+ };
2680
+ };
2681
+ };
2682
+ actions: {
2683
+ add: string;
2684
+ remove: string;
2685
+ cancel: string;
2686
+ };
2687
+ department_dialog: {
2688
+ add: {
2689
+ title: string;
2690
+ action: string;
2691
+ };
2692
+ update: {
2693
+ title: string;
2694
+ action: string;
2695
+ };
2696
+ sections: {
2697
+ route_detail: {
2698
+ title: string;
2699
+ name: {
2700
+ label: string;
2701
+ placeholder: string;
2702
+ required: string;
2703
+ };
2704
+ };
2705
+ link_product: {
2706
+ title: string;
2707
+ link: string;
2708
+ products_linked: string;
2709
+ search: string;
2710
+ };
2711
+ };
2712
+ actions: {
2713
+ cancel: string;
2714
+ };
2715
+ };
2716
+ };
2717
+ products: {
2718
+ title: string;
2719
+ actions: {
2720
+ export: string;
2721
+ import: string;
2722
+ add: string;
2723
+ link: string;
2724
+ apply_scheduler: string;
2725
+ };
2726
+ };
2727
+ publish: {
2728
+ title: string;
2729
+ table: {
2730
+ columns: {
2731
+ restaurant: string;
2732
+ default: string;
2733
+ pos_takeaway: string;
2734
+ pickup: string;
2735
+ version: string;
2736
+ };
2737
+ search: {
2738
+ placeholder: string;
2739
+ };
2740
+ status: {
2741
+ latest: string;
2742
+ outdated: string;
2743
+ };
2744
+ };
2745
+ empty: {
2746
+ title: string;
2747
+ subtitle: string;
2748
+ action: string;
2749
+ };
2750
+ actions: {
2751
+ publish: string;
2752
+ publish_all: string;
2753
+ revert: string;
2754
+ };
2755
+ labels: {
2756
+ main_version: string;
2757
+ catalog: {
2758
+ main: string;
2759
+ invalid: string;
2760
+ };
2761
+ };
2762
+ update_catalog_dialog: {
2763
+ title: string;
2764
+ sections: {
2765
+ default: {
2766
+ label: string;
2767
+ use_default: string;
2768
+ };
2769
+ pos_takeaway: {
2770
+ label: string;
2771
+ };
2772
+ pickup: {
2773
+ label: string;
2774
+ };
2775
+ additional: {
2776
+ title: string;
2777
+ subtitle: string;
2778
+ };
2779
+ };
2780
+ actions: {
2781
+ update: string;
2782
+ cancel: string;
2783
+ };
2784
+ };
2785
+ };
2786
+ tax_setting: {
2787
+ title: string;
2788
+ };
2789
+ };
2790
+ };
1006
2791
  };