@nocobase/client 2.1.0-beta.9 → 2.1.1

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 (445) hide show
  1. package/es/ai/index.d.ts +2 -3
  2. package/es/api-client/APIClient.d.ts +1 -2
  3. package/es/application/Application.d.ts +68 -143
  4. package/es/application/CustomRouterContextProvider.d.ts +1 -0
  5. package/es/application/Plugin.d.ts +2 -24
  6. package/es/application/PluginManager.d.ts +7 -36
  7. package/es/application/PluginSettingsManager.d.ts +103 -7
  8. package/es/application/RouteRepository.d.ts +1 -15
  9. package/es/application/RouterManager.d.ts +4 -44
  10. package/es/application/WebSocketClient.d.ts +2 -36
  11. package/es/application/components/index.d.ts +0 -2
  12. package/es/application/hooks/usePlugin.d.ts +2 -2
  13. package/es/application/schema-initializer/context/index.d.ts +1 -1
  14. package/es/application/schema-settings/hooks/useSchemaSettingsRender.d.ts +2 -2
  15. package/es/application/utils/globalDeps.d.ts +7 -0
  16. package/es/application/utils/remotePlugins.d.ts +9 -6
  17. package/es/block-provider/BlockProvider.d.ts +1 -0
  18. package/es/block-provider/TableBlockContextBasicValue.d.ts +25 -0
  19. package/es/block-provider/TableBlockProvider.d.ts +0 -11
  20. package/es/block-provider/index.d.ts +1 -0
  21. package/es/collection-manager/hooks/useCollection_deprecated.d.ts +2 -2
  22. package/es/collection-manager/templates/sql.d.ts +4 -4
  23. package/es/collection-manager/templates/view.d.ts +4 -4
  24. package/es/data-source/collection/utils.d.ts +3 -3
  25. package/es/data-source/data-block/DataBlockProvider.d.ts +1 -1
  26. package/es/global-theme/AntdAppProvider.d.ts +1 -10
  27. package/es/global-theme/compatOldTheme.d.ts +1 -3
  28. package/es/global-theme/customAlgorithm.d.ts +1 -7
  29. package/es/global-theme/defaultTheme.d.ts +1 -3
  30. package/es/global-theme/index.d.ts +2 -29
  31. package/es/global-theme/type.d.ts +1 -56
  32. package/es/index.css +1 -1
  33. package/es/index.d.ts +1 -1
  34. package/es/index.mjs +1519 -108553
  35. package/es/index.mjs.LICENSE.txt +8 -0
  36. package/es/lazy-helper/index.d.ts +8 -6
  37. package/es/modules/actions/associate/utils.d.ts +18 -0
  38. package/es/modules/actions/link/useURLAndHTMLSchema.d.ts +1 -0
  39. package/es/modules/blocks/BlockSchemaToolbar.d.ts +1 -1
  40. package/es/plugin-manager/PinnedPluginListProvider.d.ts +2 -1
  41. package/es/plugin-manager/context.d.ts +1 -4
  42. package/es/{flow/models/actions/JSActionModel.d.ts → pm/AdminSettingsLayoutModel.d.ts} +2 -4
  43. package/es/pm/PluginSetting.d.ts +2 -1
  44. package/es/pm/index.d.ts +1 -0
  45. package/es/{flow/components/placeholders/FieldPlaceholder.d.ts → route-switch/antd/admin-layout/AdminDynamicPage.d.ts} +1 -1
  46. package/es/route-switch/antd/admin-layout/AdminLayoutCompat.d.ts +32 -0
  47. package/es/route-switch/antd/admin-layout/AdminLayoutComponentV1.d.ts +15 -0
  48. package/es/route-switch/antd/admin-layout/AdminLayoutMenuFlowUtils.d.ts +107 -0
  49. package/es/route-switch/antd/admin-layout/AdminLayoutMenuModels.d.ts +69 -0
  50. package/es/route-switch/antd/admin-layout/AdminLayoutMenuUtils.d.ts +164 -0
  51. package/es/route-switch/antd/admin-layout/AdminLayoutModel.d.ts +33 -0
  52. package/es/{application/components/MainComponent.d.ts → route-switch/antd/admin-layout/AdminShellProvider.d.ts} +4 -2
  53. package/es/{flow/components/drag-drop/Sortable.d.ts → route-switch/antd/admin-layout/ResetThemeTokenAndKeepAlgorithm.d.ts} +4 -3
  54. package/es/{ai/tools-manager/hooks/provider.d.ts → route-switch/antd/admin-layout/badge.d.ts} +3 -8
  55. package/es/route-switch/antd/admin-layout/index.d.ts +12 -27
  56. package/es/route-switch/antd/admin-layout/route-runtime.d.ts +20 -0
  57. package/es/route-switch/antd/admin-layout/{convertRoutesToSchema.d.ts → route-types.d.ts} +5 -1
  58. package/es/route-switch/antd/admin-layout/route-utils.d.ts +13 -0
  59. package/es/schema-component/antd/__builtins__/hooks/useToken.d.ts +1 -1
  60. package/es/schema-component/antd/__builtins__/style.d.ts +1 -1
  61. package/es/schema-component/antd/association-field/hooks.d.ts +1 -1
  62. package/es/schema-component/antd/expand-action/Expand.Action.d.ts +1 -1
  63. package/es/schema-component/antd/form-v2/Form.d.ts +5 -0
  64. package/es/schema-component/antd/menu/Menu.d.ts +2 -2
  65. package/es/schema-component/antd/page/Page.d.ts +1 -0
  66. package/es/schema-component/antd/page/pagePopupUtils.d.ts +1 -1
  67. package/es/schema-component/antd/upload/shared.d.ts +4 -0
  68. package/es/schema-initializer/components/CreateRecordAction.d.ts +1 -1
  69. package/es/schema-settings/GeneralSchemaDesigner.d.ts +2 -1
  70. package/es/schema-settings/SchemaSettings.d.ts +3 -1
  71. package/es/schema-settings/SchemaSettingsDefaultValue.d.ts +18 -0
  72. package/es/style/index.d.ts +1 -1
  73. package/es/style/useToken.d.ts +1 -1
  74. package/es/system-settings/SystemSettingsProvider.d.ts +1 -6
  75. package/es/system-settings/SystemSettingsShortcut.d.ts +7 -0
  76. package/es/{flow/components/drag-drop/index.d.ts → system-settings/SystemSettingsSource.d.ts} +1 -2
  77. package/es/system-settings/index.d.ts +2 -1
  78. package/lib/index.css +1 -1
  79. package/lib/index.js +1576 -2164
  80. package/lib/index.js.LICENSE.txt +1 -0
  81. package/lib/locale/de-DE.json +2 -6
  82. package/lib/locale/en-US.json +25 -5
  83. package/lib/locale/es-ES.json +2 -6
  84. package/lib/locale/fr-FR.json +2 -6
  85. package/lib/locale/hu-HU.json +2 -6
  86. package/lib/locale/id-ID.json +2 -6
  87. package/lib/locale/it-IT.json +2 -6
  88. package/lib/locale/ja-JP.json +2 -6
  89. package/lib/locale/ko-KR.json +2 -6
  90. package/lib/locale/nl-NL.json +2 -6
  91. package/lib/locale/pt-BR.json +2 -6
  92. package/lib/locale/ru-RU.json +2 -6
  93. package/lib/locale/tr-TR.json +2 -6
  94. package/lib/locale/uk-UA.json +2 -6
  95. package/lib/locale/vi-VN.json +2 -6
  96. package/lib/locale/zh-CN.json +28 -6
  97. package/lib/locale/zh-TW.json +2 -6
  98. package/package.json +9 -8
  99. package/es/ai/ai-manager.d.ts +0 -15
  100. package/es/ai/tools-manager/hooks/context.d.ts +0 -17
  101. package/es/ai/tools-manager/hooks/index.d.ts +0 -11
  102. package/es/ai/tools-manager/index.d.ts +0 -20
  103. package/es/ai/tools-manager/types.d.ts +0 -80
  104. package/es/ai/utils.d.ts +0 -10
  105. package/es/application/components/AppComponent.d.ts +0 -14
  106. package/es/application/components/defaultComponents.d.ts +0 -19
  107. package/es/application/globalOperators.d.ts +0 -11
  108. package/es/flow/FlowModelRepository.d.ts +0 -36
  109. package/es/flow/FlowPage.d.ts +0 -20
  110. package/es/flow/actions/aclCheck.d.ts +0 -9
  111. package/es/flow/actions/aclCheckRefresh.d.ts +0 -9
  112. package/es/flow/actions/afterSuccess.d.ts +0 -9
  113. package/es/flow/actions/blockHeight.d.ts +0 -9
  114. package/es/flow/actions/columnFixed.d.ts +0 -9
  115. package/es/flow/actions/confirm.d.ts +0 -9
  116. package/es/flow/actions/customVariable.d.ts +0 -9
  117. package/es/flow/actions/dataLoadingMode.d.ts +0 -9
  118. package/es/flow/actions/dataScope.d.ts +0 -9
  119. package/es/flow/actions/dateTimeFormat.d.ts +0 -9
  120. package/es/flow/actions/displayFieldComponent.d.ts +0 -19
  121. package/es/flow/actions/fieldComponent.d.ts +0 -9
  122. package/es/flow/actions/filterFormDefaultValues.d.ts +0 -9
  123. package/es/flow/actions/formAssignRules.d.ts +0 -9
  124. package/es/flow/actions/index.d.ts +0 -40
  125. package/es/flow/actions/layout.d.ts +0 -10
  126. package/es/flow/actions/linkageRules.d.ts +0 -23
  127. package/es/flow/actions/linkageRulesRefresh.d.ts +0 -9
  128. package/es/flow/actions/navigateToURL.d.ts +0 -9
  129. package/es/flow/actions/numberFormat.d.ts +0 -9
  130. package/es/flow/actions/openView.d.ts +0 -15
  131. package/es/flow/actions/overflowMode.d.ts +0 -9
  132. package/es/flow/actions/pattern.d.ts +0 -9
  133. package/es/flow/actions/refreshTargetBlocks.d.ts +0 -9
  134. package/es/flow/actions/renderMode.d.ts +0 -9
  135. package/es/flow/actions/required.d.ts +0 -9
  136. package/es/flow/actions/runjs.d.ts +0 -9
  137. package/es/flow/actions/setTargetDataScope.d.ts +0 -10
  138. package/es/flow/actions/showMessage.d.ts +0 -9
  139. package/es/flow/actions/showNotification.d.ts +0 -9
  140. package/es/flow/actions/sortingRules.d.ts +0 -9
  141. package/es/flow/actions/titleField.d.ts +0 -9
  142. package/es/flow/actions/validation.d.ts +0 -9
  143. package/es/flow/common/Liquid.d.ts +0 -33
  144. package/es/flow/common/Markdown/Display.d.ts +0 -9
  145. package/es/flow/common/Markdown/Edit.d.ts +0 -23
  146. package/es/flow/common/Markdown/Markdown.d.ts +0 -24
  147. package/es/flow/common/Markdown/style.d.ts +0 -10
  148. package/es/flow/common/Markdown/useCDN.d.ts +0 -9
  149. package/es/flow/components/BlockItemCard.d.ts +0 -16
  150. package/es/flow/components/ConditionBuilder.d.ts +0 -17
  151. package/es/flow/components/DefaultValue.d.ts +0 -20
  152. package/es/flow/components/DynamicFlowsIcon.d.ts +0 -13
  153. package/es/flow/components/EllipsisWithTooltip.d.ts +0 -17
  154. package/es/flow/components/ExpiresRadio/index.d.ts +0 -12
  155. package/es/flow/components/FieldAssignEditor.d.ts +0 -32
  156. package/es/flow/components/FieldAssignExactDatePicker.d.ts +0 -23
  157. package/es/flow/components/FieldAssignRulesEditor.d.ts +0 -70
  158. package/es/flow/components/FieldAssignValueInput.d.ts +0 -69
  159. package/es/flow/components/Grid/index.d.ts +0 -26
  160. package/es/flow/components/JsonEditor.d.ts +0 -19
  161. package/es/flow/components/RunJSValueEditor.d.ts +0 -19
  162. package/es/flow/components/SkeletonFallback.d.ts +0 -10
  163. package/es/flow/components/TextAreaWithContextSelector.d.ts +0 -30
  164. package/es/flow/components/code-editor/core/EditorCore.d.ts +0 -25
  165. package/es/flow/components/code-editor/errorHelpers.d.ts +0 -17
  166. package/es/flow/components/code-editor/extension/CodeEditorExtension.d.ts +0 -14
  167. package/es/flow/components/code-editor/extension/index.d.ts +0 -9
  168. package/es/flow/components/code-editor/formatDocInfo.d.ts +0 -17
  169. package/es/flow/components/code-editor/hooks/useCodeRunner.d.ts +0 -23
  170. package/es/flow/components/code-editor/hooks/useRunJSDocCompletions.d.ts +0 -15
  171. package/es/flow/components/code-editor/htmlCompletion.d.ts +0 -11
  172. package/es/flow/components/code-editor/index.d.ts +0 -31
  173. package/es/flow/components/code-editor/javascriptCompletion.d.ts +0 -11
  174. package/es/flow/components/code-editor/javascriptHtmlTemplate.d.ts +0 -16
  175. package/es/flow/components/code-editor/jsxCompletion.d.ts +0 -10
  176. package/es/flow/components/code-editor/linter.d.ts +0 -19
  177. package/es/flow/components/code-editor/panels/LogsPanel.d.ts +0 -15
  178. package/es/flow/components/code-editor/panels/RightExtra.d.ts +0 -18
  179. package/es/flow/components/code-editor/panels/SnippetsDrawer.d.ts +0 -18
  180. package/es/flow/components/code-editor/runjsCompletionSource.d.ts +0 -20
  181. package/es/flow/components/code-editor/runjsCompletions.d.ts +0 -23
  182. package/es/flow/components/code-editor/runjsDiagnostics.d.ts +0 -46
  183. package/es/flow/components/code-editor/types.d.ts +0 -32
  184. package/es/flow/components/drag-drop/SortableItem.d.ts +0 -12
  185. package/es/flow/components/fieldAssignOptions.d.ts +0 -23
  186. package/es/flow/components/filter/FilterContainer.d.ts +0 -67
  187. package/es/flow/components/filter/FilterGroup.d.ts +0 -66
  188. package/es/flow/components/filter/FilterItem.d.ts +0 -40
  189. package/es/flow/components/filter/LinkageFilterItem.d.ts +0 -51
  190. package/es/flow/components/filter/VariableFilterItem.d.ts +0 -37
  191. package/es/flow/components/filter/fieldsToOptions.d.ts +0 -9
  192. package/es/flow/components/filter/index.d.ts +0 -16
  193. package/es/flow/components/index.d.ts +0 -14
  194. package/es/flow/components/placeholders/BlockPlaceholder.d.ts +0 -11
  195. package/es/flow/components/useAssociationTitleFieldSync.d.ts +0 -13
  196. package/es/flow/flows/editMarkdownFlow.d.ts +0 -10
  197. package/es/flow/flows/openViewFlow.d.ts +0 -17
  198. package/es/flow/formily/ReactiveField.d.ts +0 -19
  199. package/es/flow/formily/index.d.ts +0 -8
  200. package/es/flow/getViewDiffAndUpdateHidden.d.ts +0 -21
  201. package/es/flow/index.d.ts +0 -24
  202. package/es/flow/internal/components/Markdown/DisplayMarkdown.d.ts +0 -10
  203. package/es/flow/internal/components/Markdown/markdown-it-plugins/mermaidPlugin.d.ts +0 -13
  204. package/es/flow/internal/components/Markdown/md.d.ts +0 -11
  205. package/es/flow/internal/components/Markdown/style.d.ts +0 -9
  206. package/es/flow/internal/components/Markdown/util.d.ts +0 -15
  207. package/es/flow/internal/constants/HeightMode.d.ts +0 -13
  208. package/es/flow/internal/index.d.ts +0 -11
  209. package/es/flow/internal/utils/associationValueCoercion.d.ts +0 -15
  210. package/es/flow/internal/utils/dateTimeUtils.d.ts +0 -10
  211. package/es/flow/internal/utils/enumOptionsUtils.d.ts +0 -23
  212. package/es/flow/internal/utils/modelUtils.d.ts +0 -27
  213. package/es/flow/internal/utils/operatorSchemaHelper.d.ts +0 -15
  214. package/es/flow/internal/utils/rebuildFieldSubModel.d.ts +0 -33
  215. package/es/flow/internal/utils/saveStepParamsWithSubModels.d.ts +0 -11
  216. package/es/flow/internal/utils/titleFieldQuickSync.d.ts +0 -35
  217. package/es/flow/models/actions/AddChildActionModel.d.ts +0 -16
  218. package/es/flow/models/actions/AddNewActionModel.d.ts +0 -16
  219. package/es/flow/models/actions/BulkDeleteActionModel.d.ts +0 -16
  220. package/es/flow/models/actions/DeleteActionModel.d.ts +0 -15
  221. package/es/flow/models/actions/EditActionModel.d.ts +0 -16
  222. package/es/flow/models/actions/ExpandCollapseActionModel.d.ts +0 -19
  223. package/es/flow/models/actions/FilterActionModel.d.ts +0 -26
  224. package/es/flow/models/actions/JSCollectionActionModel.d.ts +0 -14
  225. package/es/flow/models/actions/JSRecordActionModel.d.ts +0 -14
  226. package/es/flow/models/actions/LinkActionModel.d.ts +0 -15
  227. package/es/flow/models/actions/LinkActionUtils.d.ts +0 -34
  228. package/es/flow/models/actions/PopupCollectionActionModel.d.ts +0 -14
  229. package/es/flow/models/actions/RefreshActionModel.d.ts +0 -14
  230. package/es/flow/models/actions/UpdateRecordActionModel.d.ts +0 -27
  231. package/es/flow/models/actions/UpdateRecordActionUtils.d.ts +0 -12
  232. package/es/flow/models/actions/ViewActionModel.d.ts +0 -15
  233. package/es/flow/models/actions/index.d.ts +0 -23
  234. package/es/flow/models/actions/joinUrlSearch.d.ts +0 -12
  235. package/es/flow/models/base/ActionGroupModel.d.ts +0 -36
  236. package/es/flow/models/base/ActionModel.d.ts +0 -45
  237. package/es/flow/models/base/AssociationFieldGroupModel.d.ts +0 -49
  238. package/es/flow/models/base/BlockGridModel.d.ts +0 -21
  239. package/es/flow/models/base/BlockModel.d.ts +0 -57
  240. package/es/flow/models/base/CollectionActionModel.d.ts +0 -12
  241. package/es/flow/models/base/CollectionBlockModel.d.ts +0 -71
  242. package/es/flow/models/base/CommonItemModel.d.ts +0 -11
  243. package/es/flow/models/base/DataBlockModel.d.ts +0 -12
  244. package/es/flow/models/base/FieldModel.d.ts +0 -17
  245. package/es/flow/models/base/FilterBlockModel.d.ts +0 -12
  246. package/es/flow/models/base/GridModel.d.ts +0 -99
  247. package/es/flow/models/base/PageModel/ChildPageModel.d.ts +0 -21
  248. package/es/flow/models/base/PageModel/MainPageModel.d.ts +0 -17
  249. package/es/flow/models/base/PageModel/OldPageModel.d.ts +0 -21
  250. package/es/flow/models/base/PageModel/PageModel.d.ts +0 -53
  251. package/es/flow/models/base/PageModel/PageTabModel.d.ts +0 -42
  252. package/es/flow/models/base/PageModel/RootPageModel.d.ts +0 -24
  253. package/es/flow/models/base/PageModel/SubPageModel.d.ts +0 -17
  254. package/es/flow/models/base/PageModel/index.d.ts +0 -14
  255. package/es/flow/models/base/PopupActionModel.d.ts +0 -13
  256. package/es/flow/models/base/RecordActionModel.d.ts +0 -12
  257. package/es/flow/models/base/RouteModel.d.ts +0 -11
  258. package/es/flow/models/base/index.d.ts +0 -24
  259. package/es/flow/models/blocks/assign-form/AssignFormGridModel.d.ts +0 -15
  260. package/es/flow/models/blocks/assign-form/AssignFormItemModel.d.ts +0 -22
  261. package/es/flow/models/blocks/assign-form/AssignFormModel.d.ts +0 -26
  262. package/es/flow/models/blocks/assign-form/index.d.ts +0 -11
  263. package/es/flow/models/blocks/details/DetailsAssociationFieldGroupModel.d.ts +0 -12
  264. package/es/flow/models/blocks/details/DetailsBlockModel.d.ts +0 -41
  265. package/es/flow/models/blocks/details/DetailsCustomItemModel.d.ts +0 -13
  266. package/es/flow/models/blocks/details/DetailsGridModel.d.ts +0 -33
  267. package/es/flow/models/blocks/details/DetailsItemModel.d.ts +0 -53
  268. package/es/flow/models/blocks/details/DetailsJSFieldItemModel.d.ts +0 -19
  269. package/es/flow/models/blocks/details/index.d.ts +0 -14
  270. package/es/flow/models/blocks/details/utils.d.ts +0 -16
  271. package/es/flow/models/blocks/filter-form/FieldModelSelect.d.ts +0 -10
  272. package/es/flow/models/blocks/filter-form/FieldOperatorSelect.d.ts +0 -10
  273. package/es/flow/models/blocks/filter-form/FilterFormActionGroupModel.d.ts +0 -13
  274. package/es/flow/models/blocks/filter-form/FilterFormActionModel.d.ts +0 -11
  275. package/es/flow/models/blocks/filter-form/FilterFormBlockModel.d.ts +0 -39
  276. package/es/flow/models/blocks/filter-form/FilterFormCollapseActionModel.d.ts +0 -18
  277. package/es/flow/models/blocks/filter-form/FilterFormCustomItemModel.d.ts +0 -13
  278. package/es/flow/models/blocks/filter-form/FilterFormGridModel.d.ts +0 -43
  279. package/es/flow/models/blocks/filter-form/FilterFormItemModel.d.ts +0 -59
  280. package/es/flow/models/blocks/filter-form/FilterFormJSActionModel.d.ts +0 -11
  281. package/es/flow/models/blocks/filter-form/FilterFormResetActionModel.d.ts +0 -13
  282. package/es/flow/models/blocks/filter-form/FilterFormSubmitActionModel.d.ts +0 -15
  283. package/es/flow/models/blocks/filter-form/SourceCascader.d.ts +0 -10
  284. package/es/flow/models/blocks/filter-form/customFieldOperators.d.ts +0 -34
  285. package/es/flow/models/blocks/filter-form/fields/FieldComponentProps.d.ts +0 -13
  286. package/es/flow/models/blocks/filter-form/fields/FilterFormCustomFieldModel.d.ts +0 -52
  287. package/es/flow/models/blocks/filter-form/fields/FilterFormCustomRecordSelectFieldModel.d.ts +0 -20
  288. package/es/flow/models/blocks/filter-form/fields/FilterFormFieldModel.d.ts +0 -11
  289. package/es/flow/models/blocks/filter-form/fields/FilterFormRecordSelectFieldModel.d.ts +0 -12
  290. package/es/flow/models/blocks/filter-form/fields/date-time/DateOnlyFilterFieldModel.d.ts +0 -14
  291. package/es/flow/models/blocks/filter-form/fields/date-time/DateTimeFilterFieldModel.d.ts +0 -13
  292. package/es/flow/models/blocks/filter-form/fields/date-time/DateTimeNoTzFilterFieldModel.d.ts +0 -13
  293. package/es/flow/models/blocks/filter-form/fields/date-time/DateTimeTzFilterFieldModel.d.ts +0 -14
  294. package/es/flow/models/blocks/filter-form/fields/date-time/components/DateFilterDynamicComponent.d.ts +0 -10
  295. package/es/flow/models/blocks/filter-form/fields/date-time/components/FilterDatePicker.d.ts +0 -10
  296. package/es/flow/models/blocks/filter-form/fields/date-time/components/FilterRangePicker.d.ts +0 -10
  297. package/es/flow/models/blocks/filter-form/fields/date-time/index.d.ts +0 -12
  298. package/es/flow/models/blocks/filter-form/fields/index.d.ts +0 -13
  299. package/es/flow/models/blocks/filter-form/index.d.ts +0 -23
  300. package/es/flow/models/blocks/filter-form/legacyDefaultValueMigration.d.ts +0 -13
  301. package/es/flow/models/blocks/filter-form/valueNormalization.d.ts +0 -17
  302. package/es/flow/models/blocks/filter-manager/FilterManager.d.ts +0 -141
  303. package/es/flow/models/blocks/filter-manager/flow-actions/connectFields.d.ts +0 -10
  304. package/es/flow/models/blocks/filter-manager/flow-actions/customizeFilterRender.d.ts +0 -10
  305. package/es/flow/models/blocks/filter-manager/flow-actions/defaultOperator.d.ts +0 -9
  306. package/es/flow/models/blocks/filter-manager/flow-actions/index.d.ts +0 -12
  307. package/es/flow/models/blocks/filter-manager/flow-actions/operatorComponentProps.d.ts +0 -10
  308. package/es/flow/models/blocks/filter-manager/index.d.ts +0 -11
  309. package/es/flow/models/blocks/filter-manager/utils.d.ts +0 -21
  310. package/es/flow/models/blocks/form/CreateFormModel.d.ts +0 -22
  311. package/es/flow/models/blocks/form/EditFormModel.d.ts +0 -26
  312. package/es/flow/models/blocks/form/FormActionGroupModel.d.ts +0 -13
  313. package/es/flow/models/blocks/form/FormActionModel.d.ts +0 -21
  314. package/es/flow/models/blocks/form/FormAssociationFieldGroupModel.d.ts +0 -12
  315. package/es/flow/models/blocks/form/FormAssociationItemModel.d.ts +0 -39
  316. package/es/flow/models/blocks/form/FormBlockModel.d.ts +0 -95
  317. package/es/flow/models/blocks/form/FormCustomItemModel.d.ts +0 -13
  318. package/es/flow/models/blocks/form/FormGridModel.d.ts +0 -34
  319. package/es/flow/models/blocks/form/FormItemModel.d.ts +0 -39
  320. package/es/flow/models/blocks/form/FormJSFieldItemModel.d.ts +0 -18
  321. package/es/flow/models/blocks/form/JSFormActionModel.d.ts +0 -11
  322. package/es/flow/models/blocks/form/QuickEditFormModel.d.ts +0 -38
  323. package/es/flow/models/blocks/form/assignRulesUpdateAssociationValues.d.ts +0 -18
  324. package/es/flow/models/blocks/form/dynamicNamePath.d.ts +0 -19
  325. package/es/flow/models/blocks/form/index.d.ts +0 -21
  326. package/es/flow/models/blocks/form/legacyDefaultValueMigration.d.ts +0 -13
  327. package/es/flow/models/blocks/form/submitHandler.d.ts +0 -9
  328. package/es/flow/models/blocks/form/submitValues.d.ts +0 -27
  329. package/es/flow/models/blocks/form/value-runtime/conditions.d.ts +0 -9
  330. package/es/flow/models/blocks/form/value-runtime/deps.d.ts +0 -23
  331. package/es/flow/models/blocks/form/value-runtime/form-patch.d.ts +0 -19
  332. package/es/flow/models/blocks/form/value-runtime/index.d.ts +0 -11
  333. package/es/flow/models/blocks/form/value-runtime/path.d.ts +0 -25
  334. package/es/flow/models/blocks/form/value-runtime/rules.d.ts +0 -129
  335. package/es/flow/models/blocks/form/value-runtime/runtime.d.ts +0 -75
  336. package/es/flow/models/blocks/form/value-runtime/types.d.ts +0 -62
  337. package/es/flow/models/blocks/form/value-runtime/utils.d.ts +0 -12
  338. package/es/flow/models/blocks/index.d.ts +0 -15
  339. package/es/flow/models/blocks/js-block/JSBlock.d.ts +0 -16
  340. package/es/flow/models/blocks/js-block/index.d.ts +0 -9
  341. package/es/flow/models/blocks/shared/legacyDefaultValueMigrationBase.d.ts +0 -20
  342. package/es/flow/models/blocks/table/JSColumnModel.d.ts +0 -21
  343. package/es/flow/models/blocks/table/TableActionsColumnModel.d.ts +0 -18
  344. package/es/flow/models/blocks/table/TableAssociationFieldGroupModel.d.ts +0 -12
  345. package/es/flow/models/blocks/table/TableBlockModel.d.ts +0 -68
  346. package/es/flow/models/blocks/table/TableColumnModel.d.ts +0 -27
  347. package/es/flow/models/blocks/table/TableCustomColumnModel.d.ts +0 -12
  348. package/es/flow/models/blocks/table/TableJSFieldItemModel.d.ts +0 -19
  349. package/es/flow/models/blocks/table/TableSelectModel.d.ts +0 -14
  350. package/es/flow/models/blocks/table/dragSort/dragSortComponents.d.ts +0 -14
  351. package/es/flow/models/blocks/table/dragSort/dragSortHooks.d.ts +0 -13
  352. package/es/flow/models/blocks/table/dragSort/dragSortSettings.d.ts +0 -39
  353. package/es/flow/models/blocks/table/dragSort/dragSortUtils.d.ts +0 -37
  354. package/es/flow/models/blocks/table/dragSort/index.d.ts +0 -12
  355. package/es/flow/models/blocks/table/index.d.ts +0 -16
  356. package/es/flow/models/blocks/table/utils.d.ts +0 -18
  357. package/es/flow/models/blocks/utils/transformChildrenToJS.d.ts +0 -42
  358. package/es/flow/models/fields/AssociationFieldModel/AssociationFieldModel.d.ts +0 -4
  359. package/es/flow/models/fields/AssociationFieldModel/CascadeSelectFieldModel.d.ts +0 -45
  360. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/PopupSubTableActionGroupModel.d.ts +0 -11
  361. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/PopupSubTableActionsColumnModel.d.ts +0 -19
  362. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/PopupSubTableFieldModel.d.ts +0 -30
  363. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/actions/PopupSubTableEditActionModel.d.ts +0 -28
  364. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/actions/PopupSubTableFormSubmitActionModel.d.ts +0 -16
  365. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/actions/PopupSubTableRemoveActionModel.d.ts +0 -14
  366. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/blocks/PopupSubTableFormModel.d.ts +0 -36
  367. package/es/flow/models/fields/AssociationFieldModel/PopupSubTableFieldModel/index.d.ts +0 -17
  368. package/es/flow/models/fields/AssociationFieldModel/RecordPickerFieldModel.d.ts +0 -35
  369. package/es/flow/models/fields/AssociationFieldModel/RecordSelectFieldModel.d.ts +0 -46
  370. package/es/flow/models/fields/AssociationFieldModel/SubFormFieldModel.d.ts +0 -32
  371. package/es/flow/models/fields/AssociationFieldModel/SubTableFieldModel/SubTableColumnModel.d.ts +0 -32
  372. package/es/flow/models/fields/AssociationFieldModel/SubTableFieldModel/SubTableField.d.ts +0 -10
  373. package/es/flow/models/fields/AssociationFieldModel/SubTableFieldModel/index.d.ts +0 -18
  374. package/es/flow/models/fields/AssociationFieldModel/index.d.ts +0 -15
  375. package/es/flow/models/fields/AssociationFieldModel/itemChain.d.ts +0 -94
  376. package/es/flow/models/fields/AssociationFieldModel/recordSelectShared.d.ts +0 -59
  377. package/es/flow/models/fields/CheckboxFieldModel.d.ts +0 -13
  378. package/es/flow/models/fields/CheckboxGroupFieldModel.d.ts +0 -13
  379. package/es/flow/models/fields/ClickableFieldModel.d.ts +0 -25
  380. package/es/flow/models/fields/CollectionSelectorFieldModel.d.ts +0 -13
  381. package/es/flow/models/fields/ColorFieldModel.d.ts +0 -14
  382. package/es/flow/models/fields/DateTimeFieldModel/DateOnlyFieldModel.d.ts +0 -7
  383. package/es/flow/models/fields/DateTimeFieldModel/DateTimeFieldModel.d.ts +0 -3
  384. package/es/flow/models/fields/DateTimeFieldModel/DateTimeNoTzFieldModel.d.ts +0 -6
  385. package/es/flow/models/fields/DateTimeFieldModel/DateTimeTzFieldModel.d.ts +0 -7
  386. package/es/flow/models/fields/DateTimeFieldModel/index.d.ts +0 -11
  387. package/es/flow/models/fields/DisplayAssociationField/DisplaySubItemFieldModel.d.ts +0 -26
  388. package/es/flow/models/fields/DisplayAssociationField/DisplaySubListFieldModel.d.ts +0 -26
  389. package/es/flow/models/fields/DisplayAssociationField/DisplaySubTableFieldModel.d.ts +0 -20
  390. package/es/flow/models/fields/DisplayAssociationField/displaySubListUtils.d.ts +0 -14
  391. package/es/flow/models/fields/DisplayAssociationField/index.d.ts +0 -11
  392. package/es/flow/models/fields/DisplayCheckboxFieldModel.d.ts +0 -13
  393. package/es/flow/models/fields/DisplayColorFieldModel.d.ts +0 -13
  394. package/es/flow/models/fields/DisplayDateTimeFieldModel.d.ts +0 -13
  395. package/es/flow/models/fields/DisplayEnumFieldModel.d.ts +0 -14
  396. package/es/flow/models/fields/DisplayHtmlFieldModel.d.ts +0 -13
  397. package/es/flow/models/fields/DisplayIconFieldModel.d.ts +0 -13
  398. package/es/flow/models/fields/DisplayJSONFieldModel.d.ts +0 -13
  399. package/es/flow/models/fields/DisplayNumberFieldModel.d.ts +0 -33
  400. package/es/flow/models/fields/DisplayPasswordFieldModel.d.ts +0 -13
  401. package/es/flow/models/fields/DisplayPercentFieldModel.d.ts +0 -13
  402. package/es/flow/models/fields/DisplayTextFieldModel.d.ts +0 -13
  403. package/es/flow/models/fields/DisplayTimeFieldModel.d.ts +0 -13
  404. package/es/flow/models/fields/DisplayTitleFieldModel.d.ts +0 -18
  405. package/es/flow/models/fields/DisplayURLFieldModel.d.ts +0 -13
  406. package/es/flow/models/fields/DividerItemModel.d.ts +0 -13
  407. package/es/flow/models/fields/IconFieldModel.d.ts +0 -13
  408. package/es/flow/models/fields/InputFieldModel.d.ts +0 -13
  409. package/es/flow/models/fields/JSEditableFieldModel.d.ts +0 -27
  410. package/es/flow/models/fields/JSFieldModel.d.ts +0 -45
  411. package/es/flow/models/fields/JSItemModel.d.ts +0 -27
  412. package/es/flow/models/fields/JsonFieldModel.d.ts +0 -6
  413. package/es/flow/models/fields/MarkdownItemModel.d.ts +0 -14
  414. package/es/flow/models/fields/NumberFieldModel.d.ts +0 -15
  415. package/es/flow/models/fields/PasswordFieldModel.d.ts +0 -13
  416. package/es/flow/models/fields/PercentFieldModel.d.ts +0 -14
  417. package/es/flow/models/fields/RadioGroupFieldModel.d.ts +0 -13
  418. package/es/flow/models/fields/RichTextFieldModel/index.d.ts +0 -14
  419. package/es/flow/models/fields/RichTextFieldModel/registerFontSize.d.ts +0 -9
  420. package/es/flow/models/fields/RichTextFieldModel/registerImageResize.d.ts +0 -9
  421. package/es/flow/models/fields/RichTextFieldModel/registerSmartBreak.d.ts +0 -12
  422. package/es/flow/models/fields/RichTextFieldModel/style.d.ts +0 -9
  423. package/es/flow/models/fields/SelectFieldModel.d.ts +0 -13
  424. package/es/flow/models/fields/TextareaFieldModel.d.ts +0 -13
  425. package/es/flow/models/fields/TimeFieldModel.d.ts +0 -5
  426. package/es/flow/models/fields/VariableFieldFormModel.d.ts +0 -18
  427. package/es/flow/models/fields/index.d.ts +0 -47
  428. package/es/flow/models/fields/mobile-components/MobileDatePicker.d.ts +0 -10
  429. package/es/flow/models/fields/mobile-components/MobileLazySelect.d.ts +0 -11
  430. package/es/flow/models/fields/mobile-components/MobileSelect.d.ts +0 -10
  431. package/es/flow/models/fields/mobile-components/MobileTimePicker.d.ts +0 -10
  432. package/es/flow/models/index.d.ts +0 -12
  433. package/es/flow/models/utils/resolveRunJsParams.d.ts +0 -19
  434. package/es/flow/resolveViewParamsToViewList.d.ts +0 -20
  435. package/es/flow/utils/actionCapability.d.ts +0 -60
  436. package/es/flow/utils/blockUtils.d.ts +0 -16
  437. package/es/flow/utils/dispatchEventDeep.d.ts +0 -20
  438. package/es/flow/utils/index.d.ts +0 -11
  439. package/es/flow/utils/pagination.d.ts +0 -29
  440. package/es/flow/utils/useJsonTemplateResolver.d.ts +0 -9
  441. package/es/md-BbvRKckr.mjs +0 -61
  442. package/es/md-oH2RssNY.mjs +0 -61
  443. package/es/route-switch/antd/admin-layout/useApplications.d.ts +0 -12
  444. package/lib/md-BbvRKckr-IQIU5F3r.js +0 -1
  445. package/lib/md-oH2RssNY-IQIU5F3r.js +0 -1
