@saltcorn/server 1.1.2-beta.9 → 1.1.3-beta.0
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.
- package/CHANGELOG.md +29 -1
- package/auth/admin.js +8 -1
- package/auth/routes.js +45 -4
- package/docs/.nojekyll +1 -0
- package/docs/assets/custom.css +6 -0
- package/docs/assets/highlight.css +85 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/_saltcorn_common_code.Relation.html +162 -0
- package/docs/classes/_saltcorn_common_code.RelationsFinder.html +182 -0
- package/docs/classes/_saltcorn_data.models.Crash-1.html +316 -0
- package/docs/classes/_saltcorn_data.models.EventLog-1.html +350 -0
- package/docs/classes/_saltcorn_data.models.Field.html +949 -0
- package/docs/classes/_saltcorn_data.models.FieldRepeat-1.html +293 -0
- package/docs/classes/_saltcorn_data.models.File-1.html +881 -0
- package/docs/classes/_saltcorn_data.models.Form-1.html +494 -0
- package/docs/classes/_saltcorn_data.models.Library.html +295 -0
- package/docs/classes/_saltcorn_data.models.Page.html +417 -0
- package/docs/classes/_saltcorn_data.models.PageGroup-1.html +500 -0
- package/docs/classes/_saltcorn_data.models.Plugin.html +414 -0
- package/docs/classes/_saltcorn_data.models.Role.html +254 -0
- package/docs/classes/_saltcorn_data.models.Table-1.html +1830 -0
- package/docs/classes/_saltcorn_data.models.TableConstraint-1.html +296 -0
- package/docs/classes/_saltcorn_data.models.Trigger.html +672 -0
- package/docs/classes/_saltcorn_data.models.User-1.html +813 -0
- package/docs/classes/_saltcorn_data.models.View-1.html +878 -0
- package/docs/classes/_saltcorn_data.models.Workflow-1.html +374 -0
- package/docs/classes/_saltcorn_data.models.WorkflowRun.html +529 -0
- package/docs/classes/_saltcorn_data.models.WorkflowStep.html +421 -0
- package/docs/classes/_saltcorn_data.models.WorkflowTrace.html +318 -0
- package/docs/classes/_saltcorn_mobile_builder.MobileBuilder.html +356 -0
- package/docs/enums/_saltcorn_common_code.RelationType.html +115 -0
- package/docs/enums/_saltcorn_common_code.ViewDisplayType.html +94 -0
- package/docs/functions/_saltcorn_admin_models.backup.create_backup.html +76 -0
- package/docs/functions/_saltcorn_admin_models.backup.create_csv_from_rows.html +77 -0
- package/docs/functions/_saltcorn_admin_models.backup.restore.html +93 -0
- package/docs/functions/_saltcorn_admin_models.pack.add_to_menu.html +100 -0
- package/docs/functions/_saltcorn_admin_models.pack.can_install_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.pack.fetch_available_packs.html +83 -0
- package/docs/functions/_saltcorn_admin_models.pack.fetch_pack_by_name.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.install_pack.html +107 -0
- package/docs/functions/_saltcorn_admin_models.pack.library_pack.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.model_instance_pack.html +95 -0
- package/docs/functions/_saltcorn_admin_models.pack.model_pack.html +96 -0
- package/docs/functions/_saltcorn_admin_models.pack.page_group_pack.html +91 -0
- package/docs/functions/_saltcorn_admin_models.pack.page_pack.html +91 -0
- package/docs/functions/_saltcorn_admin_models.pack.plugin_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.pack.role_pack.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.table_pack.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.trigger_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.pack.uninstall_pack.html +92 -0
- package/docs/functions/_saltcorn_admin_models.pack.view_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.tenant.copy_tenant_template.html +105 -0
- package/docs/functions/_saltcorn_admin_models.tenant.create_tenant.html +107 -0
- package/docs/functions/_saltcorn_admin_models.tenant.deleteTenant.html +88 -0
- package/docs/functions/_saltcorn_admin_models.tenant.domain_sanitize.html +87 -0
- package/docs/functions/_saltcorn_admin_models.tenant.eachTenant.html +91 -0
- package/docs/functions/_saltcorn_admin_models.tenant.getAllTenantRows.html +77 -0
- package/docs/functions/_saltcorn_admin_models.tenant.getAllTenants.html +77 -0
- package/docs/functions/_saltcorn_admin_models.tenant.insertTenant.html +103 -0
- package/docs/functions/_saltcorn_admin_models.tenant.switchToTenant.html +92 -0
- package/docs/functions/_saltcorn_common_code.buildTableCaches.html +81 -0
- package/docs/functions/_saltcorn_common_code.parseLegacyRelation.html +77 -0
- package/docs/functions/_saltcorn_common_code.parseRelationPath.html +76 -0
- package/docs/functions/_saltcorn_data.models.config.check_email_mask.html +131 -0
- package/docs/functions/_saltcorn_data.models.config.deleteConfig.html +131 -0
- package/docs/functions/_saltcorn_data.models.config.getAllConfig.html +125 -0
- package/docs/functions/_saltcorn_data.models.config.getConfig.html +134 -0
- package/docs/functions/_saltcorn_data.models.config.get_base_url.html +130 -0
- package/docs/functions/_saltcorn_data.models.config.get_latest_npm_version.html +132 -0
- package/docs/functions/_saltcorn_data.models.config.remove_from_menu.html +131 -0
- package/docs/functions/_saltcorn_data.models.config.save_menu_items.html +126 -0
- package/docs/functions/_saltcorn_data.models.config.setConfig.html +134 -0
- package/docs/functions/_saltcorn_data.models.discovery.discover_tables.html +131 -0
- package/docs/functions/_saltcorn_data.models.discovery.discoverable_tables.html +129 -0
- package/docs/functions/_saltcorn_data.models.discovery.findType.html +127 -0
- package/docs/functions/_saltcorn_data.models.discovery.get_existing_views.html +127 -0
- package/docs/functions/_saltcorn_data.models.discovery.implement_discovery.html +129 -0
- package/docs/functions/_saltcorn_data.models.email.getMailTransport.html +114 -0
- package/docs/functions/_saltcorn_data.models.email.send_verification_email.html +130 -0
- package/docs/functions/_saltcorn_data.models.email.viewToEmailHtml.html +130 -0
- package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields.html +131 -0
- package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields_stored.html +131 -0
- package/docs/functions/_saltcorn_data.models.expression.eval_expression.html +132 -0
- package/docs/functions/_saltcorn_data.models.expression.expressionValidator.html +126 -0
- package/docs/functions/_saltcorn_data.models.expression.get_async_expression_function.html +132 -0
- package/docs/functions/_saltcorn_data.models.expression.get_expression_function.html +129 -0
- package/docs/functions/_saltcorn_data.models.expression.jsexprToWhere.html +131 -0
- package/docs/functions/_saltcorn_data.models.expression.recalculate_for_stored.html +132 -0
- package/docs/functions/_saltcorn_data.models.expression.transform_for_async.html +134 -0
- package/docs/functions/_saltcorn_data.models.layout.eachView.html +128 -0
- package/docs/functions/_saltcorn_data.models.layout.getStringsForI18n.html +123 -0
- package/docs/functions/_saltcorn_data.models.layout.getViews.html +123 -0
- package/docs/functions/_saltcorn_data.models.layout.translateLayout.html +126 -0
- package/docs/functions/_saltcorn_data.models.layout.traverse.html +126 -0
- package/docs/functions/_saltcorn_data.models.layout.traverseSync.html +126 -0
- package/docs/functions/_saltcorn_data.models.random.all_views.html +123 -0
- package/docs/functions/_saltcorn_data.models.random.fill_table_row.html +123 -0
- package/docs/functions/_saltcorn_data.models.random.initial_view.html +126 -0
- package/docs/functions/_saltcorn_data.models.random.random_table.html +120 -0
- package/docs/functions/_saltcorn_db_common.buildInsertBulkSql.html +127 -0
- package/docs/functions/_saltcorn_db_common.buildInsertSql.html +128 -0
- package/docs/functions/_saltcorn_db_common.doCount.html +110 -0
- package/docs/functions/_saltcorn_db_common.doDeleteWhere.html +110 -0
- package/docs/functions/_saltcorn_db_common.doListScTables.html +104 -0
- package/docs/functions/_saltcorn_db_common.doListTables.html +104 -0
- package/docs/functions/_saltcorn_db_common.doListUserDefinedTables.html +104 -0
- package/docs/functions/_saltcorn_db_common.do_add_index.html +120 -0
- package/docs/functions/_saltcorn_db_common.do_drop_index.html +120 -0
- package/docs/functions/_saltcorn_db_common.ftsFieldsSqlExpr.html +106 -0
- package/docs/functions/_saltcorn_db_common.mkSelectOptions.html +108 -0
- package/docs/functions/_saltcorn_db_common.mkVal.html +105 -0
- package/docs/functions/_saltcorn_db_common.mkWhere.html +110 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.enable_multi_tenant.html +108 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.getTenantSchema.html +110 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.init.html +116 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.is_it_multi_tenant.html +110 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.runWithTenant.html +130 -0
- package/docs/functions/_saltcorn_db_common.orderByIsObject.html +102 -0
- package/docs/functions/_saltcorn_db_common.orderByIsOperator.html +102 -0
- package/docs/functions/_saltcorn_db_common.prefixFieldsInWhere.html +104 -0
- package/docs/functions/_saltcorn_db_common.reprAsJson.html +107 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.enable_multi_tenant.html +107 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.getTenantSchema.html +109 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.init.html +115 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.is_it_multi_tenant.html +109 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.runWithTenant.html +129 -0
- package/docs/functions/_saltcorn_db_common.sqlBinOp.html +111 -0
- package/docs/functions/_saltcorn_db_common.sqlFun.html +111 -0
- package/docs/functions/_saltcorn_db_common.sqlsanitize.html +108 -0
- package/docs/functions/_saltcorn_db_common.sqlsanitizeAllowDots.html +110 -0
- package/docs/functions/_saltcorn_db_common.subSelectWhere.html +133 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.buildTablesFile.html +110 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyPrepopulatedDb.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyServerFiles.html +104 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyShareExtFiles.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copySiteLogo.html +102 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyTranslationFiles.html +104 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.createSqliteDb.html +105 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.decodeProvisioningProfile.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.extractDomain.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.generateAndroidVersionCode.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyAndroidManifest.html +102 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyConfigXml.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyGradleConfig.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyInfoPlist.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyXcodeProjectFile.html +107 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepAppIcon.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareAppIcon.html +109 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareBuildDir.html +110 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareExportOptionsPlist.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashIcon.html +110 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashPage.html +119 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCapacitorConfig.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCfgFile.html +102 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeDataExtractionRules.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeNetworkSecurityConfig.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePodfile.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePrivacyInfo.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundleMobileAppCode.html +73 -0
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundlePackagesAndPlugins.html +82 -0
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyPublicDirs.html +80 -0
- package/docs/functions/_saltcorn_sqlite.add_index.html +105 -0
- package/docs/functions/_saltcorn_sqlite.add_unique_constraint.html +105 -0
- package/docs/functions/_saltcorn_sqlite.begin.html +92 -0
- package/docs/functions/_saltcorn_sqlite.changeConnection.html +100 -0
- package/docs/functions/_saltcorn_sqlite.close.html +92 -0
- package/docs/functions/_saltcorn_sqlite.commit.html +92 -0
- package/docs/functions/_saltcorn_sqlite.count.html +106 -0
- package/docs/functions/_saltcorn_sqlite.deleteWhere.html +106 -0
- package/docs/functions/_saltcorn_sqlite.dropTable.html +95 -0
- package/docs/functions/_saltcorn_sqlite.dropTables.html +95 -0
- package/docs/functions/_saltcorn_sqlite.drop_index.html +105 -0
- package/docs/functions/_saltcorn_sqlite.drop_reset_schema.html +94 -0
- package/docs/functions/_saltcorn_sqlite.drop_unique_constraint.html +105 -0
- package/docs/functions/_saltcorn_sqlite.getVersion.html +93 -0
- package/docs/functions/_saltcorn_sqlite.get_db_filepath.html +92 -0
- package/docs/functions/_saltcorn_sqlite.get_sql_logging.html +92 -0
- package/docs/functions/_saltcorn_sqlite.init.html +105 -0
- package/docs/functions/_saltcorn_sqlite.insert.html +113 -0
- package/docs/functions/_saltcorn_sqlite.listScTables.html +89 -0
- package/docs/functions/_saltcorn_sqlite.listTables.html +89 -0
- package/docs/functions/_saltcorn_sqlite.listUserDefinedTables.html +89 -0
- package/docs/functions/_saltcorn_sqlite.query.html +98 -0
- package/docs/functions/_saltcorn_sqlite.rollback.html +92 -0
- package/docs/functions/_saltcorn_sqlite.select.html +108 -0
- package/docs/functions/_saltcorn_sqlite.selectMaybeOne.html +110 -0
- package/docs/functions/_saltcorn_sqlite.selectOne.html +109 -0
- package/docs/functions/_saltcorn_sqlite.set_sql_logging.html +96 -0
- package/docs/functions/_saltcorn_sqlite.slugify.html +93 -0
- package/docs/functions/_saltcorn_sqlite.sql_log.html +104 -0
- package/docs/functions/_saltcorn_sqlite.update.html +111 -0
- package/docs/functions/_saltcorn_sqlite.updateWhere.html +97 -0
- package/docs/functions/_saltcorn_sqlite_mobile.add_index.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.add_unique_constraint.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.count.html +88 -0
- package/docs/functions/_saltcorn_sqlite_mobile.deleteWhere.html +85 -0
- package/docs/functions/_saltcorn_sqlite_mobile.drop_index.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.drop_reset_schema.html +78 -0
- package/docs/functions/_saltcorn_sqlite_mobile.drop_unique_constraint.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.init.html +78 -0
- package/docs/functions/_saltcorn_sqlite_mobile.insert.html +96 -0
- package/docs/functions/_saltcorn_sqlite_mobile.insertRows.html +94 -0
- package/docs/functions/_saltcorn_sqlite_mobile.listScTables.html +79 -0
- package/docs/functions/_saltcorn_sqlite_mobile.listTables.html +79 -0
- package/docs/functions/_saltcorn_sqlite_mobile.listUserDefinedTables.html +79 -0
- package/docs/functions/_saltcorn_sqlite_mobile.query.html +85 -0
- package/docs/functions/_saltcorn_sqlite_mobile.select.html +87 -0
- package/docs/functions/_saltcorn_sqlite_mobile.selectMaybeOne.html +88 -0
- package/docs/functions/_saltcorn_sqlite_mobile.selectOne.html +88 -0
- package/docs/functions/_saltcorn_sqlite_mobile.setConnectionObject.html +85 -0
- package/docs/functions/_saltcorn_sqlite_mobile.tableExists.html +87 -0
- package/docs/functions/_saltcorn_sqlite_mobile.time.html +78 -0
- package/docs/functions/_saltcorn_sqlite_mobile.update.html +97 -0
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_field.instanceOfField.html +88 -0
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_page.instanceOfPage.html +87 -0
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_view.instanceOfView.html +87 -0
- package/docs/functions/_saltcorn_types.Types.base_types.instanceOWithHtmlFile.html +107 -0
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfErrorMsg.html +84 -0
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfSuccessMsg.html +84 -0
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfType.html +84 -0
- package/docs/functions/_saltcorn_types.generators.generateBool.html +68 -0
- package/docs/functions/_saltcorn_types.generators.generateString.html +75 -0
- package/docs/functions/_saltcorn_types.generators.num_between.html +75 -0
- package/docs/functions/_saltcorn_types.generators.oneOf.html +73 -0
- package/docs/index.html +56 -0
- package/docs/interfaces/_saltcorn_mobile_builder.common_build_utils.ScCapacitorConfig.html +169 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractField.html +187 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractFieldRepeat.html +110 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_form.AbstractForm.html +268 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_page.AbstractPage.html +153 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_role.AbstractRole.html +108 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_table.AbstractTable.html +147 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_trigger.AbstractTrigger.html +224 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_view.AbstractView.html +174 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_workflow.AbstractWorkflow.html +264 -0
- package/docs/modules/_saltcorn_admin_models.backup.html +74 -0
- package/docs/modules/_saltcorn_admin_models.html +68 -0
- package/docs/modules/_saltcorn_admin_models.pack.html +100 -0
- package/docs/modules/_saltcorn_admin_models.tenant.html +86 -0
- package/docs/modules/_saltcorn_common_code.html +77 -0
- package/docs/modules/_saltcorn_data.html +476 -0
- package/docs/modules/_saltcorn_data.models.Crash.html +113 -0
- package/docs/modules/_saltcorn_data.models.EventLog.html +113 -0
- package/docs/modules/_saltcorn_data.models.FieldRepeat.html +113 -0
- package/docs/modules/_saltcorn_data.models.File.html +113 -0
- package/docs/modules/_saltcorn_data.models.Form.html +115 -0
- package/docs/modules/_saltcorn_data.models.PageGroup.html +113 -0
- package/docs/modules/_saltcorn_data.models.Table.html +117 -0
- package/docs/modules/_saltcorn_data.models.TableConstraint.html +113 -0
- package/docs/modules/_saltcorn_data.models.User.html +113 -0
- package/docs/modules/_saltcorn_data.models.View.html +113 -0
- package/docs/modules/_saltcorn_data.models.Workflow.html +113 -0
- package/docs/modules/_saltcorn_data.models.config.html +135 -0
- package/docs/modules/_saltcorn_data.models.discovery.html +120 -0
- package/docs/modules/_saltcorn_data.models.email.html +116 -0
- package/docs/modules/_saltcorn_data.models.expression.html +128 -0
- package/docs/modules/_saltcorn_data.models.html +150 -0
- package/docs/modules/_saltcorn_data.models.layout.html +122 -0
- package/docs/modules/_saltcorn_data.models.random.html +118 -0
- package/docs/modules/_saltcorn_data.models.scheduler.html +112 -0
- package/docs/modules/_saltcorn_data.plugin_helper.html +70 -0
- package/docs/modules/_saltcorn_data.utils.html +72 -0
- package/docs/modules/_saltcorn_db_common.html +181 -0
- package/docs/modules/_saltcorn_db_common.multi_tenant.html +120 -0
- package/docs/modules/_saltcorn_db_common.single_tenant.html +115 -0
- package/docs/modules/_saltcorn_markup.html +399 -0
- package/docs/modules/_saltcorn_mobile_builder.common_build_utils.html +124 -0
- package/docs/modules/_saltcorn_mobile_builder.html +75 -0
- package/docs/modules/_saltcorn_mobile_builder.package_bundle_utils.html +71 -0
- package/docs/modules/_saltcorn_sqlite.html +123 -0
- package/docs/modules/_saltcorn_sqlite_mobile.html +103 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_field.html +94 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_form.html +85 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_library.html +82 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_page.html +92 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_plugin.html +82 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_role.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_table.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_trigger.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_view.html +92 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_workflow.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.html +88 -0
- package/docs/modules/_saltcorn_types.Types.base_types.html +141 -0
- package/docs/modules/_saltcorn_types.Types.common_types.html +91 -0
- package/docs/modules/_saltcorn_types.Types.html +68 -0
- package/docs/modules/_saltcorn_types.generators.html +76 -0
- package/docs/modules/_saltcorn_types.html +67 -0
- package/docs/types/_saltcorn_data.models.Crash.CrashCfg.html +128 -0
- package/docs/types/_saltcorn_data.models.EventLog.EventLogCfg.html +122 -0
- package/docs/types/_saltcorn_data.models.FieldRepeat.FieldRepeatCfg.html +126 -0
- package/docs/types/_saltcorn_data.models.File.FileCfg.html +132 -0
- package/docs/types/_saltcorn_data.models.Form.AdditionalButton.html +108 -0
- package/docs/types/_saltcorn_data.models.Form.FormCfg.html +180 -0
- package/docs/types/_saltcorn_data.models.PageGroup.ScreenInfoParams.html +118 -0
- package/docs/types/_saltcorn_data.models.Table.ChildRelations.html +116 -0
- package/docs/types/_saltcorn_data.models.Table.ParentRelations.html +116 -0
- package/docs/types/_saltcorn_data.models.Table.RelationData.html +116 -0
- package/docs/types/_saltcorn_data.models.TableConstraint.TableConstraintCfg.html +120 -0
- package/docs/types/_saltcorn_data.models.User.UserCfg.html +138 -0
- package/docs/types/_saltcorn_data.models.View.FindViewsPred.html +127 -0
- package/docs/types/_saltcorn_data.models.Workflow.WorkflowCfg.html +161 -0
- package/docs/types/_saltcorn_db_common.AggregationOptions.html +114 -0
- package/docs/types/_saltcorn_db_common.CoordOpts.html +104 -0
- package/docs/types/_saltcorn_db_common.JoinField.html +106 -0
- package/docs/types/_saltcorn_db_common.JoinFields.html +98 -0
- package/docs/types/_saltcorn_db_common.JoinOptions.html +107 -0
- package/docs/types/_saltcorn_db_common.JsonPath.html +93 -0
- package/docs/types/_saltcorn_db_common.JsonPathElem.html +93 -0
- package/docs/types/_saltcorn_db_common.Operator.html +102 -0
- package/docs/types/_saltcorn_db_common.PrimaryKeyValue.html +93 -0
- package/docs/types/_saltcorn_db_common.Row.html +98 -0
- package/docs/types/_saltcorn_db_common.SelectOptions.html +132 -0
- package/docs/types/_saltcorn_db_common.SqlAndValues.html +104 -0
- package/docs/types/_saltcorn_db_common.SubselectOptions.html +104 -0
- package/docs/types/_saltcorn_db_common.Value.html +93 -0
- package/docs/types/_saltcorn_db_common.Where.html +115 -0
- package/docs/types/_saltcorn_mobile_builder.IosCfg.html +76 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.FieldCfg.html +168 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.InputType.html +79 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_form.AdditionalButton.html +87 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryCfg.html +87 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryPack.html +79 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PageCfg.html +97 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PagePack.html +85 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginCfg.html +103 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginPack.html +79 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RoleCfg.html +84 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RolePack.html +80 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TableCfg.html +111 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TablePack.html +86 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerCfg.html +104 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerPack.html +80 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewCfg.html +109 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewPack.html +89 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.ConfigWorkflowStep.html +97 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.RunResult.html +100 -0
- package/docs/types/_saltcorn_types.Types.base_types.Action.html +189 -0
- package/docs/types/_saltcorn_types.Types.base_types.AuthenticationMethod.html +109 -0
- package/docs/types/_saltcorn_types.Types.base_types.CodePagePack.html +107 -0
- package/docs/types/_saltcorn_types.Types.base_types.Column.html +103 -0
- package/docs/types/_saltcorn_types.Types.base_types.ConnectedObjects.html +109 -0
- package/docs/types/_saltcorn_types.Types.base_types.CopilotSkill.html +149 -0
- package/docs/types/_saltcorn_types.Types.base_types.FieldLike.html +98 -0
- package/docs/types/_saltcorn_types.Types.base_types.FieldView.html +166 -0
- package/docs/types/_saltcorn_types.Types.base_types.Header.html +107 -0
- package/docs/types/_saltcorn_types.Types.base_types.JoinFieldOption.html +109 -0
- package/docs/types/_saltcorn_types.Types.base_types.Layout.html +98 -0
- package/docs/types/_saltcorn_types.Types.base_types.MobileConfig.html +133 -0
- package/docs/types/_saltcorn_types.Types.base_types.ModelPattern.html +261 -0
- package/docs/types/_saltcorn_types.Types.base_types.Pack.html +129 -0
- package/docs/types/_saltcorn_types.Types.base_types.Plugin.html +122 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginFunction.html +120 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginLayout.html +116 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginRoute.html +125 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginSourceType.html +98 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginType.html +183 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginWrap.html +111 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginWrapArg.html +122 -0
- package/docs/types/_saltcorn_types.Types.base_types.RelationOption.html +105 -0
- package/docs/types/_saltcorn_types.Types.base_types.Req.html +178 -0
- package/docs/types/_saltcorn_types.Types.base_types.Res.html +168 -0
- package/docs/types/_saltcorn_types.Types.base_types.RouteAction.html +121 -0
- package/docs/types/_saltcorn_types.Types.base_types.RunExtra.html +103 -0
- package/docs/types/_saltcorn_types.Types.base_types.TableProvider.html +140 -0
- package/docs/types/_saltcorn_types.Types.base_types.TableQuery.html +129 -0
- package/docs/types/_saltcorn_types.Types.base_types.Tablely.html +103 -0
- package/docs/types/_saltcorn_types.Types.base_types.ViewTemplate.html +471 -0
- package/docs/types/_saltcorn_types.Types.common_types.ErrorMessage.html +84 -0
- package/docs/types/_saltcorn_types.Types.common_types.GenObj.html +80 -0
- package/docs/types/_saltcorn_types.Types.common_types.ReqRes.html +82 -0
- package/docs/types/_saltcorn_types.Types.common_types.ResultMessage.html +75 -0
- package/docs/types/_saltcorn_types.Types.common_types.SuccessMessage.html +86 -0
- package/docs/types/_saltcorn_types.Types.common_types.Type.html +144 -0
- package/docs/variables/_saltcorn_data.db.html +60 -0
- package/docs/variables/_saltcorn_data.migrations.html +60 -0
- package/docs/variables/_saltcorn_data.models.config.available_languages.html +154 -0
- package/docs/variables/_saltcorn_data.models.config.configTypes.html +117 -0
- package/docs/variables/_saltcorn_data.models.scheduler.runScheduler.html +152 -0
- package/docs/variables/_saltcorn_data.plugin_helper.run_action_column.html +65 -0
- package/docs/variables/_saltcorn_data.utils.NotAuthorized.html +66 -0
- package/docs/variables/_saltcorn_data.utils.sleep.html +66 -0
- package/docs/variables/_saltcorn_db_common.multi_tenant.tenantNamespace.html +103 -0
- package/help/Extra state formula.tmd +1 -1
- package/help/JavaScript action code.tmd +1 -1
- package/locales/ar.json +1289 -4
- package/locales/da.json +355 -203
- package/locales/de.json +665 -149
- package/locales/en.json +16 -1
- package/locales/es.json +1567 -1271
- package/locales/fr.json +1562 -294
- package/locales/hi.json +1563 -0
- package/locales/pt.json +1300 -11
- package/locales/ru.json +1577 -1222
- package/locales/si.json +402 -4
- package/locales/uk.json +399 -3
- package/locales/zh.json +689 -7
- package/markup/admin.js +32 -14
- package/package.json +9 -9
- package/public/gridedit.js +4 -2
- package/public/saltcorn-common.js +45 -13
- package/public/saltcorn.js +17 -28
- package/routes/actions.js +4 -42
- package/routes/admin.js +78 -43
- package/routes/api.js +9 -9
- package/routes/delete.js +4 -2
- package/routes/eventlog.js +64 -27
- package/routes/fields.js +25 -14
- package/routes/files.js +9 -9
- package/routes/infoarch.js +57 -2
- package/routes/list.js +6 -4
- package/routes/pageedit.js +1 -1
- package/routes/plugins.js +36 -1
- package/routes/search.js +7 -3
- package/routes/tables.js +207 -28
- package/tests/admin.test.js +15 -0
- package/wrapper.js +14 -4
package/locales/uk.json
CHANGED
|
@@ -1132,7 +1132,7 @@
|
|
|
1132
1132
|
"In user menu": "У меню користувача",
|
|
1133
1133
|
"Show notifications in the user menu": "Показувати сповіщення в меню користувача",
|
|
1134
1134
|
"Notification settings": "Налаштування сповіщень",
|
|
1135
|
-
"PWA": "PWA",
|
|
1135
|
+
"PWA": "PWA (прогресивний веб-додаток)",
|
|
1136
1136
|
"Progressive Web Application": "Прогресивний веб-застосунок",
|
|
1137
1137
|
"Display": "Відображати",
|
|
1138
1138
|
"Progressive Web Application enabled": "Прогресивний веб-додаток увімкнено",
|
|
@@ -1166,5 +1166,401 @@
|
|
|
1166
1166
|
"Event logs": "Журнали подій",
|
|
1167
1167
|
"Migrations": "Міграція",
|
|
1168
1168
|
"Tag Entries": "Записи тегів",
|
|
1169
|
-
"Not a valid field name": "Недійсна назва поля"
|
|
1170
|
-
|
|
1169
|
+
"Not a valid field name": "Недійсна назва поля",
|
|
1170
|
+
"Set a default value for missing data": "Встановіть значення за замовчуванням для відсутніх даних",
|
|
1171
|
+
"Create model": "Створити модель",
|
|
1172
|
+
"Models": "Моделі",
|
|
1173
|
+
"New model": "Нова модель",
|
|
1174
|
+
"Show model": "Показати модель",
|
|
1175
|
+
"Model instances": "Екземпляри моделі",
|
|
1176
|
+
"Trained": "Навчений",
|
|
1177
|
+
"Train new instance": "Навчити новий екземпляр",
|
|
1178
|
+
"Train model": "Тренувати модель",
|
|
1179
|
+
"Train": "Потяг",
|
|
1180
|
+
"Report": "Звіт",
|
|
1181
|
+
"Model training report": "Звіт про тренування моделі",
|
|
1182
|
+
"Model training error": "Помилка тренування моделі",
|
|
1183
|
+
"Training error": "Помилка навчання",
|
|
1184
|
+
"Model": "Модель",
|
|
1185
|
+
"Model instance": "Екземпляр моделі",
|
|
1186
|
+
"Prediction output": "Прогнозований результат",
|
|
1187
|
+
"Table triggers: ": "Тригери таблиці:",
|
|
1188
|
+
"App name": "Назва додатку",
|
|
1189
|
+
"App icon": "Іконка додатку",
|
|
1190
|
+
"Splash Page": "Сторінка-вітання",
|
|
1191
|
+
"App version": "Версія додатку",
|
|
1192
|
+
"Forgot password?": "Забули пароль?",
|
|
1193
|
+
"Details": "Деталі",
|
|
1194
|
+
"URL is a formula?": "URL це формула?",
|
|
1195
|
+
"Receive notifications by:": "Отримувати сповіщення через:",
|
|
1196
|
+
"Backup settings": "Налаштування резервного копіювання",
|
|
1197
|
+
"Logo image": "Зображення логотипу",
|
|
1198
|
+
"Custom code": "Спеціальний код",
|
|
1199
|
+
"Extension store": "Магазин модулів",
|
|
1200
|
+
"Backup file prefix": "Префікс файлу резервної копії",
|
|
1201
|
+
"Directory for backup files": "Директорія для файлів резервного копіювання",
|
|
1202
|
+
"Backup File Prefix": "Префікс файлу резервної копії",
|
|
1203
|
+
"Search for...": "Шукати...",
|
|
1204
|
+
"Every 5 minutes": "Кожні 5 хвилин",
|
|
1205
|
+
"Not scheduled but can be run as an action from a button click": "Не заплановано, але може бути виконано як дія за натисканням кнопки",
|
|
1206
|
+
"Fixed and blocked fields": "Фіксовані та заблоковані поля",
|
|
1207
|
+
"Do not allow the following fields to have a value set from the query string or state": "Не дозволяйте встановленню значення для наступних полів з рядка запиту або стану",
|
|
1208
|
+
"Action configuration saved": "Конфігурація дії збережена",
|
|
1209
|
+
"Prevent any deletion of parent rows": "Запобігти видаленню батьківських рядків",
|
|
1210
|
+
"If the parent row is deleted, set key fields on child rows to null": "Якщо батьківський рядок видалено, встановіть ключові поля в дочірніх рядках як null.",
|
|
1211
|
+
"Link out?": "Зовнішнє посилання?",
|
|
1212
|
+
"Show a link to open popup contents in new tab": "Показати посилання для відкриття вмісту спливаючого вікна у новій вкладці",
|
|
1213
|
+
"Model %s deleted": "Модель %s видалена",
|
|
1214
|
+
"Model instance %s deleted": "Екземпляр моделі %s видалено",
|
|
1215
|
+
"Action information saved": "Інформація про дію збережена",
|
|
1216
|
+
"JavaScript code:": "Код JavaScript:",
|
|
1217
|
+
"code here": "код тут",
|
|
1218
|
+
"Page '%s' was loaded": "Сторінка '%s' була завантажена",
|
|
1219
|
+
"View '%s' was loaded": "Представлення '%s' було завантажено",
|
|
1220
|
+
"Error message": "Повідомлення про помилку",
|
|
1221
|
+
"Error shown to user if uniqueness is violated": "Помилка, що відображається користувачу, якщо порушено унікальність",
|
|
1222
|
+
"Protected": "Захищений",
|
|
1223
|
+
"Set role to access": "Встановити роль для доступу",
|
|
1224
|
+
"User must have this role or higher to update or create field values": "Користувач повинен мати цю роль або вищу, щоб оновлювати або створювати значення полів",
|
|
1225
|
+
"Disable on mobile": "Вимкнути на мобільному",
|
|
1226
|
+
"moment.js format specifier": "moment.js формат специфікатора",
|
|
1227
|
+
"Primary button": "Основна кнопка",
|
|
1228
|
+
"Secondary button": "Додаткова кнопка",
|
|
1229
|
+
"Success button": "Кнопка успіху",
|
|
1230
|
+
"Danger button": "Кнопка \"Небезпека\"",
|
|
1231
|
+
"Primary outline button": "Основна контурна кнопка",
|
|
1232
|
+
"Secondary outline button": "Вторинна контурна кнопка",
|
|
1233
|
+
"Standard": "Стандартный",
|
|
1234
|
+
"X-Small": "X-Small",
|
|
1235
|
+
"Block": "Блок",
|
|
1236
|
+
"Large block": "Великий блок",
|
|
1237
|
+
"Formula for JavaScript object that will be added to state parameters": "Формула для об'єкта JavaScript, який буде доданий до параметрів стану",
|
|
1238
|
+
"Alignment": "Вирівнювання",
|
|
1239
|
+
"Click to edit?": "Натисніть, щоб редагувати?",
|
|
1240
|
+
"Format": "Формат",
|
|
1241
|
+
"Table Synchronization": "Синхронізація таблиць",
|
|
1242
|
+
"unsynched": "несинхронізований",
|
|
1243
|
+
"synched": "синхронізовано",
|
|
1244
|
+
"Sync information": "Синхронізувати інформацію",
|
|
1245
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "Інформація про синхронізацію відстежує час останньої модифікації або видалення, щоб дані таблиці могли синхронізуватися з мобільним додатком.",
|
|
1246
|
+
"Included Plugins": "Включені плагіни",
|
|
1247
|
+
"exclude": "виключити",
|
|
1248
|
+
"include": "включити",
|
|
1249
|
+
"Auto public login": "Автоматичний публічний вхід",
|
|
1250
|
+
"New user view": "Новий користувацький вигляд",
|
|
1251
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "Вид для показу новим користувачам для завершення реєстрації (якщо Редагувати) або як вітальний вид.",
|
|
1252
|
+
"View decoration": "Оформлення вікна",
|
|
1253
|
+
"Title formula": "Формула заголовка",
|
|
1254
|
+
"Show if true": "Показати, якщо правда",
|
|
1255
|
+
"Formula. Leave blank to always show": "Формула. Залиште порожнім, щоб завжди відображати.",
|
|
1256
|
+
"Popup width": "Ширина спливаючого вікна",
|
|
1257
|
+
"Show an icon in the title bar to indicate when form data is being saved": "Відображати значок у заголовку вікна, щоб вказувати, коли дані форми зберігаються",
|
|
1258
|
+
"install a different version": "встановити іншу версію",
|
|
1259
|
+
"%s versions": "%s версії",
|
|
1260
|
+
"Close": "Закрити",
|
|
1261
|
+
"Module up-to-date": "Модуль оновлено",
|
|
1262
|
+
"Module '%s' not found": "Модуль '%s' не знайдено",
|
|
1263
|
+
"Module %s not found": "Модуль %s не знайдено",
|
|
1264
|
+
"Include Event Logs": "Включити журнали подій",
|
|
1265
|
+
"Backup with event logs": "Резервне копіювання з журналами подій",
|
|
1266
|
+
"Initially open": "Спочатку відкрийте",
|
|
1267
|
+
"Not a valid pack": "Не дійсний пакет",
|
|
1268
|
+
"Pack file": "Упакувати файл",
|
|
1269
|
+
"Upload a pack file": "Завантажте файл пакета",
|
|
1270
|
+
"No menu": "Без меню",
|
|
1271
|
+
"Omit the menu from this page": "Виключіть меню з цієї сторінки",
|
|
1272
|
+
"%s finished without a result": "%s завершено без результату",
|
|
1273
|
+
"Body size limit (Kb)": "Обмеження розміру тіла (Кб)",
|
|
1274
|
+
"Maximum request body size in kilobytes": "Максимальний розмір тіла запиту в кілобайтах",
|
|
1275
|
+
"URL encoded size limit (Kb)": "Ліміт розміру URL-кодування (Кб)",
|
|
1276
|
+
"Maximum URL encoded request size in kilobytes": "Максимальний розмір URL-кодованого запиту в кілобайтах",
|
|
1277
|
+
"HTML file": "HTML-файл",
|
|
1278
|
+
"HTML file to use as page content": "HTML-файл для використання як зміст сторінки",
|
|
1279
|
+
"Offline mode: cannot load file": "Офлайн-режим: неможливо завантажити файл",
|
|
1280
|
+
"None - use drag and drop builder": "Жодного - використовуйте конструктор перетягування",
|
|
1281
|
+
"Do not pick or compare time": "Не вибирайте або не порівнюйте час",
|
|
1282
|
+
"Installed theme": "Встановлена тема",
|
|
1283
|
+
"Theme for role": "Тема для ролі",
|
|
1284
|
+
"Set theme for each user role »": "Встановити тему для кожної ролі користувача »",
|
|
1285
|
+
"Available themes": "Доступні теми",
|
|
1286
|
+
"Install more themes »": "Встановити більше тем »",
|
|
1287
|
+
"Configure action": "Налаштувати дію",
|
|
1288
|
+
"No changes detected, snapshot skipped": "Зміни не виявлено, створення знімка пропущено",
|
|
1289
|
+
"Cannot remove module: views %s depend on it": "Не вдається видалити модуль: від нього залежать види %s",
|
|
1290
|
+
"The view name is part of the URL when it is shown alone.": "Назва вигляду є частиною URL, коли вона відображається окремо.",
|
|
1291
|
+
"Exclusion relations": "Відносини виключення",
|
|
1292
|
+
"Do not include row if this relation has a match": "Не включати рядок, якщо ця відносина має співпадіння",
|
|
1293
|
+
"Exclusion where": "Виключення, де",
|
|
1294
|
+
"Hoverable rows": "Рядки, що підтримують наведення",
|
|
1295
|
+
"Highlight row under cursor": "Підсвітити рядок під курсором",
|
|
1296
|
+
"Striped rows": "Смугасті рядки",
|
|
1297
|
+
"Add zebra stripes to rows": "Додати смуги зебри до рядків",
|
|
1298
|
+
"New page group": "Нова група сторінок",
|
|
1299
|
+
"Page Groups": "Групи сторінок",
|
|
1300
|
+
"%s edit": "%s редагувати",
|
|
1301
|
+
"Members": "Члени",
|
|
1302
|
+
"Add member": "Додати учасника",
|
|
1303
|
+
"Edit group properties": "Редагувати властивості групи",
|
|
1304
|
+
"Page to be served": "Сторінка для відображення",
|
|
1305
|
+
"A description of the group member": "Опис члена групи",
|
|
1306
|
+
"Eligible Formula": "Придатна формула",
|
|
1307
|
+
"Formula to determine if this page should be served.": "Формула для визначення, чи слід відображати цю сторінку.",
|
|
1308
|
+
"Cancel": "Скасувати",
|
|
1309
|
+
"%s add-member": "%s додати-учасника",
|
|
1310
|
+
"add-member": "додати-учасника",
|
|
1311
|
+
"add member to %s": "додати користувача до %s",
|
|
1312
|
+
"Added member": "Додано учасника",
|
|
1313
|
+
"Member %s": "Учасник %s",
|
|
1314
|
+
"Updated member": "Оновлений учасник",
|
|
1315
|
+
"%s edit-member": "%s редагувати-учасника",
|
|
1316
|
+
"edit member of %s": "редагувати члена %s",
|
|
1317
|
+
"Removed member %s": "Видалено користувача %s",
|
|
1318
|
+
"Deleted page group %s": "Видалена група сторінок %s",
|
|
1319
|
+
"Missing screen info": "Відсутня інформація на екрані",
|
|
1320
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "Що робити, якщо інформація на екрані не відображається. Перезавантажте з параметрами або вгадайте її з user-agent.",
|
|
1321
|
+
"Guess from user agent": "Визначення з user agent",
|
|
1322
|
+
"Reload": "Перезавантажити",
|
|
1323
|
+
"User Agent screen infos": "Інформація екрану агента користувача",
|
|
1324
|
+
"This screen infos are used when the browser does not send them. With 'Missing screen info' set to 'Guess from user agent', the user agent gets mapped to a device with the following values.": "Ця інформація на екрані використовується, коли браузер не надсилає їх. За умовчанням \"Відсутня інформація про екран\" встановлено на \"Вгадати з агента користувача\", агент користувача відображається на пристрій з наступними значеннями.",
|
|
1325
|
+
"Add screen info": "Додати інформацію екрану",
|
|
1326
|
+
"Page Group settings": "Налаштування групи сторінок",
|
|
1327
|
+
"Pagegroups": "Групи сторінок",
|
|
1328
|
+
"width": "ширина",
|
|
1329
|
+
"height": "висота",
|
|
1330
|
+
"innerWidth": "innerWidth",
|
|
1331
|
+
"innerHeight": "innerHeight",
|
|
1332
|
+
"Screen info added": "Інформація на екрані додана",
|
|
1333
|
+
"Screen info removed": "Видалено інформацію з екрану",
|
|
1334
|
+
"Edit screen info": "Редагувати інформацію на екрані",
|
|
1335
|
+
"Screen info saved": "Інформація екрану збережена",
|
|
1336
|
+
"Settings saved": "Налаштування збережено",
|
|
1337
|
+
"Destination page group": "Група сторінок призначення",
|
|
1338
|
+
"Your page groups": "Ваші групи сторінок",
|
|
1339
|
+
"A group has pages with an eligible formula. When you request a group, then the first page where the formula matches gets served. This way, you can choose a page depending on the screen of the device.": "Група має сторінки з підходящою формулою. Коли ви запитуєте групу, то перша сторінка, де формула співпадає, подається. Таким чином, ви можете вибрати сторінку залежно від екрану пристрою.",
|
|
1340
|
+
"Create page group": "Створити групу сторінок",
|
|
1341
|
+
"Page groups": "Групи сторінок",
|
|
1342
|
+
"Calculated non-stored fields cannot have Key type": "Розраховані несховищені поля не можуть мати тип ключа",
|
|
1343
|
+
"Row click URL": "URL кліку по рядку",
|
|
1344
|
+
"Formula. Navigate to this URL when row is clicked": "Формула. Перейдіть за цією URL-адресою, коли буде натиснуто на рядок.",
|
|
1345
|
+
"Time of day": "Час доби",
|
|
1346
|
+
"UTC timezone": "Часовий пояс UTC",
|
|
1347
|
+
"Show if formula": "Показати формулу",
|
|
1348
|
+
"Show link or embed if true, don't show if false. Based on state variables from URL query string and <code>user</code>. For the full state use <code>row</code>. Example: <code>!!row.createlink</code> to show link if and only if state has <code>createlink</code>.": "Показати посилання або вбудовувати, якщо true, не показувати, якщо false. На основі змінних стану з рядка запиту URL та <code>user</code>. Для повного стану використовуйте <code>row</code>. Наприклад: <code>!!row.createlink</code> для показу посилання тільки якщо стан має <code>createlink</code>.",
|
|
1349
|
+
"Pagegroup": "Група сторінок",
|
|
1350
|
+
"Pagegroup %s has no members": "Група сторінок %s не має учасників",
|
|
1351
|
+
"Remove border": "Видалити рамку",
|
|
1352
|
+
"No lines between tables": "Без ліній між таблицями",
|
|
1353
|
+
"Use this to restrict your field to a list of options (separated by commas). For instance, enter <kbd class=\"fst-normal\">Red, Green, Blue</kbd> here if the permissible values are Red, Green and Blue. Leave blank if the string can hold any value.": "Використовуйте це, щоб обмежити ваше поле списком опцій (розділених комами). Наприклад, введіть <kbd class=\"fst-normal\">Червоний, Зелений, Синій</kbd> тут, якщо допустимі значення - Червоний, Зелений та Синій. Залиште порожнім, якщо рядок може містити будь-яке значення.",
|
|
1354
|
+
"Page description": "Опис сторінки",
|
|
1355
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "Деякі шаблони відображення приймають інтерполяції. Наприклад: <code>{{ name }}</code> або <code>{{ row ? `Редагувати ${row.name}` : `Нова особа` }}</code>",
|
|
1356
|
+
"For search engines. Some view patterns accept interpolations.": "Для пошукових систем. Деякі шаблони відображення приймають інтерполяції.",
|
|
1357
|
+
"Files cache TTL (minutes)": "TTL кешу файлів (хвилини)",
|
|
1358
|
+
"Cache-control max-age for files.": "Керування кешем: максимальний вік для файлів.",
|
|
1359
|
+
"Popup min width": "Мінімальна ширина спливаючого вікна",
|
|
1360
|
+
"Add %s to tag %s": "Додати %s до тега %s",
|
|
1361
|
+
"Add entries to tag %s": "Додати записи до тегу %s",
|
|
1362
|
+
"Tag not found": "Тег не знайдено",
|
|
1363
|
+
"Unable to save: No page or no layout": "Неможливо зберегти: Немає сторінки або макету.",
|
|
1364
|
+
"Unable to save: No view": "Неможливо зберегти: Немає відображення",
|
|
1365
|
+
"%s has no eligible page": "%s не має підходящої сторінки",
|
|
1366
|
+
"Random allocation": "Випадкове розподілення",
|
|
1367
|
+
"Serve a random page, ignoring the eligible formula. Within a session, reloads will always deliver the same page. This is a basic requirement for A/B testing.": "Подайте випадкову сторінку, ігноруючи відповідну формулу. Протягом сесії перезавантаження завжди показуватимуть ту саму сторінку. Це базова вимога для A/B тестування.",
|
|
1368
|
+
"Pagegroup %s not found": "Група сторінок %s не знайдена",
|
|
1369
|
+
"Create trigger": "Створити тригер",
|
|
1370
|
+
"Omit the menu from this view": "Вилучіть меню з цього вигляду",
|
|
1371
|
+
"Cross-domain iframe": "Міждоменний iframe",
|
|
1372
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "Дозволити вбудовування в iframe на різних доменах. Видаляє заголовок X-Frame-Options.",
|
|
1373
|
+
"Logout URL": "URL виходу з системи",
|
|
1374
|
+
"The URL to direct to after logout": "URL для переходу після виходу",
|
|
1375
|
+
"Runtime informations": "Інформація про виконання",
|
|
1376
|
+
"open logs viewer": "відкрити переглядач журналів",
|
|
1377
|
+
"Server logs": "Журнали сервера",
|
|
1378
|
+
"Timestamp": "Мітка часу",
|
|
1379
|
+
"Message": "Повідомлення",
|
|
1380
|
+
"Please enter the two-factor authetication code from your authenticator device": "Будь ласка, введіть код двофакторної автентифікації з вашого пристрою автентифікатора",
|
|
1381
|
+
"Only if...": "Лише якщо...",
|
|
1382
|
+
"Allow self signed": "Дозволити самопідписані",
|
|
1383
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "Відкрити з'єднання з TLS-сервером із самопідписаним або недійсним TLS-сертифікатом",
|
|
1384
|
+
"Allow self-signed": "Дозволити самопідписані",
|
|
1385
|
+
"Optionally associate a table with this trigger": "Опціонально асоціюйте таблицю з цим тригером",
|
|
1386
|
+
"Delete table": "Видалити таблицю",
|
|
1387
|
+
"Signup role": "Роль при реєстрації",
|
|
1388
|
+
"The initial role of signed up users": "Початкова роль зареєстрованих користувачів",
|
|
1389
|
+
"Cordova builder": "Білдер Cordova",
|
|
1390
|
+
"not available": "недоступно",
|
|
1391
|
+
"pull": "витягнути",
|
|
1392
|
+
"refresh": "оновити",
|
|
1393
|
+
"installed": "встановлено",
|
|
1394
|
+
"Include table history in backup": "Включити історію таблиці у резервне копіювання",
|
|
1395
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "Плагін був пошкоджений і потребував відновлення. Ми рекомендуємо перезапустити ваш сервер.",
|
|
1396
|
+
"%s code page": "%s кодова сторінка",
|
|
1397
|
+
"Constants and function code": "Константи та код функції",
|
|
1398
|
+
"Delete code page": "Видалити сторінку коду",
|
|
1399
|
+
"Adjust the the theme for this user": "Налаштуйте тему для цього користувача",
|
|
1400
|
+
"Configure theme": "Налаштувати тему",
|
|
1401
|
+
"Remove all user specific theme settings": "Видалити всі налаштування теми специфічні для користувача",
|
|
1402
|
+
"Configure %s Plugin for %s": "Налаштуйте плагін %s для %s",
|
|
1403
|
+
"The current theme has no user specific settings": "Поточна тема не має специфічних налаштувань для користувача",
|
|
1404
|
+
"Some themes support only one level of menu nesting.": "Деякі теми підтримують лише один рівень вкладеності меню.",
|
|
1405
|
+
"Apple Team ID": "Ідентифікатор команди Apple",
|
|
1406
|
+
"Please enter your Apple Team ID": "Будь ласка, введіть ваш Apple Team ID",
|
|
1407
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "Щоб побачити зміни для '%s' у формулах show-if, користувачам потрібно повторно увійти в систему",
|
|
1408
|
+
"Server host": "Серверний хост",
|
|
1409
|
+
"Username": "Ім'я користувача",
|
|
1410
|
+
"Port": "Порт",
|
|
1411
|
+
"All tenants": "Всі орендарі",
|
|
1412
|
+
"Also backup all tenants": "Також зробіть резервне копіювання всіх клієнтів",
|
|
1413
|
+
"Retain local directory": "Зберегти локальний каталог",
|
|
1414
|
+
"Retain a local backup copy in this directory (optional)": "Збережіть локальну копію резервної копії у цьому каталозі (необов'язково)",
|
|
1415
|
+
"Do not wrap response in a success object": "Не обгортайте відповідь у об'єкт успіху",
|
|
1416
|
+
"Use table description instead of name as header": "Використовуйте опис таблиці замість назви як заголовок",
|
|
1417
|
+
"Description header": "Заголовок опису",
|
|
1418
|
+
"Lazy load views": "Ледаче завантаження представлень",
|
|
1419
|
+
"Log IP address": "Зареєструвати IP-адресу",
|
|
1420
|
+
"Record the request IP address in log messages": "Записуйте IP-адресу запиту у повідомленнях журналу",
|
|
1421
|
+
"App ID": "ID додатку",
|
|
1422
|
+
"Build type": "Тип збірки",
|
|
1423
|
+
"debug": "відлагодження",
|
|
1424
|
+
"release": "реліз",
|
|
1425
|
+
"Keystore File": "Файл сховища ключів",
|
|
1426
|
+
"Keystore Alias": "Аліас сховища ключів",
|
|
1427
|
+
"Keystore Password": "Пароль сховища ключів",
|
|
1428
|
+
"xcodebuild": "xcodebuild",
|
|
1429
|
+
"Provisioning Profile": "Профіль розгортання",
|
|
1430
|
+
"Registry editor": "Редактор реєстру",
|
|
1431
|
+
"Mobile HTML": "Мобільний HTML",
|
|
1432
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "HTML для елемента в нижній панелі навігації. Наразі підтримується лише темою Metronic.",
|
|
1433
|
+
"A short name that will be in the page URL": "Коротке ім'я, яке буде у URL сторінки",
|
|
1434
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "Довгий опис, який не відображається, але з'являється у заголовку сторінки та індексується пошуковими системами",
|
|
1435
|
+
"User role required to access page": "Роль користувача, необхідна для доступу до сторінки",
|
|
1436
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "Приклад: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1437
|
+
"Older": "Старіший",
|
|
1438
|
+
"Newest": "Найновіший",
|
|
1439
|
+
"Delete all read": "Видалити всі прочитані",
|
|
1440
|
+
"Trigger %s duplicated as %s": "Тригер %s дубльовано як %s",
|
|
1441
|
+
"Tooltip": "Підказка",
|
|
1442
|
+
"Tooltip formula": "Формула підказки",
|
|
1443
|
+
"Install a different version": "Встановити іншу версію",
|
|
1444
|
+
"Page group": "Група сторінок",
|
|
1445
|
+
"Starting upgrade, please wait...\n": "Розпочато оновлення, будь ласка, зачекайте...",
|
|
1446
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Оновлення завершено (якщо було доступне) з кодом 0.\n\nНатисніть кнопку НАЗАД у вашому браузері, а потім ОНОВІТЬ сторінку.",
|
|
1447
|
+
"Installing %s, please wait...\n": "Встановлення %s, будь ласка, зачекайте...",
|
|
1448
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Інсталяція завершена з кодом 0.\n\nНатисніть кнопку НАЗАД у вашому браузері, а потім ПЕРЕЗАВАНТАЖТЕ сторінку.",
|
|
1449
|
+
"Pulling the cordova-builder docker image...": "Завантаження образу Docker для cordova-builder...",
|
|
1450
|
+
"Check updates": "Перевірити оновлення",
|
|
1451
|
+
"Choose version": "Виберіть версію",
|
|
1452
|
+
"Unknown authentication method %s": "Невідомий метод аутентифікації %s",
|
|
1453
|
+
"Card rows": "Рядки карток",
|
|
1454
|
+
"Each row in a card. Not supported by all themes": "Кожен рядок у картці. Не підтримується всіма темами.",
|
|
1455
|
+
"Prune session interval (seconds)": "Інтервал очищення сесій (секунди)",
|
|
1456
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Інтервал у секундах для перевірки минулих сесій у базі даних postgres. 0, порожнє або від'ємне число для вимкнення.",
|
|
1457
|
+
"Progressive Web Application is not enabled": "Progressive Web Application не активовано",
|
|
1458
|
+
"Events and Trigger settings": "Налаштування подій та тригерів",
|
|
1459
|
+
"Periodic trigger timing (next event)": "Періодичний тригер часу (наступна подія)",
|
|
1460
|
+
"Hourly": "Погодинний",
|
|
1461
|
+
"Daily": "Щоденно",
|
|
1462
|
+
"Weekly": "Щотижнево",
|
|
1463
|
+
"Code pages": "Сторінки коду",
|
|
1464
|
+
"Please select a file": "Будь ласка, виберіть файл",
|
|
1465
|
+
"Zip compression level": "Рівень стиснення Zip",
|
|
1466
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1=Швидко, великий файл, 9=Повільно, менші файли",
|
|
1467
|
+
"Use system zip": "Використайте системний zip",
|
|
1468
|
+
"Recommended. Executable <code>zip</code> must be installed": "Рекомендовано. Виконуваний файл <code>zip</code> має бути встановлений.",
|
|
1469
|
+
"Time to run": "Час виконання",
|
|
1470
|
+
"Mobile": "Мобільний",
|
|
1471
|
+
"Plain password trigger row": "Рядок тригеру простого пароля",
|
|
1472
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "Надсилати зміни паролів у вигляді звичайного тексту до тригерів таблиці Користувачі (Вставка, Оновлення та Перевірка).",
|
|
1473
|
+
"Minimum user role required to create a new tenant<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Giving non-trusted users access to create tenants is a security risk and not recommended.</div>": "Мінімальна роль користувача, необхідна для створення нового клієнта<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Надання користувачам без довіри можливості створювати клієнтів є ризиком для безпеки і не рекомендується.</div>",
|
|
1474
|
+
"Select tag": "Оберіть тег",
|
|
1475
|
+
"Invalid build directory path": "Невірний шлях до директорії збірки",
|
|
1476
|
+
"Invalid build directory name": "Недійсна назва директорії збірки",
|
|
1477
|
+
"clean node_modules": "очистити node_modules",
|
|
1478
|
+
"After delete": "Після видалення",
|
|
1479
|
+
"Search only on exact match, not substring match. Useful for large tables": "Пошук тільки за точним співпадінням, а не за підстрокою. Корисно для великих таблиць.",
|
|
1480
|
+
"Please select an entry point.": "Будь ласка, виберіть точку входу.",
|
|
1481
|
+
"Group by": "Групувати за",
|
|
1482
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Вид %s додано до меню. Налаштуйте дозволи доступу в <a href=\"/menu\">Налаштування » Меню</a>",
|
|
1483
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Сторінка %s додана до меню. Налаштуйте права доступу в <a href=\"/menu\">Налаштування » Меню</a>",
|
|
1484
|
+
"SameSite": "SameSite",
|
|
1485
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "Обмежте використання файлів cookie для сторонніх сайтів. Режим Strict є більш безпечним, але може вплинути на аутентифікацію.",
|
|
1486
|
+
"Content Security Policy": "Політика безпеки вмісту",
|
|
1487
|
+
"CORS": "CORS",
|
|
1488
|
+
"Cross-origin resource sharing": "Обмін ресурсами між доменами",
|
|
1489
|
+
"Signup and login views": "Реєстрація та вхід",
|
|
1490
|
+
"Additional login and signup settings": "Додаткові налаштування входу та реєстрації",
|
|
1491
|
+
"Login and signup views should be accessible by public users": "Екрани входу та реєстрації мають бути доступні для загальних користувачів.",
|
|
1492
|
+
"Shared: %s": "Спільний: %s",
|
|
1493
|
+
"Sharing not enabled": "Спільний доступ не активовано",
|
|
1494
|
+
"You must be logged in to share": "Ви повинні увійти в систему, щоб поділитися",
|
|
1495
|
+
"Fluid layout": "Гнучке розташування",
|
|
1496
|
+
"Request fluid layout from theme for a wider display for this page": "Запитайте рідинний макет від теми для ширшого відображення цієї сторінки.",
|
|
1497
|
+
"Location of view to create new row": "Розташування вікна для створення нового рядка",
|
|
1498
|
+
"Capacitor builder": "Конструктор конденсаторів",
|
|
1499
|
+
"Pulling the capacitor-builder docker image...": "Завантаження docker-образу для capacitor-builder...",
|
|
1500
|
+
"Pull done with code %s": "Витягнуто з кодом %s",
|
|
1501
|
+
"Default locale": "Типова локаль",
|
|
1502
|
+
"Next step": "Наступний крок",
|
|
1503
|
+
"Step name": "Назва кроку",
|
|
1504
|
+
"Step saved": "Крок збережено",
|
|
1505
|
+
"Initial step": "Початковий крок",
|
|
1506
|
+
"Confirm leaving unsaved": "Підтвердити вихід без збереження",
|
|
1507
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "Запитайте у користувача підтвердження, чи він хоче закрити вкладку з незбереженими змінами.",
|
|
1508
|
+
"Workflow runs": "Запуски робочих процесів",
|
|
1509
|
+
"Workflow run": "Виконання робочого процесу",
|
|
1510
|
+
"Share to enabled": "Поділити доступним",
|
|
1511
|
+
"Enable the share to feature": "Увімкніть функцію спільного доступу",
|
|
1512
|
+
"Allocate new row": "Виділити новий рядок",
|
|
1513
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "Якщо вигляд виконується без існуючого рядка, виділіть новий рядок під час завантаження. За замовчуванням мають бути встановлені на всіх обов'язкових полях.",
|
|
1514
|
+
"Step traces": "Кроки відстеження",
|
|
1515
|
+
"Please enter a version in the format 'x.y.z' (e.g. 0.0.1 with numbers from 0 to 999) or leave it empty.": "Будь ласка, введіть версію у форматі 'x.y.z' (наприклад, 0.0.1 з числами від 0 до 999) або залиште поле порожнім.",
|
|
1516
|
+
"Delete unchanged": "Видалити без змін",
|
|
1517
|
+
"Delete allocated row if there are no changes.": "Видаліть призначений рядок, якщо змін немає.",
|
|
1518
|
+
"Triggers on table": "Тригери на таблиці",
|
|
1519
|
+
"Please provide the keystore alias and password for the android build.": "Будь ласка, надайте псевдонім та пароль сховища ключів для збірки Android.",
|
|
1520
|
+
"Submit": "Надіслати",
|
|
1521
|
+
"OK": "Гаразд",
|
|
1522
|
+
"Step settings": "Налаштування кроків",
|
|
1523
|
+
"Action settings": "Налаштування дій",
|
|
1524
|
+
"Keystore file is not applied for debug builds.": "Файл сховища ключів не застосовується для збірок налагодження.",
|
|
1525
|
+
"Workflow": "Робочий процес",
|
|
1526
|
+
"Previous runs": "Попередні запуски",
|
|
1527
|
+
"The workflow the user will be interacting with.": "Робочий процес, з яким взаємодіятиме користувач.",
|
|
1528
|
+
"Delete old workflow runs with status after days": "Видалити старі виконання процесів зі статусом після днів",
|
|
1529
|
+
"Finished": "Завершено",
|
|
1530
|
+
"Error": "Помилка",
|
|
1531
|
+
"Waiting": "Очікування",
|
|
1532
|
+
"Running": "Виконання",
|
|
1533
|
+
"Minimum role to access search page": "Мінімальна роль для доступу до сторінки пошуку",
|
|
1534
|
+
"Edit tables": "Редагувати таблиці",
|
|
1535
|
+
"Minimum role to edit tables": "Мінімальна роль для редагування таблиць",
|
|
1536
|
+
"Edit views": "Редагувати представлення",
|
|
1537
|
+
"Minimum role to edit views": "Мінімальна роль для редагування відображень",
|
|
1538
|
+
"Edit pages": "Редагувати сторінки",
|
|
1539
|
+
"Minimum role to edit pages": "Мінімальна роль для редагування сторінок",
|
|
1540
|
+
"Edit triggers": "Редагування тригерів",
|
|
1541
|
+
"Minimum role to edit triggers": "Мінімальна роль для редагування тригерів",
|
|
1542
|
+
"Development permissions": "Права на розробку",
|
|
1543
|
+
"Inspect tables": "Переглянути таблиці",
|
|
1544
|
+
"Minimum role to inspect (see, without editing) tables": "Мінімальна роль для перегляду (без права редагування) таблиць",
|
|
1545
|
+
"Home pages": "Домашні сторінки",
|
|
1546
|
+
"The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "Домашня сторінка - це сторінка, яка відображається, коли користувач відвідує домашню адресу (/). Це можна налаштувати для кожної ролі користувача.",
|
|
1547
|
+
"Trigger %s deleted": "Тригер %s видалено",
|
|
1548
|
+
"Edit menu": "Меню редагування",
|
|
1549
|
+
"Minimum role to edit menu": "Мінімальна роль для редагування меню",
|
|
1550
|
+
"Full-text search index is not available as the table contains Key fields (%s) with the \"Include in full-text search\" option enabled. Disable this before creating a Full-text search index": "Індекс повнотекстового пошуку недоступний, оскільки таблиця містить ключові поля (%s) з увімкненою опцією \"Включити до повнотекстового пошуку\". Вимкніть це перед створенням індексу повнотекстового пошуку.",
|
|
1551
|
+
"Share Extension Provisioning Profile": "Профіль розгортання розширення",
|
|
1552
|
+
"Show results in": "Показати результати у",
|
|
1553
|
+
"Show results from each table in this type of element": "Показати результати з кожної таблиці в цьому типі елементу",
|
|
1554
|
+
"Search syntax help": "Допомога з синтаксисом пошуку",
|
|
1555
|
+
"Search syntax": "Синтаксис пошуку",
|
|
1556
|
+
"Maximum role": "Максимальна роль",
|
|
1557
|
+
"Module dependencies": "Залежності модулів",
|
|
1558
|
+
"Prompt": "Запит",
|
|
1559
|
+
"Clean modules and restart": "Очистити модулі та перезапустити",
|
|
1560
|
+
"Modules cleaned, server restarting...": "Модулі очищено, сервер перезапускається...",
|
|
1561
|
+
"Delete table+views+triggers": "Видалити таблицю+представлення+тригери",
|
|
1562
|
+
"No file uploaded": "Файл не завантажено",
|
|
1563
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "Для отримання сертифіката адресу електронної пошти адміністратора буде передано Let's Encrypt.",
|
|
1564
|
+
"Local state": "Локальний стан",
|
|
1565
|
+
"Isolate state of each repeated view": "Ізолювати стан кожного повторюваного відображення"
|
|
1566
|
+
}
|