@saltcorn/server 1.1.2-beta.8 → 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 +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 +17 -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 +11 -10
- package/public/gridedit.js +4 -2
- package/public/saltcorn-common.js +50 -15
- 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/homepage.js +4 -1
- 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/da.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"Change": "Lave om",
|
|
49
49
|
"Old password": "Gammelt kodeord",
|
|
50
50
|
"New password": "Nyt kodeord",
|
|
51
|
-
"Email: ": "
|
|
51
|
+
"Email: ": "E-mail:",
|
|
52
52
|
"Change password": "Skift kodeord",
|
|
53
53
|
"Password changed": "Kodeord skiftet",
|
|
54
54
|
"Reset password instructions": "Nulstil kodeord instruktioner",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"Hello": "Hej",
|
|
72
72
|
"Restart server. Try reloading the page after a few seconds after pressing this button.": "Genstart serveren. Prøv at genindlæse siden efter et par sekunder efter at have trykket på denne knap.",
|
|
73
73
|
"Restart": "Genstart",
|
|
74
|
-
"Backup": "
|
|
74
|
+
"Backup": "Sikkerhedskopi",
|
|
75
75
|
"Restore": "Gendan",
|
|
76
76
|
"Not authorized": "Ikke autoriseret",
|
|
77
77
|
"Page %s not found": "Side %s blev ikke fundet",
|
|
@@ -102,9 +102,9 @@
|
|
|
102
102
|
"Everything is going extremely well.": "Alt går virkeligt godt.",
|
|
103
103
|
"Filename": "Filnavn",
|
|
104
104
|
"Size (KiB)": "Størrelse (KiB)",
|
|
105
|
-
"Media type": "
|
|
105
|
+
"Media type": "Medietype",
|
|
106
106
|
"Role to access": "Rolle for adgang",
|
|
107
|
-
"Link": "
|
|
107
|
+
"Link": "Kæde",
|
|
108
108
|
"Download": "Hent",
|
|
109
109
|
"Upload file ": "Upload fil",
|
|
110
110
|
"Minimum role for %s updated to %s": "Minimum rolle for %s updateret til %s",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"Minimum role": "Mindste rolle",
|
|
156
156
|
"URL": "URL",
|
|
157
157
|
"Page": "Side",
|
|
158
|
-
"Menu editor": "
|
|
158
|
+
"Menu editor": "Menueditor",
|
|
159
159
|
"Menu updated": "Menu updateret",
|
|
160
160
|
"Plugin and pack store": "Plugin og pakke butik",
|
|
161
161
|
"All": "Alle",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"Create pack": "Opret pakke",
|
|
170
170
|
"Pack": "Pakke",
|
|
171
171
|
"Install": "Installere",
|
|
172
|
-
"Plugin": "
|
|
172
|
+
"Plugin": "Tilføjelsesprogram",
|
|
173
173
|
"Theme": "Tema",
|
|
174
174
|
"Remove": "Fjerne",
|
|
175
175
|
"Configure plugin": "Konfigurer plugin",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"Table data": "Tabel data",
|
|
201
201
|
"Edit table properties": "Rediger tabelegenskaber",
|
|
202
202
|
"Minimum role for read": "Mindste rolle for læsning",
|
|
203
|
-
"Minimum role for writing": "Minimum
|
|
203
|
+
"Minimum role for writing": "Minimum rolle for skrivning",
|
|
204
204
|
"Version history": "Versions historie",
|
|
205
205
|
"New table": "Ny tabel",
|
|
206
206
|
"Table name": "Tabel navn",
|
|
@@ -302,15 +302,15 @@
|
|
|
302
302
|
"Label for create": "Etiket for at skabe en ny",
|
|
303
303
|
"Label in link or button to create. Leave blank for a default label": "Etiket i link eller knap til at skabe en ny række. Lad tomt for at få en standard etiket",
|
|
304
304
|
"Fixed fields": "Faste felter",
|
|
305
|
-
"Edit options": "
|
|
305
|
+
"Edit options": "Redigeringsmuligheder",
|
|
306
306
|
"These fields were missing, you can give values here. The values you enter here can be overwritten by information coming from other views, for instance if the form is triggered from a list.": "Disse felter manglede, du kan angive værdier her. De værdier, du indtaster her, kan overskrives af oplysninger, der kommer fra andre visninger, for eksempel hvis formularen udløses fra en liste.",
|
|
307
307
|
"The view you choose 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.": "Visningen, du vælger her, kan ignoreres afhængigt af formens kontekst, for eksempel hvis den vises i en pop op-vindue, finder omdirigering ikke sted.",
|
|
308
308
|
"View when done": "Visning når færdig",
|
|
309
309
|
"Item View": "Element visning",
|
|
310
310
|
"If user has write permission. Leave blank to have no link to create a new item": "Hvis brugeren har skrivetilladelse. Lad det være tomt for ikke at have noget link til at oprette et nyt række",
|
|
311
311
|
"Subtables": "Undertabeller",
|
|
312
|
-
"List View": "
|
|
313
|
-
"Show View": "
|
|
312
|
+
"List View": "Listevisning",
|
|
313
|
+
"Show View": "Vis visning",
|
|
314
314
|
"Which related tables would you like to show in sub-lists below the selected item?": "Hvilke relaterede tabeller vil du vise i underlister under det valgte element?",
|
|
315
315
|
"Order and layout": "Sortering og layout",
|
|
316
316
|
"Order by": "Sorter efter",
|
|
@@ -322,79 +322,79 @@
|
|
|
322
322
|
"Each in card?": "Hver i kort?",
|
|
323
323
|
"File %s uploaded": "Fil %s uploadet",
|
|
324
324
|
"Next": "Næste",
|
|
325
|
-
"Calculated fields cannot have File type": "
|
|
325
|
+
"Calculated fields cannot have File type": "Beregnede felter kan ikke have filtype.",
|
|
326
326
|
"Calculated fields cannot have Key type": "Calculated fields cannot have Key type",
|
|
327
|
-
"On Field": "
|
|
328
|
-
"Field in %s table": "
|
|
329
|
-
"Action on row": "
|
|
330
|
-
"Link to other view": "Link
|
|
331
|
-
"Link to anywhere": "Link
|
|
332
|
-
"Join Field": "
|
|
333
|
-
"Aggregation": "
|
|
334
|
-
"Field": "
|
|
335
|
-
"Field view": "
|
|
336
|
-
"Action": "
|
|
337
|
-
"Action Label": "
|
|
338
|
-
"View label": "
|
|
339
|
-
"Leave blank for default label.": "
|
|
340
|
-
"View label is a formula?": "
|
|
341
|
-
"Open in popup modal?": "
|
|
342
|
-
"Link text": "
|
|
343
|
-
"Link text is a formula?": "
|
|
327
|
+
"On Field": "På felt",
|
|
328
|
+
"Field in %s table": "Felt i %s tabel",
|
|
329
|
+
"Action on row": "Handling på række",
|
|
330
|
+
"Link to other view": "Link til anden visning",
|
|
331
|
+
"Link to anywhere": "Link til hvor som helst",
|
|
332
|
+
"Join Field": "Sammenslut felt",
|
|
333
|
+
"Aggregation": "Aggregering",
|
|
334
|
+
"Field": "Felt",
|
|
335
|
+
"Field view": "Felvisning",
|
|
336
|
+
"Action": "Handling",
|
|
337
|
+
"Action Label": "Handlingsmærkat",
|
|
338
|
+
"View label": "Visningsmærkat",
|
|
339
|
+
"Leave blank for default label.": "Lad være tom for standardetiket.",
|
|
340
|
+
"View label is a formula?": "Visningsmærkat er en formel?",
|
|
341
|
+
"Open in popup modal?": "Åbn i popup-modal?",
|
|
342
|
+
"Link text": "Linktekst",
|
|
343
|
+
"Link text is a formula?": "Er linkteksten en formel?",
|
|
344
344
|
"Link URL": "Link URL",
|
|
345
|
-
"Link URL is a formula?": "
|
|
346
|
-
"Open in new tab": "
|
|
345
|
+
"Link URL is a formula?": "Er URL et udtryk?",
|
|
346
|
+
"Open in new tab": "Åbn i ny fane",
|
|
347
347
|
"Relation": "Relation",
|
|
348
|
-
"Statistic": "
|
|
349
|
-
"In search form": "
|
|
350
|
-
"Header label": "
|
|
348
|
+
"Statistic": "Statistik",
|
|
349
|
+
"In search form": "I søgeformular",
|
|
350
|
+
"Header label": "Overskriftsetiket",
|
|
351
351
|
"Save": "Gem",
|
|
352
352
|
"step": "skridt",
|
|
353
|
-
"max": "
|
|
354
|
-
"Base URL": "
|
|
355
|
-
"Allow signups": "
|
|
356
|
-
"Login in menu": "Login
|
|
357
|
-
"Allow password reset": "
|
|
358
|
-
"SMTP host": "SMTP
|
|
359
|
-
"SMTP username": "SMTP
|
|
360
|
-
"SMTP password": "SMTP
|
|
361
|
-
"SMTP port": "SMTP
|
|
362
|
-
"SMTP secure": "SMTP
|
|
363
|
-
"Email from address": "
|
|
364
|
-
"Development mode": "
|
|
365
|
-
"Log SQL to stdout": "Log SQL
|
|
366
|
-
"Menu items": "
|
|
367
|
-
"Global search": "Global
|
|
368
|
-
"Available packs": "
|
|
369
|
-
"Available packs fetched": "
|
|
370
|
-
"Available plugins": "
|
|
371
|
-
"Available plugins fetched": "
|
|
372
|
-
"Public home page": "
|
|
373
|
-
"User home page": "
|
|
374
|
-
"Staff home page": "
|
|
375
|
-
"Admin home page": "Admin
|
|
376
|
-
"Installed packs": "
|
|
377
|
-
"Omit search form": "
|
|
378
|
-
"Do not display the search filter form": "
|
|
379
|
-
"Default search form values when first loaded": "
|
|
380
|
-
"Apply": "
|
|
381
|
-
"Anywhere": "
|
|
382
|
-
"Search filter": "
|
|
383
|
-
"Are you sure you want to delete %s?": "
|
|
384
|
-
"Are you sure?": "
|
|
385
|
-
"Actions": "
|
|
386
|
-
"Users and roles": "
|
|
387
|
-
"Documentation": "
|
|
388
|
-
"New Plugin": "
|
|
389
|
-
"Add plugin": "
|
|
390
|
-
"About application": "
|
|
391
|
-
"Users and security": "
|
|
392
|
-
"Site structure": "
|
|
393
|
-
"Events": "
|
|
394
|
-
"Create page": "
|
|
395
|
-
"Icon": "
|
|
396
|
-
"Style": "
|
|
397
|
-
"Not all themes support menu buttons": "
|
|
353
|
+
"max": "maks",
|
|
354
|
+
"Base URL": "Basis-URL",
|
|
355
|
+
"Allow signups": "Tillad tilmeldinger",
|
|
356
|
+
"Login in menu": "Login i menuen",
|
|
357
|
+
"Allow password reset": "Tillad nulstilling af adgangskode",
|
|
358
|
+
"SMTP host": "SMTP-vært",
|
|
359
|
+
"SMTP username": "SMTP-brugernavn",
|
|
360
|
+
"SMTP password": "SMTP-adgangskode",
|
|
361
|
+
"SMTP port": "SMTP-port",
|
|
362
|
+
"SMTP secure": "SMTP sikker",
|
|
363
|
+
"Email from address": "E-mail fra adresse",
|
|
364
|
+
"Development mode": "Udviklingstilstand",
|
|
365
|
+
"Log SQL to stdout": "Log SQL til stdout",
|
|
366
|
+
"Menu items": "Menupunkter",
|
|
367
|
+
"Global search": "Global søgning",
|
|
368
|
+
"Available packs": "Tilgængelige pakker",
|
|
369
|
+
"Available packs fetched": "Tilgængelige pakker hentet",
|
|
370
|
+
"Available plugins": "Tilgængelige plugins",
|
|
371
|
+
"Available plugins fetched": "Tilgængelige plugins hentet",
|
|
372
|
+
"Public home page": "Offentlig hjemmeside",
|
|
373
|
+
"User home page": "Brugers hjemmeside",
|
|
374
|
+
"Staff home page": "Personale hjemmeside",
|
|
375
|
+
"Admin home page": "Admin hjemmeside",
|
|
376
|
+
"Installed packs": "Installerede pakker",
|
|
377
|
+
"Omit search form": "Udelad søgeformular",
|
|
378
|
+
"Do not display the search filter form": "Vis ikke søgefilterformularen",
|
|
379
|
+
"Default search form values when first loaded": "Standardværdier for søgeformular ved første indlæsning",
|
|
380
|
+
"Apply": "Anvend",
|
|
381
|
+
"Anywhere": "Overalt",
|
|
382
|
+
"Search filter": "Søgefilter",
|
|
383
|
+
"Are you sure you want to delete %s?": "Er du sikker på, at du vil slette %s?",
|
|
384
|
+
"Are you sure?": "Er du sikker?",
|
|
385
|
+
"Actions": "Handlinger",
|
|
386
|
+
"Users and roles": "Brugere og roller",
|
|
387
|
+
"Documentation": "Dokumentation",
|
|
388
|
+
"New Plugin": "Ny Plugin",
|
|
389
|
+
"Add plugin": "Tilføj plugin",
|
|
390
|
+
"About application": "Om applikationen",
|
|
391
|
+
"Users and security": "Brugere og sikkerhed",
|
|
392
|
+
"Site structure": "Webstedsstruktur",
|
|
393
|
+
"Events": "Begivenheder",
|
|
394
|
+
"Create page": "Opret side",
|
|
395
|
+
"Icon": "Ikon",
|
|
396
|
+
"Style": "Stil",
|
|
397
|
+
"Not all themes support menu buttons": "Ikke alle temaer understøtter menuknapper.",
|
|
398
398
|
"Languages": "Languages",
|
|
399
399
|
"Multitenancy": "Multitenancy",
|
|
400
400
|
"Language": "Language",
|
|
@@ -403,98 +403,98 @@
|
|
|
403
403
|
"Strings": "Strings",
|
|
404
404
|
"In default language": "In default language",
|
|
405
405
|
"In %s": "In %s",
|
|
406
|
-
"A short string which is the name of your site": "
|
|
406
|
+
"A short string which is the name of your site": "En kort streng, der er navnet på dit websted",
|
|
407
407
|
"Home Timezone": "Home Timezone",
|
|
408
|
-
"Select a publicly accessible image file for the menu logo": "
|
|
408
|
+
"Select a publicly accessible image file for the menu logo": "Vælg en offentligt tilgængelig billedfil til menu-logoet",
|
|
409
409
|
"Favicon": "Favicon",
|
|
410
|
-
"Select a publicly accessible image file for the browser tab icon": "
|
|
411
|
-
"The URL at which your site is available. For instance, https://example.com/": "
|
|
412
|
-
"Custom CSS": "
|
|
413
|
-
"Custom HTML": "
|
|
414
|
-
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "
|
|
415
|
-
"Print all SQL statements to the standard output": "
|
|
416
|
-
"Multitenancy enabled": "Multitenancy
|
|
417
|
-
"Site identity settings": "
|
|
410
|
+
"Select a publicly accessible image file for the browser tab icon": "Vælg en offentligt tilgængelig billedfil til browserfanens ikon",
|
|
411
|
+
"The URL at which your site is available. For instance, https://example.com/": "URL'en, hvor dit websted er tilgængeligt. For eksempel https://example.com/",
|
|
412
|
+
"Custom CSS": "Brugerdefineret CSS",
|
|
413
|
+
"Custom HTML": "Brugerdefineret HTML",
|
|
414
|
+
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "Deaktiver caching af JS/CSS-aktiver, vis fuld fejl til brugeren ved nedbrud, aktiver redigering af felttype.",
|
|
415
|
+
"Print all SQL statements to the standard output": "Udskriv alle SQL-erklæringer til standard output.",
|
|
416
|
+
"Multitenancy enabled": "Multitenancy aktiveret",
|
|
417
|
+
"Site identity settings": "Indstillinger for webstedsidentitet",
|
|
418
418
|
"System": "System",
|
|
419
|
-
"Download a backup": "Download
|
|
420
|
-
"Restore a backup": "
|
|
421
|
-
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "
|
|
419
|
+
"Download a backup": "Download en sikkerhedskopi",
|
|
420
|
+
"Restore a backup": "Gendan en sikkerhedskopi",
|
|
421
|
+
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "Værtsadressen på din SMTP-server. For eksempel smtp.postmarkapp.com.",
|
|
422
422
|
"The user name to access SMTP server for sending emails.": "The user name to access SMTP server for sending emails.",
|
|
423
423
|
"The user password or app password to access SMTP server for sending emails. If your SMTP provider allows to create app password for using from application We recommends to use app password instead of user password.": "The user password or app password to access SMTP server for sending emails. If your SMTP provider allows to create app password for using from application We recommends to use app password instead of user password.",
|
|
424
424
|
"The port of your SMTP server": "The port of your SMTP server",
|
|
425
|
-
"Force TLS": "
|
|
426
|
-
"Always use TLS when connecting to server? If unchecked, TLS is used if server supports the STARTTLS extension. In most cases check this box if you are connecting to port 465. For port 587 or 25 keep it unchecked": "
|
|
427
|
-
"The email address from which emails are sent. For instance, hello@saltcorn.com": "
|
|
428
|
-
"Email settings": "
|
|
425
|
+
"Force TLS": "Tving TLS",
|
|
426
|
+
"Always use TLS when connecting to server? If unchecked, TLS is used if server supports the STARTTLS extension. In most cases check this box if you are connecting to port 465. For port 587 or 25 keep it unchecked": "Brug altid TLS, når du forbinder til serveren? Hvis ikke markeret, bruges TLS, hvis serveren understøtter STARTTLS-udvidelsen. I de fleste tilfælde skal du markere denne boks, hvis du forbinder til port 465. For port 587 eller 25 skal den holdes umarkeret.",
|
|
427
|
+
"The email address from which emails are sent. For instance, hello@saltcorn.com": "E-mailadressen, hvorfra e-mails sendes. For eksempel hello@saltcorn.com",
|
|
428
|
+
"Email settings": "E-mail-indstillinger",
|
|
429
429
|
"Send test email": "Send test email",
|
|
430
|
-
"System operations": "
|
|
431
|
-
"Restart server": "
|
|
432
|
-
"Clear all": "
|
|
433
|
-
"About the system": "
|
|
434
|
-
"About Saltcorn": "
|
|
435
|
-
"Saltcorn version": "Saltcorn
|
|
436
|
-
"Latest": "
|
|
430
|
+
"System operations": "Systemoperationer",
|
|
431
|
+
"Restart server": "Genstart server",
|
|
432
|
+
"Clear all": "Ryd alt",
|
|
433
|
+
"About the system": "Om systemet",
|
|
434
|
+
"About Saltcorn": "Om Saltcorn",
|
|
435
|
+
"Saltcorn version": "Saltcorn-version",
|
|
436
|
+
"Latest": "Seneste",
|
|
437
437
|
"git commit": "git commit",
|
|
438
|
-
"Node.js version": "Node.js
|
|
438
|
+
"Node.js version": "Node.js-version",
|
|
439
439
|
"Database": "Database",
|
|
440
|
-
"Process uptime": "
|
|
441
|
-
"Saltcorn is <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">Free</a> and <a href=\"https://opensource.org/\">Open Source</a> Software, <a href=\"https://github.com/saltcorn/saltcorn/\">released</a> under the <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT license</a>.": "Saltcorn
|
|
442
|
-
"Information about plugin": "Information
|
|
443
|
-
"Verified": "
|
|
444
|
-
"Set random password": "
|
|
445
|
-
"Disable": "
|
|
446
|
-
"Roles": "
|
|
440
|
+
"Process uptime": "Proces oppetid",
|
|
441
|
+
"Saltcorn is <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">Free</a> and <a href=\"https://opensource.org/\">Open Source</a> Software, <a href=\"https://github.com/saltcorn/saltcorn/\">released</a> under the <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT license</a>.": "Saltcorn er <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">fri</a> og <a href=\"https://opensource.org/\">open source</a> software, <a href=\"https://github.com/saltcorn/saltcorn/\">udgivet</a> under <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT-licensen</a>.",
|
|
442
|
+
"Information about plugin": "Information om plugin",
|
|
443
|
+
"Verified": "Bekræftet",
|
|
444
|
+
"Set random password": "Indstil tilfældigt kodeord",
|
|
445
|
+
"Disable": "Deaktiver",
|
|
446
|
+
"Roles": "Roller",
|
|
447
447
|
"SSL": "SSL",
|
|
448
|
-
"Add new role": "
|
|
449
|
-
"Allow users to sign up for a new user account": "
|
|
450
|
-
"Show the login link in the menu": "
|
|
451
|
-
"New user form": "
|
|
452
|
-
"A view to show to new users": "
|
|
453
|
-
"Login view": "
|
|
454
|
-
"A view with the login form": "
|
|
455
|
-
"Signup view": "
|
|
456
|
-
"A view with the signup form": "
|
|
457
|
-
"User settings form": "
|
|
458
|
-
"A view for users to change their custom user fields": "
|
|
459
|
-
"Verification view": "
|
|
460
|
-
"A view with the view to be emailed to users for email address verification": "
|
|
461
|
-
"Elevate verified to role": "
|
|
462
|
-
"Elevate users to a higher role when their email addresses have been verified": "
|
|
463
|
-
"Role to upload files": "
|
|
464
|
-
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "
|
|
448
|
+
"Add new role": "Tilføj ny rolle",
|
|
449
|
+
"Allow users to sign up for a new user account": "Tillad brugere at oprette en ny brugerkonto",
|
|
450
|
+
"Show the login link in the menu": "Vis login-linket i menuen",
|
|
451
|
+
"New user form": "Ny brugerformular",
|
|
452
|
+
"A view to show to new users": "En visning til at vise for nye brugere",
|
|
453
|
+
"Login view": "Loginvisning",
|
|
454
|
+
"A view with the login form": "En visning med loginformularen",
|
|
455
|
+
"Signup view": "Tilmeldingsvisning",
|
|
456
|
+
"A view with the signup form": "En visning med tilmeldingsformularen",
|
|
457
|
+
"User settings form": "Brugerindstillingsformular",
|
|
458
|
+
"A view for users to change their custom user fields": "En visning for brugere til at ændre deres brugerdefinerede brugerfelter",
|
|
459
|
+
"Verification view": "Bekræftelsesvisning",
|
|
460
|
+
"A view with the view to be emailed to users for email address verification": "En visning med det formål at blive sendt til brugere for verifikation af e-mailadresser",
|
|
461
|
+
"Elevate verified to role": "Hæv verificeret til rolle",
|
|
462
|
+
"Elevate users to a higher role when their email addresses have been verified": "Hæv brugere til en højere rolle, når deres e-mailadresser er blevet bekræftet.",
|
|
463
|
+
"Role to upload files": "Rolle til at uploade filer",
|
|
464
|
+
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "Brugeren skal have denne rolle eller højere for at uploade filer med API (uploads via formularer påvirkes ikke)",
|
|
465
465
|
"HTTP timeout (s)": "HTTP timeout (s)",
|
|
466
466
|
"Increase if you expect large uploads": "Increase if you expect large uploads",
|
|
467
|
-
"Email mask": "
|
|
468
|
-
"Emails used for signup must end with this string": "
|
|
469
|
-
"Allow users to request a password reset email. Email must be configured.": "
|
|
467
|
+
"Email mask": "Emailmaske",
|
|
468
|
+
"Emails used for signup must end with this string": "E-mails, der bruges til tilmelding, skal slutte med denne streng.",
|
|
469
|
+
"Allow users to request a password reset email. Email must be configured.": "Tillad brugere at anmode om en e-mail til nulstilling af adgangskode. E-mail skal konfigureres.",
|
|
470
470
|
"Cookie sessions": "Cookie sessions",
|
|
471
471
|
"Store sessions entirely in client cookies for higher performance": "Store sessions entirely in client cookies for higher performance",
|
|
472
|
-
"Custom HTTP headers": "
|
|
473
|
-
"Format for each line: Header-Name: value": "Format for
|
|
474
|
-
"Authentication settings": "
|
|
475
|
-
"HTTPS encryption with Let's Encrypt SSL certificate": "HTTPS
|
|
476
|
-
"Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "Saltcorn
|
|
477
|
-
"Currently: ": "
|
|
478
|
-
"Disabled": "
|
|
479
|
-
"Enable LetsEncrypt HTTPS": "
|
|
480
|
-
"HTTPS encryption with custom SSL certificate": "HTTPS
|
|
481
|
-
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "
|
|
472
|
+
"Custom HTTP headers": "Tilpassede HTTP-headers",
|
|
473
|
+
"Format for each line: Header-Name: value": "Format for hver linje: Header-Navn: værdi",
|
|
474
|
+
"Authentication settings": "Godkendelsesindstillinger",
|
|
475
|
+
"HTTPS encryption with Let's Encrypt SSL certificate": "HTTPS-kryptering med Let's Encrypt SSL-certifikat",
|
|
476
|
+
"Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "Saltcorn kan automatisk opnå et SSL-certifikat fra <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for enkeltdomæner",
|
|
477
|
+
"Currently: ": "Aktuelt:",
|
|
478
|
+
"Disabled": "Deaktiveret",
|
|
479
|
+
"Enable LetsEncrypt HTTPS": "Aktivér LetsEncrypt HTTPS",
|
|
480
|
+
"HTTPS encryption with custom SSL certificate": "HTTPS-kryptering med brugerdefineret SSL-certifikat",
|
|
481
|
+
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "Eller brug brugerdefinerede SSL-certifikater, herunder wildcard-certifikater til flerlejerapplikationer",
|
|
482
482
|
"Edit custom SSL certificates": "Edit custom SSL certificates",
|
|
483
483
|
"Subdomain": "Subdomain",
|
|
484
484
|
"Information": "Information",
|
|
485
485
|
"Found %s tenants": "Found %s tenants",
|
|
486
486
|
"Create new tenant": "Create new tenant",
|
|
487
|
-
"Role to create tenants": "
|
|
488
|
-
"Minimum user role required to create a new tenant": "Minimum
|
|
489
|
-
"Create tenant warning": "
|
|
490
|
-
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "
|
|
487
|
+
"Role to create tenants": "Rolle til at oprette lejere",
|
|
488
|
+
"Minimum user role required to create a new tenant": "Minimum brugerrolle påkrævet for at oprette en ny lejer",
|
|
489
|
+
"Create tenant warning": "Opret lejeradvarsel",
|
|
490
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "Vis en advarsel til brugere, der opretter en lejer, der fraskriver garantien for tilgængelighed eller sikkerhed.",
|
|
491
491
|
"Multitenancy settings": "Multitenancy settings",
|
|
492
|
-
"Actions available": "
|
|
492
|
+
"Actions available": "Tilgængelige handlinger",
|
|
493
493
|
"Event types": "Event types",
|
|
494
|
-
"Triggers": "
|
|
494
|
+
"Triggers": "Udløsere",
|
|
495
495
|
"Table or Channel": "Table or Channel",
|
|
496
|
-
"Test run": "
|
|
497
|
-
"Add trigger": "
|
|
496
|
+
"Test run": "Testkørsel",
|
|
497
|
+
"Add trigger": "Tilføj trigger",
|
|
498
498
|
"Custom": "Custom",
|
|
499
499
|
"Log settings": "Log settings",
|
|
500
500
|
"Event log": "Event log",
|
|
@@ -505,29 +505,29 @@
|
|
|
505
505
|
"Events to log": "Events to log",
|
|
506
506
|
"Channel": "Channel",
|
|
507
507
|
"Description allows you to give more information about the view.": "Description allows you to give more information about the view.",
|
|
508
|
-
"Show on page": "
|
|
509
|
-
"Requests to render this view directly will instead show the chosen page, if any. The chosen page should embed this view. Use this to decorate the view with additional elements.": "
|
|
510
|
-
"Set page title": "
|
|
511
|
-
"Skip this section if you do not want to set the page title": "
|
|
512
|
-
"Page title is a formula?": "
|
|
508
|
+
"Show on page": "Vis på side",
|
|
509
|
+
"Requests to render this view directly will instead show the chosen page, if any. The chosen page should embed this view. Use this to decorate the view with additional elements.": "Anmodninger om direkte at gengive denne visning vil i stedet vise den valgte side, hvis nogen. Den valgte side bør indlejre denne visning. Brug dette til at dekorere visningen med yderligere elementer.",
|
|
510
|
+
"Set page title": "Sæt sidetitel",
|
|
511
|
+
"Skip this section if you do not want to set the page title": "Spring denne sektion over, hvis du ikke ønsker at sætte sidetitlen.",
|
|
512
|
+
"Page title is a formula?": "Sidetitel er en formel?",
|
|
513
513
|
"Default language": "Default language",
|
|
514
|
-
"Identity": "
|
|
515
|
-
"Create a page": "
|
|
516
|
-
"Access Read/Write": "
|
|
517
|
-
"Owned": "
|
|
518
|
-
"Discover tables": "
|
|
519
|
-
"Relationship diagram": "
|
|
520
|
-
"Variable name": "
|
|
521
|
-
"Primary key": "
|
|
514
|
+
"Identity": "Identitet",
|
|
515
|
+
"Create a page": "Opret en side",
|
|
516
|
+
"Access Read/Write": "Adgang Læs/Skriv",
|
|
517
|
+
"Owned": "Ejet",
|
|
518
|
+
"Discover tables": "Opdag tabeller",
|
|
519
|
+
"Relationship diagram": "Relationsdiagram",
|
|
520
|
+
"Variable name": "Variabelnavn",
|
|
521
|
+
"Primary key": "Primær nøgle",
|
|
522
522
|
"Add more fields to enable edit": "Add more fields to enable edit",
|
|
523
|
-
"Constraints": "
|
|
524
|
-
"Rename table": "
|
|
525
|
-
"Recalculate stored fields": "
|
|
526
|
-
"Delete all rows": "
|
|
523
|
+
"Constraints": "Begrænsninger",
|
|
524
|
+
"Rename table": "Omdøb tabel",
|
|
525
|
+
"Recalculate stored fields": "Genberegn gemte felter",
|
|
526
|
+
"Delete all rows": "Slet alle rækker",
|
|
527
527
|
"Description allows you to give more information about the table": "Description allows you to give more information about the table",
|
|
528
|
-
"Minimum role to read": "Minimum
|
|
528
|
+
"Minimum role to read": "Minimum rolle til læsning",
|
|
529
529
|
"User must have this role or higher to read rows from the table": "User must have this role or higher to read rows from the table",
|
|
530
|
-
"Minimum role to write": "Minimum
|
|
530
|
+
"Minimum role to write": "Minimum rolle til at skrive",
|
|
531
531
|
"User must have this role or higher to edit or create new rows in the table": "User must have this role or higher to edit or create new rows in the table",
|
|
532
532
|
"Track table data changes over time": "Track table data changes over time",
|
|
533
533
|
"Name of the field": "Name of the field",
|
|
@@ -536,33 +536,33 @@
|
|
|
536
536
|
"Calculated from other fields with a formula": "Calculated from other fields with a formula",
|
|
537
537
|
"There must be a value in every row": "There must be a value in every row",
|
|
538
538
|
"Different rows must have different values for this field": "Different rows must have different values for this field",
|
|
539
|
-
"Match regular expression": "Match
|
|
540
|
-
"Error message when regular expression does not match": "
|
|
541
|
-
"The maximum number of characters in the string": "
|
|
542
|
-
"The minimum number of characters in the string": "
|
|
543
|
-
"Options": "
|
|
544
|
-
"Action label is a formula?": "
|
|
545
|
-
"Action Style": "
|
|
546
|
-
"Button size": "
|
|
547
|
-
"User confirmation?": "
|
|
548
|
-
"Link Style": "
|
|
549
|
-
"Link size": "
|
|
550
|
-
"Where": "
|
|
551
|
-
"Default order by": "
|
|
552
|
-
"Default descending?": "
|
|
553
|
-
"Omit header": "
|
|
554
|
-
"Do not display the header": "
|
|
555
|
-
"Create database view": "
|
|
556
|
-
"Create an SQL view in the database with the fields in this list": "
|
|
557
|
-
"Rows per page": "
|
|
558
|
-
"List options": "
|
|
539
|
+
"Match regular expression": "Match regulært udtryk",
|
|
540
|
+
"Error message when regular expression does not match": "Fejlmeddelelse når regulært udtryk ikke matcher",
|
|
541
|
+
"The maximum number of characters in the string": "Maksimalt antal tegn i strengen",
|
|
542
|
+
"The minimum number of characters in the string": "Det mindste antal tegn i strengen",
|
|
543
|
+
"Options": "Indstillinger",
|
|
544
|
+
"Action label is a formula?": "Handlingsetiketten er en formel?",
|
|
545
|
+
"Action Style": "Handlingsstil",
|
|
546
|
+
"Button size": "Knapstørrelse",
|
|
547
|
+
"User confirmation?": "Brugerbekræftelse?",
|
|
548
|
+
"Link Style": "Linkstil",
|
|
549
|
+
"Link size": "Linkstørrelse",
|
|
550
|
+
"Where": "Hvor",
|
|
551
|
+
"Default order by": "Standard sortering efter",
|
|
552
|
+
"Default descending?": "Standard faldende?",
|
|
553
|
+
"Omit header": "Udelad header",
|
|
554
|
+
"Do not display the header": "Vis ikke headeren",
|
|
555
|
+
"Create database view": "Opret databasevisning",
|
|
556
|
+
"Create an SQL view in the database with the fields in this list": "Opret en SQL-visning i databasen med felterne på denne liste",
|
|
557
|
+
"Rows per page": "Rækker pr. side",
|
|
558
|
+
"List options": "Liste over muligheder",
|
|
559
559
|
"Modules": "Modules",
|
|
560
|
-
"File not found": "
|
|
561
|
-
"Welcome, %s!": "
|
|
560
|
+
"File not found": "Fil ikke fundet",
|
|
561
|
+
"Welcome, %s!": "Velkommen, %s!",
|
|
562
562
|
"CSV upload": "CSV upload",
|
|
563
563
|
"Upload file(s)": "Upload file(s)",
|
|
564
|
-
"API token": "API
|
|
565
|
-
"No API token issued": "
|
|
564
|
+
"API token": "API-token",
|
|
565
|
+
"No API token issued": "Ingen API-token udstedt",
|
|
566
566
|
"Generate": "Generate",
|
|
567
567
|
"Two-factor authentication": "Two-factor authentication",
|
|
568
568
|
"Two-factor authentication is disabled": "Two-factor authentication is disabled",
|
|
@@ -570,13 +570,13 @@
|
|
|
570
570
|
"Pattern": "Pattern",
|
|
571
571
|
"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.": "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.",
|
|
572
572
|
"Views potentially affected": "Views potentially affected",
|
|
573
|
-
"History": "
|
|
574
|
-
"External": "
|
|
573
|
+
"History": "Historik",
|
|
574
|
+
"External": "Ekstern",
|
|
575
575
|
"Discover tables that are already in the Database, but not known to Saltcorn": "Discover tables that are already in the Database, but not known to Saltcorn",
|
|
576
576
|
"Forget table": "Forget table",
|
|
577
|
-
"Ownership field": "
|
|
578
|
-
"The user referred to in this field will be the owner of the row": "
|
|
579
|
-
"None": "
|
|
577
|
+
"Ownership field": "Ejerfelt",
|
|
578
|
+
"The user referred to in this field will be the owner of the row": "Brugeren, der refereres til i dette felt, vil være ejer af rækken.",
|
|
579
|
+
"None": "Intet",
|
|
580
580
|
"Ownership formula": "Ownership formula",
|
|
581
581
|
"User is treated as owner if true. In scope: ": "User is treated as owner if true. In scope: ",
|
|
582
582
|
"User group": "User group",
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"Add another module": "Add another module",
|
|
635
635
|
"Module": "Module",
|
|
636
636
|
"Become user": "Become user",
|
|
637
|
-
"Send password reset email": "Send
|
|
637
|
+
"Send password reset email": "Send e-mail til nulstilling af adgangskode",
|
|
638
638
|
"Login and Signup": "Login and Signup",
|
|
639
639
|
"Table access": "Table access",
|
|
640
640
|
"HTTP": "HTTP",
|
|
@@ -661,7 +661,7 @@
|
|
|
661
661
|
"URL formula": "URL formula",
|
|
662
662
|
"Include formula": "Include formula",
|
|
663
663
|
"If specified, only include in menu rows that evaluate to true": "If specified, only include in menu rows that evaluate to true",
|
|
664
|
-
"Location": "
|
|
664
|
+
"Location": "Placering",
|
|
665
665
|
"Not all themes support all locations": "Not all themes support all locations",
|
|
666
666
|
"Library": "Library",
|
|
667
667
|
"Tags": "Tags",
|
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
"Triggers run actions in response to events.": "Triggers run actions in response to events.",
|
|
685
685
|
"No triggers": "No triggers",
|
|
686
686
|
"Code": "Code",
|
|
687
|
-
"Invalid form data, try again": "
|
|
687
|
+
"Invalid form data, try again": "Ugyldige formdata, prøv igen",
|
|
688
688
|
"View pattern": "View pattern",
|
|
689
689
|
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "The view pattern sets the foundation of how the view relates to the table and the behaviour of the view",
|
|
690
690
|
"Slug": "Slug",
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"Save before going back": "Save before going back",
|
|
698
698
|
"Reload after going back": "Reload after going back",
|
|
699
699
|
"Steps to go back": "Steps to go back",
|
|
700
|
-
"No row selected": "
|
|
700
|
+
"No row selected": "Ingen række valgt",
|
|
701
701
|
"Finish": "Finish",
|
|
702
702
|
"Back": "Back",
|
|
703
703
|
"Preview": "Preview",
|
|
@@ -705,6 +705,158 @@
|
|
|
705
705
|
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "Views display data from tables. A view is a view pattern applied to a table, with configuration.",
|
|
706
706
|
"No views": "No views",
|
|
707
707
|
"No pages": "No pages",
|
|
708
|
-
"Welcome to Saltcorn!": "
|
|
709
|
-
"Notifications": "Notifications"
|
|
710
|
-
|
|
708
|
+
"Welcome to Saltcorn!": "Velkommen til Saltcorn!",
|
|
709
|
+
"Notifications": "Notifications",
|
|
710
|
+
"API access": "API-adgang",
|
|
711
|
+
"APIs allow developers access to your data without using a user interface": "API'er giver udviklere adgang til dine data uden brug af et brugergrænseflade.",
|
|
712
|
+
"No tables defined": "Ingen tabeller defineret",
|
|
713
|
+
"Tables hold collections of similar data": "Tabeller indeholder samlinger af lignende data.",
|
|
714
|
+
"Role required to access added files": "Rolle krævet for at få adgang til tilføjede filer",
|
|
715
|
+
"The user uploading the file has access irrespective of their role": "Brugeren, der uploader filen, har adgang uanset deres rolle.",
|
|
716
|
+
"Already have an account? Login": "Har du allerede en konto? Log ind",
|
|
717
|
+
"Subdomain not found": "Underdomæne ikke fundet",
|
|
718
|
+
"You must create at least one table before you can create views.": "Du skal oprette mindst én tabel, før du kan oprette visninger.",
|
|
719
|
+
"Missing name": "Manglende navn",
|
|
720
|
+
"Successfully restored backup": "Backup blev gendannet succesfuldt",
|
|
721
|
+
"Name required": "Navn påkrævet",
|
|
722
|
+
"Not allowed to write to table %s": "Ikke tilladt at skrive til tabel %s",
|
|
723
|
+
"Login successful": "Login lykkedes",
|
|
724
|
+
"Error: missing name or file": "Fejl: manglende navn eller fil",
|
|
725
|
+
"Restart server.": "Genstart server.",
|
|
726
|
+
"View %s added to menu. Adjust access permissions in Settings » Menu": "Visning %s tilføjet til menuen. Juster adgangstilladelser i Indstillinger » Menu",
|
|
727
|
+
"Clone": "Klon",
|
|
728
|
+
"View %s cloned as %s": "Visning %s klonet som %s",
|
|
729
|
+
"View %s duplicated as %s": "Visning %s duplikeret som %s",
|
|
730
|
+
"Table not found": "Tabel ikke fundet",
|
|
731
|
+
"Select a publicly accessible image file": "Vælg en offentligt tilgængelig billedfil",
|
|
732
|
+
"Is the connection to the SMTP server over a secure transport protocol?": "Er forbindelsen til SMTP-serveren over en sikker transportprotokol?",
|
|
733
|
+
"Changed password for user %s to %s": "Ændrede adgangskode for bruger %s til %s",
|
|
734
|
+
"Enabled user %s": "Aktiveret bruger %s",
|
|
735
|
+
"Enable": "Aktivér",
|
|
736
|
+
"Disabled user %s": "Deaktiveret bruger %s",
|
|
737
|
+
" with password %s": "med adgangskode %s",
|
|
738
|
+
"Account already exists": "Kontoen findes allerede",
|
|
739
|
+
"Search not configured": "Søgning ikke konfigureret",
|
|
740
|
+
"Already in use": "Allerede i brug",
|
|
741
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "Funktioner, du kan bruge (udover standard JavaScript-funktioner):",
|
|
742
|
+
"Items per page": "Elementer pr. side",
|
|
743
|
+
"Started recalculating stored fields": "Startede genberegning af lagrede felter",
|
|
744
|
+
"Deleted all rows": "Slettede alle rækker",
|
|
745
|
+
"New API token generated": "Ny API-token genereret",
|
|
746
|
+
"New trigger": "Ny trigger",
|
|
747
|
+
"Configure trigger": "Konfigurer trigger",
|
|
748
|
+
"%s constraints": "%s begrænsninger",
|
|
749
|
+
"Add constraint": "Tilføj begrænsning",
|
|
750
|
+
"Add constraint to %s": "Tilføj begrænsning til %s",
|
|
751
|
+
"Cannot delete users table": "Kan ikke slette brugertabel",
|
|
752
|
+
"Test run output": "Testkørselsresultat",
|
|
753
|
+
"Run %s": "Kør %s",
|
|
754
|
+
"back to actions": "tilbage til handlinger",
|
|
755
|
+
"Action %s run successfully with no console output": "Handling %s kørte succesfuldt uden konsoloutput",
|
|
756
|
+
"Saved layout for role": "Gemt layout for rolle",
|
|
757
|
+
"Layout by role": "Layout efter rolle",
|
|
758
|
+
"Invalid attributes": "Ugyldige attributter",
|
|
759
|
+
"Plugin %s installed": "Plugin %s installeret",
|
|
760
|
+
"Plugin %s removed.": "Plugin %s fjernet.",
|
|
761
|
+
"Plugin %s installed, please complete configuration.": "Plugin %s installeret, venligst fuldfør konfigurationen.",
|
|
762
|
+
"Configure %s Plugin": "Konfigurer %s-plugin",
|
|
763
|
+
"Cannot remove plugin: views %s depend on it": "Kan ikke fjerne plugin: visninger %s afhænger af det",
|
|
764
|
+
"Store refreshed": "Butik opdateret",
|
|
765
|
+
"Plugins up-to-date": "Plugins opdateret",
|
|
766
|
+
"Source": "Kilde",
|
|
767
|
+
"Inbound keys: ": "Indgående nøgler:",
|
|
768
|
+
"Upgrade": "Opgradering",
|
|
769
|
+
"Show only matches in table:": "Vis kun match i tabel:",
|
|
770
|
+
"Showing matches in table %s.": "Viser match i tabel %s.",
|
|
771
|
+
"Edit trigger": "Rediger trigger",
|
|
772
|
+
"Hide pagination": "Skjul paginering",
|
|
773
|
+
"True": "Sandt",
|
|
774
|
+
"False": "Falsk",
|
|
775
|
+
"This will delete <strong>EVERYTHING</strong> in the selected categories": "Dette vil slette <strong>ALT</strong> i de valgte kategorier",
|
|
776
|
+
"Deleted all %s": "Slettede alle %s",
|
|
777
|
+
"Edit Plugin": "Rediger plugin",
|
|
778
|
+
"Unknown authentication method %ss": "Ukendt godkendelsesmetode %ss",
|
|
779
|
+
"Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "Genstart kræves for at ændringer træder i kraft. Genstart serveren fra <a href=\"/admin\">Admin-siden</a>.",
|
|
780
|
+
"Email with password reset link sent": "E-mail med link til nulstilling af adgangskode sendt",
|
|
781
|
+
"Set Base URL configuration first": "Konfigurer først Base URL",
|
|
782
|
+
"LetsEncrypt enabled": "LetsEncrypt aktiveret",
|
|
783
|
+
"LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL aktiveret. Genstart for at ændringer træder i kraft.",
|
|
784
|
+
"Table %s not found": "Tabel %s ikke fundet",
|
|
785
|
+
"Page %s added to menu. Adjust access permissions in Settings » Menu": "Side %s tilføjet til menuen. Justér adgangstilladelser i Indstillinger » Menu",
|
|
786
|
+
"Page %s duplicated as %s": "Side %s duplikeret som %s",
|
|
787
|
+
"Custom SSL certificate": "Tilpasset SSL-certifikat",
|
|
788
|
+
"Custom SSL private key": "Brugerdefineret SSL-privatnøgle",
|
|
789
|
+
"Signups not enabled": "Tilmeldinger ikke aktiveret",
|
|
790
|
+
"%s plugin information": "%s pluginoplysninger",
|
|
791
|
+
"Package version": "Pakkeversion",
|
|
792
|
+
"Package name": "Pakkenavn",
|
|
793
|
+
"Plugin dependencies": "Plugin-afhængigheder",
|
|
794
|
+
"This plugin supplies a theme.": "Denne plugin leverer et tema.",
|
|
795
|
+
"Types": "Typer",
|
|
796
|
+
"This plugin supplies these types: ": "Denne plugin leverer disse typer:",
|
|
797
|
+
"Functions": "Funktioner",
|
|
798
|
+
"Returns: ": "Returværdier:",
|
|
799
|
+
"View templates": "Visningsskabeloner",
|
|
800
|
+
"Repository": "Repository",
|
|
801
|
+
"Latest version": "Seneste version",
|
|
802
|
+
"Latest npm version cache": "Seneste npm-version cache",
|
|
803
|
+
"Plugin up-to-date": "Plugin opdateret",
|
|
804
|
+
"Upgrade here": "Opgrader her",
|
|
805
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "En opgradering til Saltcorn er tilgængelig! Nuværende version: %s; seneste version: %s.",
|
|
806
|
+
"Passwords do not match": "Adgangskoderne stemmer ikke overens",
|
|
807
|
+
"Not a valid e-mail address": "Ikke en gyldig e-mailadresse",
|
|
808
|
+
"User settings updated": "Brugerindstillinger opdateret",
|
|
809
|
+
"SSL encryption for HTTPS traffic": "SSL-kryptering for HTTPS-trafik",
|
|
810
|
+
"Custom SSL certificates": "Tilpassede SSL-certifikater",
|
|
811
|
+
"Custom SSL enabled. Restart for changes to take effect.": "Brugerdefineret SSL aktiveret. Genstart for at ændringerne træder i kraft.",
|
|
812
|
+
"Enabled": "Aktiveret",
|
|
813
|
+
"You have enabled both Let's Encrypt certificates and custom SSL certificates. Let's Encrypt takes priority and the custom certificates will be ignored.": "Du har aktiveret både Let's Encrypt-certifikater og brugerdefinerede SSL-certifikater. Let's Encrypt har prioritet, og de brugerdefinerede certifikater vil blive ignoreret.",
|
|
814
|
+
"Site identity settings updated": "Indstillinger for webstedsidentitet opdateret",
|
|
815
|
+
"Email settings updated": "E-mailindstillinger opdateret",
|
|
816
|
+
"Restart here": "Genstart her",
|
|
817
|
+
"Role updated": "Rolle opdateret",
|
|
818
|
+
"First delete users with this role": "Først slet brugere med denne rolle",
|
|
819
|
+
"Role %s deleted": "Rolle %s slettet",
|
|
820
|
+
"This is the rank of the user role, lower role IDs will be able to access more resources.": "Dette er rangen af brugerrollen, lavere rolle-ID'er vil kunne få adgang til flere ressourcer.",
|
|
821
|
+
"Role name": "Rollenavn",
|
|
822
|
+
"Cannot delete this role": "Kan ikke slette denne rolle",
|
|
823
|
+
"Test": "Test",
|
|
824
|
+
"E-mail and password required": "E-mail og adgangskode påkrævet",
|
|
825
|
+
"Masonry columns": "Murstenssøjler",
|
|
826
|
+
"Users already present": "Brugere allerede til stede",
|
|
827
|
+
"The following tables in your database can be imported into Saltcorn:": "Følgende tabeller i din database kan importeres til Saltcorn:",
|
|
828
|
+
"Discovered tables: %s": "Opdagede tabeller: %s",
|
|
829
|
+
"There are no tables in the database that can be imported into Saltcorn.": "Der er ingen tabeller i databasen, der kan importeres til Saltcorn.",
|
|
830
|
+
"Import": "Importér",
|
|
831
|
+
"Discover": "Opdag",
|
|
832
|
+
"Discover tables in database": "Opdag tabeller i databasen",
|
|
833
|
+
"Single item view": "Enkelt element-visning",
|
|
834
|
+
"The underlying individual view of each table row": "Den underliggende individuelle visning af hver tabelrække",
|
|
835
|
+
"Multi-tenancy not enabled": "Multi-tenant ikke aktiveret",
|
|
836
|
+
"Email sent to %s with no errors": "E-mail sendt til %s uden fejl",
|
|
837
|
+
"Send verification email": "Send bekræftelses-e-mail",
|
|
838
|
+
"Email verification link sent to %s": "E-mailbekræftelseslink sendt til %s",
|
|
839
|
+
"Email verified": "E-mail bekræftet",
|
|
840
|
+
"An email has been sent to %s to verify your address": "En e-mail er blevet sendt til %s for at bekræfte din adresse.",
|
|
841
|
+
"Signups with this email address are not accepted": "Tilmeldinger med denne e-mailadresse accepteres ikke.",
|
|
842
|
+
"Site identity settings, backup, email settings, system control and information": "Indstillinger for webstedsidentitet, backup, e-mailindstillinger, systemkontrol og information.",
|
|
843
|
+
"Plugin and pack installation and control": "Installation og styring af plugins og pakker",
|
|
844
|
+
"User administration, edit roles, user and security settings, SSL certificates for https encryption": "Brugeradministration, redigering af roller, bruger- og sikkerhedsindstillinger, SSL-certifikater til https-kryptering.",
|
|
845
|
+
"Menu, search and tenants": "Menu, søgning og lejere",
|
|
846
|
+
"Actions, triggers and crash log": "Handlinger, triggere og krasjlog",
|
|
847
|
+
"Restart required for changes to take effect.": "Genstart kræves for at ændringer træder i kraft.",
|
|
848
|
+
"Tenant settings": "Indstillinger for lejer",
|
|
849
|
+
"Tenant settings updated": "Lejerindstillinger opdateret",
|
|
850
|
+
"Not allowed": "Ikke tilladt",
|
|
851
|
+
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "Du forsøger at oprette en lejer ved at oprette forbindelse via en IP-adresse i stedet for et domæne. Dette vil sandsynligvis ikke fungere.",
|
|
852
|
+
"A list view shown on the left, to select rows": "En listevisning vist til venstre for at vælge rækker.",
|
|
853
|
+
"The view to show the selected row": "Visningen for at vise den valgte række",
|
|
854
|
+
"Location of link to create new row": "Placering af link til at oprette ny række",
|
|
855
|
+
"Invalid administrative action": "Ugyldig administrativ handling",
|
|
856
|
+
"Error: ": "Fejl:",
|
|
857
|
+
"User settings changed": "Brugerindstillinger ændret",
|
|
858
|
+
"Rename table %s": "Omdøb tabel %s",
|
|
859
|
+
"Base URL domain %s does not match hostname %s": "Basis-URL-domænet %s stemmer ikke overens med værtsnavnet %s",
|
|
860
|
+
"Always show create view": "Vis altid opret visning",
|
|
861
|
+
"If off, only show create view if the query state is about the current user": "Hvis slukket, vis kun opret visning, hvis forespørgselstilstanden handler om den nuværende bruger."
|
|
862
|
+
}
|