@@ -0,0 +1 @@
1
+ /*! For license information please see index.mjs.LICENSE.txt */
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 Stunden",
6
6
  "24 hour": "24 Stunden",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "ACL",
11
8
  "ASC": "Aufsteigend",
12
9
  "Access": "Zugriff",
@@ -76,7 +73,6 @@
76
73
  "After change": "Nach der Änderung",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "Nach dem Klicken auf die benutzerdefinierte Schaltfläche werden die folgenden Feldwerte gemäß dem folgenden Formular zugewiesen.",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Nach dem Klicken auf die benutzerdefinierte Schaltfläche werden die folgenden Felder des aktuellen Datensatzes gemäß dem folgenden Formular gespeichert.",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Nach dem Ausblenden wird dieses Menü nicht mehr in der Menüleiste angezeigt. Um es wieder anzuzeigen, müssen Sie zur Routenverwaltungsseite gehen, um es zu konfigurieren.",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Nach dem Ausblenden wird dieser Tab nicht mehr in der Tableiste angezeigt. Um ihn wieder anzuzeigen, müssen Sie zur Routenverwaltungsseite gehen, um ihn einzustellen.",
81
77
  "After successful bulk update": "Nach erfolgreicher Massenaktualisierung",
82
78
  "After successful request": "Nach erfolgreicher Anfrage",
