@feedmepos/mf-order-setting 0.0.47 → 0.0.48

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