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