@@ -122,6 +118,7 @@
122
118
  "Any": "Any",
123
119
  "App error": "App-Fehler",
124
120
  "Application reloading": "Application reloading",
121
+ "Architecture": "Architektur",
125
122
  "Are you sure to delete this plugin?": "Sind Sie sicher, dass Sie dieses Plugin löschen möchten?",
126
123
  "Are you sure to disable this plugin?": "Sind Sie sicher, dass Sie dieses Plugin deaktivieren möchten?",
127
124
  "Are you sure you don't want to save?": "Sind Sie sicher, dass Sie nicht speichern möchten?",
@@ -130,7 +127,6 @@
130
127
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
131
128
  "Are you sure you want to disassociate it?": "Sind Sie sicher, dass Sie die Verbindung trennen möchten?",
132
129
  "Are you sure you want to hide these routes in menu?": "Sind Sie sicher, dass Sie diese Routen im Menü ausblenden möchten?",
133
- "Are you sure you want to hide this menu?": "Sind Sie sicher, dass Sie dieses Menü ausblenden möchten?",
134
130
  "Are you sure you want to hide this tab?": "Sind Sie sicher, dass Sie diesen Tab ausblenden möchten?",
135
131
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
136
132
  "Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
@@ -1547,4 +1543,4 @@
1547
1543
  "≠": "≠",
