@feedmepos/mf-menu 0.0.2 → 0.0.54

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 (382) hide show
  1. package/README.md +1 -1
  2. package/dist/App-DohOU1oV.js +12631 -0
  3. package/dist/ApplyProduct.vue_vue_type_script_setup_true_lang-i6t88Eel.js +161 -0
  4. package/dist/BottomSheetMenuItem.vue_vue_type_script_setup_true_lang-DhrXKy3b.js +74 -0
  5. package/dist/Catalog-DLqeJUzk.js +641 -0
  6. package/dist/Category-B1_5y7Mc.js +392 -0
  7. package/dist/CookingGuide-L4a90U-7.js +880 -0
  8. package/dist/FormItem.vue_vue_type_script_setup_true_lang-BmPAVphe.js +26 -0
  9. package/dist/FormSection.vue_vue_type_script_setup_true_lang-CO4YGYLB.js +50 -0
  10. package/dist/Group-4FKRzniJ.js +48 -0
  11. package/dist/Group-Cggfw5se.js +4 -0
  12. package/dist/Group.vue_vue_type_script_setup_true_lang-DP3PgguY.js +594 -0
  13. package/dist/GroupMarkupPriceDialog.vue_vue_type_script_setup_true_lang-DsoLGvHp.js +211 -0
  14. package/dist/ImportProductDialog.vue_vue_type_script_setup_true_lang-DJ70FzxC.js +72778 -0
  15. package/dist/Ingredient-BiIebw2u.js +495 -0
  16. package/dist/InventoryBinding.vue_vue_type_script_setup_true_lang-DhEEjc_i.js +21910 -0
  17. package/dist/LinkProductSideSheet-u1jj74-0.js +110 -0
  18. package/dist/MenuSelector.vue_vue_type_script_setup_true_lang-BShs7c1r.js +68 -0
  19. package/dist/MenuSetting-Dqd5iQG6.js +185 -0
  20. package/dist/PageLayout.vue_vue_type_script_setup_true_lang-2f0QfweQ.js +34 -0
  21. package/dist/PrintRoute-Cne9zCcz.js +420 -0
  22. package/dist/Product-kFxciKdY.js +4 -0
  23. package/dist/Product.vue_vue_type_script_setup_true_lang-CbcEfD6X.js +9408 -0
  24. package/dist/Products-CGWuSZFG.js +2660 -0
  25. package/dist/Publish-zzFK26fy.js +547 -0
  26. package/dist/Recipe-CYCPMkar.js +330 -0
  27. package/dist/ResponsiveFabButton.vue_vue_type_script_setup_true_lang-Cn-3MRBO.js +38 -0
  28. package/dist/Scheduler-Dl881fmO.js +227 -0
  29. package/dist/SchedulerSelector.vue_vue_type_script_setup_true_lang-BOfrY4Jc.js +33 -0
  30. package/dist/ServingSequence-C1EmqZWu.js +347 -0
  31. package/dist/Setting-CwAoMp-i.js +258 -0
  32. package/dist/Takeaway-CcRWIXdA.js +64 -0
  33. package/dist/Takeaway-DIrpbY-C.js +4 -0
  34. package/dist/Takeaway.vue_vue_type_script_setup_true_lang-bykZsQyj.js +306 -0
  35. package/dist/TextChip.vue_vue_type_script_setup_true_lang-8frWuZFL.js +20 -0
  36. package/dist/Thumbnail.vue_vue_type_script_setup_true_lang-CvOTKNYT.js +63 -0
  37. package/dist/TreeEditorOpenner.vue_vue_type_script_setup_true_lang-BikIegit.js +6170 -0
  38. package/dist/Unit-Cux3fhlO.js +144 -0
  39. package/dist/Variant-CCtG3acp.js +229 -0
  40. package/dist/_id_-Mp6ineI6.js +196 -0
  41. package/dist/app-B1I12pXb.js +2030 -0
  42. package/dist/app-D9DQSTFD.js +68 -0
  43. package/dist/app.js +8 -128
  44. package/dist/{App.vue.d.ts → apps/mf-menu/src/App.vue.d.ts} +1 -1
  45. package/dist/apps/mf-menu/src/Entry.vue.d.ts +3 -0
  46. package/dist/apps/mf-menu/src/api/index.d.ts +5 -0
  47. package/dist/apps/mf-menu/src/api/menu.d.ts +31 -0
  48. package/dist/apps/mf-menu/src/api/public.d.ts +5 -0
  49. package/dist/apps/mf-menu/src/app.d.ts +4486 -0
  50. package/dist/apps/mf-menu/src/assets/icons/index.d.ts +4 -0
  51. package/dist/apps/mf-menu/src/components/ApplyProducts.vue.d.ts +44 -0
  52. package/dist/apps/mf-menu/src/components/CustomAttributeChip.vue.d.ts +29 -0
  53. package/dist/{Entry.vue.d.ts → apps/mf-menu/src/components/Migrate.vue.d.ts} +1 -1
  54. package/dist/{components → apps/mf-menu/src/components}/Navigator.vue.d.ts +1 -1
  55. package/dist/apps/mf-menu/src/components/NumberPrecisionInput.vue.d.ts +26 -0
  56. package/dist/apps/mf-menu/src/components/OrderFromChip.vue.d.ts +15 -0
  57. package/dist/apps/mf-menu/src/components/feature/ApplyProduct/ApplyProduct.vue.d.ts +1034 -0
  58. package/dist/apps/mf-menu/src/components/feature/ApplyProduct/ApplyProductDialog.vue.d.ts +533 -0
  59. package/dist/apps/mf-menu/src/components/feature/ApplyProduct/index.d.ts +3194 -0
  60. package/dist/apps/mf-menu/src/components/feature/CatalogManager/Form.vue.d.ts +13 -0
  61. package/dist/apps/mf-menu/src/components/feature/CatalogManager/index.d.ts +25 -0
  62. package/dist/apps/mf-menu/src/components/feature/CatalogSchedulerSelector.vue.d.ts +19 -0
  63. package/dist/apps/mf-menu/src/components/feature/CategoryManager/Form.vue.d.ts +27 -0
  64. package/dist/apps/mf-menu/src/components/feature/CategoryManager/index.d.ts +43 -0
  65. package/dist/apps/mf-menu/src/components/feature/CategorySelector.vue.d.ts +6 -0
  66. package/dist/apps/mf-menu/src/components/feature/CategorySelectorSingle.vue.d.ts +18 -0
  67. package/dist/apps/mf-menu/src/components/feature/EmptyDataTemplate/Icon.vue.d.ts +2 -0
  68. package/dist/apps/mf-menu/src/components/feature/EmptyDataTemplate/index.d.ts +1 -0
  69. package/dist/apps/mf-menu/src/components/feature/EmptyDataTemplate/index.vue.d.ts +27 -0
  70. package/dist/apps/mf-menu/src/components/feature/Fields/CurrencyInput.vue.d.ts +45 -0
  71. package/dist/apps/mf-menu/src/components/feature/Fields/ImageDropField.vue.d.ts +21 -0
  72. package/dist/apps/mf-menu/src/components/feature/Fields/OrderFrom.vue.d.ts +91 -0
  73. package/dist/apps/mf-menu/src/components/feature/GroupManager/AddForm.vue.d.ts +11 -0
  74. package/dist/apps/mf-menu/src/components/feature/GroupManager/Form.vue.d.ts +42 -0
  75. package/dist/apps/mf-menu/src/components/feature/GroupManager/OptionTable.vue.d.ts +793 -0
  76. package/dist/apps/mf-menu/src/components/feature/GroupManager/UpdateForm.vue.d.ts +537 -0
  77. package/dist/apps/mf-menu/src/components/feature/GroupManager/index.d.ts +2231 -0
  78. package/dist/apps/mf-menu/src/components/feature/InventoryManager/Form.vue.d.ts +67 -0
  79. package/dist/apps/mf-menu/src/components/feature/InventoryManager/InventoryBinding.vue.d.ts +54 -0
  80. package/dist/apps/mf-menu/src/components/feature/InventoryManager/index.d.ts +223 -0
  81. package/dist/apps/mf-menu/src/components/feature/LinkProduct/LinkProductSideSheet.vue.d.ts +64 -0
  82. package/dist/apps/mf-menu/src/components/feature/MenuSelector.vue.d.ts +47 -0
  83. package/dist/apps/mf-menu/src/components/feature/Picker.vue.d.ts +37 -0
  84. package/dist/apps/mf-menu/src/components/feature/PriceTier/LinkPriceTier.vue.d.ts +12 -0
  85. package/dist/apps/mf-menu/src/components/feature/PriceTier/PriceTierButton.vue.d.ts +1593 -0
  86. package/dist/apps/mf-menu/src/components/feature/PriceTier/PriceTierForm.vue.d.ts +1606 -0
  87. package/dist/apps/mf-menu/src/components/feature/PriceTier/PriceTierNotice.vue.d.ts +15 -0
  88. package/dist/apps/mf-menu/src/components/feature/PriceTier/PriceTierSheet.vue.d.ts +27 -0
  89. package/dist/apps/mf-menu/src/components/feature/PrintDeptManager/Form.vue.d.ts +25 -0
  90. package/dist/apps/mf-menu/src/components/feature/PrintDeptManager/index.d.ts +43 -0
  91. package/dist/apps/mf-menu/src/components/feature/RecipeManager/Form.vue.d.ts +45 -0
  92. package/dist/apps/mf-menu/src/components/feature/RecipeManager/index.d.ts +70 -0
  93. package/dist/apps/mf-menu/src/components/feature/RemyButton.vue.d.ts +15 -0
  94. package/dist/apps/mf-menu/src/components/feature/RemyDialog.vue.d.ts +15 -0
  95. package/dist/apps/mf-menu/src/components/feature/ResponsiveFabButton.vue.d.ts +12 -0
  96. package/dist/apps/mf-menu/src/components/feature/RevertDialog.vue.d.ts +15 -0
  97. package/dist/apps/mf-menu/src/components/feature/SchedulerSelector.vue.d.ts +2 -0
  98. package/dist/apps/mf-menu/src/components/feature/SelectGroupDialog.vue.d.ts +15 -0
  99. package/dist/apps/mf-menu/src/components/feature/SelectVariantDialog.vue.d.ts +15 -0
  100. package/dist/apps/mf-menu/src/components/feature/ServingSequenceManager/Form.vue.d.ts +32 -0
  101. package/dist/apps/mf-menu/src/components/feature/ServingSequenceManager/index.d.ts +62 -0
  102. package/dist/apps/mf-menu/src/components/feature/SkuManager/Form.vue.d.ts +49 -0
  103. package/dist/apps/mf-menu/src/components/feature/SkuManager/index.d.ts +85 -0
  104. package/dist/apps/mf-menu/src/components/feature/TakeAwayManager/Form.vue.d.ts +35 -0
  105. package/dist/apps/mf-menu/src/components/feature/TakeAwayManager/index.d.ts +95 -0
  106. package/dist/apps/mf-menu/src/components/feature/TreeEditor/ProductsTree.vue.d.ts +22 -0
  107. package/dist/apps/mf-menu/src/components/feature/TreeEditor/TreeEditor.vue.d.ts +19 -0
  108. package/dist/apps/mf-menu/src/components/feature/TreeEditor/TreeEditorForm.vue.d.ts +36 -0
  109. package/dist/apps/mf-menu/src/components/feature/TreeEditor/TreeEditorLayout.vue.d.ts +11 -0
  110. package/dist/apps/mf-menu/src/components/feature/TreeEditor/TreeEditorOpenner.vue.d.ts +12 -0
  111. package/dist/apps/mf-menu/src/components/feature/TreeEditor/TreePanel.vue.d.ts +22 -0
  112. package/dist/apps/mf-menu/src/components/feature/TreeEditor/TreeTopButton.vue.d.ts +17 -0
  113. package/dist/apps/mf-menu/src/components/feature/TreeEditor/components/OrderFrom.vue.d.ts +15 -0
  114. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/catalog.d.ts +9 -0
  115. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/category.d.ts +32 -0
  116. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/item.d.ts +786 -0
  117. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/scheduler.d.ts +1165 -0
  118. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/tree.d.ts +12 -0
  119. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/useItemFormManagement.d.ts +788 -0
  120. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/useItemSelection.d.ts +8 -0
  121. package/dist/apps/mf-menu/src/components/feature/TreeEditor/composable/variant.d.ts +3 -0
  122. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/FmTipTreeIcon.vue.d.ts +35 -0
  123. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/FmTree.vue.d.ts +26 -0
  124. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/FmTreeChip.vue.d.ts +15 -0
  125. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/FmTreeIcon.vue.d.ts +31 -0
  126. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/FmTreeNode.vue.d.ts +52 -0
  127. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/HighlightableSpan.vue.d.ts +17 -0
  128. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/dragging.d.ts +36 -0
  129. package/dist/apps/mf-menu/src/components/feature/TreeEditor/fmtree/type.d.ts +70 -0
  130. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/AddForm.vue.d.ts +11 -0
  131. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/Form.vue.d.ts +42 -0
  132. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/OptionTable.vue.d.ts +793 -0
  133. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/UpdateForm.vue.d.ts +537 -0
  134. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/GroupManager/index.d.ts +2231 -0
  135. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/SelectGroupDialog.vue.d.ts +15 -0
  136. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/SelectVariantDialog.vue.d.ts +15 -0
  137. package/dist/apps/mf-menu/src/components/feature/TreeEditor/form/VariantManagerForm.vue.d.ts +24 -0
  138. package/dist/apps/mf-menu/src/components/feature/TreeEditor/history/index.d.ts +15 -0
  139. package/dist/apps/mf-menu/src/components/feature/TreeEditor/image/ImageUploadDialog.vue.d.ts +3 -0
  140. package/dist/apps/mf-menu/src/components/feature/TreeEditor/image/ImageUploadForm.vue.d.ts +32 -0
  141. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ItemForm.vue.d.ts +2393 -0
  142. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ProductDetail.vue.d.ts +19 -0
  143. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ProductGroup.vue.d.ts +19 -0
  144. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ProductInventory.vue.d.ts +27 -0
  145. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ProductPrice.vue.d.ts +18 -0
  146. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ProductPrint.vue.d.ts +24 -0
  147. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ProductTakeaway.vue.d.ts +19 -0
  148. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/ProductVariants.vue.d.ts +19 -0
  149. package/dist/apps/mf-menu/src/components/feature/TreeEditor/item/anchor.d.ts +9 -0
  150. package/dist/apps/mf-menu/src/components/feature/TreeEditor/menuUtils.d.ts +823 -0
  151. package/dist/apps/mf-menu/src/components/feature/TreeEditor/openner.d.ts +2 -0
  152. package/dist/apps/mf-menu/src/components/feature/TreeEditor/service/menuLocal.d.ts +16 -0
  153. package/dist/apps/mf-menu/src/components/feature/TreeEditor/store/menuV2.d.ts +6986 -0
  154. package/dist/apps/mf-menu/src/components/feature/TreeEditor/store/tree.d.ts +641 -0
  155. package/dist/apps/mf-menu/src/components/feature/TreeEditor/treeUtils.d.ts +59 -0
  156. package/dist/apps/mf-menu/src/components/feature/TreeEditor/type.d.ts +73 -0
  157. package/dist/apps/mf-menu/src/components/feature/UnitManager/Form.vue.d.ts +27 -0
  158. package/dist/apps/mf-menu/src/components/feature/UnitManager/UnitMeasurement.vue.d.ts +75 -0
  159. package/dist/apps/mf-menu/src/components/feature/UnitManager/index.d.ts +40 -0
  160. package/dist/apps/mf-menu/src/components/feature/VariantManager/Form.vue.d.ts +30 -0
  161. package/dist/apps/mf-menu/src/components/feature/VariantManager/index.d.ts +40 -0
  162. package/dist/apps/mf-menu/src/components/feature/overview/OverviewSheet.vue.d.ts +12 -0
  163. package/dist/apps/mf-menu/src/components/feature/overview/ProductOverview.vue.d.ts +29 -0
  164. package/dist/apps/mf-menu/src/components/feature/overview/ViewLayout.vue.d.ts +46 -0
  165. package/dist/apps/mf-menu/src/components/feature/overview/comp/ProductBaseInfo.vue.d.ts +12 -0
  166. package/dist/apps/mf-menu/src/components/feature/overview/comp/ProductViewer.vue.d.ts +12 -0
  167. package/dist/apps/mf-menu/src/components/feature/overview/type.d.ts +5 -0
  168. package/dist/apps/mf-menu/src/components/feature/overview/views/GroupView.vue.d.ts +12 -0
  169. package/dist/apps/mf-menu/src/components/feature/overview/views/GroupViewTable.vue.d.ts +24 -0
  170. package/dist/apps/mf-menu/src/components/feature/overview/views/ProductView.vue.d.ts +12 -0
  171. package/dist/apps/mf-menu/src/components/feature/overview/views/ProductViewTable.vue.d.ts +18 -0
  172. package/dist/apps/mf-menu/src/components/feature/overview/views/SchedulerView.vue.d.ts +2 -0
  173. package/dist/apps/mf-menu/src/components/feature/overview/views/VariantView.vue.d.ts +2 -0
  174. package/dist/apps/mf-menu/src/components/feature/publish.d.ts +27 -0
  175. package/dist/apps/mf-menu/src/components/import/ImportButton.vue.d.ts +12 -0
  176. package/dist/apps/mf-menu/src/components/import/ItemCard.vue.d.ts +18 -0
  177. package/dist/apps/mf-menu/src/components/import/PreviewAddonContent.vue.d.ts +71 -0
  178. package/dist/apps/mf-menu/src/components/import/PreviewContent.vue.d.ts +36 -0
  179. package/dist/apps/mf-menu/src/components/import/PreviewContent2.vue.d.ts +55 -0
  180. package/dist/apps/mf-menu/src/components/import/PreviewImportForm.vue.d.ts +26 -0
  181. package/dist/apps/mf-menu/src/components/import/PreviewImportFormFeedme.vue.d.ts +27 -0
  182. package/dist/apps/mf-menu/src/components/layout/FullScreenForm.vue.d.ts +30 -0
  183. package/dist/apps/mf-menu/src/components/layout/PageLayout.vue.d.ts +23 -0
  184. package/dist/apps/mf-menu/src/components/layout/ToggleCard.vue.d.ts +28 -0
  185. package/dist/apps/mf-menu/src/composable/dragResize.d.ts +16 -0
  186. package/dist/apps/mf-menu/src/composable/menu.d.ts +9 -0
  187. package/dist/apps/mf-menu/src/composable/menuNotifer.d.ts +3 -0
  188. package/dist/apps/mf-menu/src/composable/navigator.d.ts +11 -0
  189. package/dist/apps/mf-menu/src/composable/search.d.ts +5 -0
  190. package/dist/apps/mf-menu/src/helper/check.d.ts +6 -0
  191. package/dist/apps/mf-menu/src/helper/currency.d.ts +2 -0
  192. package/dist/apps/mf-menu/src/helper/feedmeModify/definitions.d.ts +449 -0
  193. package/dist/apps/mf-menu/src/helper/feedmeModify/fromExcel.d.ts +8 -0
  194. package/dist/apps/mf-menu/src/helper/feedmeModify/toExcel.d.ts +19 -0
  195. package/dist/apps/mf-menu/src/helper/import-export.d.ts +7070 -0
  196. package/dist/apps/mf-menu/src/helper/item.d.ts +22 -0
  197. package/dist/apps/mf-menu/src/helper/iteration.d.ts +7 -0
  198. package/dist/apps/mf-menu/src/helper/menu.d.ts +872 -0
  199. package/dist/apps/mf-menu/src/helper/number.d.ts +14 -0
  200. package/dist/apps/mf-menu/src/helper/object.d.ts +6 -0
  201. package/dist/apps/mf-menu/src/helper/recipe.d.ts +3 -0
  202. package/dist/apps/mf-menu/src/helper/remy.d.ts +5 -0
  203. package/dist/apps/mf-menu/src/helper/setting/catalogSetting.d.ts +37 -0
  204. package/dist/apps/mf-menu/src/helper/sku.d.ts +9 -0
  205. package/dist/apps/mf-menu/src/helper/string.d.ts +1 -0
  206. package/dist/apps/mf-menu/src/init.d.ts +1 -0
  207. package/dist/apps/mf-menu/src/manager/cooking_guide.d.ts +5 -0
  208. package/dist/apps/mf-menu/src/manager/menu/catalog.d.ts +27 -0
  209. package/dist/apps/mf-menu/src/manager/menu/category.d.ts +38 -0
  210. package/dist/apps/mf-menu/src/manager/menu/group.d.ts +62 -0
  211. package/dist/apps/mf-menu/src/manager/menu/item.d.ts +6919 -0
  212. package/dist/apps/mf-menu/src/manager/menu/priceTier.d.ts +15 -0
  213. package/dist/apps/mf-menu/src/manager/menu/scheduler.d.ts +26 -0
  214. package/dist/apps/mf-menu/src/manager/menu/takeaway.d.ts +6 -0
  215. package/dist/apps/mf-menu/src/manager/print_department.d.ts +5 -0
  216. package/dist/apps/mf-menu/src/manager/scheduler.d.ts +5 -0
  217. package/dist/apps/mf-menu/src/plugins.d.ts +4 -0
  218. package/dist/apps/mf-menu/src/router/shared.d.ts +17 -0
  219. package/dist/apps/mf-menu/src/stores/app.d.ts +217 -0
  220. package/dist/apps/mf-menu/src/stores/manager/catalog.d.ts +7 -0
  221. package/dist/apps/mf-menu/src/stores/manager/item.d.ts +2384 -0
  222. package/dist/apps/mf-menu/src/stores/manager/recipe.d.ts +733 -0
  223. package/dist/apps/mf-menu/src/stores/manager/scheduler.d.ts +1165 -0
  224. package/dist/apps/mf-menu/src/stores/manager/sku.d.ts +1621 -0
  225. package/dist/apps/mf-menu/src/stores/manager/takeaway.d.ts +107 -0
  226. package/dist/apps/mf-menu/src/stores/manager/unit.d.ts +397 -0
  227. package/dist/apps/mf-menu/src/stores/manager/variant.d.ts +11 -0
  228. package/dist/apps/mf-menu/src/stores/menu.d.ts +6983 -0
  229. package/dist/apps/mf-menu/src/stores/menuEdit.d.ts +7 -0
  230. package/dist/apps/mf-menu/src/types/recipe.d.ts +4 -0
  231. package/dist/apps/mf-menu/src/types/rule.d.ts +64 -0
  232. package/dist/apps/mf-menu/src/utils/createComponentProgrammatically.d.ts +7 -0
  233. package/dist/apps/mf-menu/src/utils/input.d.ts +1 -0
  234. package/dist/apps/mf-menu/src/utils/inventory.d.ts +6 -0
  235. package/dist/apps/mf-menu/src/utils/table.d.ts +1 -0
  236. package/dist/apps/mf-menu/src/utils/tooltip.d.ts +8 -0
  237. package/dist/apps/mf-menu/src/utils/worker.d.ts +1 -0
  238. package/dist/{views → apps/mf-menu/src/views}/Catalog/Catalog.vue.d.ts +1 -1
  239. package/dist/apps/mf-menu/src/views/Catalog/CatalogUsageTable.vue.d.ts +16 -0
  240. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddCategoryDialogContentComponent.vue.d.ts +14 -0
  241. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/Form.vue.d.ts +1595 -0
  242. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/ProductDetail.vue.d.ts +20 -0
  243. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/ProductGroup.vue.d.ts +19 -0
  244. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/ProductInventory.vue.d.ts +27 -0
  245. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/ProductPrice.vue.d.ts +18 -0
  246. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/ProductPrint.vue.d.ts +24 -0
  247. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/ProductTakeaway.vue.d.ts +19 -0
  248. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/ProductVariants.vue.d.ts +19 -0
  249. package/dist/apps/mf-menu/src/views/Catalog/Edit/AddProductPopup/index.d.ts +3981 -0
  250. package/dist/apps/mf-menu/src/views/Catalog/Edit/Group.vue.d.ts +6 -0
  251. package/dist/apps/mf-menu/src/views/Catalog/Edit/GroupMarkupPriceDialog.vue.d.ts +31 -0
  252. package/dist/apps/mf-menu/src/views/Catalog/Edit/ImportProductDialog.vue.d.ts +18 -0
  253. package/dist/apps/mf-menu/src/views/Catalog/Edit/Product.vue.d.ts +2 -0
  254. package/dist/apps/mf-menu/src/views/Catalog/Edit/ProductTable.vue.d.ts +37 -0
  255. package/dist/apps/mf-menu/src/views/Catalog/Edit/SelectUploadFile.vue.d.ts +23 -0
  256. package/dist/apps/mf-menu/src/views/Catalog/Edit/SelectUploadFiles.vue.d.ts +21 -0
  257. package/dist/apps/mf-menu/src/views/Catalog/Edit/Setting.vue.d.ts +2 -0
  258. package/dist/apps/mf-menu/src/views/Catalog/Edit/Takeaway.vue.d.ts +6 -0
  259. package/dist/apps/mf-menu/src/views/Catalog/Edit/Thumbnail.vue.d.ts +20 -0
  260. package/dist/apps/mf-menu/src/views/Catalog/Edit/[id].vue.d.ts +2 -0
  261. package/dist/apps/mf-menu/src/views/Catalog/type.d.ts +16 -0
  262. package/dist/apps/mf-menu/src/views/Category/Category.vue.d.ts +2 -0
  263. package/dist/apps/mf-menu/src/views/Category/CategoryTable.vue.d.ts +2 -0
  264. package/dist/{views → apps/mf-menu/src/views}/CookingGuide/CookingGuide.vue.d.ts +1 -1
  265. package/dist/apps/mf-menu/src/views/CookingGuide/CookingGuideDialog.vue.d.ts +186 -0
  266. package/dist/apps/mf-menu/src/views/CookingGuide/CookingGuideStepDialog.vue.d.ts +36 -0
  267. package/dist/apps/mf-menu/src/views/CookingGuide/CookingGuideStepOverrideDialog.vue.d.ts +70 -0
  268. package/dist/apps/mf-menu/src/views/Group/Group.vue.d.ts +2 -0
  269. package/dist/apps/mf-menu/src/views/Ingredient/Ingredient.vue.d.ts +2 -0
  270. package/dist/apps/mf-menu/src/views/MenuSetting/AddPriceGroupDialog.vue.d.ts +2 -0
  271. package/dist/apps/mf-menu/src/views/MenuSetting/MenuSetting.vue.d.ts +2 -0
  272. package/dist/{views → apps/mf-menu/src/views}/Overview/Overview.vue.d.ts +1 -1
  273. package/dist/apps/mf-menu/src/views/PrintRoute/PrintDepartmentDialog.vue.d.ts +35 -0
  274. package/dist/apps/mf-menu/src/views/PrintRoute/PrintRoute.vue.d.ts +7 -0
  275. package/dist/apps/mf-menu/src/views/Product/Products.vue.d.ts +2 -0
  276. package/dist/apps/mf-menu/src/views/ProductOverviewDemo.vue.d.ts +2 -0
  277. package/dist/{views → apps/mf-menu/src/views}/Publish/Publish.vue.d.ts +1 -1
  278. package/dist/apps/mf-menu/src/views/Publish/UpdateCatalogDialog.vue.d.ts +3473 -0
  279. package/dist/apps/mf-menu/src/views/Recipe/Recipe.vue.d.ts +6 -0
  280. package/dist/apps/mf-menu/src/views/Scheduler/FilterForm.vue.d.ts +847 -0
  281. package/dist/{views → apps/mf-menu/src/views}/Scheduler/Scheduler.vue.d.ts +1 -1
  282. package/dist/apps/mf-menu/src/views/Scheduler/SchedulerDialog.vue.d.ts +862 -0
  283. package/dist/apps/mf-menu/src/views/ServingSequence/ServingSequence.vue.d.ts +2 -0
  284. package/dist/apps/mf-menu/src/views/Takeaway/Takeaway.vue.d.ts +2 -0
  285. package/dist/apps/mf-menu/src/views/TaxSetting/TaxSetting.vue.d.ts +2 -0
  286. package/dist/apps/mf-menu/src/views/TreeEditorDemo.vue.d.ts +2 -0
  287. package/dist/apps/mf-menu/src/views/Unit/Unit.vue.d.ts +2 -0
  288. package/dist/{views → apps/mf-menu/src/views}/Variant/Variant.vue.d.ts +1 -1
  289. package/dist/apps/mf-menu/tsconfig.app.tsbuildinfo +1 -0
  290. package/dist/assets/linked-status-T3O-XXdn.js +24 -0
  291. package/dist/assets/override-menu-CPwBtTX9.js +24 -0
  292. package/dist/assets/validate-menu-CkDDM692.js +24 -0
  293. package/dist/catalog-B1UQHu6j.js +202 -0
  294. package/dist/catalogSetting-DdxZ0nKg.js +65 -0
  295. package/dist/check-C9mY6LiX.js +9 -0
  296. package/dist/createComponentProgrammatically-Bt2rn1IQ.js +11 -0
  297. package/dist/createForm-BoUQeZTd.js +16 -0
  298. package/dist/currency-Bmje2XMW.js +7 -0
  299. package/dist/dayjs.min-CcDoWv_V.js +6 -0
  300. package/dist/discardConfirm-Br8AbO7y.js +3704 -0
  301. package/dist/index-Ce4v8o7D.js +106 -0
  302. package/dist/index-DJ2C-NTK.js +273 -0
  303. package/dist/index-wAygpONg.js +239 -0
  304. package/dist/index.vue_vue_type_script_setup_true_lang-BgqsTzLI.js +57 -0
  305. package/dist/item-DIYt3BTF.js +6897 -0
  306. package/dist/menu-BqPh15La.js +34 -0
  307. package/dist/menu-NS-_m-8z.js +126229 -0
  308. package/dist/mf-menu.css +1 -0
  309. package/dist/object-VfpKsK3I.js +166 -0
  310. package/dist/packages/shared/src/api/index.d.ts +3 -0
  311. package/dist/packages/shared/src/api/public.d.ts +5 -0
  312. package/dist/packages/shared/src/components/button/ResponsiveFabButton.vue.d.ts +12 -0
  313. package/dist/packages/shared/src/components/dialog/ConfirmActionDialog.vue.d.ts +30 -0
  314. package/dist/packages/shared/src/components/form/DynamicSheet.vue.d.ts +19 -0
  315. package/dist/packages/shared/src/components/form/FormLabel.vue.d.ts +33 -0
  316. package/dist/packages/shared/src/components/form/ImageDropField.vue.d.ts +46 -0
  317. package/dist/packages/shared/src/components/form/RestaurantSelector.vue.d.ts +37 -0
  318. package/dist/packages/shared/src/components/form/RestaurantSelectorMultiple.vue.d.ts +22 -0
  319. package/dist/packages/shared/src/components/info/InfoBasic.vue.d.ts +20 -0
  320. package/dist/packages/shared/src/components/info/Summary.vue.d.ts +19 -0
  321. package/dist/packages/shared/src/components/info/TextChip.vue.d.ts +36 -0
  322. package/dist/packages/shared/src/components/layout/FormColumn.vue.d.ts +21 -0
  323. package/dist/packages/shared/src/components/layout/FormItem.vue.d.ts +23 -0
  324. package/dist/packages/shared/src/components/layout/FormRow.vue.d.ts +9 -0
  325. package/dist/packages/shared/src/components/layout/FormSection.vue.d.ts +24 -0
  326. package/dist/packages/shared/src/components/layout/FullScreenForm.vue.d.ts +45 -0
  327. package/dist/packages/shared/src/components/layout/FullWrapper.vue.d.ts +9 -0
  328. package/dist/packages/shared/src/components/layout/HorizontalSplitter.vue.d.ts +2 -0
  329. package/dist/packages/shared/src/components/layout/Indent.vue.d.ts +9 -0
  330. package/dist/packages/shared/src/components/layout/ListLayout.vue.d.ts +2 -0
  331. package/dist/packages/shared/src/components/layout/LottieAnimation.vue.d.ts +39 -0
  332. package/dist/packages/shared/src/components/layout/MobileXScrollable.vue.d.ts +9 -0
  333. package/dist/packages/shared/src/components/layout/PageLayout.vue.d.ts +24 -0
  334. package/dist/packages/shared/src/components/loading/AppLoading.vue.d.ts +20 -0
  335. package/dist/packages/shared/src/components/loading/PageLoading.vue.d.ts +2 -0
  336. package/dist/packages/shared/src/components/loading/index.d.ts +1 -0
  337. package/dist/packages/shared/src/components/map/GoogleMap.vue.d.ts +79 -0
  338. package/dist/packages/shared/src/components/menu/BottomSheetMenu.vue.d.ts +10 -0
  339. package/dist/packages/shared/src/components/menu/BottomSheetMenuItem.vue.d.ts +24 -0
  340. package/dist/packages/shared/src/components/menu/ResponsiveContextMenu.vue.d.ts +22 -0
  341. package/dist/packages/shared/src/components/table/EmptyDataTemplate/Icon.vue.d.ts +2 -0
  342. package/dist/packages/shared/src/components/table/EmptyDataTemplate/index.d.ts +1 -0
  343. package/dist/packages/shared/src/components/table/EmptyDataTemplate/index.vue.d.ts +27 -0
  344. package/dist/packages/shared/src/components/types.d.ts +95 -0
  345. package/dist/packages/shared/src/composable/clipboard.d.ts +3 -0
  346. package/dist/packages/shared/src/composable/dateRange.d.ts +18 -0
  347. package/dist/packages/shared/src/composable/discardConfirm.d.ts +1 -0
  348. package/dist/packages/shared/src/composable/elementPosition.d.ts +17 -0
  349. package/dist/packages/shared/src/composable/filterSelector.d.ts +12 -0
  350. package/dist/packages/shared/src/composable/loading.d.ts +29 -0
  351. package/dist/packages/shared/src/composable/prompt.d.ts +9 -0
  352. package/dist/packages/shared/src/composable/sheet.d.ts +17 -0
  353. package/dist/packages/shared/src/feature/featureMinVersion.d.ts +34 -0
  354. package/dist/packages/shared/src/helpers/actionButton.d.ts +8 -0
  355. package/dist/packages/shared/src/helpers/browser.d.ts +1 -0
  356. package/dist/packages/shared/src/helpers/contextMenu.d.ts +13 -0
  357. package/dist/packages/shared/src/helpers/createComponent.d.ts +7 -0
  358. package/dist/packages/shared/src/helpers/createForm.d.ts +2 -0
  359. package/dist/packages/shared/src/helpers/iteration.d.ts +11 -0
  360. package/dist/packages/shared/src/helpers/map.d.ts +370 -0
  361. package/dist/packages/shared/src/helpers/object.d.ts +6 -0
  362. package/dist/packages/shared/src/helpers/rules.d.ts +1 -0
  363. package/dist/packages/shared/src/helpers/string.d.ts +12 -0
  364. package/dist/packages/shared/src/stores/app.d.ts +217 -0
  365. package/dist/packages/shared/src/types/types.d.ts +5 -0
  366. package/dist/priceTier-xXhsXzsB.js +87 -0
  367. package/dist/scheduler-B2Mo-xyA.js +473 -0
  368. package/dist/search-BAPEUu1R.js +15 -0
  369. package/dist/string-DpfFixWH.js +4 -0
  370. package/dist/toExcel-D_BNnNoP.js +1439 -0
  371. package/dist/tooltip-B5BiPMx9.js +32 -0
  372. package/dist/unit--oJkBunJ.js +370 -0
  373. package/dist/vuedraggable-CK8z7qA8.js +1728 -0
  374. package/package.json +55 -13
  375. package/dist/api/index.d.ts +0 -1
  376. package/dist/app.d.ts +0 -2
  377. package/dist/router/shared.d.ts +0 -2
  378. package/dist/stores/counter.d.ts +0 -13
  379. package/dist/tsconfig.app.tsbuildinfo +0 -1
  380. package/dist/views/PrintRoute/PrintRoute.vue.d.ts +0 -2
  381. /package/dist/{main.d.ts → apps/mf-menu/src/main.d.ts} +0 -0
  382. /package/dist/{router → apps/mf-menu/src/router}/index.d.ts +0 -0
