@saltcorn/server 1.1.2-beta.9 → 1.1.2
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 +17 -0
- 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/zh.json
CHANGED
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
"Custom CSS": "自定义 CSS",
|
|
551
551
|
"Custom HTML": "自定义 HTML",
|
|
552
552
|
"Site structure": "网站结构",
|
|
553
|
-
"SSL": "SSL",
|
|
553
|
+
"SSL": "SSL (安全套接层)",
|
|
554
554
|
"Users and security": "用户和安全",
|
|
555
555
|
"User settings updated": "用户设置已更新",
|
|
556
556
|
"SSL encryption for HTTPS traffic": "HTTPS 流量的 SSL 加密",
|
|
@@ -650,7 +650,7 @@
|
|
|
650
650
|
"Not allowed": "不允许",
|
|
651
651
|
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "您尝试通过 IP 地址而不是域连接时创建租户。这可能行不通。",
|
|
652
652
|
"Create tenant warning": "创建租户警告",
|
|
653
|
-
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "
|
|
653
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "向创建租户的用户显示无法保证可用性或安全性的警告",
|
|
654
654
|
"A list view shown on the left, to select rows": "左侧显示的列表视图,用于选择行",
|
|
655
655
|
"The view to show the selected row": "显示所选行的视图",
|
|
656
656
|
"Location": "位置",
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
"Triggers run actions in response to events.": "触发器运行动作以响应事件。",
|
|
806
806
|
"No files": "没有文件",
|
|
807
807
|
"Cookie duration (hours)": "Cookie 持续时间(小时)",
|
|
808
|
-
"Set to 0 for expiration at the end of browser session": "
|
|
808
|
+
"Set to 0 for expiration at the end of browser session": "设置为 0 以在浏览器会话结束时过期",
|
|
809
809
|
"Cookie duration (hours) when remember ticked": "当记住勾选时的 Cookie 持续时间(小时)",
|
|
810
810
|
"Forget table": "忘记表",
|
|
811
811
|
"Table %s forgotten. You can now discover it.": "表 %s已忘记。您现在可以发现它。",
|
|
@@ -871,8 +871,6 @@
|
|
|
871
871
|
"Place in dropdown": "放置在下拉列表中",
|
|
872
872
|
"Hide null columns": "隐藏空列",
|
|
873
873
|
"Do not display a column if it contains entirely missing values": "如果列包含完全缺失的值,则不显示",
|
|
874
|
-
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "向创建租户的用户显示无法保证可用性或安全性的警告",
|
|
875
|
-
"Set to 0 for expiration at the end of browser session": "设置为 0 以在浏览器会话结束时过期",
|
|
876
874
|
"Could not verify code": "无法验证代码",
|
|
877
875
|
"Disable two-factor authentication": "禁用双重身份验证",
|
|
878
876
|
"Enter your two-factor code in order to disable it": "输入您的双重验证代码以禁用它",
|
|
@@ -884,5 +882,689 @@
|
|
|
884
882
|
"Configuration checks passed": "配置检查通过",
|
|
885
883
|
"On delete cascade": "删除级联时",
|
|
886
884
|
"If the parent row is deleted, automatically delete the child rows.": "如果父行被删除,则自动删除子行。",
|
|
887
|
-
"Use Amazon S3 (or compatible) service to store files. If disabled, Saltcorn uses local disk. WARNING: Changing this may break your uploaded files!": "使用 Amazon S3(或兼容)服务来存储文件。如果禁用,Saltcorn则会使用本地磁盘。警告:更改此配置可能会损坏上传的文件!"
|
|
888
|
-
|
|
885
|
+
"Use Amazon S3 (or compatible) service to store files. If disabled, Saltcorn uses local disk. WARNING: Changing this may break your uploaded files!": "使用 Amazon S3(或兼容)服务来存储文件。如果禁用,Saltcorn则会使用本地磁盘。警告:更改此配置可能会损坏上传的文件!",
|
|
886
|
+
"Cannot remove plugin: views %s depend on it": "无法移除插件:视图 %s 依赖于它",
|
|
887
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Saltcorn 有新的升级可用!当前版本:%s;最新版本:%s。",
|
|
888
|
+
"Library: component assemblies that can be used in the builder": "库:可在构建器中使用的组件集合",
|
|
889
|
+
"Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "使用此链接:<a href=\"%s\">%s</a>随时重新访问您的应用程序。",
|
|
890
|
+
"Extra state Formula": "额外状态公式",
|
|
891
|
+
"Cannot install unsafe plugins on subdomain tenants": "无法在子域租户上安装不安全的插件",
|
|
892
|
+
"Default order descending?": "默认排序为降序?",
|
|
893
|
+
"This is the view to which the user will be sent when the form is submitted. The view you specify here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.": "这是用户提交表单后将被发送到的视图。您在此处指定的视图可能会被忽略,这取决于表单的上下文,例如,如果它出现在一个弹出窗口中,重定向将不会发生。",
|
|
894
|
+
"Destination view": "目标视图",
|
|
895
|
+
"Finish": "完成",
|
|
896
|
+
"Include in full-text search": "在全文搜索中包含",
|
|
897
|
+
"Strings": "字符串",
|
|
898
|
+
"In default language": "在默认语言中",
|
|
899
|
+
"In %s": "在 %s",
|
|
900
|
+
"Enable 2FA": "启用两因素认证",
|
|
901
|
+
"Or enter this code:": "或输入此代码:",
|
|
902
|
+
"Disable 2FA": "禁用两因素认证",
|
|
903
|
+
"Cascade delete to file": "级联删除到文件",
|
|
904
|
+
"Deleting a row will also delete the file referenced by this field": "删除一行将同时删除该字段引用的文件",
|
|
905
|
+
"Has channels?": "有通道吗?",
|
|
906
|
+
"Channels to create events for. Separate by comma; leave blank for all": "要为其创建事件的频道。用逗号分隔;若为全部则留空。",
|
|
907
|
+
"Event Name": "事件名称",
|
|
908
|
+
"Plugins (Extensions) Store endpoint": "插件(扩展)商店端点",
|
|
909
|
+
"Packs Store endpoint": "包存储端点",
|
|
910
|
+
"The endpoint of plugins store.": "插件商店的端点。",
|
|
911
|
+
"The endpoint of packs store.": "包存储的端点。",
|
|
912
|
+
"Manual backup": "手动备份",
|
|
913
|
+
"Automated backup": "自动备份",
|
|
914
|
+
"Frequency": "频率",
|
|
915
|
+
"Destination": "目的地",
|
|
916
|
+
"Directory": "目录",
|
|
917
|
+
"Backup settings updated": "备份设置已更新",
|
|
918
|
+
"Backup successful": "备份成功",
|
|
919
|
+
"Invalid ownership formula: %s": "无效的所有权公式:%s",
|
|
920
|
+
"Expiration in days": "有效期(天数)",
|
|
921
|
+
"Delete old backup files in this directory after the set number of days": "在设定的天数后删除该目录中的旧备份文件",
|
|
922
|
+
"Mobile app": "移动应用程序",
|
|
923
|
+
"Build mobile app": "构建移动应用程序",
|
|
924
|
+
"Build Result": "构建结果",
|
|
925
|
+
"Download automated backup": "下载自动备份",
|
|
926
|
+
"Restoring automated backup": "恢复自动备份",
|
|
927
|
+
"No errors detected during configuration check": "在配置检查中未发现错误",
|
|
928
|
+
"%s view - %s on %s": "%s 视图 - %s 在 %s 上",
|
|
929
|
+
"Please select at least one platform (android or iOS).": "请选择至少一个平台(Android或iOS)。",
|
|
930
|
+
"Back": "返回",
|
|
931
|
+
"Periodic snapshots enabled": "定期快照已启用",
|
|
932
|
+
"Snapshot will be made every hour if there are changes": "如果有更改,每小时将进行快照。",
|
|
933
|
+
"Snapshots": "快照",
|
|
934
|
+
"Snapshot settings updated": "快照设置已更新",
|
|
935
|
+
"Download snapshots": "下载快照",
|
|
936
|
+
"Snapshot successful": "快照成功",
|
|
937
|
+
"System logging verbosity": "系统日志详细级别",
|
|
938
|
+
"Destination URL Formula": "目标 URL 公式",
|
|
939
|
+
"Pattern": "模式",
|
|
940
|
+
"View pattern": "视图模式",
|
|
941
|
+
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "视图模式设定了视图与表的关系以及视图的行为基础。",
|
|
942
|
+
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "视图从表中显示数据。视图是应用于表的视图模式,具有配置。",
|
|
943
|
+
"Modules": "模块",
|
|
944
|
+
"Module installation and control": "模块安装与控制",
|
|
945
|
+
"Module store": "模块商店",
|
|
946
|
+
"Module": "模块",
|
|
947
|
+
"View patterns": "查看模式",
|
|
948
|
+
"%s module information": "%s 模块信息",
|
|
949
|
+
"Upgrade installed modules": "升级已安装的模块",
|
|
950
|
+
"Add another module": "添加另一个模块",
|
|
951
|
+
"Add module": "添加模块",
|
|
952
|
+
"Module name": "模块名称",
|
|
953
|
+
"Source of module for install. Few options:npm - download from npm repository,local - get from local file system,github - download from github,git - get from git": "模块安装源。几个选项:npm - 从npm仓库下载,local - 从本地文件系统获取,github - 从github下载,git - 从git获取。",
|
|
954
|
+
"Version of module, latest is default value": "模块版本,默认为最新版本",
|
|
955
|
+
"For npm - name of npm package, e.g. @saltcorn/html or saltcorn-gantt, check at npmjs.com, for local - absolute path to module folder in file system, e.g. C:\\gitsrc\\any-bootstrap-theme\\, for github - name of github project.": "对于 npm - npm 包的名称,例如 @saltcorn/html 或 saltcorn-gantt,在 npmjs.com 上检查;对于本地 - 文件系统中模块文件夹的绝对路径,例如 C:\\gitsrc\\any-bootstrap-theme\\;对于 github - github 项目的名称。",
|
|
956
|
+
"Modules up-to-date": "模块已更新",
|
|
957
|
+
"User must have this role or higher to read rows from the table, unless they are the owner": "用户必须拥有此角色或更高级别才能从表中读取行,除非他们是所有者。",
|
|
958
|
+
"User must have this role or higher to edit or create new rows in the table, unless they are the owner": "用户必须拥有此角色或更高级别才能在表中编辑或创建新行,除非他们是所有者。",
|
|
959
|
+
"Tagname": "标签名",
|
|
960
|
+
"Create tag": "创建标签",
|
|
961
|
+
"Tags": "标签",
|
|
962
|
+
"New tag": "新标签",
|
|
963
|
+
"Tag name": "标签名称",
|
|
964
|
+
"%s Tag": "%s 标签",
|
|
965
|
+
"Remove From Tag": "从标签中移除",
|
|
966
|
+
"Add tables": "添加表格",
|
|
967
|
+
"Add views": "添加视图",
|
|
968
|
+
"Add tags": "添加标签",
|
|
969
|
+
"Trigger": "触发器",
|
|
970
|
+
"Add %s to tag": "将 %s 添加到标签",
|
|
971
|
+
"Tag %s deleted": "标签 %s 已删除",
|
|
972
|
+
"Tag %s created": "标签 %s 已创建",
|
|
973
|
+
"Application diagram": "应用程序图",
|
|
974
|
+
"Diagram": "图表",
|
|
975
|
+
"Entry point": "入口点",
|
|
976
|
+
"Platform": "平台",
|
|
977
|
+
"docker": "Docker",
|
|
978
|
+
"android": "安卓",
|
|
979
|
+
"iOS": "iOS",
|
|
980
|
+
"App file": "应用文件",
|
|
981
|
+
"Server URL": "服务器 URL",
|
|
982
|
+
"Module %s installed, please complete configuration.": "模块 %s 已安装,请完成配置。",
|
|
983
|
+
"Module %s removed.": "模块 %s 已移除。",
|
|
984
|
+
"Module %s installed": "模块 %s 已安装",
|
|
985
|
+
"Upgrading modules...": "升级模块中...",
|
|
986
|
+
"Backup now": "立即备份",
|
|
987
|
+
"Snapshot now": "立即快照",
|
|
988
|
+
"Restore/download automated backups »": "恢复/下载自动备份 »",
|
|
989
|
+
"Snapshots store your application structure and definition, without the table data. Individual views and pages can be restored from snapshots from the <a href='/viewedit'>view</a> or <a href='/pageedit'>pages</a> overviews (\"Restore\" from individual page or view dropdowns).": "快照存储了您的应用程序结构和定义,但不包括表数据。可以从快照中恢复单个视图和页面,方法是通过<a href='/viewedit'>视图</a>或<a href='/pageedit'>页面</a>概览中的下拉菜单选择“恢复”(从单个页面或视图下拉菜单中选择“恢复”)。",
|
|
990
|
+
"List/download snapshots »": "列出/下载快照 »",
|
|
991
|
+
"Discover tables that are already in the Database, but not known to Saltcorn": "发现数据库中已存在但Saltcorn尚未识别的表格",
|
|
992
|
+
"Split paste": "拆分粘贴",
|
|
993
|
+
"Separate paste content into separate inputs": "将粘贴内容分离成独立的输入项",
|
|
994
|
+
"Add entries to tag": "向标签中添加条目",
|
|
995
|
+
"Add pages": "添加页面",
|
|
996
|
+
"Add triggers": "添加触发器",
|
|
997
|
+
"Formula value": "公式值",
|
|
998
|
+
"The build was successfully": "构建成功了。",
|
|
999
|
+
"Unable to build the app": "无法构建应用程序",
|
|
1000
|
+
"Add tag": "添加标签",
|
|
1001
|
+
"Create new row": "创建新行",
|
|
1002
|
+
"Specify how to create a new row": "如何创建新行",
|
|
1003
|
+
"Preview": "预览",
|
|
1004
|
+
"Minimum role updated": "最低角色更新",
|
|
1005
|
+
"Module not found": "找不到模块",
|
|
1006
|
+
"View %s not found": "未找到视图 %s",
|
|
1007
|
+
"Query %s not found": "查询 %s 未找到",
|
|
1008
|
+
"Open": "打开",
|
|
1009
|
+
"Only the android build supports docker.": "只有安卓构建支持Docker。",
|
|
1010
|
+
"Please enter a valid server URL.": "请输入有效的服务器URL。",
|
|
1011
|
+
"Table access": "表访问",
|
|
1012
|
+
"Download one of the backups above": "下载上面的一个备份",
|
|
1013
|
+
"Clear this application": "清除此应用程序",
|
|
1014
|
+
"(tick all boxes)": "(选中所有框)",
|
|
1015
|
+
"When prompted to create the first user, click the link to restore a backup": "当系统提示创建第一个用户时,点击链接以恢复备份。",
|
|
1016
|
+
"Select the downloaded backup file": "选择已下载的备份文件",
|
|
1017
|
+
"Units": "单位",
|
|
1018
|
+
"Descending?": "降序?",
|
|
1019
|
+
"Small": "小的",
|
|
1020
|
+
"Medium": "中等",
|
|
1021
|
+
"Large": "大型",
|
|
1022
|
+
"Extra-large": "特大型",
|
|
1023
|
+
"Please select at least one item": "请至少选择一项",
|
|
1024
|
+
"Only include rows where this formula is true. ": "只包含符合此公式的行。",
|
|
1025
|
+
"Use %s to access current user ID": "使用 %s 来访问当前用户 ID",
|
|
1026
|
+
"Action not found": "未找到操作",
|
|
1027
|
+
"Development settings": "开发设置",
|
|
1028
|
+
"All entities": "所有实体",
|
|
1029
|
+
"no tags": "无标签",
|
|
1030
|
+
"Development mode settings updated": "开发模式设置已更新",
|
|
1031
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "区域标识符简码,例如:en, zh, fr, ar 等。",
|
|
1032
|
+
"Is this the default language in which the application is built?": "这是应用程序默认使用的语言吗?",
|
|
1033
|
+
"Database type": "数据库类型",
|
|
1034
|
+
"Database schema name": "数据库架构名称",
|
|
1035
|
+
"Database user": "数据库用户",
|
|
1036
|
+
"Database host": "数据库主机",
|
|
1037
|
+
"Database port": "数据库端口",
|
|
1038
|
+
"Creator email": "创建者邮箱",
|
|
1039
|
+
"Create tenant warning text": "创建租户警告文本",
|
|
1040
|
+
"Provide your own create warning text if need": "提供您自己的创建警告文本(如果需要)",
|
|
1041
|
+
"Specify some description for tenant if need": "如果需要,请为租户指定一些描述。",
|
|
1042
|
+
"Created": "已创建",
|
|
1043
|
+
"First user E-mail": "首个用户电子邮件",
|
|
1044
|
+
"HTTP settings": "HTTP 设置",
|
|
1045
|
+
"Login and Signup": "登录和注册",
|
|
1046
|
+
"Rights": "权限",
|
|
1047
|
+
"Rights settings": "权限设置",
|
|
1048
|
+
"Database name": "数据库名称",
|
|
1049
|
+
"Database schema": "数据库架构",
|
|
1050
|
+
"If the parent row is deleted, do this to the child rows.": "如果删除了父行,请对子行执行此操作。",
|
|
1051
|
+
"On delete": "在删除时",
|
|
1052
|
+
"Permissions": "权限",
|
|
1053
|
+
"Permissions settings": "权限设置",
|
|
1054
|
+
"Files accept filter ": "文件接受过滤器",
|
|
1055
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "指定用户在文件输入对话框中可以选择的文件类型的过滤器。示例为 `.doc,audio/*,video/*,image/*`。",
|
|
1056
|
+
"Permissions settings updated": "权限设置已更新",
|
|
1057
|
+
"Upload file(s)": "上传文件",
|
|
1058
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `text/csv,audio/*,video/*,image/*`": "指定用户在文件输入对话框中可以选择的文件类型的过滤器。示例为 `text/csv,audio/*,video/*,image/*`。",
|
|
1059
|
+
"Default Files accept filter": "默认文件接受过滤器",
|
|
1060
|
+
"Specifies a default filter for what file types the user can pick from the file input dialog box. Example is `.doc, text/csv,audio/*,video/*,image/*`": "指定文件输入对话框中用户可以选择的默认文件类型过滤器。示例为`.doc, text/csv,audio/*,video/*,image/*`。",
|
|
1061
|
+
"Destination page": "目标页面",
|
|
1062
|
+
"Module Store endpoint": "模块商店端点",
|
|
1063
|
+
"Authentication settings updated": "认证设置已更新",
|
|
1064
|
+
"Log client errors": "记录客户端错误",
|
|
1065
|
+
"Record all client errors in the crash log": "在崩溃日志中记录所有客户端错误",
|
|
1066
|
+
"Default File accept filter": "默认文件接受过滤器",
|
|
1067
|
+
"File upload debug": "文件上传调试",
|
|
1068
|
+
"Turn on to debug file upload in express-fileupload.": "在 express-fileupload 中开启调试文件上传。",
|
|
1069
|
+
"Upload size limit (Kb)": "上传大小限制(Kb)",
|
|
1070
|
+
"Maximum upload file size in kilobytes": "最大上传文件大小(以千字节为单位)",
|
|
1071
|
+
"File upload timeout": "文件上传超时",
|
|
1072
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "定义在中止文件上传前等待数据的时间长度。如果您想关闭超时检查,请设置为0。",
|
|
1073
|
+
"Files settings": "文件设置",
|
|
1074
|
+
"NPM packages in code": "NPM 包在代码中",
|
|
1075
|
+
"Comma-separated list of packages which will be available in JavaScript actions": "逗号分隔的包列表,这些包将在JavaScript操作中可用",
|
|
1076
|
+
"Become user": "成为用户",
|
|
1077
|
+
"Your are now logged in as %s. Logout and login again to assume your usual identity": "您现在以 %s 的身份登录。请登出并重新登录以恢复您的常用身份。",
|
|
1078
|
+
"Done": "完成",
|
|
1079
|
+
"Configure trigger %s": "配置触发器 %s",
|
|
1080
|
+
"Saved 2FA policy for role": "已保存角色的双因素认证策略",
|
|
1081
|
+
"HTTP settings updated": "HTTP 设置已更新",
|
|
1082
|
+
"%s configuration": "%s 配置",
|
|
1083
|
+
"Save indicator": "保存指示器",
|
|
1084
|
+
"Public cache TTL (minutes)": "公共缓存TTL(分钟)",
|
|
1085
|
+
"Cache-control max-age for public views and pages. 0 to disable": "缓存控制公共视图和页面的最大年龄。设置为0以禁用。",
|
|
1086
|
+
"Files accept filter": "文件接受过滤器",
|
|
1087
|
+
"User group": "用户组",
|
|
1088
|
+
"Add relations to this table in dropdown options for ownership field": "在下拉选项中为所有权字段添加关系到这个表",
|
|
1089
|
+
"You have views with a role to access lower than the table role to read, with no table ownership. This may cause a denial of access. Users need to have table read access to any data displayed.": "您的视图的访问角色低于读取表的角色,且没有表的所有权。这可能导致访问被拒绝。用户需要拥有对任何显示数据的表读取权限。",
|
|
1090
|
+
"Views potentially affected": "可能受影响的视图",
|
|
1091
|
+
"Empty view": "空视图",
|
|
1092
|
+
"A view that will be shown only if there are no tables rows to show": "仅在没有表行显示时才显示的视图",
|
|
1093
|
+
"Calculated field will be stored in Database": "计算字段将存储在数据库中",
|
|
1094
|
+
"Set Email": "设置电子邮件",
|
|
1095
|
+
"Please enter your email address": "请输入您的电子邮箱地址",
|
|
1096
|
+
"Role for search": "搜索角色",
|
|
1097
|
+
"Min role to access search page": "访问搜索页面的最小角色权限",
|
|
1098
|
+
"Update": "更新",
|
|
1099
|
+
"Add": "添加",
|
|
1100
|
+
"Recalculate dynamic": "重新计算动态",
|
|
1101
|
+
"Force logout": "强制登出",
|
|
1102
|
+
"Logged out user %s": "已登出用户 %s",
|
|
1103
|
+
"Reset password link sent to %s": "已向 %s 发送重置密码链接",
|
|
1104
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "我们请求您在 %s 更改您的密码。您可以通过此链接设置新密码:",
|
|
1105
|
+
"Welcome to %s": "欢迎使用 %s",
|
|
1106
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "我们已在 %s 为您创建了一个账户。您可以通过此链接设置您的新密码:",
|
|
1107
|
+
"Use this link to access the application once you have set your password: %s": "使用此链接访问应用程序,设置密码后即可使用:%s",
|
|
1108
|
+
"Tag: %s": "标签:%s",
|
|
1109
|
+
"Tag entry": "标记条目",
|
|
1110
|
+
"Clear": "清除",
|
|
1111
|
+
"Restore a snapshot": "恢复快照",
|
|
1112
|
+
"Snapshot restored": "快照已恢复",
|
|
1113
|
+
"Configuration check report": "配置检查报告",
|
|
1114
|
+
"Re-run": "重新运行",
|
|
1115
|
+
"Add constraint:": "添加约束:",
|
|
1116
|
+
"Index": "索引",
|
|
1117
|
+
"Add constraint: ": "添加约束:",
|
|
1118
|
+
"Choose the field to be indexed": "选择要索引的字段",
|
|
1119
|
+
"Constraint formula": "约束公式",
|
|
1120
|
+
"Formula must evaluate to true for valid rows. In scope: ": "公式必须对有效行返回真值。适用范围:",
|
|
1121
|
+
"Add %s constraint to %s": "将 %s 约束添加到 %s",
|
|
1122
|
+
"What": "请提供更多信息或者具体问题,以便进行准确翻译。",
|
|
1123
|
+
"Choose the field to be indexed. This make searching the table faster.": "选择要索引的字段。这将使表格搜索更快。",
|
|
1124
|
+
"Disk usage": "磁盘使用情况",
|
|
1125
|
+
"CPU usage": "CPU 使用率",
|
|
1126
|
+
"Mem usage": "内存使用情况",
|
|
1127
|
+
"The field that will be shown to the user when choosing a value": "将要显示给用户选择值时的字段",
|
|
1128
|
+
"String value must match regular expression": "字符串值必须匹配正则表达式",
|
|
1129
|
+
"Modules up-to-date. Please restart server": "模块已更新。请重启服务器。",
|
|
1130
|
+
"Install git plugins": "安装 git 插件",
|
|
1131
|
+
"Set available npm modules": "设置可用的npm模块",
|
|
1132
|
+
"Only store modules can be installed on tenant instances": "只有存储模块可以安装在租户实例上。",
|
|
1133
|
+
"Unsafe modules": "不安全的模块",
|
|
1134
|
+
"Notifications": "通知",
|
|
1135
|
+
"No notifications": "没有通知",
|
|
1136
|
+
"In user menu": "在用户菜单中",
|
|
1137
|
+
"Show notifications in the user menu": "在用户菜单中显示通知",
|
|
1138
|
+
"Notification settings": "通知设置",
|
|
1139
|
+
"PWA": "渐进式Web应用程序",
|
|
1140
|
+
"Progressive Web Application": "渐进式网页应用程序",
|
|
1141
|
+
"Display": "显示",
|
|
1142
|
+
"Progressive Web Application enabled": "启用渐进式网页应用",
|
|
1143
|
+
"Saltcorn test email": "Saltcorn 测试电子邮件",
|
|
1144
|
+
"Hello from Saltcorn": "来自Saltcorn的问候",
|
|
1145
|
+
"Set colors": "设置颜色",
|
|
1146
|
+
"Theme color": "主题颜色",
|
|
1147
|
+
"Background color": "背景颜色",
|
|
1148
|
+
"Table provider": "表提供者",
|
|
1149
|
+
"Database table": "数据库表",
|
|
1150
|
+
"Configure provider": "配置提供者",
|
|
1151
|
+
"In scope:": "在范围内:",
|
|
1152
|
+
"SSL expiry": "SSL到期",
|
|
1153
|
+
"A page with this name already exists": "此名称的页面已存在",
|
|
1154
|
+
"Tenant Base URL": "租户基础 URL",
|
|
1155
|
+
"Base hostname for newly created tenants. If unset, defaults to hostname": "新创建租户的基础主机名。如果未设置,默认为主机名。",
|
|
1156
|
+
"Redirect unauthorized": "重定向未授权用户",
|
|
1157
|
+
"If tenant creation is not authorized, redirect to this URL": "如果未授权创建租户,请重定向到此URL",
|
|
1158
|
+
"Import table %s": "导入表 %s",
|
|
1159
|
+
"Import CSV": "导入CSV",
|
|
1160
|
+
"Show configuration object": "显示配置对象",
|
|
1161
|
+
"Connected views": "连接视图",
|
|
1162
|
+
"Tenant application capabilities": "租户应用程序功能",
|
|
1163
|
+
"Edit Module": "编辑模块",
|
|
1164
|
+
"Roles 2-10 are reserved": "角色 2-10 被保留了",
|
|
1165
|
+
"Role IDs 2-10 are reserved": "角色ID 2-10被保留了",
|
|
1166
|
+
"Allow offline mode": "允许离线模式",
|
|
1167
|
+
"Embedded in": "嵌入在里面",
|
|
1168
|
+
"Linked from": "链接自",
|
|
1169
|
+
"Table constraints": "表约束",
|
|
1170
|
+
"Event logs": "事件日志",
|
|
1171
|
+
"Migrations": "迁移",
|
|
1172
|
+
"Tag Entries": "标记条目",
|
|
1173
|
+
"Not a valid field name": "不是有效的字段名称",
|
|
1174
|
+
"Set a default value for missing data": "为缺失数据设置默认值",
|
|
1175
|
+
"Create model": "创建模型",
|
|
1176
|
+
"Models": "模型",
|
|
1177
|
+
"New model": "新模型",
|
|
1178
|
+
"Show model": "显示模型",
|
|
1179
|
+
"Model instances": "模型实例",
|
|
1180
|
+
"Trained": "训练过的",
|
|
1181
|
+
"Train new instance": "训练新实例",
|
|
1182
|
+
"Train model": "训练模型",
|
|
1183
|
+
"Train": "列车",
|
|
1184
|
+
"Report": "报告",
|
|
1185
|
+
"Model training report": "模型训练报告",
|
|
1186
|
+
"Model training error": "模型训练错误",
|
|
1187
|
+
"Training error": "训练错误",
|
|
1188
|
+
"Model": "模型",
|
|
1189
|
+
"Model instance": "模型实例",
|
|
1190
|
+
"Prediction output": "预测输出",
|
|
1191
|
+
"Table triggers: ": "表触发器:",
|
|
1192
|
+
"App name": "应用程序名称",
|
|
1193
|
+
"App icon": "应用程序图标",
|
|
1194
|
+
"Splash Page": "启动页",
|
|
1195
|
+
"App version": "应用版本",
|
|
1196
|
+
"Forgot password?": "忘记密码?",
|
|
1197
|
+
"Details": "详情",
|
|
1198
|
+
"URL is a formula?": "URL 是一种公式吗?",
|
|
1199
|
+
"Receive notifications by:": "接收通知方式:",
|
|
1200
|
+
"Backup settings": "备份设置",
|
|
1201
|
+
"Logo image": "标志图像",
|
|
1202
|
+
"Custom code": "自定义代码",
|
|
1203
|
+
"Extension store": "扩展商店",
|
|
1204
|
+
"Backup file prefix": "备份文件前缀",
|
|
1205
|
+
"Directory for backup files": "备份文件目录",
|
|
1206
|
+
"Backup File Prefix": "备份文件前缀",
|
|
1207
|
+
"Search for...": "搜索...",
|
|
1208
|
+
"Every 5 minutes": "每5分钟",
|
|
1209
|
+
"Not scheduled but can be run as an action from a button click": "未安排,但可以通过点击按钮作为一个操作运行",
|
|
1210
|
+
"Fixed and blocked fields": "固定字段和阻塞字段",
|
|
1211
|
+
"Do not allow the following fields to have a value set from the query string or state": "不允许从查询字符串或状态设置以下字段的值",
|
|
1212
|
+
"Action configuration saved": "操作配置已保存",
|
|
1213
|
+
"Prevent any deletion of parent rows": "防止删除任何父行",
|
|
1214
|
+
"If the parent row is deleted, set key fields on child rows to null": "如果删除了父行,请将子行的关键字段设置为null。",
|
|
1215
|
+
"Link out?": "链接外部?",
|
|
1216
|
+
"Show a link to open popup contents in new tab": "在新标签页中打开弹出内容的链接显示",
|
|
1217
|
+
"Model %s deleted": "模型 %s 已删除",
|
|
1218
|
+
"Model instance %s deleted": "模型实例 %s 已删除",
|
|
1219
|
+
"Action information saved": "操作信息已保存",
|
|
1220
|
+
"JavaScript code:": "JavaScript代码:",
|
|
1221
|
+
"code here": "在这里编写代码",
|
|
1222
|
+
"Page '%s' was loaded": "页面“%s”已加载",
|
|
1223
|
+
"View '%s' was loaded": "视图 '%s' 已加载",
|
|
1224
|
+
"Error message": "错误信息",
|
|
1225
|
+
"Error shown to user if uniqueness is violated": "如果违反了唯一性,显示给用户的错误",
|
|
1226
|
+
"Protected": "受保护的",
|
|
1227
|
+
"Set role to access": "设置角色访问权限",
|
|
1228
|
+
"User must have this role or higher to update or create field values": "用户必须拥有此角色或更高权限才能更新或创建字段值。",
|
|
1229
|
+
"Disable on mobile": "在移动设备上禁用",
|
|
1230
|
+
"moment.js format specifier": "moment.js 格式说明符",
|
|
1231
|
+
"Primary button": "主按钮",
|
|
1232
|
+
"Secondary button": "次要按钮",
|
|
1233
|
+
"Success button": "成功按钮",
|
|
1234
|
+
"Danger button": "危险按钮",
|
|
1235
|
+
"Primary outline button": "主要轮廓按钮",
|
|
1236
|
+
"Secondary outline button": "次级轮廓按钮",
|
|
1237
|
+
"Standard": "标准",
|
|
1238
|
+
"X-Small": "X-小",
|
|
1239
|
+
"Block": "阻止",
|
|
1240
|
+
"Large block": "大块",
|
|
1241
|
+
"Formula for JavaScript object that will be added to state parameters": "用于将JavaScript对象添加到状态参数的公式",
|
|
1242
|
+
"Alignment": "对齐",
|
|
1243
|
+
"Click to edit?": "点击编辑?",
|
|
1244
|
+
"Format": "格式",
|
|
1245
|
+
"Table Synchronization": "表同步",
|
|
1246
|
+
"unsynched": "未同步",
|
|
1247
|
+
"synched": "同步的",
|
|
1248
|
+
"Sync information": "同步信息",
|
|
1249
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "同步信息跟踪最后的修改或删除时间戳,以便表数据与移动应用程序同步。",
|
|
1250
|
+
"Included Plugins": "包含的插件",
|
|
1251
|
+
"exclude": "排除",
|
|
1252
|
+
"include": "包括",
|
|
1253
|
+
"Auto public login": "自动公共登录",
|
|
1254
|
+
"New user view": "新用户视图",
|
|
1255
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "用于向新用户展示的视图,用于完成注册(如果是编辑)或作为欢迎界面",
|
|
1256
|
+
"View decoration": "视图装饰",
|
|
1257
|
+
"Title formula": "标题公式",
|
|
1258
|
+
"Show if true": "如果为真则显示",
|
|
1259
|
+
"Formula. Leave blank to always show": "公式。留空则始终显示。",
|
|
1260
|
+
"Popup width": "弹出窗口宽度",
|
|
1261
|
+
"Show an icon in the title bar to indicate when form data is being saved": "在标题栏显示一个图标,以指示表单数据正在保存时",
|
|
1262
|
+
"install a different version": "安装不同版本",
|
|
1263
|
+
"%s versions": "%s 版本",
|
|
1264
|
+
"Close": "关闭",
|
|
1265
|
+
"Module up-to-date": "模块已更新",
|
|
1266
|
+
"Module '%s' not found": "模块 '%s' 未找到",
|
|
1267
|
+
"Module %s not found": "模块 %s 未找到",
|
|
1268
|
+
"Include Event Logs": "包括事件日志",
|
|
1269
|
+
"Backup with event logs": "带事件日志的备份",
|
|
1270
|
+
"Initially open": "最初打开",
|
|
1271
|
+
"Not a valid pack": "无效的包",
|
|
1272
|
+
"Pack file": "打包文件",
|
|
1273
|
+
"Upload a pack file": "上传一个包文件",
|
|
1274
|
+
"No menu": "没有菜单",
|
|
1275
|
+
"Omit the menu from this page": "从此页面中省略菜单",
|
|
1276
|
+
"%s finished without a result": "%s 完成但没有结果",
|
|
1277
|
+
"Body size limit (Kb)": "正文大小限制(Kb)",
|
|
1278
|
+
"Maximum request body size in kilobytes": "请求体的最大大小(以千字节为单位)",
|
|
1279
|
+
"URL encoded size limit (Kb)": "URL 编码大小限制(Kb)",
|
|
1280
|
+
"Maximum URL encoded request size in kilobytes": "最大URL编码请求大小(以千字节为单位)",
|
|
1281
|
+
"HTML file": "HTML 文件",
|
|
1282
|
+
"HTML file to use as page content": "用作页面内容的HTML文件",
|
|
1283
|
+
"Offline mode: cannot load file": "离线模式:无法加载文件",
|
|
1284
|
+
"None - use drag and drop builder": "无 - 使用拖放构建器",
|
|
1285
|
+
"Do not pick or compare time": "不要选择或比较时间",
|
|
1286
|
+
"Installed theme": "已安装主题",
|
|
1287
|
+
"Theme for role": "角色的主题",
|
|
1288
|
+
"Set theme for each user role »": "为每个用户角色设置主题",
|
|
1289
|
+
"Available themes": "可用主题",
|
|
1290
|
+
"Install more themes »": "安装更多主题 »",
|
|
1291
|
+
"Configure action": "配置操作",
|
|
1292
|
+
"No changes detected, snapshot skipped": "未检测到更改,跳过快照",
|
|
1293
|
+
"Cannot remove module: views %s depend on it": "无法移除模块:视图 %s 依赖于它",
|
|
1294
|
+
"The view name is part of the URL when it is shown alone.": "视图名称是其独立显示时URL的一部分。",
|
|
1295
|
+
"Exclusion relations": "排除关系",
|
|
1296
|
+
"Do not include row if this relation has a match": "如果此关系有匹配,则不包括行",
|
|
1297
|
+
"Exclusion where": "排除条件在哪里",
|
|
1298
|
+
"Hoverable rows": "可悬停行",
|
|
1299
|
+
"Highlight row under cursor": "高亮显示光标下的行",
|
|
1300
|
+
"Striped rows": "条纹行",
|
|
1301
|
+
"Add zebra stripes to rows": "为行添加斑马线纹样",
|
|
1302
|
+
"New page group": "新页面组",
|
|
1303
|
+
"Page Groups": "页面组",
|
|
1304
|
+
"%s edit": "%s 编辑",
|
|
1305
|
+
"Members": "成员",
|
|
1306
|
+
"Add member": "添加成员",
|
|
1307
|
+
"Edit group properties": "编辑群组属性",
|
|
1308
|
+
"Page to be served": "要提供的页面",
|
|
1309
|
+
"A description of the group member": "群组成员的描述",
|
|
1310
|
+
"Eligible Formula": "合格公式",
|
|
1311
|
+
"Formula to determine if this page should be served.": "确定是否应提供此页面的公式。",
|
|
1312
|
+
"Cancel": "取消",
|
|
1313
|
+
"%s add-member": "%s 添加成员",
|
|
1314
|
+
"add-member": "添加成员",
|
|
1315
|
+
"add member to %s": "将成员添加到 %s",
|
|
1316
|
+
"Added member": "已添加成员",
|
|
1317
|
+
"Member %s": "成员 %s",
|
|
1318
|
+
"Updated member": "更新成员",
|
|
1319
|
+
"%s edit-member": "%s 编辑成员",
|
|
1320
|
+
"edit member of %s": "编辑 %s 的成员",
|
|
1321
|
+
"Removed member %s": "已移除成员 %s",
|
|
1322
|
+
"Deleted page group %s": "删除页面组 %s",
|
|
1323
|
+
"Missing screen info": "缺少屏幕信息",
|
|
1324
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "如果没有提供屏幕信息,请使用参数重新加载或根据用户代理猜测。",
|
|
1325
|
+
"Guess from user agent": "从用户代理猜测",
|
|
1326
|
+
"Reload": "重新加载",
|
|
1327
|
+
"User Agent screen infos": "用户代理屏幕信息",
|
|
1328
|
+
"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.": "当浏览器未发送屏幕信息时,将使用此屏幕信息。将“缺失屏幕信息”设置为“根据用户代理猜测”,用户代理将映射到具有以下值的设备。",
|
|
1329
|
+
"Add screen info": "添加屏幕信息",
|
|
1330
|
+
"Page Group settings": "页面组设置",
|
|
1331
|
+
"Pagegroups": "页面组",
|
|
1332
|
+
"width": "宽度",
|
|
1333
|
+
"height": "高度",
|
|
1334
|
+
"innerWidth": "内部宽度",
|
|
1335
|
+
"innerHeight": "内部高度",
|
|
1336
|
+
"Screen info added": "屏幕信息已添加",
|
|
1337
|
+
"Screen info removed": "屏幕信息已移除",
|
|
1338
|
+
"Edit screen info": "编辑屏幕信息",
|
|
1339
|
+
"Screen info saved": "屏幕信息已保存",
|
|
1340
|
+
"Settings saved": "设置已保存",
|
|
1341
|
+
"Destination page group": "目标页面组",
|
|
1342
|
+
"Your page groups": "您的页面组",
|
|
1343
|
+
"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.": "一个群组包含多个页面,每个页面都有一个符合条件的公式。当你请求一个群组时,系统会提供第一个符合该公式的页面。这样,你可以根据设备的屏幕选择合适的页面。",
|
|
1344
|
+
"Create page group": "创建页面组",
|
|
1345
|
+
"Page groups": "页面组",
|
|
1346
|
+
"Calculated non-stored fields cannot have Key type": "计算的非存储字段不能具有键类型",
|
|
1347
|
+
"Row click URL": "行点击URL",
|
|
1348
|
+
"Formula. Navigate to this URL when row is clicked": "公式。当点击行时导航至此URL",
|
|
1349
|
+
"Time of day": "时间",
|
|
1350
|
+
"UTC timezone": "UTC时区",
|
|
1351
|
+
"Show if formula": "显示公式",
|
|
1352
|
+
"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>.": "如果为真,则显示链接或嵌入,如果为假,则不显示。基于URL查询字符串和<code>user</code>中的状态变量。要使用完整状态,请使用<code>row</code>。例如:<code>!!row.createlink</code>,仅当状态包含<code>createlink</code>时显示链接。",
|
|
1353
|
+
"Pagegroup": "页面组",
|
|
1354
|
+
"Pagegroup %s has no members": "页面组 %s 没有成员",
|
|
1355
|
+
"Remove border": "移除边框",
|
|
1356
|
+
"No lines between tables": "表之间无线条",
|
|
1357
|
+
"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>。如果字符串可以包含任何值,则留空。",
|
|
1358
|
+
"Page description": "页面描述",
|
|
1359
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "一些视图模式接受插值。例如:`<code>{{ name }}</code>` 或 `<code>{{ row ? `Edit ${row.name}` : `New person` }}</code>`",
|
|
1360
|
+
"For search engines. Some view patterns accept interpolations.": "对于搜索引擎。一些视图模式接受插值。",
|
|
1361
|
+
"Files cache TTL (minutes)": "文件缓存TTL(分钟)",
|
|
1362
|
+
"Cache-control max-age for files.": "缓存控制文件的最大年龄。",
|
|
1363
|
+
"Popup min width": "弹出窗口最小宽度",
|
|
1364
|
+
"Add %s to tag %s": "将 %s 添加到标签 %s",
|
|
1365
|
+
"Add entries to tag %s": "向标签 %s 添加条目",
|
|
1366
|
+
"Tag not found": "标签未找到",
|
|
1367
|
+
"Unable to save: No page or no layout": "无法保存:无页面或无布局",
|
|
1368
|
+
"Unable to save: No view": "无法保存:无视图",
|
|
1369
|
+
"%s has no eligible page": "%s 没有合格的页面",
|
|
1370
|
+
"Random allocation": "随机分配",
|
|
1371
|
+
"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测试的基本要求。",
|
|
1372
|
+
"Pagegroup %s not found": "未找到页面组 %s",
|
|
1373
|
+
"Create trigger": "创建触发器",
|
|
1374
|
+
"Omit the menu from this view": "从这个视图中省略菜单",
|
|
1375
|
+
"Cross-domain iframe": "跨域 iframe",
|
|
1376
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "允许在不同域上嵌入iframe。取消设置X-Frame-Options头部。",
|
|
1377
|
+
"Logout URL": "登出网址",
|
|
1378
|
+
"The URL to direct to after logout": "注销后重定向的URL",
|
|
1379
|
+
"Runtime informations": "运行时信息",
|
|
1380
|
+
"open logs viewer": "打开日志查看器",
|
|
1381
|
+
"Server logs": "服务器日志",
|
|
1382
|
+
"Timestamp": "时间戳",
|
|
1383
|
+
"Message": "消息",
|
|
1384
|
+
"Please enter the two-factor authetication code from your authenticator device": "请从您的身份验证器设备输入两因素认证码。",
|
|
1385
|
+
"Only if...": "仅当……",
|
|
1386
|
+
"Allow self signed": "允许自签名",
|
|
1387
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "打开与使用自签名或无效TLS证书的TLS服务器的连接",
|
|
1388
|
+
"Allow self-signed": "允许自签名",
|
|
1389
|
+
"Optionally associate a table with this trigger": "可选地将这个触发器与一个表关联",
|
|
1390
|
+
"Delete table": "删除表格",
|
|
1391
|
+
"Signup role": "注册角色",
|
|
1392
|
+
"The initial role of signed up users": "已注册用户的初始角色",
|
|
1393
|
+
"Cordova builder": "科尔多瓦构建器",
|
|
1394
|
+
"not available": "不可用",
|
|
1395
|
+
"pull": "拉取",
|
|
1396
|
+
"refresh": "刷新",
|
|
1397
|
+
"installed": "已安装",
|
|
1398
|
+
"Include table history in backup": "在备份中包含表格历史记录",
|
|
1399
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "插件已损坏,需要修复。我们建议重启您的服务器。",
|
|
1400
|
+
"%s code page": "%s 代码页",
|
|
1401
|
+
"Constants and function code": "常量和函数代码",
|
|
1402
|
+
"Delete code page": "删除代码页",
|
|
1403
|
+
"Adjust the the theme for this user": "为这个用户调整主题",
|
|
1404
|
+
"Configure theme": "配置主题",
|
|
1405
|
+
"Remove all user specific theme settings": "删除所有用户特定的主题设置",
|
|
1406
|
+
"Configure %s Plugin for %s": "配置 %s 插件为 %s",
|
|
1407
|
+
"The current theme has no user specific settings": "当前主题没有用户特定设置",
|
|
1408
|
+
"Some themes support only one level of menu nesting.": "一些主题仅支持一级菜单嵌套。",
|
|
1409
|
+
"Apple Team ID": "苹果团队ID",
|
|
1410
|
+
"Please enter your Apple Team ID": "请输入您的苹果团队ID",
|
|
1411
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "要查看“%s”在显示条件公式中的更改,用户需要重新登录。",
|
|
1412
|
+
"Server host": "服务器主机",
|
|
1413
|
+
"Username": "用户名",
|
|
1414
|
+
"Port": "端口",
|
|
1415
|
+
"All tenants": "所有租户",
|
|
1416
|
+
"Also backup all tenants": "备份所有租户数据",
|
|
1417
|
+
"Retain local directory": "保留本地目录",
|
|
1418
|
+
"Retain a local backup copy in this directory (optional)": "在此目录中保留本地备份副本(可选)",
|
|
1419
|
+
"Do not wrap response in a success object": "不要将响应包装在成功对象中",
|
|
1420
|
+
"Use table description instead of name as header": "使用表描述作为标题,而不是名称",
|
|
1421
|
+
"Description header": "描述标题",
|
|
1422
|
+
"Lazy load views": "延迟加载视图",
|
|
1423
|
+
"Log IP address": "记录IP地址",
|
|
1424
|
+
"Record the request IP address in log messages": "在日志消息中记录请求的IP地址",
|
|
1425
|
+
"App ID": "应用程序ID",
|
|
1426
|
+
"Build type": "构建类型",
|
|
1427
|
+
"debug": "调试",
|
|
1428
|
+
"release": "发布",
|
|
1429
|
+
"Keystore File": "密钥库文件",
|
|
1430
|
+
"Keystore Alias": "密钥库别名",
|
|
1431
|
+
"Keystore Password": "密钥库密码",
|
|
1432
|
+
"xcodebuild": "xcodebuild",
|
|
1433
|
+
"Provisioning Profile": "配置文件",
|
|
1434
|
+
"Registry editor": "注册表编辑器",
|
|
1435
|
+
"Mobile HTML": "移动HTML",
|
|
1436
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "当前仅由 Metronic 主题支持底部导航栏中的项目的 HTML。",
|
|
1437
|
+
"A short name that will be in the page URL": "将用于页面 URL 中的简短名称",
|
|
1438
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "较长的描述不可见,但会显示在页面标题中,并由搜索引擎索引。",
|
|
1439
|
+
"User role required to access page": "访问页面所需的用户角色",
|
|
1440
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "示例:<code>`/view/TheOtherView?id=${id}`</code>",
|
|
1441
|
+
"Older": "旧的",
|
|
1442
|
+
"Newest": "最新的",
|
|
1443
|
+
"Delete all read": "删除所有已读",
|
|
1444
|
+
"Trigger %s duplicated as %s": "触发器 %s 被复制为 %s",
|
|
1445
|
+
"Tooltip": "工具提示",
|
|
1446
|
+
"Tooltip formula": "工具提示公式",
|
|
1447
|
+
"Install a different version": "安装不同版本",
|
|
1448
|
+
"Page group": "页面组",
|
|
1449
|
+
"Starting upgrade, please wait...\n": "正在升级,请稍候...",
|
|
1450
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "升级已完成(如果可用),代码为0。\n\n请在浏览器中按“后退”按钮,然后重新加载页面。",
|
|
1451
|
+
"Installing %s, please wait...\n": "正在安装 %s,请稍候...",
|
|
1452
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "安装完成,代码为 0。\n\n请在浏览器中按“返回”按钮,然后重新加载页面。",
|
|
1453
|
+
"Pulling the cordova-builder docker image...": "拉取 cordova-builder Docker 镜像...",
|
|
1454
|
+
"Check updates": "检查更新",
|
|
1455
|
+
"Choose version": "选择版本",
|
|
1456
|
+
"Unknown authentication method %s": "未知的认证方法 %s",
|
|
1457
|
+
"Card rows": "卡片行",
|
|
1458
|
+
"Each row in a card. Not supported by all themes": "每个卡片中的一行。并非所有主题都支持此功能。",
|
|
1459
|
+
"Prune session interval (seconds)": "修剪会话间隔(秒)",
|
|
1460
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "在Postgres数据库中检查过期会话的间隔秒数。设置为0、空或负数以禁用。",
|
|
1461
|
+
"Progressive Web Application is not enabled": "渐进式网页应用未启用",
|
|
1462
|
+
"Events and Trigger settings": "事件和触发器设置",
|
|
1463
|
+
"Periodic trigger timing (next event)": "周期性触发器时序(下一事件)",
|
|
1464
|
+
"Hourly": "每小时",
|
|
1465
|
+
"Daily": "每日",
|
|
1466
|
+
"Weekly": "每周",
|
|
1467
|
+
"Code pages": "代码页",
|
|
1468
|
+
"Please select a file": "请选择一个文件",
|
|
1469
|
+
"Zip compression level": "压缩等级",
|
|
1470
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1=快速,大文件,9=慢速,小文件",
|
|
1471
|
+
"Use system zip": "使用系统压缩功能",
|
|
1472
|
+
"Recommended. Executable <code>zip</code> must be installed": "推荐。必须安装可执行文件<code>zip</code>。",
|
|
1473
|
+
"Time to run": "运行时间",
|
|
1474
|
+
"Mobile": "移动设备",
|
|
1475
|
+
"Plain password trigger row": "明文密码触发行",
|
|
1476
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "将纯文本密码更改发送到用户表触发器(插入、更新和验证)。",
|
|
1477
|
+
"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>",
|
|
1478
|
+
"Select tag": "选择标签",
|
|
1479
|
+
"Invalid build directory path": "无效的构建目录路径",
|
|
1480
|
+
"Invalid build directory name": "无效的构建目录名称",
|
|
1481
|
+
"clean node_modules": "清理 node_modules",
|
|
1482
|
+
"After delete": "删除后",
|
|
1483
|
+
"Search only on exact match, not substring match. Useful for large tables": "仅对完全匹配进行搜索,不对子字符串匹配。适用于大型表格。",
|
|
1484
|
+
"Please select an entry point.": "请选择一个入口点。",
|
|
1485
|
+
"Group by": "分组方式",
|
|
1486
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "视图 %s 已添加到菜单。在<a href=\"/menu\">设置 » 菜单</a>中调整访问权限。",
|
|
1487
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "页面 %s 已添加到菜单。请在<a href=\"/menu\">设置 » 菜单</a>中调整访问权限。",
|
|
1488
|
+
"SameSite": "SameSite",
|
|
1489
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "限制对第三方网站使用cookie。严格模式更安全,但可能影响认证。",
|
|
1490
|
+
"Content Security Policy": "内容安全策略",
|
|
1491
|
+
"CORS": "跨源资源共享(CORS)",
|
|
1492
|
+
"Cross-origin resource sharing": "跨源资源共享",
|
|
1493
|
+
"Signup and login views": "注册和登录视图",
|
|
1494
|
+
"Additional login and signup settings": "额外的登录和注册设置",
|
|
1495
|
+
"Login and signup views should be accessible by public users": "登录和注册界面应对公众用户开放。",
|
|
1496
|
+
"Shared: %s": "共享:%s",
|
|
1497
|
+
"Sharing not enabled": "未启用共享",
|
|
1498
|
+
"You must be logged in to share": "您必须登录后才能分享。",
|
|
1499
|
+
"Fluid layout": "流体布局",
|
|
1500
|
+
"Request fluid layout from theme for a wider display for this page": "请求主题提供流式布局,以便此页面支持更宽的显示。",
|
|
1501
|
+
"Location of view to create new row": "创建新行的视图位置",
|
|
1502
|
+
"Capacitor builder": "电容器构建器",
|
|
1503
|
+
"Pulling the capacitor-builder docker image...": "拉取 capacitor-builder Docker 镜像...",
|
|
1504
|
+
"Pull done with code %s": "拉取完成,代码 %s",
|
|
1505
|
+
"Default locale": "默认区域设置",
|
|
1506
|
+
"Next step": "下一步",
|
|
1507
|
+
"Step name": "步骤名称",
|
|
1508
|
+
"Step saved": "步骤已保存",
|
|
1509
|
+
"Initial step": "初始步骤",
|
|
1510
|
+
"Confirm leaving unsaved": "确认离开未保存的内容",
|
|
1511
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "请用户确认是否关闭含有未保存更改的标签页。",
|
|
1512
|
+
"Workflow runs": "工作流运行",
|
|
1513
|
+
"Workflow run": "工作流运行",
|
|
1514
|
+
"Share to enabled": "共享已启用",
|
|
1515
|
+
"Enable the share to feature": "启用共享功能",
|
|
1516
|
+
"Allocate new row": "分配新行",
|
|
1517
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "如果视图运行时不存在现有行,则在加载时分配新行。必须对所有必填字段设置默认值。",
|
|
1518
|
+
"Step traces": "步骤追踪",
|
|
1519
|
+
"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),或者留空。",
|
|
1520
|
+
"Delete unchanged": "删除未更改的内容",
|
|
1521
|
+
"Delete allocated row if there are no changes.": "如果没有更改,请删除已分配的行。",
|
|
1522
|
+
"Triggers on table": "触发器在表上",
|
|
1523
|
+
"Please provide the keystore alias and password for the android build.": "请提供用于Android构建的密钥库别名和密码。",
|
|
1524
|
+
"Submit": "提交",
|
|
1525
|
+
"OK": "好的",
|
|
1526
|
+
"Step settings": "步骤设置",
|
|
1527
|
+
"Action settings": "操作设置",
|
|
1528
|
+
"Keystore file is not applied for debug builds.": "密钥库文件不适用于调试构建。",
|
|
1529
|
+
"Workflow": "工作流",
|
|
1530
|
+
"Previous runs": "之前的运行",
|
|
1531
|
+
"The workflow the user will be interacting with.": "用户将要互动的工作流程。",
|
|
1532
|
+
"Delete old workflow runs with status after days": "删除状态超过天数的旧工作流运行",
|
|
1533
|
+
"Finished": "完成了",
|
|
1534
|
+
"Error": "错误",
|
|
1535
|
+
"Waiting": "等待中",
|
|
1536
|
+
"Running": "运行中",
|
|
1537
|
+
"Minimum role to access search page": "访问搜索页面的最低角色权限",
|
|
1538
|
+
"Edit tables": "编辑表格",
|
|
1539
|
+
"Minimum role to edit tables": "编辑表格的最低角色权限",
|
|
1540
|
+
"Edit views": "编辑视图",
|
|
1541
|
+
"Minimum role to edit views": "编辑视图的最低角色权限",
|
|
1542
|
+
"Edit pages": "编辑页面",
|
|
1543
|
+
"Minimum role to edit pages": "编辑页面的最低角色权限",
|
|
1544
|
+
"Edit triggers": "编辑触发器",
|
|
1545
|
+
"Minimum role to edit triggers": "编辑触发器的最低角色权限",
|
|
1546
|
+
"Development permissions": "开发权限",
|
|
1547
|
+
"Inspect tables": "检查表格",
|
|
1548
|
+
"Minimum role to inspect (see, without editing) tables": "查看(仅查看,不编辑)表的最低角色权限",
|
|
1549
|
+
"Home pages": "首页",
|
|
1550
|
+
"The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "主页是用户访问主位置(/)时显示的页面。这可以为每个用户角色设置。",
|
|
1551
|
+
"Trigger %s deleted": "触发器 %s 已删除",
|
|
1552
|
+
"Edit menu": "编辑菜单",
|
|
1553
|
+
"Minimum role to edit menu": "编辑菜单的最低角色权限",
|
|
1554
|
+
"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)。在创建全文搜索索引之前,请禁用此选项。",
|
|
1555
|
+
"Share Extension Provisioning Profile": "共享扩展配置文件",
|
|
1556
|
+
"Show results in": "显示结果在",
|
|
1557
|
+
"Show results from each table in this type of element": "显示此类型元素中每个表的结果",
|
|
1558
|
+
"Search syntax help": "搜索语法帮助",
|
|
1559
|
+
"Search syntax": "搜索语法",
|
|
1560
|
+
"Maximum role": "最高角色权限",
|
|
1561
|
+
"Module dependencies": "模块依赖性",
|
|
1562
|
+
"Prompt": "提示",
|
|
1563
|
+
"Clean modules and restart": "清理模块并重启",
|
|
1564
|
+
"Modules cleaned, server restarting...": "模块已清理,服务器正在重启...",
|
|
1565
|
+
"Delete table+views+triggers": "删除表+视图+触发器",
|
|
1566
|
+
"No file uploaded": "未上传文件",
|
|
1567
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "要获得证书,管理员的电子邮件地址将与Let's Encrypt共享。",
|
|
1568
|
+
"Local state": "本地状态",
|
|
1569
|
+
"Isolate state of each repeated view": "隔离每个重复视图的状态"
|
|
1570
|
+
}
|