1548
1544
  "≤": "≤",
1549
1545
  "≥": "≥"
1550
- }
1546
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 hour",
6
6
  "24 hour": "24 hour",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "ACL",
11
8
  "ASC": "ASC",
12
9
  "Access": "Access",
@@ -85,7 +82,6 @@
85
82
  "After change": "After change",
86
83
  "After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
87
84
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
88
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.",
89
85
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.",
90
86
  "After successful bulk update": "After successful bulk update",
91
87
  "After successful request": "After successful request",
@@ -94,6 +90,7 @@
94
90
  "After successful submission, the selected data blocks will be automatically refreshed.": "After successful submission, the selected data blocks will be automatically refreshed.",
95
91
  "After successful update": "After successful update",
96
92
  "Agenda": "Agenda",
93
+ "Album": "Album",
97
94
  "All": "All",
98
95
  "All collections": "All collections",
99
96
  "All collections use general action permissions by default; permission configured individually will override the default one.": "All collections use general action permissions by default; permission configured individually will override the default one.",
@@ -131,6 +128,7 @@
131
128
  "Any": "Any",
132
129
  "App error": "App error",
133
130
  "Application reloading": "Application reloading",
131
+ "Architecture": "Architecture",
134
132
  "Are you sure to delete this plugin?": "Are you sure to delete this plugin?",