@@ -0,0 +1,4486 @@
1
+ import "@feedmepos/remy-vue-client/style.css";
2
+ import type { App } from "vue";
3
+ import { useMenuNavigatorStatus } from "./composable/navigator";
4
+ import enUS from "./locales/en-US.json";
5
+ import { routers, catalogRoutes } from "./router/shared";
6
+ export declare const FmApp: any;
7
+ declare function initMenuApp(app: App, vueRouter: any): void;
8
+ export type AppMessagesSchema = typeof enUS;
9
+ export declare const i18nMessages: {
10
+ "en-US": {
11
+ menu: {
12
+ title: string;
13
+ common: {
14
+ actions: {
15
+ update: string;
16
+ cancel: string;
17
+ add: string;
18
+ search: string;
19
+ delete: string;
20
+ remove: string;
21
+ deselect_all: string;
22
+ move: string;
23
+ edit: string;
24
+ download: string;
25
+ save: string;
26
+ confirm: string;
27
+ yes: string;
28
+ no: string;
29
+ link: string;
30
+ migrate: string;
31
+ add_new_variant: string;
32
+ add_group: string;
33
+ apply_product: string;
34
+ link_product: string;
35
+ deselect: string;
36
+ };
37
+ labels: {
38
+ name: string;
39
+ detail: string;
40
+ items_linked: string;
41
+ search_placeholder: string;
42
+ symbol: string;
43
+ products_linked: string;
44
+ product_linked_singular: string;
45
+ product_linked_plural: string;
46
+ enter_name: string;
47
+ product: string;
48
+ selected_items: string;
49
+ all: string;
50
+ category: string;
51
+ group_name: string;
52
+ min_select: string;
53
+ max_select: string;
54
+ group_type: string;
55
+ stackable: string;
56
+ stackable_sublabel: string;
57
+ configuration: string;
58
+ variant: string;
59
+ product_title: string;
60
+ price: string;
61
+ order_from: string;
62
+ inventory: string;
63
+ search_groups: string;
64
+ search_variants: string;
65
+ product_count: string;
66
+ search_product: string;
67
+ product_image: string;
68
+ optional: string;
69
+ products_selected: string;
70
+ items_selected: string;
71
+ catalog: string;
72
+ scheduler: string;
73
+ all_time: string;
74
+ main: string;
75
+ unknown: string;
76
+ all_day: string;
77
+ scheduler_title: string;
78
+ link_product_title: string;
79
+ products_count: string;
80
+ search: string;
81
+ status: string;
82
+ };
83
+ dialog: {
84
+ remove_confirmation: string;
85
+ change_type: {
86
+ title: string;
87
+ message: string;
88
+ };
89
+ remove: {
90
+ catalog: {
91
+ title: string;
92
+ message: string;
93
+ };
94
+ category: {
95
+ title: string;
96
+ message: string;
97
+ };
98
+ product: {
99
+ title: string;
100
+ message: string;
101
+ success: string;
102
+ };
103
+ recipe: {
104
+ title: string;
105
+ message: string;
106
+ };
107
+ ingredient: {
108
+ title: string;
109
+ message: string;
110
+ };
111
+ takeaway: {
112
+ title: string;
113
+ message: string;
114
+ };
115
+ unit: {
116
+ title: string;
117
+ message: string;
118
+ };
119
+ variant: {
120
+ title: string;
121
+ message: string;
122
+ };
123
+ };
124
+ };
125
+ validation: {
126
+ required: string;
127
+ min_max: string;
128
+ product_title_required: string;
129
+ min_value: string;
130
+ max_value: string;
131
+ field_required: string;
132
+ required_field: string;
133
+ invalid_amount: string;
134
+ max_default_items: string;
135
+ default_items_tip: string;
136
+ };
137
+ file: {
138
+ accepts: string;
139
+ };
140
+ empty: {
141
+ no_group: {
142
+ title: string;
143
+ subtitle: string;
144
+ };
145
+ no_variant: {
146
+ title: string;
147
+ subtitle: string;
148
+ };
149
+ };
150
+ };
151
+ category: {
152
+ title: string;
153
+ add: string;
154
+ detail: string;
155
+ name: string;
156
+ empty: {
157
+ title: string;
158
+ subtitle: string;
159
+ no_group: {
160
+ title: string;
161
+ subtitle: string;
162
+ };
163
+ };
164
+ columns: {
165
+ title: string;
166
+ products: string;
167
+ };
168
+ dialog: {
169
+ remove: {
170
+ title: string;
171
+ error: string;
172
+ };
173
+ add: {
174
+ title: string;
175
+ name: {
176
+ label: string;
177
+ placeholder: string;
178
+ required: string;
179
+ };
180
+ };
181
+ };
182
+ products: {
183
+ title: string;
184
+ add: string;
185
+ linked_count: string;
186
+ search: string;
187
+ columns: {
188
+ name: string;
189
+ code: string;
190
+ };
191
+ };
192
+ selector: {
193
+ all: string;
194
+ title: string;
195
+ };
196
+ manager: {
197
+ dialog: {
198
+ add: {
199
+ title: string;
200
+ action: string;
201
+ };
202
+ update: {
203
+ title: string;
204
+ action: string;
205
+ };
206
+ };
207
+ };
208
+ };
209
+ variant: {
210
+ title: string;
211
+ add: string;
212
+ columns: {
213
+ name: string;
214
+ options: string;
215
+ applied_products: string;
216
+ };
217
+ mobile: {
218
+ value: string;
219
+ };
220
+ empty: {
221
+ title: string;
222
+ subtitle: string;
223
+ no_variant: {
224
+ title: string;
225
+ subtitle: string;
226
+ };
227
+ };
228
+ select: {
229
+ title: string;
230
+ subtitle: string;
231
+ };
232
+ form: {
233
+ title: {
234
+ add: string;
235
+ edit: string;
236
+ };
237
+ detail: string;
238
+ name: {
239
+ label: string;
240
+ placeholder: string;
241
+ helper: string;
242
+ required: string;
243
+ };
244
+ options: {
245
+ title: string;
246
+ placeholder: string;
247
+ min_required: string;
248
+ name_required: string;
249
+ };
250
+ applied_product: string;
251
+ };
252
+ };
253
+ unit: {
254
+ title: string;
255
+ add: string;
256
+ update: string;
257
+ precision: string;
258
+ precision_placeholder: string;
259
+ empty: {
260
+ title: string;
261
+ subtitle: string;
262
+ };
263
+ columns: {
264
+ name: string;
265
+ symbol: string;
266
+ };
267
+ measurement: {
268
+ add: string;
269
+ title: string;
270
+ name: string;
271
+ symbol: string;
272
+ conversion: string;
273
+ preview: string;
274
+ preview_label: string;
275
+ };
276
+ };
277
+ print_dept: {
278
+ title: string;
279
+ add: string;
280
+ update: string;
281
+ columns: {
282
+ name: string;
283
+ products: string;
284
+ };
285
+ };
286
+ sku: {
287
+ title: string;
288
+ add: string;
289
+ update: string;
290
+ columns: {
291
+ code: string;
292
+ name: string;
293
+ unit: string;
294
+ };
295
+ empty: {
296
+ no_unit: string;
297
+ subtitle: string;
298
+ };
299
+ validation: {
300
+ code_used: string;
301
+ };
302
+ errors: {
303
+ select_recipe_ingredient: string;
304
+ };
305
+ convertible: {
306
+ label: string;
307
+ sublabel: string;
308
+ convert_to: string;
309
+ };
310
+ };
311
+ recipe: {
312
+ title: string;
313
+ add: string;
314
+ update: string;
315
+ columns: {
316
+ name: string;
317
+ };
318
+ validation: {
319
+ bind_required: string;
320
+ };
321
+ table: {
322
+ columns: {
323
+ name: string;
324
+ ingredients: string;
325
+ };
326
+ search: {
327
+ placeholder: string;
328
+ };
329
+ };
330
+ empty: {
331
+ title: string;
332
+ subtitle: string;
333
+ action: string;
334
+ };
335
+ actions: {
336
+ add: string;
337
+ };
338
+ };
339
+ serving_sequence: {
340
+ title: string;
341
+ add: string;
342
+ update: string;
343
+ columns: {
344
+ name: string;
345
+ };
346
+ empty: {
347
+ title: string;
348
+ subtitle: string;
349
+ };
350
+ };
351
+ group: {
352
+ title: string;
353
+ add: string;
354
+ update: string;
355
+ option: {
356
+ title: string;
357
+ link_products: string;
358
+ add_option: string;
359
+ product_title: string;
360
+ product_title_required: string;
361
+ price: string;
362
+ inventory: string;
363
+ variant: string;
364
+ code: string;
365
+ is_default: string;
366
+ should_link_at_least_one_variant: string;
367
+ };
368
+ types: {
369
+ normal: string;
370
+ product: string;
371
+ dynamic: string;
372
+ };
373
+ select: {
374
+ title: string;
375
+ subtitle: string;
376
+ };
377
+ empty: {
378
+ title: string;
379
+ subtitle: string;
380
+ };
381
+ search: {
382
+ placeholder: string;
383
+ };
384
+ type: {
385
+ title: string;
386
+ all: string;
387
+ normal: string;
388
+ product: string;
389
+ dynamic: string;
390
+ };
391
+ list: {
392
+ items_linked: string;
393
+ products_linked: string;
394
+ columns: {
395
+ name: string;
396
+ products: string;
397
+ type: string;
398
+ applied_products: string;
399
+ };
400
+ types: {
401
+ normal: string;
402
+ product: string;
403
+ dynamic: string;
404
+ };
405
+ variants: string;
406
+ more_items: string;
407
+ };
408
+ actions: {
409
+ add: string;
410
+ duplicate: {
411
+ title: string;
412
+ message: string;
413
+ };
414
+ apply_product: string;
415
+ duplicate_action: string;
416
+ };
417
+ dialogs: {
418
+ delete: {
419
+ title: string;
420
+ message: string;
421
+ };
422
+ update: {
423
+ title: string;
424
+ };
425
+ };
426
+ };
427
+ migrate: {
428
+ title: string;
429
+ description: string;
430
+ message: string;
431
+ notification: {
432
+ title: string;
433
+ description: string;
434
+ };
435
+ errors: {
436
+ no_restaurant: string;
437
+ pos_version: string;
438
+ };
439
+ };
440
+ scheduler: {
441
+ title: string;
442
+ select: {
443
+ title: string;
444
+ all_time: string;
445
+ };
446
+ empty: {
447
+ title: string;
448
+ subtitle: string;
449
+ action: string;
450
+ };
451
+ table: {
452
+ columns: {
453
+ name: string;
454
+ repeat: string;
455
+ period: string;
456
+ products: string;
457
+ };
458
+ products_linked: string;
459
+ search: {
460
+ placeholder: string;
461
+ };
462
+ };
463
+ repeat: {
464
+ daily: string;
465
+ weekdays: string;
466
+ weekends: string;
467
+ except: string;
468
+ range: string;
469
+ };
470
+ days: {
471
+ monday: string;
472
+ tuesday: string;
473
+ wednesday: string;
474
+ thursday: string;
475
+ friday: string;
476
+ saturday: string;
477
+ sunday: string;
478
+ };
479
+ dialog: {
480
+ add: {
481
+ title: string;
482
+ action: string;
483
+ };
484
+ update: {
485
+ title: string;
486
+ action: string;
487
+ };
488
+ sections: {
489
+ detail: {
490
+ title: string;
491
+ name: {
492
+ label: string;
493
+ placeholder: string;
494
+ required: string;
495
+ };
496
+ };
497
+ availability: {
498
+ title: string;
499
+ daily: string;
500
+ weekly: string;
501
+ };
502
+ period: {
503
+ title: string;
504
+ all_day: string;
505
+ custom: string;
506
+ add: string;
507
+ };
508
+ autolink: {
509
+ title: string;
510
+ label: string;
511
+ sublabel: string;
512
+ all_items: string;
513
+ filter_message: string;
514
+ tooltip: string;
515
+ };
516
+ filter: {
517
+ add: string;
518
+ matches: string;
519
+ or: string;
520
+ types: {
521
+ code: string;
522
+ category: string;
523
+ };
524
+ placeholder: {
525
+ category: string;
526
+ };
527
+ };
528
+ products: {
529
+ title: string;
530
+ link: string;
531
+ };
532
+ };
533
+ actions: {
534
+ cancel: string;
535
+ };
536
+ };
537
+ dialogs: {
538
+ remove: {
539
+ title: string;
540
+ message: string;
541
+ };
542
+ };
543
+ };
544
+ revert: {
545
+ title: string;
546
+ description: string;
547
+ labels: {
548
+ restaurant: string;
549
+ revert_to: string;
550
+ default: string;
551
+ pos_takeaway: string;
552
+ pickup: string;
553
+ additional_catalogs: string;
554
+ };
555
+ };
556
+ remy: {
557
+ title: string;
558
+ description: string;
559
+ actions: {
560
+ start: string;
561
+ close: string;
562
+ };
563
+ messages: {
564
+ welcome: string;
565
+ thinking: string;
566
+ error: string;
567
+ };
568
+ };
569
+ picker: {
570
+ title: string;
571
+ search: string;
572
+ no_results: string;
573
+ selected: string;
574
+ };
575
+ apply_product: {
576
+ title: string;
577
+ link: {
578
+ title: string;
579
+ subtitle: string;
580
+ };
581
+ table: {
582
+ category_count: string;
583
+ inventory: string;
584
+ value: string;
585
+ };
586
+ };
587
+ catalog: {
588
+ title: string;
589
+ detail: string;
590
+ main: string;
591
+ form: {
592
+ name: string;
593
+ tax: {
594
+ title: string;
595
+ auto: {
596
+ label: string;
597
+ sublabel: string;
598
+ };
599
+ manual: {
600
+ label: string;
601
+ sublabel: string;
602
+ };
603
+ inclusive: string;
604
+ };
605
+ link: {
606
+ title: string;
607
+ auto_link: {
608
+ label: string;
609
+ sublabel: string;
610
+ };
611
+ options: {
612
+ all: string;
613
+ pos_only: string;
614
+ };
615
+ };
616
+ markup: {
617
+ title: string;
618
+ auto: {
619
+ label: string;
620
+ sublabel: string;
621
+ };
622
+ add: string;
623
+ config: string;
624
+ percentage: string;
625
+ products: string;
626
+ all_items: string;
627
+ };
628
+ };
629
+ validation: {
630
+ name_used: string;
631
+ name_required: string;
632
+ };
633
+ edit: {
634
+ back: string;
635
+ export: string;
636
+ import: string;
637
+ link_product: string;
638
+ apply_scheduler: string;
639
+ tabs: {
640
+ product: string;
641
+ group: string;
642
+ takeaway: string;
643
+ setting: string;
644
+ };
645
+ scheduler: {
646
+ remove: {
647
+ title: string;
648
+ message: string;
649
+ };
650
+ };
651
+ };
652
+ usage: {
653
+ title: string;
654
+ tax_calculation: string;
655
+ products: string;
656
+ restaurant: string;
657
+ usage: string;
658
+ };
659
+ table: {
660
+ columns: {
661
+ title: string;
662
+ tax_calculation: string;
663
+ auto_link: string;
664
+ };
665
+ };
666
+ empty: {
667
+ title: string;
668
+ subtitle: string;
669
+ };
670
+ actions: {
671
+ add: string;
672
+ view_usage: string;
673
+ };
674
+ dialogs: {
675
+ remove: {
676
+ title: string;
677
+ message: string;
678
+ error: string;
679
+ };
680
+ };
681
+ };
682
+ currency: {
683
+ input: {
684
+ field: string;
685
+ };
686
+ };
687
+ order: {
688
+ from: {
689
+ options: {
690
+ all: string;
691
+ pos_only: string;
692
+ none: string;
693
+ };
694
+ };
695
+ };
696
+ inventory: {
697
+ title: string;
698
+ subtitle: string;
699
+ columns: {
700
+ product_name: string;
701
+ ingredient: string;
702
+ recipe: string;
703
+ };
704
+ status: {
705
+ sku_linked: string;
706
+ recipe_linked: string;
707
+ not_set: string;
708
+ };
709
+ dialog: {
710
+ title: string;
711
+ };
712
+ form: {
713
+ title: string;
714
+ product_name: string;
715
+ };
716
+ binding: {
717
+ recipe: {
718
+ title: string;
719
+ columns: {
720
+ name: string;
721
+ amount: string;
722
+ };
723
+ };
724
+ ingredient: {
725
+ title: string;
726
+ columns: {
727
+ name: string;
728
+ amount: string;
729
+ unit: string;
730
+ };
731
+ select_unit: string;
732
+ loop_warning: string;
733
+ };
734
+ link: {
735
+ title: string;
736
+ recipe: string;
737
+ ingredient: string;
738
+ };
739
+ };
740
+ };
741
+ link_product: {
742
+ title: string;
743
+ };
744
+ catalog_scheduler: {
745
+ title: string;
746
+ subtitle: string;
747
+ };
748
+ apply_products: {
749
+ category: {
750
+ count: string;
751
+ };
752
+ };
753
+ markup: {
754
+ dialog: {
755
+ title: {
756
+ add: string;
757
+ update: string;
758
+ };
759
+ fields: {
760
+ percentage: {
761
+ label: string;
762
+ placeholder: string;
763
+ required: string;
764
+ };
765
+ };
766
+ options: {
767
+ all: string;
768
+ custom: string;
769
+ };
770
+ products: {
771
+ link: string;
772
+ count: string;
773
+ };
774
+ };
775
+ };
776
+ import: {
777
+ dialog: {
778
+ title: string;
779
+ info: string;
780
+ fields: {
781
+ type: string;
782
+ file: {
783
+ replace: string;
784
+ };
785
+ };
786
+ actions: {
787
+ import: string;
788
+ };
789
+ errors: {
790
+ select_file: string;
791
+ };
792
+ };
793
+ };
794
+ product: {
795
+ form: {
796
+ title: {
797
+ add: string;
798
+ update: string;
799
+ };
800
+ summary: {
801
+ title: string;
802
+ fields: {
803
+ code: string;
804
+ name: string;
805
+ category: string;
806
+ order_from: string;
807
+ selling_price: string;
808
+ tax: string;
809
+ inventory: string;
810
+ takeaway: string;
811
+ };
812
+ };
813
+ sections: {
814
+ general: {
815
+ title: string;
816
+ description: string;
817
+ };
818
+ tagging: {
819
+ title: string;
820
+ subtitle: string;
821
+ };
822
+ price: {
823
+ title: string;
824
+ description: string;
825
+ };
826
+ print: {
827
+ title: string;
828
+ description: string;
829
+ };
830
+ variant: {
831
+ title: string;
832
+ description: string;
833
+ };
834
+ group: {
835
+ title: string;
836
+ description: string;
837
+ };
838
+ inventory: {
839
+ title: string;
840
+ description: string;
841
+ };
842
+ takeaway: {
843
+ title: string;
844
+ description: string;
845
+ };
846
+ };
847
+ detail: {
848
+ title: string;
849
+ fields: {
850
+ code: {
851
+ label: string;
852
+ placeholder: string;
853
+ };
854
+ name: {
855
+ label: string;
856
+ required: string;
857
+ duplicate_warning: string;
858
+ };
859
+ description: {
860
+ label: string;
861
+ optional: string;
862
+ placeholder: string;
863
+ };
864
+ };
865
+ category: {
866
+ label: string;
867
+ required: string;
868
+ add_new: string;
869
+ add_first: string;
870
+ options: {
871
+ product: {
872
+ label: string;
873
+ sublabel: string;
874
+ };
875
+ addon: {
876
+ label: string;
877
+ sublabel: string;
878
+ };
879
+ };
880
+ };
881
+ order_from: {
882
+ label: string;
883
+ default: string;
884
+ };
885
+ };
886
+ group: {
887
+ title: string;
888
+ subtitle: string;
889
+ add: string;
890
+ circularError: string;
891
+ columns: {
892
+ title: string;
893
+ type: string;
894
+ };
895
+ };
896
+ price: {
897
+ title: string;
898
+ fields: {
899
+ selling_price: {
900
+ label: string;
901
+ required: string;
902
+ };
903
+ tax: {
904
+ label: string;
905
+ label_with_code: string;
906
+ };
907
+ };
908
+ settings: {
909
+ title: string;
910
+ open_price: {
911
+ label: string;
912
+ sublabel: string;
913
+ };
914
+ sell_by_unit: {
915
+ label: string;
916
+ sublabel: string;
917
+ per_unit: {
918
+ label: string;
919
+ placeholder: string;
920
+ required: string;
921
+ min: string;
922
+ };
923
+ unit: {
924
+ placeholder: string;
925
+ required: string;
926
+ };
927
+ };
928
+ track_costing: {
929
+ label: string;
930
+ };
931
+ min_price: {
932
+ label: string;
933
+ };
934
+ };
935
+ };
936
+ print: {
937
+ title: string;
938
+ config: {
939
+ label: string;
940
+ group_parent: {
941
+ label: string;
942
+ sublabel: string;
943
+ };
944
+ };
945
+ kds: {
946
+ label: string;
947
+ options: {
948
+ all: {
949
+ label: string;
950
+ description: string;
951
+ };
952
+ sequential: {
953
+ label: string;
954
+ description: string;
955
+ };
956
+ };
957
+ };
958
+ routes: {
959
+ label: string;
960
+ add: string;
961
+ };
962
+ };
963
+ takeaway: {
964
+ title: string;
965
+ subtitle: string;
966
+ columns: {
967
+ variant: string;
968
+ product: string;
969
+ takeaway: string;
970
+ };
971
+ options: {
972
+ follows_main: string;
973
+ no_preset: string;
974
+ add_new: string;
975
+ };
976
+ };
977
+ variant: {
978
+ title: string;
979
+ subtitle: string;
980
+ add: string;
981
+ columns: {
982
+ variant: string;
983
+ code: string;
984
+ order_from: string;
985
+ price: string;
986
+ min_price: string;
987
+ };
988
+ validation: {
989
+ max_variants: string;
990
+ };
991
+ placeholders: {
992
+ no_code: string;
993
+ follow_general: string;
994
+ };
995
+ };
996
+ };
997
+ empty: {
998
+ with_create: {
999
+ title: string;
1000
+ subtitle: string;
1001
+ action: string;
1002
+ };
1003
+ no_scheduler: {
1004
+ title: string;
1005
+ subtitle: string;
1006
+ };
1007
+ with_scheduler: {
1008
+ title: string;
1009
+ subtitle: string;
1010
+ };
1011
+ };
1012
+ table: {
1013
+ columns: {
1014
+ code: string;
1015
+ name: string;
1016
+ category: string;
1017
+ price: string;
1018
+ order_from: string;
1019
+ tagging: string;
1020
+ };
1021
+ tagging: {
1022
+ all: string;
1023
+ collapse: string;
1024
+ expand: string;
1025
+ };
1026
+ bulk_edit: {
1027
+ title: string;
1028
+ actions: {
1029
+ reset_all: string;
1030
+ save: string;
1031
+ };
1032
+ };
1033
+ selection: {
1034
+ count: string;
1035
+ actions: {
1036
+ deselect_all: string;
1037
+ remove: string;
1038
+ };
1039
+ };
1040
+ empty: {
1041
+ title: string;
1042
+ subtitle: string;
1043
+ actions: {
1044
+ add: string;
1045
+ import: string;
1046
+ };
1047
+ };
1048
+ search: {
1049
+ placeholder: string;
1050
+ };
1051
+ validation: {
1052
+ name_required: string;
1053
+ price_min: string;
1054
+ };
1055
+ };
1056
+ };
1057
+ setting: {
1058
+ catalog: {
1059
+ title: string;
1060
+ fields: {
1061
+ name: {
1062
+ label: string;
1063
+ required: string;
1064
+ used: string;
1065
+ };
1066
+ };
1067
+ warnings: {
1068
+ delivery: string;
1069
+ };
1070
+ };
1071
+ tax: {
1072
+ title: string;
1073
+ modes: {
1074
+ auto: {
1075
+ label: string;
1076
+ sublabel: string;
1077
+ };
1078
+ manual: {
1079
+ label: string;
1080
+ sublabel: string;
1081
+ };
1082
+ };
1083
+ inclusive: string;
1084
+ };
1085
+ link: {
1086
+ title: string;
1087
+ auto_link: {
1088
+ label: string;
1089
+ sublabel: string;
1090
+ };
1091
+ options: {
1092
+ all: string;
1093
+ pos_only: string;
1094
+ };
1095
+ };
1096
+ markup: {
1097
+ title: string;
1098
+ auto_markup: {
1099
+ label: string;
1100
+ sublabel: string;
1101
+ };
1102
+ add: string;
1103
+ config: string;
1104
+ percentage: string;
1105
+ products: {
1106
+ all: string;
1107
+ linked: string;
1108
+ };
1109
+ };
1110
+ };
1111
+ takeaway: {
1112
+ actions: {
1113
+ add: string;
1114
+ };
1115
+ title: string;
1116
+ add: string;
1117
+ update: string;
1118
+ columns: {
1119
+ title: string;
1120
+ price: string;
1121
+ };
1122
+ placeholders: {
1123
+ title: string;
1124
+ };
1125
+ empty: {
1126
+ title: string;
1127
+ subtitle: string;
1128
+ action: string;
1129
+ };
1130
+ table: {
1131
+ columns: {
1132
+ name: string;
1133
+ price: string;
1134
+ products: string;
1135
+ };
1136
+ items_linked: string;
1137
+ search: {
1138
+ placeholder: string;
1139
+ };
1140
+ };
1141
+ };
1142
+ thumbnail: {
1143
+ alt: {
1144
+ default: string;
1145
+ with_name: string;
1146
+ };
1147
+ };
1148
+ cooking_guide: {
1149
+ title: string;
1150
+ empty: {
1151
+ title: string;
1152
+ subtitle: string;
1153
+ action: string;
1154
+ };
1155
+ table: {
1156
+ columns: {
1157
+ name: string;
1158
+ products: string;
1159
+ steps: string;
1160
+ };
1161
+ search: {
1162
+ placeholder: string;
1163
+ };
1164
+ mobile: {
1165
+ products_linked: string;
1166
+ };
1167
+ };
1168
+ dialogs: {
1169
+ remove: {
1170
+ title: string;
1171
+ message: {
1172
+ prefix: string;
1173
+ products_using: string;
1174
+ products_count: string;
1175
+ };
1176
+ };
1177
+ };
1178
+ actions: {
1179
+ add: string;
1180
+ remove: string;
1181
+ cancel: string;
1182
+ };
1183
+ dialog: {
1184
+ add: {
1185
+ title: string;
1186
+ action: string;
1187
+ };
1188
+ update: {
1189
+ title: string;
1190
+ action: string;
1191
+ };
1192
+ sections: {
1193
+ guide_detail: {
1194
+ title: string;
1195
+ name: {
1196
+ label: string;
1197
+ placeholder: string;
1198
+ required: string;
1199
+ };
1200
+ };
1201
+ steps: {
1202
+ title: string;
1203
+ add: string;
1204
+ empty: string;
1205
+ };
1206
+ apply_product: {
1207
+ title: string;
1208
+ link: string;
1209
+ products_linked: string;
1210
+ search: string;
1211
+ };
1212
+ };
1213
+ actions: {
1214
+ cancel: string;
1215
+ };
1216
+ };
1217
+ step_dialog: {
1218
+ add: {
1219
+ title: string;
1220
+ action: string;
1221
+ };
1222
+ update: {
1223
+ title: string;
1224
+ action: string;
1225
+ };
1226
+ sections: {
1227
+ variables: {
1228
+ title: string;
1229
+ add: string;
1230
+ columns: {
1231
+ key: string;
1232
+ value: string;
1233
+ };
1234
+ placeholders: {
1235
+ key: string;
1236
+ value: string;
1237
+ };
1238
+ validation: {
1239
+ required: string;
1240
+ lowercase: string;
1241
+ duplicate: string;
1242
+ };
1243
+ };
1244
+ instruction: {
1245
+ title: string;
1246
+ };
1247
+ };
1248
+ actions: {
1249
+ cancel: string;
1250
+ back: string;
1251
+ };
1252
+ };
1253
+ step_override_dialog: {
1254
+ title: string;
1255
+ columns: {
1256
+ instructions: string;
1257
+ variables: string;
1258
+ value: string;
1259
+ };
1260
+ actions: {
1261
+ save: string;
1262
+ cancel: string;
1263
+ };
1264
+ };
1265
+ };
1266
+ ingredient: {
1267
+ title: string;
1268
+ empty: {
1269
+ title: string;
1270
+ subtitle: string;
1271
+ action: string;
1272
+ };
1273
+ table: {
1274
+ columns: {
1275
+ code: string;
1276
+ name: string;
1277
+ unit: string;
1278
+ };
1279
+ search: {
1280
+ placeholder: string;
1281
+ };
1282
+ mobile: {
1283
+ code: string;
1284
+ unit: string;
1285
+ };
1286
+ };
1287
+ actions: {
1288
+ add: string;
1289
+ };
1290
+ };
1291
+ print_route: {
1292
+ title: string;
1293
+ empty: {
1294
+ title: string;
1295
+ subtitle: string;
1296
+ action: string;
1297
+ };
1298
+ table: {
1299
+ columns: {
1300
+ name: string;
1301
+ products: string;
1302
+ products_count: string;
1303
+ };
1304
+ search: {
1305
+ placeholder: string;
1306
+ };
1307
+ mobile: {
1308
+ products_linked: string;
1309
+ };
1310
+ };
1311
+ dialogs: {
1312
+ remove: {
1313
+ title: string;
1314
+ message: {
1315
+ prefix: string;
1316
+ products_using: string;
1317
+ products_count: string;
1318
+ };
1319
+ };
1320
+ };
1321
+ actions: {
1322
+ add: string;
1323
+ remove: string;
1324
+ cancel: string;
1325
+ };
1326
+ department_dialog: {
1327
+ add: {
1328
+ title: string;
1329
+ action: string;
1330
+ };
1331
+ update: {
1332
+ title: string;
1333
+ action: string;
1334
+ };
1335
+ sections: {
1336
+ route_detail: {
1337
+ title: string;
1338
+ name: {
1339
+ label: string;
1340
+ placeholder: string;
1341
+ required: string;
1342
+ };
1343
+ };
1344
+ link_product: {
1345
+ title: string;
1346
+ link: string;
1347
+ products_linked: string;
1348
+ search: string;
1349
+ };
1350
+ };
1351
+ actions: {
1352
+ cancel: string;
1353
+ };
1354
+ };
1355
+ };
1356
+ products: {
1357
+ title: string;
1358
+ actions: {
1359
+ export: string;
1360
+ import: string;
1361
+ add: string;
1362
+ link: string;
1363
+ apply_scheduler: string;
1364
+ };
1365
+ };
1366
+ publish: {
1367
+ title: string;
1368
+ table: {
1369
+ columns: {
1370
+ restaurant: string;
1371
+ default: string;
1372
+ pos_takeaway: string;
1373
+ pickup: string;
1374
+ version: string;
1375
+ };
1376
+ search: {
1377
+ placeholder: string;
1378
+ };
1379
+ status: {
1380
+ latest: string;
1381
+ outdated: string;
1382
+ };
1383
+ };
1384
+ empty: {
1385
+ title: string;
1386
+ subtitle: string;
1387
+ action: string;
1388
+ };
1389
+ actions: {
1390
+ publish: string;
1391
+ publish_all: string;
1392
+ revert: string;
1393
+ };
1394
+ labels: {
1395
+ main_version: string;
1396
+ catalog: {
1397
+ main: string;
1398
+ invalid: string;
1399
+ };
1400
+ };
1401
+ update_catalog_dialog: {
1402
+ title: string;
1403
+ sections: {
1404
+ default: {
1405
+ label: string;
1406
+ use_default: string;
1407
+ };
1408
+ pos_takeaway: {
1409
+ label: string;
1410
+ };
1411
+ pickup: {
1412
+ label: string;
1413
+ };
1414
+ additional: {
1415
+ title: string;
1416
+ subtitle: string;
1417
+ };
1418
+ };
1419
+ actions: {
1420
+ update: string;
1421
+ cancel: string;
1422
+ };
1423
+ };
1424
+ };
1425
+ tax_setting: {
1426
+ title: string;
1427
+ };
1428
+ menu_setting: {
1429
+ title: string;
1430
+ fields: {
1431
+ low_stock: {
1432
+ not_set: string;
1433
+ must_be_integer: string;
1434
+ title: string;
1435
+ subtitle: string;
1436
+ helper_text: string;
1437
+ updated: string;
1438
+ };
1439
+ };
1440
+ tabs: {
1441
+ menu_configuration: string;
1442
+ price_group: string;
1443
+ };
1444
+ };
1445
+ price_tier: {
1446
+ price_group: string;
1447
+ description: string;
1448
+ add_price_group: string;
1449
+ add_price_group_success: string;
1450
+ group_title: string;
1451
+ price_group_description: string;
1452
+ delete_dialog: {
1453
+ title: string;
1454
+ message: string;
1455
+ success: string;
1456
+ };
1457
+ settings_table: {
1458
+ columns: {
1459
+ name: string;
1460
+ };
1461
+ };
1462
+ form: {
1463
+ table: {
1464
+ columns: {
1465
+ name: string;
1466
+ price: string;
1467
+ };
1468
+ };
1469
+ };
1470
+ price_tier_config: string;
1471
+ link_price_group: string;
1472
+ link_price_group_description: string;
1473
+ not_linked: string;
1474
+ };
1475
+ tree_editor: {
1476
+ title: string;
1477
+ actions: {
1478
+ add_category: string;
1479
+ expand_all: string;
1480
+ collapse_all: string;
1481
+ add_product: string;
1482
+ delete_product: string;
1483
+ edit_category: string;
1484
+ delete_category: string;
1485
+ link_category_to_catalog: string;
1486
+ link_product_to_catalog: string;
1487
+ unlink_product_from_catalog: string;
1488
+ };
1489
+ labels: {
1490
+ main_catalog: string;
1491
+ all_time: string;
1492
+ products: string;
1493
+ variants: string;
1494
+ groups: string;
1495
+ addon: string;
1496
+ unknown: string;
1497
+ please_select_a_product_to_edit: string;
1498
+ no_items: string;
1499
+ };
1500
+ };
1501
+ };
1502
+ };
1503
+ "zh-CN": {
1504
+ menu: {
1505
+ title: string;
1506
+ common: {
1507
+ actions: {
1508
+ update: string;
1509
+ cancel: string;
1510
+ add: string;
1511
+ search: string;
1512
+ delete: string;
1513
+ remove: string;
1514
+ deselect_all: string;
1515
+ move: string;
1516
+ edit: string;
1517
+ download: string;
1518
+ save: string;
1519
+ confirm: string;
1520
+ yes: string;
1521
+ no: string;
1522
+ link: string;
1523
+ migrate: string;
1524
+ add_new_variant: string;
1525
+ add_group: string;
1526
+ apply_product: string;
1527
+ link_product: string;
1528
+ deselect: string;
1529
+ };
1530
+ labels: {
1531
+ name: string;
1532
+ detail: string;
1533
+ items_linked: string;
1534
+ search_placeholder: string;
1535
+ symbol: string;
1536
+ products_linked: string;
1537
+ product_linked_singular: string;
1538
+ product_linked_plural: string;
1539
+ enter_name: string;
1540
+ product: string;
1541
+ selected_items: string;
1542
+ all: string;
1543
+ category: string;
1544
+ group_name: string;
1545
+ min_select: string;
1546
+ max_select: string;
1547
+ group_type: string;
1548
+ stackable: string;
1549
+ stackable_sublabel: string;
1550
+ configuration: string;
1551
+ variant: string;
1552
+ product_title: string;
1553
+ price: string;
1554
+ order_from: string;
1555
+ inventory: string;
1556
+ search_groups: string;
1557
+ search_variants: string;
1558
+ product_count: string;
1559
+ search_product: string;
1560
+ product_image: string;
1561
+ optional: string;
1562
+ products_selected: string;
1563
+ items_selected: string;
1564
+ catalog: string;
1565
+ scheduler: string;
1566
+ all_time: string;
1567
+ main: string;
1568
+ unknown: string;
1569
+ all_day: string;
1570
+ scheduler_title: string;
1571
+ link_product_title: string;
1572
+ products_count: string;
1573
+ search: string;
1574
+ status: string;
1575
+ };
1576
+ dialog: {
1577
+ remove_confirmation: string;
1578
+ change_type: {
1579
+ title: string;
1580
+ message: string;
1581
+ };
1582
+ remove: {
1583
+ catalog: {
1584
+ title: string;
1585
+ message: string;
1586
+ };
1587
+ category: {
1588
+ title: string;
1589
+ message: string;
1590
+ };
1591
+ product: {
1592
+ title: string;
1593
+ message: string;
1594
+ success: string;
1595
+ };
1596
+ recipe: {
1597
+ title: string;
1598
+ message: string;
1599
+ };
1600
+ ingredient: {
1601
+ title: string;
1602
+ message: string;
1603
+ };
1604
+ takeaway: {
1605
+ title: string;
1606
+ message: string;
1607
+ };
1608
+ unit: {
1609
+ title: string;
1610
+ message: string;
1611
+ };
1612
+ variant: {
1613
+ title: string;
1614
+ message: string;
1615
+ };
1616
+ };
1617
+ };
1618
+ validation: {
1619
+ required: string;
1620
+ min_max: string;
1621
+ product_title_required: string;
1622
+ min_value: string;
1623
+ max_value: string;
1624
+ field_required: string;
1625
+ required_field: string;
1626
+ invalid_amount: string;
1627
+ max_default_items: string;
1628
+ default_items_tip: string;
1629
+ };
1630
+ file: {
1631
+ accepts: string;
1632
+ };
1633
+ empty: {
1634
+ no_group: {
1635
+ title: string;
1636
+ subtitle: string;
1637
+ };
1638
+ no_variant: {
1639
+ title: string;
1640
+ subtitle: string;
1641
+ };
1642
+ };
1643
+ };
1644
+ category: {
1645
+ title: string;
1646
+ add: string;
1647
+ detail: string;
1648
+ name: string;
1649
+ empty: {
1650
+ title: string;
1651
+ subtitle: string;
1652
+ no_group: {
1653
+ title: string;
1654
+ subtitle: string;
1655
+ };
1656
+ };
1657
+ columns: {
1658
+ title: string;
1659
+ products: string;
1660
+ };
1661
+ dialog: {
1662
+ remove: {
1663
+ title: string;
1664
+ error: string;
1665
+ };
1666
+ add: {
1667
+ title: string;
1668
+ name: {
1669
+ label: string;
1670
+ placeholder: string;
1671
+ required: string;
1672
+ };
1673
+ };
1674
+ };
1675
+ products: {
1676
+ title: string;
1677
+ add: string;
1678
+ linked_count: string;
1679
+ search: string;
1680
+ columns: {
1681
+ name: string;
1682
+ code: string;
1683
+ };
1684
+ };
1685
+ selector: {
1686
+ all: string;
1687
+ title: string;
1688
+ };
1689
+ manager: {
1690
+ dialog: {
1691
+ add: {
1692
+ title: string;
1693
+ action: string;
1694
+ };
1695
+ update: {
1696
+ title: string;
1697
+ action: string;
1698
+ };
1699
+ };
1700
+ };
1701
+ };
1702
+ variant: {
1703
+ title: string;
1704
+ add: string;
1705
+ columns: {
1706
+ name: string;
1707
+ options: string;
1708
+ applied_products: string;
1709
+ };
1710
+ mobile: {
1711
+ value: string;
1712
+ };
1713
+ empty: {
1714
+ title: string;
1715
+ subtitle: string;
1716
+ no_variant: {
1717
+ title: string;
1718
+ subtitle: string;
1719
+ };
1720
+ };
1721
+ select: {
1722
+ title: string;
1723
+ subtitle: string;
1724
+ };
1725
+ form: {
1726
+ title: {
1727
+ add: string;
1728
+ edit: string;
1729
+ };
1730
+ detail: string;
1731
+ name: {
1732
+ label: string;
1733
+ placeholder: string;
1734
+ helper: string;
1735
+ required: string;
1736
+ };
1737
+ options: {
1738
+ title: string;
1739
+ placeholder: string;
1740
+ min_required: string;
1741
+ name_required: string;
1742
+ };
1743
+ applied_product: string;
1744
+ };
1745
+ };
1746
+ unit: {
1747
+ title: string;
1748
+ add: string;
1749
+ update: string;
1750
+ precision: string;
1751
+ precision_placeholder: string;
1752
+ empty: {
1753
+ title: string;
1754
+ subtitle: string;
1755
+ };
1756
+ columns: {
1757
+ name: string;
1758
+ symbol: string;
1759
+ };
1760
+ measurement: {
1761
+ add: string;
1762
+ title: string;
1763
+ name: string;
1764
+ symbol: string;
1765
+ conversion: string;
1766
+ preview: string;
1767
+ preview_label: string;
1768
+ };
1769
+ };
1770
+ print_dept: {
1771
+ title: string;
1772
+ add: string;
1773
+ update: string;
1774
+ columns: {
1775
+ name: string;
1776
+ products: string;
1777
+ };
1778
+ };
1779
+ sku: {
1780
+ title: string;
1781
+ add: string;
1782
+ update: string;
1783
+ columns: {
1784
+ code: string;
1785
+ name: string;
1786
+ unit: string;
1787
+ };
1788
+ empty: {
1789
+ no_unit: string;
1790
+ subtitle: string;
1791
+ };
1792
+ validation: {
1793
+ code_used: string;
1794
+ };
1795
+ errors: {
1796
+ select_recipe_ingredient: string;
1797
+ };
1798
+ convertible: {
1799
+ label: string;
1800
+ sublabel: string;
1801
+ convert_to: string;
1802
+ };
1803
+ };
1804
+ recipe: {
1805
+ title: string;
1806
+ add: string;
1807
+ update: string;
1808
+ columns: {
1809
+ name: string;
1810
+ };
1811
+ validation: {
1812
+ bind_required: string;
1813
+ };
1814
+ table: {
1815
+ columns: {
1816
+ name: string;
1817
+ ingredients: string;
1818
+ };
1819
+ search: {
1820
+ placeholder: string;
1821
+ };
1822
+ };
1823
+ empty: {
1824
+ title: string;
1825
+ subtitle: string;
1826
+ action: string;
1827
+ };
1828
+ actions: {
1829
+ add: string;
1830
+ };
1831
+ };
1832
+ serving_sequence: {
1833
+ title: string;
1834
+ add: string;
1835
+ update: string;
1836
+ columns: {
1837
+ name: string;
1838
+ };
1839
+ empty: {
1840
+ title: string;
1841
+ subtitle: string;
1842
+ };
1843
+ };
1844
+ group: {
1845
+ title: string;
1846
+ add: string;
1847
+ update: string;
1848
+ option: {
1849
+ title: string;
1850
+ link_products: string;
1851
+ add_option: string;
1852
+ product_title: string;
1853
+ product_title_required: string;
1854
+ price: string;
1855
+ inventory: string;
1856
+ variant: string;
1857
+ code: string;
1858
+ is_default: string;
1859
+ should_link_at_least_one_variant: string;
1860
+ };
1861
+ types: {
1862
+ normal: string;
1863
+ product: string;
1864
+ dynamic: string;
1865
+ };
1866
+ select: {
1867
+ title: string;
1868
+ subtitle: string;
1869
+ };
1870
+ empty: {
1871
+ title: string;
1872
+ subtitle: string;
1873
+ };
1874
+ search: {
1875
+ placeholder: string;
1876
+ };
1877
+ type: {
1878
+ title: string;
1879
+ all: string;
1880
+ normal: string;
1881
+ product: string;
1882
+ dynamic: string;
1883
+ };
1884
+ list: {
1885
+ items_linked: string;
1886
+ products_linked: string;
1887
+ columns: {
1888
+ name: string;
1889
+ products: string;
1890
+ type: string;
1891
+ applied_products: string;
1892
+ };
1893
+ types: {
1894
+ normal: string;
1895
+ product: string;
1896
+ dynamic: string;
1897
+ };
1898
+ variants: string;
1899
+ more_items: string;
1900
+ };
1901
+ actions: {
1902
+ add: string;
1903
+ duplicate: {
1904
+ title: string;
1905
+ message: string;
1906
+ };
1907
+ apply_product: string;
1908
+ duplicate_action: string;
1909
+ };
1910
+ dialogs: {
1911
+ delete: {
1912
+ title: string;
1913
+ message: string;
1914
+ };
1915
+ update: {
1916
+ title: string;
1917
+ };
1918
+ };
1919
+ };
1920
+ migrate: {
1921
+ title: string;
1922
+ description: string;
1923
+ message: string;
1924
+ notification: {
1925
+ title: string;
1926
+ description: string;
1927
+ };
1928
+ errors: {
1929
+ no_restaurant: string;
1930
+ pos_version: string;
1931
+ };
1932
+ };
1933
+ scheduler: {
1934
+ title: string;
1935
+ select: {
1936
+ title: string;
1937
+ all_time: string;
1938
+ };
1939
+ empty: {
1940
+ title: string;
1941
+ subtitle: string;
1942
+ action: string;
1943
+ };
1944
+ table: {
1945
+ columns: {
1946
+ name: string;
1947
+ repeat: string;
1948
+ period: string;
1949
+ products: string;
1950
+ };
1951
+ products_linked: string;
1952
+ search: {
1953
+ placeholder: string;
1954
+ };
1955
+ };
1956
+ repeat: {
1957
+ daily: string;
1958
+ weekdays: string;
1959
+ weekends: string;
1960
+ except: string;
1961
+ range: string;
1962
+ };
1963
+ days: {
1964
+ monday: string;
1965
+ tuesday: string;
1966
+ wednesday: string;
1967
+ thursday: string;
1968
+ friday: string;
1969
+ saturday: string;
1970
+ sunday: string;
1971
+ };
1972
+ dialog: {
1973
+ add: {
1974
+ title: string;
1975
+ action: string;
1976
+ };
1977
+ update: {
1978
+ title: string;
1979
+ action: string;
1980
+ };
1981
+ sections: {
1982
+ detail: {
1983
+ title: string;
1984
+ name: {
1985
+ label: string;
1986
+ placeholder: string;
1987
+ required: string;
1988
+ };
1989
+ };
1990
+ availability: {
1991
+ title: string;
1992
+ daily: string;
1993
+ weekly: string;
1994
+ };
1995
+ period: {
1996
+ title: string;
1997
+ all_day: string;
1998
+ custom: string;
1999
+ add: string;
2000
+ };
2001
+ autolink: {
2002
+ title: string;
2003
+ label: string;
2004
+ sublabel: string;
2005
+ all_items: string;
2006
+ filter_message: string;
2007
+ tooltip: string;
2008
+ };
2009
+ filter: {
2010
+ add: string;
2011
+ matches: string;
2012
+ or: string;
2013
+ types: {
2014
+ code: string;
2015
+ category: string;
2016
+ };
2017
+ placeholder: {
2018
+ category: string;
2019
+ };
2020
+ };
2021
+ products: {
2022
+ title: string;
2023
+ link: string;
2024
+ };
2025
+ };
2026
+ actions: {
2027
+ cancel: string;
2028
+ };
2029
+ };
2030
+ dialogs: {
2031
+ remove: {
2032
+ title: string;
2033
+ message: string;
2034
+ };
2035
+ };
2036
+ };
2037
+ revert: {
2038
+ title: string;
2039
+ description: string;
2040
+ labels: {
2041
+ restaurant: string;
2042
+ revert_to: string;
2043
+ default: string;
2044
+ pos_takeaway: string;
2045
+ pickup: string;
2046
+ additional_catalogs: string;
2047
+ };
2048
+ };
2049
+ remy: {
2050
+ title: string;
2051
+ description: string;
2052
+ actions: {
2053
+ start: string;
2054
+ close: string;
2055
+ };
2056
+ messages: {
2057
+ welcome: string;
2058
+ thinking: string;
2059
+ error: string;
2060
+ };
2061
+ };
2062
+ picker: {
2063
+ title: string;
2064
+ search: string;
2065
+ no_results: string;
2066
+ selected: string;
2067
+ };
2068
+ apply_product: {
2069
+ title: string;
2070
+ link: {
2071
+ title: string;
2072
+ subtitle: string;
2073
+ };
2074
+ table: {
2075
+ category_count: string;
2076
+ inventory: string;
2077
+ value: string;
2078
+ };
2079
+ };
2080
+ catalog: {
2081
+ title: string;
2082
+ detail: string;
2083
+ main: string;
2084
+ form: {
2085
+ name: string;
2086
+ tax: {
2087
+ title: string;
2088
+ auto: {
2089
+ label: string;
2090
+ sublabel: string;
2091
+ };
2092
+ manual: {
2093
+ label: string;
2094
+ sublabel: string;
2095
+ };
2096
+ inclusive: string;
2097
+ };
2098
+ link: {
2099
+ title: string;
2100
+ auto_link: {
2101
+ label: string;
2102
+ sublabel: string;
2103
+ };
2104
+ options: {
2105
+ all: string;
2106
+ pos_only: string;
2107
+ };
2108
+ };
2109
+ markup: {
2110
+ title: string;
2111
+ auto: {
2112
+ label: string;
2113
+ sublabel: string;
2114
+ };
2115
+ add: string;
2116
+ config: string;
2117
+ percentage: string;
2118
+ products: string;
2119
+ all_items: string;
2120
+ };
2121
+ };
2122
+ validation: {
2123
+ name_used: string;
2124
+ name_required: string;
2125
+ };
2126
+ edit: {
2127
+ back: string;
2128
+ export: string;
2129
+ import: string;
2130
+ link_product: string;
2131
+ apply_scheduler: string;
2132
+ tabs: {
2133
+ product: string;
2134
+ group: string;
2135
+ takeaway: string;
2136
+ setting: string;
2137
+ };
2138
+ scheduler: {
2139
+ remove: {
2140
+ title: string;
2141
+ message: string;
2142
+ };
2143
+ };
2144
+ };
2145
+ usage: {
2146
+ title: string;
2147
+ tax_calculation: string;
2148
+ products: string;
2149
+ restaurant: string;
2150
+ usage: string;
2151
+ };
2152
+ table: {
2153
+ columns: {
2154
+ title: string;
2155
+ tax_calculation: string;
2156
+ auto_link: string;
2157
+ };
2158
+ };
2159
+ empty: {
2160
+ title: string;
2161
+ subtitle: string;
2162
+ };
2163
+ actions: {
2164
+ add: string;
2165
+ view_usage: string;
2166
+ };
2167
+ dialogs: {
2168
+ remove: {
2169
+ title: string;
2170
+ message: string;
2171
+ error: string;
2172
+ };
2173
+ };
2174
+ };
2175
+ currency: {
2176
+ input: {
2177
+ field: string;
2178
+ };
2179
+ };
2180
+ order: {
2181
+ from: {
2182
+ options: {
2183
+ all: string;
2184
+ pos_only: string;
2185
+ none: string;
2186
+ };
2187
+ };
2188
+ };
2189
+ inventory: {
2190
+ title: string;
2191
+ subtitle: string;
2192
+ columns: {
2193
+ product_name: string;
2194
+ ingredient: string;
2195
+ recipe: string;
2196
+ };
2197
+ status: {
2198
+ sku_linked: string;
2199
+ recipe_linked: string;
2200
+ not_set: string;
2201
+ };
2202
+ dialog: {
2203
+ title: string;
2204
+ };
2205
+ form: {
2206
+ title: string;
2207
+ product_name: string;
2208
+ };
2209
+ binding: {
2210
+ recipe: {
2211
+ title: string;
2212
+ columns: {
2213
+ name: string;
2214
+ amount: string;
2215
+ };
2216
+ };
2217
+ ingredient: {
2218
+ title: string;
2219
+ columns: {
2220
+ name: string;
2221
+ amount: string;
2222
+ unit: string;
2223
+ };
2224
+ select_unit: string;
2225
+ loop_warning: string;
2226
+ };
2227
+ link: {
2228
+ title: string;
2229
+ recipe: string;
2230
+ ingredient: string;
2231
+ };
2232
+ };
2233
+ };
2234
+ link_product: {
2235
+ title: string;
2236
+ };
2237
+ catalog_scheduler: {
2238
+ title: string;
2239
+ subtitle: string;
2240
+ };
2241
+ apply_products: {
2242
+ category: {
2243
+ count: string;
2244
+ };
2245
+ };
2246
+ markup: {
2247
+ dialog: {
2248
+ title: {
2249
+ add: string;
2250
+ update: string;
2251
+ };
2252
+ fields: {
2253
+ percentage: {
2254
+ label: string;
2255
+ placeholder: string;
2256
+ required: string;
2257
+ };
2258
+ };
2259
+ options: {
2260
+ all: string;
2261
+ custom: string;
2262
+ };
2263
+ products: {
2264
+ link: string;
2265
+ count: string;
2266
+ };
2267
+ };
2268
+ };
2269
+ import: {
2270
+ dialog: {
2271
+ title: string;
2272
+ info: string;
2273
+ fields: {
2274
+ type: string;
2275
+ file: {
2276
+ replace: string;
2277
+ };
2278
+ };
2279
+ actions: {
2280
+ import: string;
2281
+ };
2282
+ errors: {
2283
+ select_file: string;
2284
+ };
2285
+ };
2286
+ };
2287
+ product: {
2288
+ form: {
2289
+ title: {
2290
+ add: string;
2291
+ update: string;
2292
+ };
2293
+ summary: {
2294
+ title: string;
2295
+ fields: {
2296
+ code: string;
2297
+ name: string;
2298
+ category: string;
2299
+ order_from: string;
2300
+ selling_price: string;
2301
+ tax: string;
2302
+ inventory: string;
2303
+ takeaway: string;
2304
+ };
2305
+ };
2306
+ sections: {
2307
+ general: {
2308
+ title: string;
2309
+ description: string;
2310
+ };
2311
+ tagging: {
2312
+ title: string;
2313
+ subtitle: string;
2314
+ };
2315
+ price: {
2316
+ title: string;
2317
+ description: string;
2318
+ };
2319
+ print: {
2320
+ title: string;
2321
+ description: string;
2322
+ };
2323
+ variant: {
2324
+ title: string;
2325
+ description: string;
2326
+ };
2327
+ group: {
2328
+ title: string;
2329
+ description: string;
2330
+ };
2331
+ inventory: {
2332
+ title: string;
2333
+ description: string;
2334
+ };
2335
+ takeaway: {
2336
+ title: string;
2337
+ description: string;
2338
+ };
2339
+ };
2340
+ detail: {
2341
+ title: string;
2342
+ fields: {
2343
+ code: {
2344
+ label: string;
2345
+ placeholder: string;
2346
+ };
2347
+ name: {
2348
+ label: string;
2349
+ required: string;
2350
+ duplicate_warning: string;
2351
+ };
2352
+ description: {
2353
+ label: string;
2354
+ optional: string;
2355
+ placeholder: string;
2356
+ };
2357
+ };
2358
+ category: {
2359
+ label: string;
2360
+ required: string;
2361
+ add_new: string;
2362
+ add_first: string;
2363
+ options: {
2364
+ product: {
2365
+ label: string;
2366
+ sublabel: string;
2367
+ };
2368
+ addon: {
2369
+ label: string;
2370
+ sublabel: string;
2371
+ };
2372
+ };
2373
+ };
2374
+ order_from: {
2375
+ label: string;
2376
+ default: string;
2377
+ };
2378
+ };
2379
+ group: {
2380
+ title: string;
2381
+ subtitle: string;
2382
+ add: string;
2383
+ circularError: string;
2384
+ columns: {
2385
+ title: string;
2386
+ type: string;
2387
+ };
2388
+ };
2389
+ price: {
2390
+ title: string;
2391
+ fields: {
2392
+ selling_price: {
2393
+ label: string;
2394
+ required: string;
2395
+ };
2396
+ tax: {
2397
+ label: string;
2398
+ label_with_code: string;
2399
+ };
2400
+ };
2401
+ settings: {
2402
+ title: string;
2403
+ open_price: {
2404
+ label: string;
2405
+ sublabel: string;
2406
+ };
2407
+ sell_by_unit: {
2408
+ label: string;
2409
+ sublabel: string;
2410
+ per_unit: {
2411
+ label: string;
2412
+ placeholder: string;
2413
+ required: string;
2414
+ min: string;
2415
+ };
2416
+ unit: {
2417
+ placeholder: string;
2418
+ required: string;
2419
+ };
2420
+ };
2421
+ track_costing: {
2422
+ label: string;
2423
+ };
2424
+ min_price: {
2425
+ label: string;
2426
+ };
2427
+ };
2428
+ };
2429
+ print: {
2430
+ title: string;
2431
+ config: {
2432
+ label: string;
2433
+ group_parent: {
2434
+ label: string;
2435
+ sublabel: string;
2436
+ };
2437
+ };
2438
+ kds: {
2439
+ label: string;
2440
+ options: {
2441
+ all: {
2442
+ label: string;
2443
+ description: string;
2444
+ };
2445
+ sequential: {
2446
+ label: string;
2447
+ description: string;
2448
+ };
2449
+ };
2450
+ };
2451
+ routes: {
2452
+ label: string;
2453
+ add: string;
2454
+ };
2455
+ };
2456
+ takeaway: {
2457
+ title: string;
2458
+ subtitle: string;
2459
+ columns: {
2460
+ variant: string;
2461
+ product: string;
2462
+ takeaway: string;
2463
+ };
2464
+ options: {
2465
+ follows_main: string;
2466
+ no_preset: string;
2467
+ add_new: string;
2468
+ };
2469
+ };
2470
+ variant: {
2471
+ title: string;
2472
+ subtitle: string;
2473
+ add: string;
2474
+ columns: {
2475
+ variant: string;
2476
+ code: string;
2477
+ order_from: string;
2478
+ price: string;
2479
+ min_price: string;
2480
+ };
2481
+ validation: {
2482
+ max_variants: string;
2483
+ };
2484
+ placeholders: {
2485
+ no_code: string;
2486
+ follow_general: string;
2487
+ };
2488
+ };
2489
+ };
2490
+ empty: {
2491
+ with_create: {
2492
+ title: string;
2493
+ subtitle: string;
2494
+ action: string;
2495
+ };
2496
+ no_scheduler: {
2497
+ title: string;
2498
+ subtitle: string;
2499
+ };
2500
+ with_scheduler: {
2501
+ title: string;
2502
+ subtitle: string;
2503
+ };
2504
+ };
2505
+ table: {
2506
+ columns: {
2507
+ code: string;
2508
+ name: string;
2509
+ category: string;
2510
+ price: string;
2511
+ order_from: string;
2512
+ tagging: string;
2513
+ };
2514
+ bulk_edit: {
2515
+ title: string;
2516
+ actions: {
2517
+ reset_all: string;
2518
+ save: string;
2519
+ };
2520
+ };
2521
+ selection: {
2522
+ count: string;
2523
+ actions: {
2524
+ deselect_all: string;
2525
+ remove: string;
2526
+ };
2527
+ };
2528
+ empty: {
2529
+ title: string;
2530
+ subtitle: string;
2531
+ actions: {
2532
+ add: string;
2533
+ import: string;
2534
+ };
2535
+ };
2536
+ search: {
2537
+ placeholder: string;
2538
+ };
2539
+ validation: {
2540
+ name_required: string;
2541
+ price_min: string;
2542
+ };
2543
+ tagging: {
2544
+ all: string;
2545
+ expand: string;
2546
+ collapse: string;
2547
+ };
2548
+ };
2549
+ };
2550
+ setting: {
2551
+ catalog: {
2552
+ title: string;
2553
+ fields: {
2554
+ name: {
2555
+ label: string;
2556
+ required: string;
2557
+ used: string;
2558
+ };
2559
+ };
2560
+ warnings: {
2561
+ delivery: string;
2562
+ };
2563
+ };
2564
+ tax: {
2565
+ title: string;
2566
+ modes: {
2567
+ auto: {
2568
+ label: string;
2569
+ sublabel: string;
2570
+ };
2571
+ manual: {
2572
+ label: string;
2573
+ sublabel: string;
2574
+ };
2575
+ };
2576
+ inclusive: string;
2577
+ };
2578
+ link: {
2579
+ title: string;
2580
+ auto_link: {
2581
+ label: string;
2582
+ sublabel: string;
2583
+ };
2584
+ options: {
2585
+ all: string;
2586
+ pos_only: string;
2587
+ };
2588
+ };
2589
+ markup: {
2590
+ title: string;
2591
+ auto_markup: {
2592
+ label: string;
2593
+ sublabel: string;
2594
+ };
2595
+ add: string;
2596
+ config: string;
2597
+ percentage: string;
2598
+ products: {
2599
+ all: string;
2600
+ linked: string;
2601
+ };
2602
+ };
2603
+ };
2604
+ takeaway: {
2605
+ actions: {
2606
+ add: string;
2607
+ };
2608
+ title: string;
2609
+ add: string;
2610
+ update: string;
2611
+ columns: {
2612
+ title: string;
2613
+ price: string;
2614
+ };
2615
+ placeholders: {
2616
+ title: string;
2617
+ };
2618
+ empty: {
2619
+ title: string;
2620
+ subtitle: string;
2621
+ action: string;
2622
+ };
2623
+ table: {
2624
+ columns: {
2625
+ name: string;
2626
+ price: string;
2627
+ products: string;
2628
+ };
2629
+ items_linked: string;
2630
+ search: {
2631
+ placeholder: string;
2632
+ };
2633
+ };
2634
+ };
2635
+ thumbnail: {
2636
+ alt: {
2637
+ default: string;
2638
+ with_name: string;
2639
+ };
2640
+ };
2641
+ cooking_guide: {
2642
+ title: string;
2643
+ empty: {
2644
+ title: string;
2645
+ subtitle: string;
2646
+ action: string;
2647
+ };
2648
+ table: {
2649
+ columns: {
2650
+ name: string;
2651
+ products: string;
2652
+ steps: string;
2653
+ };
2654
+ search: {
2655
+ placeholder: string;
2656
+ };
2657
+ mobile: {
2658
+ products_linked: string;
2659
+ };
2660
+ };
2661
+ dialogs: {
2662
+ remove: {
2663
+ title: string;
2664
+ message: {
2665
+ prefix: string;
2666
+ products_using: string;
2667
+ products_count: string;
2668
+ };
2669
+ };
2670
+ };
2671
+ actions: {
2672
+ add: string;
2673
+ remove: string;
2674
+ cancel: string;
2675
+ };
2676
+ dialog: {
2677
+ add: {
2678
+ title: string;
2679
+ action: string;
2680
+ };
2681
+ update: {
2682
+ title: string;
2683
+ action: string;
2684
+ };
2685
+ sections: {
2686
+ guide_detail: {
2687
+ title: string;
2688
+ name: {
2689
+ label: string;
2690
+ placeholder: string;
2691
+ required: string;
2692
+ };
2693
+ };
2694
+ steps: {
2695
+ title: string;
2696
+ add: string;
2697
+ empty: string;
2698
+ };
2699
+ apply_product: {
2700
+ title: string;
2701
+ link: string;
2702
+ products_linked: string;
2703
+ search: string;
2704
+ };
2705
+ };
2706
+ actions: {
2707
+ cancel: string;
2708
+ };
2709
+ };
2710
+ step_dialog: {
2711
+ add: {
2712
+ title: string;
2713
+ action: string;
2714
+ };
2715
+ update: {
2716
+ title: string;
2717
+ action: string;
2718
+ };
2719
+ sections: {
2720
+ variables: {
2721
+ title: string;
2722
+ add: string;
2723
+ columns: {
2724
+ key: string;
2725
+ value: string;
2726
+ };
2727
+ placeholders: {
2728
+ key: string;
2729
+ value: string;
2730
+ };
2731
+ validation: {
2732
+ required: string;
2733
+ lowercase: string;
2734
+ duplicate: string;
2735
+ };
2736
+ };
2737
+ instruction: {
2738
+ title: string;
2739
+ };
2740
+ };
2741
+ actions: {
2742
+ cancel: string;
2743
+ back: string;
2744
+ };
2745
+ };
2746
+ step_override_dialog: {
2747
+ title: string;
2748
+ columns: {
2749
+ instructions: string;
2750
+ variables: string;
2751
+ value: string;
2752
+ };
2753
+ actions: {
2754
+ save: string;
2755
+ cancel: string;
2756
+ };
2757
+ };
2758
+ };
2759
+ ingredient: {
2760
+ title: string;
2761
+ empty: {
2762
+ title: string;
2763
+ subtitle: string;
2764
+ action: string;
2765
+ };
2766
+ table: {
2767
+ columns: {
2768
+ code: string;
2769
+ name: string;
2770
+ unit: string;
2771
+ };
2772
+ search: {
2773
+ placeholder: string;
2774
+ };
2775
+ mobile: {
2776
+ code: string;
2777
+ unit: string;
2778
+ };
2779
+ };
2780
+ actions: {
2781
+ add: string;
2782
+ };
2783
+ };
2784
+ print_route: {
2785
+ title: string;
2786
+ empty: {
2787
+ title: string;
2788
+ subtitle: string;
2789
+ action: string;
2790
+ };
2791
+ table: {
2792
+ columns: {
2793
+ name: string;
2794
+ products: string;
2795
+ products_count: string;
2796
+ };
2797
+ search: {
2798
+ placeholder: string;
2799
+ };
2800
+ mobile: {
2801
+ products_linked: string;
2802
+ };
2803
+ };
2804
+ dialogs: {
2805
+ remove: {
2806
+ title: string;
2807
+ message: {
2808
+ prefix: string;
2809
+ products_using: string;
2810
+ products_count: string;
2811
+ };
2812
+ };
2813
+ };
2814
+ actions: {
2815
+ add: string;
2816
+ remove: string;
2817
+ cancel: string;
2818
+ };
2819
+ department_dialog: {
2820
+ add: {
2821
+ title: string;
2822
+ action: string;
2823
+ };
2824
+ update: {
2825
+ title: string;
2826
+ action: string;
2827
+ };
2828
+ sections: {
2829
+ route_detail: {
2830
+ title: string;
2831
+ name: {
2832
+ label: string;
2833
+ placeholder: string;
2834
+ required: string;
2835
+ };
2836
+ };
2837
+ link_product: {
2838
+ title: string;
2839
+ link: string;
2840
+ products_linked: string;
2841
+ search: string;
2842
+ };
2843
+ };
2844
+ actions: {
2845
+ cancel: string;
2846
+ };
2847
+ };
2848
+ };
2849
+ products: {
2850
+ title: string;
2851
+ actions: {
2852
+ export: string;
2853
+ import: string;
2854
+ add: string;
2855
+ link: string;
2856
+ apply_scheduler: string;
2857
+ };
2858
+ };
2859
+ publish: {
2860
+ title: string;
2861
+ table: {
2862
+ columns: {
2863
+ restaurant: string;
2864
+ default: string;
2865
+ pos_takeaway: string;
2866
+ pickup: string;
2867
+ version: string;
2868
+ };
2869
+ search: {
2870
+ placeholder: string;
2871
+ };
2872
+ status: {
2873
+ latest: string;
2874
+ outdated: string;
2875
+ };
2876
+ };
2877
+ empty: {
2878
+ title: string;
2879
+ subtitle: string;
2880
+ action: string;
2881
+ };
2882
+ actions: {
2883
+ publish: string;
2884
+ publish_all: string;
2885
+ revert: string;
2886
+ };
2887
+ labels: {
2888
+ main_version: string;
2889
+ catalog: {
2890
+ main: string;
2891
+ invalid: string;
2892
+ };
2893
+ };
2894
+ update_catalog_dialog: {
2895
+ title: string;
2896
+ sections: {
2897
+ default: {
2898
+ label: string;
2899
+ use_default: string;
2900
+ };
2901
+ pos_takeaway: {
2902
+ label: string;
2903
+ };
2904
+ pickup: {
2905
+ label: string;
2906
+ };
2907
+ additional: {
2908
+ title: string;
2909
+ subtitle: string;
2910
+ };
2911
+ };
2912
+ actions: {
2913
+ update: string;
2914
+ cancel: string;
2915
+ };
2916
+ };
2917
+ };
2918
+ tax_setting: {
2919
+ title: string;
2920
+ };
2921
+ menu_setting: {
2922
+ title: string;
2923
+ fields: {
2924
+ low_stock: {
2925
+ not_set: string;
2926
+ must_be_integer: string;
2927
+ title: string;
2928
+ subtitle: string;
2929
+ helper_text: string;
2930
+ updated: string;
2931
+ };
2932
+ };
2933
+ tabs: {
2934
+ menu_configuration: string;
2935
+ price_group: string;
2936
+ };
2937
+ };
2938
+ price_tier: {
2939
+ price_group: string;
2940
+ description: string;
2941
+ add_price_group: string;
2942
+ group_title: string;
2943
+ price_group_description: string;
2944
+ delete_dialog: {
2945
+ title: string;
2946
+ message: string;
2947
+ success: string;
2948
+ };
2949
+ settings_table: {
2950
+ columns: {
2951
+ name: string;
2952
+ };
2953
+ };
2954
+ form: {
2955
+ table: {
2956
+ columns: {
2957
+ name: string;
2958
+ price: string;
2959
+ };
2960
+ };
2961
+ };
2962
+ price_tier_config: string;
2963
+ link_price_group: string;
2964
+ link_price_group_description: string;
2965
+ not_linked: string;
2966
+ };
2967
+ tree_editor: {
2968
+ title: string;
2969
+ actions: {
2970
+ add_category: string;
2971
+ expand_all: string;
2972
+ collapse_all: string;
2973
+ add_product: string;
2974
+ delete_product: string;
2975
+ edit_category: string;
2976
+ delete_category: string;
2977
+ link_category_to_catalog: string;
2978
+ link_product_to_catalog: string;
2979
+ unlink_product_from_catalog: string;
2980
+ };
2981
+ labels: {
2982
+ main_catalog: string;
2983
+ all_time: string;
2984
+ products: string;
2985
+ variants: string;
2986
+ groups: string;
2987
+ addon: string;
2988
+ unknown: string;
2989
+ please_select_a_product_to_edit: string;
2990
+ no_items: string;
2991
+ };
2992
+ };
2993
+ };
2994
+ };
2995
+ "th-TH": {
2996
+ menu: {
2997
+ title: string;
2998
+ common: {
2999
+ actions: {
3000
+ update: string;
3001
+ cancel: string;
3002
+ add: string;
3003
+ search: string;
3004
+ delete: string;
3005
+ remove: string;
3006
+ deselect_all: string;
3007
+ move: string;
3008
+ edit: string;
3009
+ download: string;
3010
+ save: string;
3011
+ confirm: string;
3012
+ yes: string;
3013
+ no: string;
3014
+ link: string;
3015
+ migrate: string;
3016
+ add_new_variant: string;
3017
+ add_group: string;
3018
+ apply_product: string;
3019
+ link_product: string;
3020
+ deselect: string;
3021
+ };
3022
+ labels: {
3023
+ name: string;
3024
+ detail: string;
3025
+ items_linked: string;
3026
+ search_placeholder: string;
3027
+ symbol: string;
3028
+ products_linked: string;
3029
+ product_linked_singular: string;
3030
+ product_linked_plural: string;
3031
+ enter_name: string;
3032
+ product: string;
3033
+ selected_items: string;
3034
+ all: string;
3035
+ category: string;
3036
+ group_name: string;
3037
+ min_select: string;
3038
+ max_select: string;
3039
+ group_type: string;
3040
+ stackable: string;
3041
+ stackable_sublabel: string;
3042
+ configuration: string;
3043
+ variant: string;
3044
+ product_title: string;
3045
+ price: string;
3046
+ order_from: string;
3047
+ inventory: string;
3048
+ search_groups: string;
3049
+ search_variants: string;
3050
+ product_count: string;
3051
+ search_product: string;
3052
+ product_image: string;
3053
+ optional: string;
3054
+ products_selected: string;
3055
+ items_selected: string;
3056
+ catalog: string;
3057
+ scheduler: string;
3058
+ all_time: string;
3059
+ main: string;
3060
+ unknown: string;
3061
+ all_day: string;
3062
+ scheduler_title: string;
3063
+ link_product_title: string;
3064
+ products_count: string;
3065
+ search: string;
3066
+ status: string;
3067
+ };
3068
+ dialog: {
3069
+ remove_confirmation: string;
3070
+ change_type: {
3071
+ title: string;
3072
+ message: string;
3073
+ };
3074
+ remove: {
3075
+ catalog: {
3076
+ title: string;
3077
+ message: string;
3078
+ };
3079
+ category: {
3080
+ title: string;
3081
+ message: string;
3082
+ };
3083
+ product: {
3084
+ title: string;
3085
+ message: string;
3086
+ success: string;
3087
+ };
3088
+ recipe: {
3089
+ title: string;
3090
+ message: string;
3091
+ };
3092
+ ingredient: {
3093
+ title: string;
3094
+ message: string;
3095
+ };
3096
+ takeaway: {
3097
+ title: string;
3098
+ message: string;
3099
+ };
3100
+ unit: {
3101
+ title: string;
3102
+ message: string;
3103
+ };
3104
+ variant: {
3105
+ title: string;
3106
+ message: string;
3107
+ };
3108
+ };
3109
+ };
3110
+ validation: {
3111
+ required: string;
3112
+ min_max: string;
3113
+ product_title_required: string;
3114
+ min_value: string;
3115
+ max_value: string;
3116
+ field_required: string;
3117
+ required_field: string;
3118
+ invalid_amount: string;
3119
+ max_default_items: string;
3120
+ default_items_tip: string;
3121
+ };
3122
+ file: {
3123
+ accepts: string;
3124
+ };
3125
+ empty: {
3126
+ no_group: {
3127
+ title: string;
3128
+ subtitle: string;
3129
+ };
3130
+ no_variant: {
3131
+ title: string;
3132
+ subtitle: string;
3133
+ };
3134
+ };
3135
+ };
3136
+ category: {
3137
+ title: string;
3138
+ add: string;
3139
+ detail: string;
3140
+ name: string;
3141
+ empty: {
3142
+ title: string;
3143
+ subtitle: string;
3144
+ no_group: {
3145
+ title: string;
3146
+ subtitle: string;
3147
+ };
3148
+ };
3149
+ columns: {
3150
+ title: string;
3151
+ products: string;
3152
+ };
3153
+ dialog: {
3154
+ remove: {
3155
+ title: string;
3156
+ error: string;
3157
+ };
3158
+ add: {
3159
+ title: string;
3160
+ name: {
3161
+ label: string;
3162
+ placeholder: string;
3163
+ required: string;
3164
+ };
3165
+ };
3166
+ };
3167
+ products: {
3168
+ title: string;
3169
+ add: string;
3170
+ linked_count: string;
3171
+ search: string;
3172
+ columns: {
3173
+ name: string;
3174
+ code: string;
3175
+ };
3176
+ };
3177
+ selector: {
3178
+ all: string;
3179
+ title: string;
3180
+ };
3181
+ manager: {
3182
+ dialog: {
3183
+ add: {
3184
+ title: string;
3185
+ action: string;
3186
+ };
3187
+ update: {
3188
+ title: string;
3189
+ action: string;
3190
+ };
3191
+ };
3192
+ };
3193
+ };
3194
+ variant: {
3195
+ title: string;
3196
+ add: string;
3197
+ columns: {
3198
+ name: string;
3199
+ options: string;
3200
+ applied_products: string;
3201
+ };
3202
+ mobile: {
3203
+ value: string;
3204
+ };
3205
+ empty: {
3206
+ title: string;
3207
+ subtitle: string;
3208
+ no_variant: {
3209
+ title: string;
3210
+ subtitle: string;
3211
+ };
3212
+ };
3213
+ select: {
3214
+ title: string;
3215
+ subtitle: string;
3216
+ };
3217
+ form: {
3218
+ title: {
3219
+ add: string;
3220
+ edit: string;
3221
+ };
3222
+ detail: string;
3223
+ name: {
3224
+ label: string;
3225
+ placeholder: string;
3226
+ helper: string;
3227
+ required: string;
3228
+ };
3229
+ options: {
3230
+ title: string;
3231
+ placeholder: string;
3232
+ min_required: string;
3233
+ name_required: string;
3234
+ };
3235
+ applied_product: string;
3236
+ };
3237
+ };
3238
+ unit: {
3239
+ title: string;
3240
+ add: string;
3241
+ update: string;
3242
+ precision: string;
3243
+ precision_placeholder: string;
3244
+ empty: {
3245
+ title: string;
3246
+ subtitle: string;
3247
+ };
3248
+ columns: {
3249
+ name: string;
3250
+ symbol: string;
3251
+ };
3252
+ measurement: {
3253
+ add: string;
3254
+ title: string;
3255
+ name: string;
3256
+ symbol: string;
3257
+ conversion: string;
3258
+ preview: string;
3259
+ preview_label: string;
3260
+ };
3261
+ };
3262
+ print_dept: {
3263
+ title: string;
3264
+ add: string;
3265
+ update: string;
3266
+ columns: {
3267
+ name: string;
3268
+ products: string;
3269
+ };
3270
+ };
3271
+ sku: {
3272
+ title: string;
3273
+ add: string;
3274
+ update: string;
3275
+ columns: {
3276
+ code: string;
3277
+ name: string;
3278
+ unit: string;
3279
+ };
3280
+ empty: {
3281
+ no_unit: string;
3282
+ subtitle: string;
3283
+ };
3284
+ validation: {
3285
+ code_used: string;
3286
+ };
3287
+ errors: {
3288
+ select_recipe_ingredient: string;
3289
+ };
3290
+ convertible: {
3291
+ label: string;
3292
+ sublabel: string;
3293
+ convert_to: string;
3294
+ };
3295
+ };
3296
+ recipe: {
3297
+ title: string;
3298
+ add: string;
3299
+ update: string;
3300
+ columns: {
3301
+ name: string;
3302
+ };
3303
+ validation: {
3304
+ bind_required: string;
3305
+ };
3306
+ table: {
3307
+ columns: {
3308
+ name: string;
3309
+ ingredients: string;
3310
+ };
3311
+ search: {
3312
+ placeholder: string;
3313
+ };
3314
+ };
3315
+ empty: {
3316
+ title: string;
3317
+ subtitle: string;
3318
+ action: string;
3319
+ };
3320
+ actions: {
3321
+ add: string;
3322
+ };
3323
+ };
3324
+ serving_sequence: {
3325
+ title: string;
3326
+ add: string;
3327
+ update: string;
3328
+ columns: {
3329
+ name: string;
3330
+ };
3331
+ empty: {
3332
+ title: string;
3333
+ subtitle: string;
3334
+ };
3335
+ };
3336
+ group: {
3337
+ title: string;
3338
+ add: string;
3339
+ update: string;
3340
+ option: {
3341
+ title: string;
3342
+ link_products: string;
3343
+ add_option: string;
3344
+ product_title: string;
3345
+ product_title_required: string;
3346
+ price: string;
3347
+ inventory: string;
3348
+ variant: string;
3349
+ code: string;
3350
+ is_default: string;
3351
+ };
3352
+ types: {
3353
+ normal: string;
3354
+ product: string;
3355
+ dynamic: string;
3356
+ };
3357
+ select: {
3358
+ title: string;
3359
+ subtitle: string;
3360
+ };
3361
+ empty: {
3362
+ title: string;
3363
+ subtitle: string;
3364
+ };
3365
+ search: {
3366
+ placeholder: string;
3367
+ };
3368
+ type: {
3369
+ title: string;
3370
+ all: string;
3371
+ normal: string;
3372
+ product: string;
3373
+ dynamic: string;
3374
+ };
3375
+ list: {
3376
+ items_linked: string;
3377
+ products_linked: string;
3378
+ columns: {
3379
+ name: string;
3380
+ products: string;
3381
+ type: string;
3382
+ applied_products: string;
3383
+ };
3384
+ types: {
3385
+ normal: string;
3386
+ product: string;
3387
+ dynamic: string;
3388
+ };
3389
+ variants: string;
3390
+ more_items: string;
3391
+ };
3392
+ actions: {
3393
+ add: string;
3394
+ duplicate: {
3395
+ title: string;
3396
+ message: string;
3397
+ };
3398
+ apply_product: string;
3399
+ duplicate_action: string;
3400
+ };
3401
+ dialogs: {
3402
+ delete: {
3403
+ title: string;
3404
+ message: string;
3405
+ };
3406
+ update: {
3407
+ title: string;
3408
+ };
3409
+ };
3410
+ };
3411
+ migrate: {
3412
+ title: string;
3413
+ description: string;
3414
+ message: string;
3415
+ notification: {
3416
+ title: string;
3417
+ description: string;
3418
+ };
3419
+ errors: {
3420
+ no_restaurant: string;
3421
+ pos_version: string;
3422
+ };
3423
+ };
3424
+ scheduler: {
3425
+ title: string;
3426
+ select: {
3427
+ title: string;
3428
+ all_time: string;
3429
+ };
3430
+ empty: {
3431
+ title: string;
3432
+ subtitle: string;
3433
+ action: string;
3434
+ };
3435
+ table: {
3436
+ columns: {
3437
+ name: string;
3438
+ repeat: string;
3439
+ period: string;
3440
+ products: string;
3441
+ };
3442
+ products_linked: string;
3443
+ search: {
3444
+ placeholder: string;
3445
+ };
3446
+ };
3447
+ repeat: {
3448
+ daily: string;
3449
+ weekdays: string;
3450
+ weekends: string;
3451
+ except: string;
3452
+ range: string;
3453
+ };
3454
+ days: {
3455
+ monday: string;
3456
+ tuesday: string;
3457
+ wednesday: string;
3458
+ thursday: string;
3459
+ friday: string;
3460
+ saturday: string;
3461
+ sunday: string;
3462
+ };
3463
+ dialog: {
3464
+ add: {
3465
+ title: string;
3466
+ action: string;
3467
+ };
3468
+ update: {
3469
+ title: string;
3470
+ action: string;
3471
+ };
3472
+ sections: {
3473
+ detail: {
3474
+ title: string;
3475
+ name: {
3476
+ label: string;
3477
+ placeholder: string;
3478
+ required: string;
3479
+ };
3480
+ };
3481
+ availability: {
3482
+ title: string;
3483
+ daily: string;
3484
+ weekly: string;
3485
+ };
3486
+ period: {
3487
+ title: string;
3488
+ all_day: string;
3489
+ custom: string;
3490
+ add: string;
3491
+ };
3492
+ autolink: {
3493
+ title: string;
3494
+ label: string;
3495
+ sublabel: string;
3496
+ all_items: string;
3497
+ filter_message: string;
3498
+ tooltip: string;
3499
+ };
3500
+ filter: {
3501
+ add: string;
3502
+ matches: string;
3503
+ or: string;
3504
+ types: {
3505
+ code: string;
3506
+ category: string;
3507
+ };
3508
+ placeholder: {
3509
+ category: string;
3510
+ };
3511
+ };
3512
+ products: {
3513
+ title: string;
3514
+ link: string;
3515
+ };
3516
+ };
3517
+ actions: {
3518
+ cancel: string;
3519
+ };
3520
+ };
3521
+ dialogs: {
3522
+ remove: {
3523
+ title: string;
3524
+ message: string;
3525
+ };
3526
+ };
3527
+ };
3528
+ revert: {
3529
+ title: string;
3530
+ description: string;
3531
+ labels: {
3532
+ restaurant: string;
3533
+ revert_to: string;
3534
+ default: string;
3535
+ pos_takeaway: string;
3536
+ pickup: string;
3537
+ additional_catalogs: string;
3538
+ };
3539
+ };
3540
+ remy: {
3541
+ title: string;
3542
+ description: string;
3543
+ actions: {
3544
+ start: string;
3545
+ close: string;
3546
+ };
3547
+ messages: {
3548
+ welcome: string;
3549
+ thinking: string;
3550
+ error: string;
3551
+ };
3552
+ };
3553
+ picker: {
3554
+ title: string;
3555
+ search: string;
3556
+ no_results: string;
3557
+ selected: string;
3558
+ };
3559
+ apply_product: {
3560
+ title: string;
3561
+ link: {
3562
+ title: string;
3563
+ subtitle: string;
3564
+ };
3565
+ table: {
3566
+ category_count: string;
3567
+ inventory: string;
3568
+ value: string;
3569
+ };
3570
+ };
3571
+ catalog: {
3572
+ title: string;
3573
+ detail: string;
3574
+ form: {
3575
+ name: string;
3576
+ tax: {
3577
+ title: string;
3578
+ auto: {
3579
+ label: string;
3580
+ sublabel: string;
3581
+ };
3582
+ manual: {
3583
+ label: string;
3584
+ sublabel: string;
3585
+ };
3586
+ inclusive: string;
3587
+ };
3588
+ link: {
3589
+ title: string;
3590
+ auto_link: {
3591
+ label: string;
3592
+ sublabel: string;
3593
+ };
3594
+ options: {
3595
+ all: string;
3596
+ pos_only: string;
3597
+ };
3598
+ };
3599
+ markup: {
3600
+ title: string;
3601
+ auto: {
3602
+ label: string;
3603
+ sublabel: string;
3604
+ };
3605
+ add: string;
3606
+ config: string;
3607
+ percentage: string;
3608
+ products: string;
3609
+ all_items: string;
3610
+ };
3611
+ };
3612
+ validation: {
3613
+ name_used: string;
3614
+ name_required: string;
3615
+ };
3616
+ edit: {
3617
+ back: string;
3618
+ export: string;
3619
+ import: string;
3620
+ link_product: string;
3621
+ apply_scheduler: string;
3622
+ tabs: {
3623
+ product: string;
3624
+ group: string;
3625
+ takeaway: string;
3626
+ setting: string;
3627
+ };
3628
+ scheduler: {
3629
+ remove: {
3630
+ title: string;
3631
+ message: string;
3632
+ };
3633
+ };
3634
+ };
3635
+ usage: {
3636
+ title: string;
3637
+ tax_calculation: string;
3638
+ products: string;
3639
+ restaurant: string;
3640
+ usage: string;
3641
+ };
3642
+ table: {
3643
+ columns: {
3644
+ title: string;
3645
+ tax_calculation: string;
3646
+ auto_link: string;
3647
+ };
3648
+ };
3649
+ empty: {
3650
+ title: string;
3651
+ subtitle: string;
3652
+ };
3653
+ actions: {
3654
+ add: string;
3655
+ view_usage: string;
3656
+ };
3657
+ dialogs: {
3658
+ remove: {
3659
+ title: string;
3660
+ message: string;
3661
+ error: string;
3662
+ };
3663
+ };
3664
+ };
3665
+ currency: {
3666
+ input: {
3667
+ field: string;
3668
+ };
3669
+ };
3670
+ order: {
3671
+ from: {
3672
+ options: {
3673
+ all: string;
3674
+ pos_only: string;
3675
+ none: string;
3676
+ };
3677
+ };
3678
+ };
3679
+ inventory: {
3680
+ title: string;
3681
+ subtitle: string;
3682
+ columns: {
3683
+ product_name: string;
3684
+ ingredient: string;
3685
+ recipe: string;
3686
+ };
3687
+ status: {
3688
+ sku_linked: string;
3689
+ recipe_linked: string;
3690
+ not_set: string;
3691
+ };
3692
+ dialog: {
3693
+ title: string;
3694
+ };
3695
+ form: {
3696
+ title: string;
3697
+ product_name: string;
3698
+ };
3699
+ binding: {
3700
+ recipe: {
3701
+ title: string;
3702
+ columns: {
3703
+ name: string;
3704
+ amount: string;
3705
+ };
3706
+ };
3707
+ ingredient: {
3708
+ title: string;
3709
+ columns: {
3710
+ name: string;
3711
+ amount: string;
3712
+ unit: string;
3713
+ };
3714
+ select_unit: string;
3715
+ loop_warning: string;
3716
+ };
3717
+ link: {
3718
+ title: string;
3719
+ recipe: string;
3720
+ ingredient: string;
3721
+ };
3722
+ };
3723
+ };
3724
+ link_product: {
3725
+ title: string;
3726
+ };
3727
+ catalog_scheduler: {
3728
+ title: string;
3729
+ subtitle: string;
3730
+ };
3731
+ apply_products: {
3732
+ category: {
3733
+ count: string;
3734
+ };
3735
+ };
3736
+ markup: {
3737
+ dialog: {
3738
+ title: {
3739
+ add: string;
3740
+ update: string;
3741
+ };
3742
+ fields: {
3743
+ percentage: {
3744
+ label: string;
3745
+ required: string;
3746
+ };
3747
+ };
3748
+ options: {
3749
+ all: string;
3750
+ custom: string;
3751
+ };
3752
+ products: {
3753
+ link: string;
3754
+ count: string;
3755
+ };
3756
+ };
3757
+ };
3758
+ import: {
3759
+ dialog: {
3760
+ title: string;
3761
+ info: string;
3762
+ fields: {
3763
+ type: string;
3764
+ file: {
3765
+ replace: string;
3766
+ };
3767
+ };
3768
+ actions: {
3769
+ import: string;
3770
+ };
3771
+ errors: {
3772
+ select_file: string;
3773
+ };
3774
+ };
3775
+ };
3776
+ product: {
3777
+ form: {
3778
+ title: {
3779
+ add: string;
3780
+ update: string;
3781
+ };
3782
+ summary: {
3783
+ title: string;
3784
+ fields: {
3785
+ code: string;
3786
+ name: string;
3787
+ category: string;
3788
+ order_from: string;
3789
+ selling_price: string;
3790
+ tax: string;
3791
+ inventory: string;
3792
+ takeaway: string;
3793
+ };
3794
+ };
3795
+ sections: {
3796
+ general: {
3797
+ title: string;
3798
+ description: string;
3799
+ };
3800
+ tagging: {
3801
+ title: string;
3802
+ subtitle: string;
3803
+ };
3804
+ price: {
3805
+ title: string;
3806
+ description: string;
3807
+ };
3808
+ print: {
3809
+ title: string;
3810
+ description: string;
3811
+ };
3812
+ variant: {
3813
+ title: string;
3814
+ description: string;
3815
+ };
3816
+ group: {
3817
+ title: string;
3818
+ description: string;
3819
+ };
3820
+ inventory: {
3821
+ title: string;
3822
+ description: string;
3823
+ };
3824
+ takeaway: {
3825
+ title: string;
3826
+ description: string;
3827
+ };
3828
+ };
3829
+ detail: {
3830
+ title: string;
3831
+ fields: {
3832
+ code: {
3833
+ label: string;
3834
+ placeholder: string;
3835
+ };
3836
+ name: {
3837
+ label: string;
3838
+ required: string;
3839
+ duplicate_warning: string;
3840
+ };
3841
+ description: {
3842
+ label: string;
3843
+ optional: string;
3844
+ placeholder: string;
3845
+ };
3846
+ };
3847
+ category: {
3848
+ label: string;
3849
+ required: string;
3850
+ add_new: string;
3851
+ add_first: string;
3852
+ options: {
3853
+ product: {
3854
+ label: string;
3855
+ sublabel: string;
3856
+ };
3857
+ addon: {
3858
+ label: string;
3859
+ sublabel: string;
3860
+ };
3861
+ };
3862
+ };
3863
+ order_from: {
3864
+ label: string;
3865
+ default: string;
3866
+ };
3867
+ };
3868
+ group: {
3869
+ title: string;
3870
+ subtitle: string;
3871
+ add: string;
3872
+ columns: {
3873
+ title: string;
3874
+ type: string;
3875
+ };
3876
+ };
3877
+ price: {
3878
+ title: string;
3879
+ fields: {
3880
+ selling_price: {
3881
+ label: string;
3882
+ required: string;
3883
+ };
3884
+ tax: {
3885
+ label: string;
3886
+ label_with_code: string;
3887
+ };
3888
+ };
3889
+ settings: {
3890
+ title: string;
3891
+ open_price: {
3892
+ label: string;
3893
+ sublabel: string;
3894
+ };
3895
+ sell_by_unit: {
3896
+ label: string;
3897
+ sublabel: string;
3898
+ per_unit: {
3899
+ label: string;
3900
+ placeholder: string;
3901
+ required: string;
3902
+ min: string;
3903
+ };
3904
+ unit: {
3905
+ placeholder: string;
3906
+ required: string;
3907
+ };
3908
+ };
3909
+ track_costing: {
3910
+ label: string;
3911
+ };
3912
+ min_price: {
3913
+ label: string;
3914
+ };
3915
+ };
3916
+ };
3917
+ print: {
3918
+ title: string;
3919
+ config: {
3920
+ label: string;
3921
+ group_parent: {
3922
+ label: string;
3923
+ sublabel: string;
3924
+ };
3925
+ };
3926
+ kds: {
3927
+ label: string;
3928
+ options: {
3929
+ all: {
3930
+ label: string;
3931
+ description: string;
3932
+ };
3933
+ sequential: {
3934
+ label: string;
3935
+ description: string;
3936
+ };
3937
+ };
3938
+ };
3939
+ routes: {
3940
+ label: string;
3941
+ add: string;
3942
+ };
3943
+ };
3944
+ takeaway: {
3945
+ title: string;
3946
+ subtitle: string;
3947
+ columns: {
3948
+ variant: string;
3949
+ product: string;
3950
+ takeaway: string;
3951
+ };
3952
+ options: {
3953
+ follows_main: string;
3954
+ no_preset: string;
3955
+ add_new: string;
3956
+ };
3957
+ };
3958
+ variant: {
3959
+ title: string;
3960
+ subtitle: string;
3961
+ add: string;
3962
+ columns: {
3963
+ variant: string;
3964
+ code: string;
3965
+ order_from: string;
3966
+ price: string;
3967
+ min_price: string;
3968
+ };
3969
+ validation: {
3970
+ max_variants: string;
3971
+ };
3972
+ placeholders: {
3973
+ no_code: string;
3974
+ follow_general: string;
3975
+ };
3976
+ };
3977
+ };
3978
+ empty: {
3979
+ with_create: {
3980
+ title: string;
3981
+ subtitle: string;
3982
+ action: string;
3983
+ };
3984
+ no_scheduler: {
3985
+ title: string;
3986
+ subtitle: string;
3987
+ };
3988
+ with_scheduler: {
3989
+ title: string;
3990
+ subtitle: string;
3991
+ };
3992
+ };
3993
+ table: {
3994
+ columns: {
3995
+ code: string;
3996
+ name: string;
3997
+ category: string;
3998
+ price: string;
3999
+ order_from: string;
4000
+ tagging: string;
4001
+ };
4002
+ tagging: {
4003
+ all: string;
4004
+ collapse: string;
4005
+ expand: string;
4006
+ };
4007
+ bulk_edit: {
4008
+ title: string;
4009
+ actions: {
4010
+ reset_all: string;
4011
+ save: string;
4012
+ };
4013
+ };
4014
+ selection: {
4015
+ count: string;
4016
+ actions: {
4017
+ deselect_all: string;
4018
+ remove: string;
4019
+ };
4020
+ };
4021
+ empty: {
4022
+ title: string;
4023
+ subtitle: string;
4024
+ actions: {
4025
+ add: string;
4026
+ import: string;
4027
+ };
4028
+ };
4029
+ search: {
4030
+ placeholder: string;
4031
+ };
4032
+ validation: {
4033
+ name_required: string;
4034
+ price_min: string;
4035
+ };
4036
+ };
4037
+ };
4038
+ setting: {
4039
+ catalog: {
4040
+ title: string;
4041
+ fields: {
4042
+ name: {
4043
+ label: string;
4044
+ required: string;
4045
+ used: string;
4046
+ };
4047
+ };
4048
+ warnings: {
4049
+ delivery: string;
4050
+ };
4051
+ };
4052
+ tax: {
4053
+ title: string;
4054
+ modes: {
4055
+ auto: {
4056
+ label: string;
4057
+ sublabel: string;
4058
+ };
4059
+ manual: {
4060
+ label: string;
4061
+ sublabel: string;
4062
+ };
4063
+ };
4064
+ inclusive: string;
4065
+ };
4066
+ link: {
4067
+ title: string;
4068
+ auto_link: {
4069
+ label: string;
4070
+ sublabel: string;
4071
+ };
4072
+ options: {
4073
+ all: string;
4074
+ pos_only: string;
4075
+ };
4076
+ };
4077
+ markup: {
4078
+ title: string;
4079
+ auto_markup: {
4080
+ label: string;
4081
+ sublabel: string;
4082
+ };
4083
+ add: string;
4084
+ config: string;
4085
+ percentage: string;
4086
+ products: {
4087
+ all: string;
4088
+ linked: string;
4089
+ };
4090
+ };
4091
+ };
4092
+ takeaway: {
4093
+ actions: {
4094
+ add: string;
4095
+ };
4096
+ title: string;
4097
+ add: string;
4098
+ update: string;
4099
+ columns: {
4100
+ title: string;
4101
+ price: string;
4102
+ };
4103
+ placeholders: {
4104
+ title: string;
4105
+ };
4106
+ empty: {
4107
+ title: string;
4108
+ subtitle: string;
4109
+ action: string;
4110
+ };
4111
+ table: {
4112
+ columns: {
4113
+ name: string;
4114
+ price: string;
4115
+ products: string;
4116
+ };
4117
+ items_linked: string;
4118
+ search: {
4119
+ placeholder: string;
4120
+ };
4121
+ };
4122
+ };
4123
+ thumbnail: {
4124
+ alt: {
4125
+ default: string;
4126
+ with_name: string;
4127
+ };
4128
+ };
4129
+ cooking_guide: {
4130
+ title: string;
4131
+ empty: {
4132
+ title: string;
4133
+ subtitle: string;
4134
+ action: string;
4135
+ };
4136
+ table: {
4137
+ columns: {
4138
+ name: string;
4139
+ products: string;
4140
+ steps: string;
4141
+ };
4142
+ search: {
4143
+ placeholder: string;
4144
+ };
4145
+ mobile: {
4146
+ products_linked: string;
4147
+ };
4148
+ };
4149
+ dialogs: {
4150
+ remove: {
4151
+ title: string;
4152
+ message: {
4153
+ prefix: string;
4154
+ products_using: string;
4155
+ products_count: string;
4156
+ };
4157
+ };
4158
+ };
4159
+ actions: {
4160
+ add: string;
4161
+ remove: string;
4162
+ cancel: string;
4163
+ };
4164
+ dialog: {
4165
+ add: {
4166
+ title: string;
4167
+ action: string;
4168
+ };
4169
+ update: {
4170
+ title: string;
4171
+ action: string;
4172
+ };
4173
+ sections: {
4174
+ guide_detail: {
4175
+ title: string;
4176
+ name: {
4177
+ label: string;
4178
+ placeholder: string;
4179
+ required: string;
4180
+ };
4181
+ };
4182
+ steps: {
4183
+ title: string;
4184
+ add: string;
4185
+ empty: string;
4186
+ };
4187
+ apply_product: {
4188
+ title: string;
4189
+ link: string;
4190
+ products_linked: string;
4191
+ search: string;
4192
+ };
4193
+ };
4194
+ actions: {
4195
+ cancel: string;
4196
+ };
4197
+ };
4198
+ step_dialog: {
4199
+ add: {
4200
+ title: string;
4201
+ action: string;
4202
+ };
4203
+ update: {
4204
+ title: string;
4205
+ action: string;
4206
+ };
4207
+ sections: {
4208
+ variables: {
4209
+ title: string;
4210
+ add: string;
4211
+ columns: {
4212
+ key: string;
4213
+ value: string;
4214
+ };
4215
+ placeholders: {
4216
+ key: string;
4217
+ value: string;
4218
+ };
4219
+ validation: {
4220
+ required: string;
4221
+ lowercase: string;
4222
+ duplicate: string;
4223
+ };
4224
+ };
4225
+ instruction: {
4226
+ title: string;
4227
+ };
4228
+ };
4229
+ actions: {
4230
+ cancel: string;
4231
+ back: string;
4232
+ };
4233
+ };
4234
+ step_override_dialog: {
4235
+ title: string;
4236
+ columns: {
4237
+ instructions: string;
4238
+ variables: string;
4239
+ value: string;
4240
+ };
4241
+ actions: {
4242
+ save: string;
4243
+ cancel: string;
4244
+ };
4245
+ };
4246
+ };
4247
+ ingredient: {
4248
+ title: string;
4249
+ empty: {
4250
+ title: string;
4251
+ subtitle: string;
4252
+ action: string;
4253
+ };
4254
+ table: {
4255
+ columns: {
4256
+ code: string;
4257
+ name: string;
4258
+ unit: string;
4259
+ };
4260
+ search: {
4261
+ placeholder: string;
4262
+ };
4263
+ mobile: {
4264
+ code: string;
4265
+ unit: string;
4266
+ };
4267
+ };
4268
+ actions: {
4269
+ add: string;
4270
+ };
4271
+ };
4272
+ print_route: {
4273
+ title: string;
4274
+ empty: {
4275
+ title: string;
4276
+ subtitle: string;
4277
+ action: string;
4278
+ };
4279
+ table: {
4280
+ columns: {
4281
+ name: string;
4282
+ products: string;
4283
+ products_count: string;
4284
+ };
4285
+ search: {
4286
+ placeholder: string;
4287
+ };
4288
+ mobile: {
4289
+ products_linked: string;
4290
+ };
4291
+ };
4292
+ dialogs: {
4293
+ remove: {
4294
+ title: string;
4295
+ message: {
4296
+ prefix: string;
4297
+ products_using: string;
4298
+ products_count: string;
4299
+ };
4300
+ };
4301
+ };
4302
+ actions: {
4303
+ add: string;
4304
+ remove: string;
4305
+ cancel: string;
4306
+ };
4307
+ department_dialog: {
4308
+ add: {
4309
+ title: string;
4310
+ action: string;
4311
+ };
4312
+ update: {
4313
+ title: string;
4314
+ action: string;
4315
+ };
4316
+ sections: {
4317
+ route_detail: {
4318
+ title: string;
4319
+ name: {
4320
+ label: string;
4321
+ placeholder: string;
4322
+ required: string;
4323
+ };
4324
+ };
4325
+ link_product: {
4326
+ title: string;
4327
+ link: string;
4328
+ products_linked: string;
4329
+ search: string;
4330
+ };
4331
+ };
4332
+ actions: {
4333
+ cancel: string;
4334
+ };
4335
+ };
4336
+ };
4337
+ products: {
4338
+ title: string;
4339
+ actions: {
4340
+ export: string;
4341
+ import: string;
4342
+ add: string;
4343
+ link: string;
4344
+ apply_scheduler: string;
4345
+ };
4346
+ };
4347
+ publish: {
4348
+ title: string;
4349
+ table: {
4350
+ columns: {
4351
+ restaurant: string;
4352
+ default: string;
4353
+ pos_takeaway: string;
4354
+ pickup: string;
4355
+ version: string;
4356
+ };
4357
+ search: {
4358
+ placeholder: string;
4359
+ };
4360
+ status: {
4361
+ latest: string;
4362
+ outdated: string;
4363
+ };
4364
+ };
4365
+ empty: {
4366
+ title: string;
4367
+ subtitle: string;
4368
+ action: string;
4369
+ };
4370
+ actions: {
4371
+ publish: string;
4372
+ publish_all: string;
4373
+ revert: string;
4374
+ };
4375
+ labels: {
4376
+ main_version: string;
4377
+ catalog: {
4378
+ main: string;
4379
+ invalid: string;
4380
+ };
4381
+ };
4382
+ update_catalog_dialog: {
4383
+ title: string;
4384
+ sections: {
4385
+ default: {
4386
+ label: string;
4387
+ use_default: string;
4388
+ };
4389
+ pos_takeaway: {
4390
+ label: string;
4391
+ };
4392
+ pickup: {
4393
+ label: string;
4394
+ };
4395
+ additional: {
4396
+ title: string;
4397
+ subtitle: string;
4398
+ };
4399
+ };
4400
+ actions: {
4401
+ update: string;
4402
+ cancel: string;
4403
+ };
4404
+ };
4405
+ };
4406
+ tax_setting: {
4407
+ title: string;
4408
+ };
4409
+ menu_setting: {
4410
+ title: string;
4411
+ fields: {
4412
+ low_stock: {
4413
+ not_set: string;
4414
+ must_be_integer: string;
4415
+ title: string;
4416
+ subtitle: string;
4417
+ helper_text: string;
4418
+ updated: string;
4419
+ };
4420
+ };
4421
+ tabs: {
4422
+ menu_configuration: string;
4423
+ price_group: string;
4424
+ };
4425
+ };
4426
+ price_tier: {
4427
+ price_group: string;
4428
+ description: string;
4429
+ add_price_group: string;
4430
+ add_price_group_success: string;
4431
+ group_title: string;
4432
+ price_group_description: string;
4433
+ delete_dialog: {
4434
+ title: string;
4435
+ message: string;
4436
+ success: string;
4437
+ };
4438
+ settings_table: {
4439
+ columns: {
4440
+ name: string;
4441
+ };
4442
+ };
4443
+ form: {
4444
+ table: {
4445
+ columns: {
4446
+ name: string;
4447
+ price: string;
4448
+ };
4449
+ };
4450
+ };
4451
+ price_tier_config: string;
4452
+ link_price_group: string;
4453
+ link_price_group_description: string;
4454
+ not_linked: string;
4455
+ };
4456
+ tree_editor: {
4457
+ title: string;
4458
+ actions: {
4459
+ add_category: string;
4460
+ expand_all: string;
4461
+ collapse_all: string;
4462
+ add_product: string;
4463
+ delete_product: string;
4464
+ edit_category: string;
4465
+ delete_category: string;
4466
+ link_category_to_catalog: string;
4467
+ link_product_to_catalog: string;
4468
+ unlink_product_from_catalog: string;
4469
+ };
4470
+ labels: {
4471
+ main_catalog: string;
4472
+ all_time: string;
4473
+ products: string;
4474
+ variants: string;
4475
+ groups: string;
4476
+ addon: string;
4477
+ unknown: string;
4478
+ please_select_a_product_to_edit: string;
4479
+ no_items: string;
4480
+ };
4481
+ };
4482
+ };
4483
+ };
4484
+ };
4485
+ export { openTreeEditor } from "./components/feature/TreeEditor/openner";
4486
+ export { routers, catalogRoutes, initMenuApp, useMenuNavigatorStatus };