135
133
  "Are you sure to disable this plugin?": "Are you sure to disable this plugin?",
136
134
  "Are you sure you don't want to save?": "Are you sure you don't want to save?",
@@ -139,7 +137,6 @@
139
137
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
140
138
  "Are you sure you want to disassociate it?": "Are you sure you want to disassociate it?",
141
139
  "Are you sure you want to hide these routes in menu?": "Are you sure you want to hide these routes in menu?",
142
- "Are you sure you want to hide this menu?": "Are you sure you want to hide this menu?",
143
140
  "Are you sure you want to hide this tab?": "Are you sure you want to hide this tab?",
144
141
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
145
142
  "Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
@@ -205,6 +202,7 @@
205
202
  "Block template": "Block template",
206
203
  "Block templates": "Block templates",
207
204
  "Block title": "Block title",
205
+ "Menu linkage rules": "Menu linkage rules",
208
206
  "Built-in flow": "Specific flow",
209
207
  "Built-in flow step": "Specific flow step",
210
208
  "Block type": "Block type",
@@ -265,6 +263,7 @@
265
263
  "Clicked row record": "Clicked row record",
266
264
  "Close": "Close",
267
265
  "Close popup and redirect to": "Close popup and redirect to",
266
+ "Code recognition failed, please scan again": "Code recognition failed, please scan again",
268
267
  "Collapse": "Collapse",
269
268
  "Collapse all": "Collapse all",
270
269
  "Collapse button": "Collapse",
@@ -347,6 +346,7 @@
347
346
  "Create gantt block": "Create gantt block",
348
347
  "Create inverse field in the target collection": "Create inverse field in the target collection",
349
348
  "Create kanban block": "Create kanban block",
349
+ "Create menu": "Create menu",
350
350
  "Create template": "Create template",
351
351
  "Created at": "Created at",
352
352
  "Created by": "Created by",
@@ -359,6 +359,7 @@
359
359
  "Current form": "Current form",
360
360
  "Current object": "Current object",
361
361
  "Current item": "Current item",
362
+ "Current language": "Current language",
362
363
  "Current popup": "Current popup",
363
364
  "Current popup parent record": "Current popup parent record",
364
365
  "Current popup record": "Current popup record",
@@ -560,6 +561,7 @@
560
561
  "Enable page header": "Enable page header",
561
562
  "Enable page tabs": "Enable page tabs",
562
563
  "Enable quick edit": "Enable quick edit",
564
+ "Enable row selection": "Enable row selection",
563
565
  "Enable refresh": "Enable refresh",
564
566
  "Enable secondary confirmation": "Enable secondary confirmation",
565
567
  "Enable tabs": "Enable tabs",
@@ -670,6 +672,7 @@
670
672
  "Form values": "Form values",
671
673
  "Form values change": "Form values change",
672
674
  "Form variable": "Form variable",
675
+ "JS variable": "JS variable",
673
676
  "Format": "Format",
674
677
  "Formula": "Formula",
675
678
  "Formula description": "Compute a value in each record based on other fields in the same record.",
@@ -717,6 +720,7 @@
717
720
  "Html settings": "Html settings",
718
721
  "IANA registry": "IANA registry",
719
722
  "ID": "ID",
723
+ "https://www.example.com": "https://www.example.com",
720
724
  "Icon": "Icon",
721
725
  "Icon only": "Icon only",
722
726
  "Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "Identifier for program usage. Support letters, numbers and underscores, must start with an letter.",
@@ -838,6 +842,7 @@
838
842
  "Menu item icon": "Menu item icon",
839
843
  "Menu item name": "Menu item name",
840
844
  "Menu item title": "Menu item title",
845
+ "Menu type": "Menu type",
841
846
  "Menu permissions": "Menu permissions",
842
847
  "Message content": "Message content",
843
848
  "Message popup close method": "Message popup close method",
@@ -897,6 +902,7 @@
897
902
  "No allow `-` and `:`": "No allow `-` and `:`",
898
903
  "No assigned fields configured": "No assigned fields configured",
899
904
  "No blocks to connect": "No blocks to connect",
905
+ "No camera device detected": "No camera device detected",
900
906
  "No configuration available.": "No configuration available.",
901
907
  "No available data currently": "No available data currently",
902
908
  "No data": "No data",
@@ -949,6 +955,7 @@
949
955
  "Only use `_`": "Only use `_`",
950
956
  "Open in new window": "Open in new window",
951
957
  "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>",
958
+ "Open classic page access": "Open classic page access",
952
959
  "Open mode": "Open mode",
953
960
  "Open mode configuration": "Open mode configuration",
954
961
  "Operate on existing data": "Operate on existing data",
@@ -988,6 +995,7 @@
988
995
  "Page number": "Page number",
989
996
  "Page settings": "Page settings",
990
997
  "Page size": "Page size",
998
+ "This page requires the classic version to open properly. Do you want to go there now?": "This page requires the classic version to open properly. Do you want to go there now?",
991
999
  "Parent": "Parent",
992
1000
  "Parent ID": "Parent ID",
993
1001
  "Parent collection fields": "Parent collection fields",
@@ -1188,6 +1196,8 @@
1188
1196
  "Saved successfully": "Saved successfully",
1189
1197
  "Scale": "Scale",
1190
1198
  "Scale Down": "Scale Down",
1199
+ "Scan code": "Scan code",
1200
+ "Scan input settings": "Scan input settings",
1191
1201
  "Scan to input": "Scan to input",
1192
1202
  "Scheme": "Scheme",
1193
1203
  "Scientifix notation": "Scientifix notation",
@@ -1244,6 +1254,7 @@
1244
1254
  "Set block layout": "Set block layout",
1245
1255
  "Set block state": "Set block state",
1246
1256
  "Set button state": "Set button state",
1257
+ "Set menu item state": "Set menu item state",
1247
1258
  "Set condition": "Set condition",
1248
1259
  "Set data loading mode": "Set data loading mode",
1249
1260
  "Set data scope": "Set data scope",
@@ -1392,6 +1403,7 @@
1392
1403
  "The field value is not a email format": "The field value is not a email format",
1393
1404
  "The field value is not an integer number": "The field value is not an integer number",
1394
1405
  "The field value is required": "The field value is required",
1406
+ "The image size is too large. Please compress it to below 10MB before uploading": "The image size is too large. Please compress it to below 10MB before uploading",
1395
1407
  "The following field types are not compatible and do not support output and display": "The following field types are not compatible and do not support output and display",
1396
1408
  "The selected fields will automatically populate the form": "The selected fields will automatically populate the form",
1397
1409
  "The title field is used to identify the template record": "The title field is used to identify the template record",
@@ -1601,6 +1613,14 @@
1601
1613
  "{{#label}} with value \"{{#value}}\" matches the inverted {{#name}} pattern": "{{#label}} with value \"{{#value}}\" matches the inverted {{#name}} pattern",
1602
1614
  "{{count}} filter items": "{{count}} filter items",
1603
1615
  "{{count}} more items": "{{count}} more items",
1616
+ "Compatible": "Compatible",
1617
+ "Current settings page is unavailable": "Current settings page is unavailable",
1618
+ "Failed to load plugins": "Failed to load plugins",
1619
+ "Failed to load system settings": "Failed to load system settings",
1620
+ "No settings pages are currently available in Client V2. Settings registered by migrated plugins will appear here automatically.": "No settings pages are currently available in Client V2. Settings registered by migrated plugins will appear here automatically.",
1621
+ "No settings pages available": "No settings pages available",
1622
+ "The requested settings page does not exist or you do not have permission to access it.": "The requested settings page does not exist or you do not have permission to access it.",
1623
+ "You have not granted permission to use the camera": "You have not granted permission to use the camera",
1604
1624
  "≠": "≠",
1605
1625
  "≤": "≤",
1606
1626
  "≥": "≥"
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 horas",
6
6
  "24 hour": "24 horas",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "ACL",
11
8
  "ASC": "ASC",
12
9
  "Accept": "Aceptar",
@@ -78,7 +75,6 @@
78
75
  "After change": "Después del cambio",
79
76
  "After clicking the custom button, the following field values will be assigned according to the following form.": "Después de hacer clic en el botón personalizado, los siguientes valores de campo se asignarán de acuerdo con el siguiente formulario",
80
77
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Después de hacer clic en el botón personalizado, los siguientes campos del registro actual se guardarán de acuerdo con el siguiente formulario",
81
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Después de ocultar, este menú ya no aparecerá en la barra de menú. Para mostrarlo de nuevo, debe ir a la página de administración de rutas para configurarlo.",
82
78
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Después de ocultar, esta pestaña ya no aparecerá en la barra de pestañas. Para mostrarla de nuevo, deberás ir a la página de gestión de rutas para configurarla.",
83
79
  "After successful bulk update": "Tras una actualización en masa correcta",
84
80
  "After successful request": "Tras petición correcta",
@@ -126,6 +122,7 @@
126
122
  "Any": "Any",
127
123
  "App error": "App error",
128
124
  "Application reloading": "Application reloading",
125
+ "Architecture": "Arquitectura",
129
126
  "Are you sure to delete this plugin?": "¿Estás seguro de eliminar este plugin?",
130
127
  "Are you sure to disable this plugin?": "Are you sure to disable this plugin?",
131
128
  "Are you sure you don't want to save?": "¿Seguro que no quieres guardar?",
@@ -134,7 +131,6 @@
134
131
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
135
132
  "Are you sure you want to disassociate it?": "¿Seguro que quieres desasociarlo?",
136
133
  "Are you sure you want to hide these routes in menu?": "¿Estás seguro de que quieres ocultar estas rutas en el menú?",
137
- "Are you sure you want to hide this menu?": "¿Estás seguro de que quieres ocultar este menú?",
138
134
  "Are you sure you want to hide this tab?": "¿Estás seguro de que quieres ocultar esta pestaña?",
139
135
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
140
136
  "Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
@@ -1575,4 +1571,4 @@
1575
1571
  "≠": "≠",
1576
1572
  "≤": "≤",
1577
1573
  "≥": "≥"
1578
- }
1574
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 heures",
6
6
  "24 hour": "24 heures",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "ACL",
11
8
  "ASC": "ASC",
12
9
  "Access": "Accès",
@@ -76,7 +73,6 @@
76
73
  "After change": "Après modification",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "Après avoir cliqué sur le bouton personnalisé, les valeurs de champ suivantes seront attribuées selon le formulaire suivant.",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Après avoir cliqué sur le bouton personnalisé, les champs suivants de l'enregistrement actuel seront sauvegardés selon le formulaire suivant.",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Après avoir masqué, ce menu ne sera plus affiché dans la barre de menu. Pour le réafficher, vous devez aller à la page de gestion des routes pour le configurer.",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Après avoir masqué, cette tab ne sera plus affichée dans la barre de tab. Pour la montrer à nouveau, vous devez vous rendre sur la page de gestion des routes pour la configurer.",
81
77
  "After successful bulk update": "Après une mise à jour en masse réussie",
82
78
  "After successful request": "Après une requête réussie",
@@ -122,6 +118,7 @@
122
118
  "Any": "Any",
123
119
  "App error": "App error",
124
120
  "Application reloading": "Application reloading",
121
+ "Architecture": "Architecture",
125
122
  "Are you sure to delete this plugin?": "Êtes-vous sûr de vouloir supprimer ce plugin ?",
126
123
  "Are you sure to disable this plugin?": "Are you sure to disable this plugin?",
127
124
  "Are you sure you don't want to save?": "Êtes-vous sûr de ne pas vouloir enregistrer ?",
@@ -130,7 +127,6 @@
130
127
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
131
128
  "Are you sure you want to disassociate it?": "Êtes-vous sûr de vouloir le dissocier ?",
132
129
  "Are you sure you want to hide these routes in menu?": "Êtes-vous sûr de vouloir masquer ces routes dans le menu ?",
133
- "Are you sure you want to hide this menu?": "Êtes-vous sûr de vouloir masquer ce menu ?",
134
130
  "Are you sure you want to hide this tab?": "Êtes-vous sûr de vouloir masquer cet onglet ?",
135
131
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
136
132
  "Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
@@ -1551,4 +1547,4 @@
1551
1547
  "≠": "≠",
1552
1548
  "≤": "≤",
1553
1549
  "≥": "≥"
1554
- }
1550
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 órás",
6
6
  "24 hour": "24 órás",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "Hozzáférés-vezérlés",
11
8
  "ASC": "Növekvő",
12
9
  "Access": "Hozzáférés",
@@ -76,7 +73,6 @@
76
73
  "After change": "Változás után",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "Egyéni gomb megnyomása után a következő mezőértékek lesznek hozzárendelve az alábbi űrlap szerint.",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Egyéni gomb megnyomása után az aktuális rekord következő mezői lesznek elmentve az alábbi űrlap szerint.",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Elrejtés után ez a menü nem jelenik meg a menüsorban. Újra megjelenítéshez a menükezelő oldalon kell beállítani.",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Elrejtés után ez a fül nem jelenik meg a fül sorban. Újra megjelenítéshez a menükezelő oldalon kell beállítani.",
81
77
  "After successful bulk update": "Sikeres tömeges frissítés után",
82
78
  "After successful request": "Sikeres kérés után",
@@ -122,6 +118,7 @@
122
118
  "Any": "Any",
123
119
  "App error": "Alkalmazás hiba",
124
120
  "Application reloading": "Alkalmazás újratöltése",
121
+ "Architecture": "Architektúra",
125
122
  "Are you sure to delete this plugin?": "Biztosan törölni szeretné ezt a bővítményt?",
126
123
  "Are you sure to disable this plugin?": "Biztosan le szeretné tiltani ezt a bővítményt?",
127
124
  "Are you sure you don't want to save?": "Biztosan megszakítja a szerkesztést?",
@@ -130,7 +127,6 @@
130
127
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
131
128
  "Are you sure you want to disassociate it?": "Biztosan el szeretné távolítani a kapcsolatot?",
132
129
  "Are you sure you want to hide these routes in menu?": "Biztosan el szeretné rejteni ezeket az útvonalakat a menüben?",
133
- "Are you sure you want to hide this menu?": "Biztosan el szeretné rejteni ezt a menüt?",
134
130
  "Are you sure you want to hide this tab?": "Biztosan el szeretné rejteni ezt a fület?",
135
131
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
136
132
  "Are you sure you want to perform the Custom request action": "Biztosan végre szeretné hajtani a Testreszabott kérés műveletet",
@@ -1547,4 +1543,4 @@
1547
1543
  "≠": "≠",
1548
1544
  "≤": "≤",
1549
1545
  "≥": "≥"
1550
- }
1546
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 jam",
6
6
  "24 hour": "24 jam",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "ACL",
11
8
  "ASC": "ASC",
12
9
  "Access": "Akses",
@@ -76,7 +73,6 @@
76
73
  "After change": "Setelah perubahan",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "Setelah mengklik tombol khusus, nilai bidang berikut akan ditetapkan sesuai dengan formulir berikut.",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Setelah mengklik tombol khusus, bidang-bidang berikut dari catatan saat ini akan disimpan sesuai dengan formulir berikut.",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Setelah disembunyikan, menu ini tidak akan lagi muncul di bilah menu. Untuk menampilkannya lagi, Anda perlu pergi ke halaman manajemen rute untuk mengkonfigurasinya.",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Setelah disembunyikan, tab ini tidak akan lagi muncul di bilah tab. Untuk menampilkannya lagi, Anda perlu pergi ke halaman manajemen rute untuk mengaturnya.",
81
77
  "After successful bulk update": "Setelah pembaruan massal berhasil",
82
78
  "After successful request": "Setelah permintaan berhasil",
@@ -122,6 +118,7 @@
122
118
  "Any": "Any",
123
119
  "App error": "Kesalahan aplikasi",
124
120
  "Application reloading": "Aplikasi sedang memuat ulang",
121
+ "Architecture": "Arsitektur",
125
122
  "Are you sure to delete this plugin?": "Anda yakin ingin menghapus plugin ini?",
126
123
  "Are you sure to disable this plugin?": "Anda yakin ingin menonaktifkan plugin ini?",
127
124
  "Are you sure you don't want to save?": "Anda yakin tidak ingin menyimpan?",
@@ -130,7 +127,6 @@
130
127
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
131
128
  "Are you sure you want to disassociate it?": "Anda yakin ingin memutus asosiasinya?",
132
129
  "Are you sure you want to hide these routes in menu?": "Anda yakin ingin menyembunyikan rute ini di menu?",
133
- "Are you sure you want to hide this menu?": "Anda yakin ingin menyembunyikan menu ini?",
134
130
  "Are you sure you want to hide this tab?": "Anda yakin ingin menyembunyikan tab ini?",
135
131
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
136
132
  "Are you sure you want to perform the Custom request action": "Anda yakin ingin melakukan aksi permintaan Kustom",
@@ -1548,4 +1544,4 @@
1548
1544
  "≠": "≠",
1549
1545
  "≤": "≤",
1550
1546
  "≥": "≥"
1551
- }
1547
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 ore",
6
6
  "24 hour": "24 ore",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "ACL",
11
8
  "ASC": "Asc",
12
9
  "Access": "Accesso",
@@ -76,7 +73,6 @@
76
73
  "After change": "Dopo le modifiche",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "Dopo aver fatto clic sul pulsante personalizza, i seguenti valori verranno assegnati in base al seguente modulo.",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Dopo aver fatto clic sul pulsante personalizza, i seguenti campi del record corrente verranno salvati in base al seguente modulo.",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Dopo averlo nascosto, questo menu non apparirà più nella barra dei menu. Per mostrarlo di nuovo, devi andare alla pagina di gestione dei percorsi per configurarlo.",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Dopo averla nascosta, questa scheda non apparirà più nella barra delle schede. Per mostrarla di nuovo, devi andare alla pagina di gestione dei percorsi per configurarlo.",
81
77
  "After successful bulk update": "Dopo un aggiornamento di massa riuscito",
82
78
  "After successful request": "Dopo una richiesta riuscita",
@@ -122,6 +118,7 @@
122
118
  "Any": "Any",
123
119
  "App error": "Errore app",
124
120
  "Application reloading": "Ricaricamento applicazione",
121
+ "Architecture": "Architettura",
125
122
  "Are you sure to delete this plugin?": "Sei sicuro di eliminare questo plugin?",
126
123
  "Are you sure to disable this plugin?": "Sei sicuro di disabilitare questo plugin?",
127
124
  "Are you sure you don't want to save?": "Sei sicuro di non voler salvare?",
@@ -130,7 +127,6 @@
130
127
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
131
128
  "Are you sure you want to disassociate it?": "Sei sicuro di voler dissociare?",
132
129
  "Are you sure you want to hide these routes in menu?": "Sei sicuro di voler nascondere questi percorsi nel menu?",
133
- "Are you sure you want to hide this menu?": "Sei sicuro di voler nascondere questo menu?",
134
130
  "Are you sure you want to hide this tab?": "Sei sicuro di voler nascondere questa scheda?",
135
131
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
136
132
  "Are you sure you want to perform the Custom request action": "Sei sicuro di voler eseguire l'azione di richiesta personalizzata?",
@@ -1547,4 +1543,4 @@
1547
1543
  "≠": "≠",
1548
1544
  "≤": "≤",
1549
1545
  "≥": "≥"
1550
- }
1546
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 時間制",
6
6
  "24 hour": "24 時間制",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "アクセス制御",
11
8
  "ASC": "昇順",
12
9
  "Access": "アクセス",
@@ -76,7 +73,6 @@
76
73
  "After change": "変更後",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "現在のカスタムボタンをクリックすると、次のフォームに従って次のフィールド値が割り当てられます。",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "カスタムボタンをクリックすると、現在のレコードの次のフィールドが次の形式に従って保存されます。",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "非表示にすると、このメニューはメニューバーに表示されなくなります。再表示するには、ルート管理ページで設定する必要があります。",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "非表示にすると、このタブはタブバーに表示されなくなります。再表示するには、ルート管理ページで設定する必要があります。",
81
77
  "After successful bulk update": "一括更新が成功した後",
82
78
  "After successful request": "リクエストが成功した後",
@@ -123,6 +119,7 @@
123
119
  "Any succeeded or failed": "いずれかが成功もしくは失敗",
124
120
  "App error": "アプリエラー",
125
121
  "Application reloading": "アプリケーションを再読み込み中",
122
+ "Architecture": "アーキテクチャ",
126
123
  "Are you sure to delete this plugin": "本当にこのプラグインを無効にしますか?",
127
124
  "Are you sure to delete this plugin?": "このプラグインを削除してもよろしいですか?",
128
125
  "Are you sure to disable this plugin?": "このプラグインを無効にしてもよろしいですか?",
@@ -132,7 +129,6 @@
132
129
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
133
130
  "Are you sure you want to disassociate it?": "本当に関連付けを解除しますか?",
134
131
  "Are you sure you want to hide these routes in menu?": "これらのルートをメニューに非表示にしますか?",
135
- "Are you sure you want to hide this menu?": "このメニューを非表示にしますか?",
136
132
  "Are you sure you want to hide this tab?": "このタブを非表示にしますか?",
137
133
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
138
134
  "Are you sure you want to perform the Custom request action": "カスタムリクエストアクションを実行してもよろしいですか?",
@@ -1566,4 +1562,4 @@
1566
1562
  "≠": "≠",
1567
1563
  "≤": "≤",
1568
1564
  "≥": "≥"
1569
- }
1565
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 시간",
6
6
  "24 hour": "24 시간",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "액세스 제어 목록",
11
8
  "ASC": "오름차순",
12
9
  "Access": "접근",
@@ -77,7 +74,6 @@
77
74
  "After change": "변경 후",
78
75
  "After clicking the custom button, the following field values will be assigned according to the following form.": "사용자 지정 버튼을 클릭하면 아래 양식에 따라 다음 필드 값이 할당됩니다.",
79
76
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "사용자 지정 버튼을 클릭하면 현재 레코드의 다음 필드가 아래 양식에 따라 저장됩니다.",
80
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "숨기면 이 메뉴는 더 이상 메뉴 바에 표시되지 않습니다. 다시 표시하려면 경로 관리 페이지로 이동하여 설정해야 합니다.",
81
77
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "숨기면 이 탭은 탭 바에 더 이상 표시되지 않습니다. 다시 표시하려면 경로 관리 페이지로 이동하여 설정해야 합니다.",
82
78
  "After successful bulk update": "일괄 업데이트에 송공한 후",
83
79
  "After successful request": "요청이 성공한 후",
@@ -124,6 +120,7 @@
124
120
  "Any": "Any",
125
121
  "App error": "앱 오류",
126
122
  "Application reloading": "애플리케이션 다시 불러오는 중",
123
+ "Architecture": "아키텍처",
127
124
  "Are you sure to delete this plugin?": "이 플러그인을 삭제하시겠습니까?",
128
125
  "Are you sure to disable this plugin?": "이 플러그인을 비활성화하시겠습니까?",
129
126
  "Are you sure you don't want to save?": "저장하지 않으시겠습니까?",
@@ -132,7 +129,6 @@
132
129
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
133
130
  "Are you sure you want to disassociate it?": "정말로 연결을 해제하시겠습니까?",
134
131
  "Are you sure you want to hide these routes in menu?": "이 경로들을 메뉴에서 숨기시겠습니까?",
135
- "Are you sure you want to hide this menu?": "이 메뉴를 숨기시겠습니까?",
136
132
  "Are you sure you want to hide this tab?": "이 탭을 숨기시겠습니까?",
137
133
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
138
134
  "Are you sure you want to perform the Custom request action": "사용자 정의 요청 작업을 수행하시겠습니까?",
@@ -1560,4 +1556,4 @@
1560
1556
  "≠": "≠",
1561
1557
  "≤": "≤",
1562
1558
  "≥": "≥"
1563
- }
1559
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 uur",
6
6
  "24 hour": "24 uur",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "Toegangscontrolelijst",
11
8
  "ASC": "Oplopend",
12
9
  "Access": "Toegang",
@@ -76,7 +73,6 @@
76
73
  "After change": "Na wijziging",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "Na het klikken op de aangepaste knop worden de volgende veldwaarden toegewezen volgens het onderstaande formulier.",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Na het klikken op de aangepaste knop worden de volgende velden van het huidige record opgeslagen volgens het onderstaande formulier.",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Na verbergen wordt dit menu niet meer weergegeven in de menubalk. Om het opnieuw te tonen, moet je naar de routebeheerpagina gaan om het in te stellen.",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Na verbergen wordt dit tabblad niet meer weergegeven in de tabbalk. Om het opnieuw te tonen, moet je naar de routebeheerpagina gaan om het in te stellen.",
81
77
  "After successful bulk update": "Na succesvolle update in bulk",
82
78
  "After successful request": "Na succesvolle aanvraag",
@@ -122,6 +118,7 @@
122
118
  "Any": "Any",
123
119
  "App error": "App-fout",
124
120
  "Application reloading": "Applicatie wordt opnieuw geladen",
121
+ "Architecture": "Architectuur",
125
122
  "Are you sure to delete this plugin?": "Weet je zeker dat je deze plugin wil verwijderen?",
126
123
  "Are you sure to disable this plugin?": "Weet je zeker dat je deze plugin wil uitschakelen?",
127
124
  "Are you sure you don't want to save?": "Weet je zeker dat je niet wil opslaan?",
@@ -130,7 +127,6 @@
130
127
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
131
128
  "Are you sure you want to disassociate it?": "Weet je zeker dat je het wil loskoppelen?",
132
129
  "Are you sure you want to hide these routes in menu?": "Weet je zeker dat je deze routes in het menu wil verbergen?",
133
- "Are you sure you want to hide this menu?": "Weet je zeker dat je dit menu wil verbergen?",
134
130
  "Are you sure you want to hide this tab?": "Weet je zeker dat je dit tabblad wil verbergen?",
135
131
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
136
132
  "Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
@@ -1549,4 +1545,4 @@
1549
1545
  "≠": "≠",
1550
1546
  "≤": "≤",
1551
1547
  "≥": "≥"
1552
- }
1548
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 horas",
6
6
  "24 hour": "24 horas",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "Controle de Acesso",
11
8
  "ASC": "ASC",
12
9
  "Accept": "Aceitar",
@@ -79,7 +76,6 @@
79
76
  "After change": "Depois da alteração",
80
77
  "After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
81
78
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
82
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Depois de ocultar, este menu não aparecerá mais na barra de menus. Para mostrar novamente, você precisa ir à página de gerenciamento de rotas para configurá-lo.",
83
79
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Depois de ocultar, esta guia não aparecerá mais na barra de guias. Para mostrá-la novamente, você precisa ir à página de gerenciamento de rotas para configurá-la.",
84
80
  "After successful bulk update": "Após a atualização em massa bem sucedida",
85
81
  "After successful request": "After successful request",
@@ -128,6 +124,7 @@
128
124
  "Any": "Any",
129
125
  "App error": "App error",
130
126
  "Application reloading": "Application reloading",
127
+ "Architecture": "Arquitetura",
131
128
  "Após atualização bem sucedida": "Após atualização bem sucedida",
132
129
  "Após clicar no botão personalizado, os seguintes campos do registro atual serão salvos de acordo com o seguinte formulário.": "Após clicar no botão personalizado, os seguintes campos do registro atual serão salvos de acordo com o seguinte formulário.",
133
130
  "Após clicar no botão personalizado, os seguintes valores de campo serão atribuídos de acordo com o seguinte formulário.": "Após clicar no botão personalizado, os seguintes valores de campo serão atribuídos de acordo com o seguinte formulário.",
@@ -142,7 +139,6 @@
142
139
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
143
140
  "Are you sure you want to disassociate it?": "Tem certeza de que deseja desassociá-lo?",
144
141
  "Are you sure you want to hide these routes in menu?": "Tem certeza de que deseja ocultar estas rotas no menu?",
145
- "Are you sure you want to hide this menu?": "Tem certeza de que deseja ocultar este menu?",
146
142
  "Are you sure you want to hide this tab?": "Tem certeza de que deseja ocultar esta guia?",
147
143
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
148
144
  "Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
@@ -1619,4 +1615,4 @@
1619
1615
  "≠": "≠",
1620
1616
  "≤": "≤",
1621
1617
  "≥": "≥"
1622
- }
1618
+ }
@@ -4,9 +4,6 @@
4
4
  "(currently not effective in sub-forms/sub-tables)": "(currently not effective in sub-forms/sub-tables)",
5
5
  "12 hour": "12 часов",
6
6
  "24 hour": "24 часа",
7
- "<": "<",
8
- "=": "=",
9
- ">": ">",
10
7
  "ACL": "Список контроля доступа",
11
8
  "ASC": "по возр.",
12
9
  "Access": "Доступ",
@@ -76,7 +73,6 @@
76
73
  "After change": "После изменений",
77
74
  "After clicking the custom button, the following field values will be assigned according to the following form.": "После нажатия пользовательской кнопки следующие значения полей будут назначены в соответствии со следующей формой.",
78
75
  "After clicking the custom button, the following fields of the current record will be saved according to the following form.": "После нажатия пользовательской кнопки следующие поля текущей записи будут сохранены в соответствии со следующей формой.",
79
- "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "После скрытия этого меню он больше не будет отображаться в меню. Чтобы снова отобразить его, вам нужно будет перейти на страницу управления маршрутами и настроить его.",
80
76
  "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "После скрытия этой вкладки она больше не будет отображаться во вкладке. Чтобы снова отобразить ее, вам нужно будет перейти на страницу управления маршрутами, чтобы установить ее.",
81
77
  "After successful bulk update": "После успешного массового обновления",
82
78
  "After successful request": "После успешного запроса",
@@ -122,6 +118,7 @@
122
118
  "Any": "Any",
123
119
  "App error": "Ошибка приложения",
124
120
  "Application reloading": "Перезагрузка приложения",
121
+ "Architecture": "Архитектура",
125
122
  "Are you sure to delete this plugin?": "Вы уверены, что хотите удалить этот плагин?",
126
123
  "Are you sure to disable this plugin?": "Вы уверены, что хотите отключить этот плагин?",
127
124
  "Are you sure you don't want to save?": "Вы уверены, что не хотите сохранить?",
@@ -130,7 +127,6 @@
130
127
  "Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
131
128
  "Are you sure you want to disassociate it?": "Вы уверены, что хотите разъединить это?",
132
129
  "Are you sure you want to hide these routes in menu?": "Вы уверены, что хотите скрыть эти маршруты в меню?",
133
- "Are you sure you want to hide this menu?": "Вы уверены, что хотите скрыть это меню?",
134
130
  "Are you sure you want to hide this tab?": "Вы уверены, что хотите скрыть эту вкладку?",
135
131
  "Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
136
132
  "Are you sure you want to perform the Custom request action": "Вы уверены, что хотите выполнить действие пользовательского запроса?",
@@ -1553,4 +1549,4 @@
1553
1549
  "≠": "≠",
1554
1550
  "≤": "≤",
1555
1551
  "≥": "≥"
1556
- }
1552
+ }