@saltcorn/server 1.6.0-alpha.0 → 1.6.0-alpha.10
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 +37 -0
- package/app.js +13 -9
- package/auth/admin.js +30 -15
- package/auth/routes.js +1 -1
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/icons.js +1 -1
- package/docs/assets/icons.svg +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +3 -3
- package/docs/classes/_saltcorn_admin-models.models_snapshot.Snapshot.html +2 -2
- package/docs/classes/_saltcorn_common-code.relations_relation.Relation.html +3 -3
- package/docs/classes/_saltcorn_common-code.relations_relations_finder.RelationsFinder.html +5 -5
- package/docs/classes/_saltcorn_data.diagram_cy_raster.CytoscapeRaster.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_dummy_node.DummyNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_node.Node.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_page_node.PageNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_table_node.TableNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_trigger_node.TriggerNode.html +4 -4
- package/docs/classes/_saltcorn_data.diagram_nodes_view_node.ViewNode.html +4 -4
- package/docs/classes/_saltcorn_data.mobile-mocks_node_async_hooks.AsyncLocalStorage.html +2 -2
- package/docs/classes/_saltcorn_data.models_crash.Crash.html +2 -2
- package/docs/classes/_saltcorn_data.models_eventlog.EventLog.html +2 -2
- package/docs/classes/_saltcorn_data.models_field.Field.html +9 -9
- package/docs/classes/_saltcorn_data.models_fieldrepeat.FieldRepeat.html +2 -2
- package/docs/classes/_saltcorn_data.models_file.File.html +21 -21
- package/docs/classes/_saltcorn_data.models_form.Form.html +3 -2
- package/docs/classes/_saltcorn_data.models_internal_mail_queue.MailQueue.html +4 -4
- package/docs/classes/_saltcorn_data.models_internal_push_message_helper.PushMessageHelper.html +16 -9
- package/docs/classes/_saltcorn_data.models_library.Library.html +2 -2
- package/docs/classes/_saltcorn_data.models_model.Model.html +2 -2
- package/docs/classes/_saltcorn_data.models_model_instance.ModelInstance.html +2 -2
- package/docs/classes/_saltcorn_data.models_notification.Notification.html +2 -2
- package/docs/classes/_saltcorn_data.models_page.Page.html +11 -11
- package/docs/classes/_saltcorn_data.models_page_group.PageGroup.html +16 -16
- package/docs/classes/_saltcorn_data.models_page_group_member.PageGroupMember.html +8 -8
- package/docs/classes/_saltcorn_data.models_plugin.Plugin.html +13 -10
- package/docs/classes/_saltcorn_data.models_role.Role.html +2 -2
- package/docs/classes/_saltcorn_data.models_table.Table.html +73 -69
- package/docs/classes/_saltcorn_data.models_table_constraints.TableConstraint.html +2 -2
- package/docs/classes/_saltcorn_data.models_tag.Tag.html +2 -2
- package/docs/classes/_saltcorn_data.models_tag_entry.TagEntry.html +2 -2
- package/docs/classes/_saltcorn_data.models_trigger.Trigger.html +19 -19
- package/docs/classes/_saltcorn_data.models_user.User.html +32 -32
- package/docs/classes/_saltcorn_data.models_view.View.html +15 -15
- package/docs/classes/_saltcorn_data.models_workflow.Workflow.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_run.WorkflowRun.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_step.WorkflowStep.html +3 -2
- package/docs/classes/_saltcorn_data.models_workflow_trace.MetaData.html +2 -2
- package/docs/classes/_saltcorn_data.models_workflow_trace.WorkflowTrace.html +2 -2
- package/docs/classes/_saltcorn_mobile-builder.mobile-builder.MobileBuilder.html +8 -3
- package/docs/classes/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorHelper.html +2 -2
- package/docs/enums/_saltcorn_common-code.relations_relation_types.RelationType.html +2 -2
- package/docs/enums/_saltcorn_common-code.relations_relation_types.ViewDisplayType.html +2 -2
- package/docs/functions/_saltcorn_admin-models.models_config-check.runConfigurationCheck.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildRelationPath.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.buildTableCaches.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseLegacyRelation.html +1 -1
- package/docs/functions/_saltcorn_common-code.relations_relation_helpers.parseRelationPath.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.fixturesData.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withAnotherUserField.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerThree.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withKeyFromLayerTwo.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withMultipleInbounds.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSecondTopicField.html +1 -1
- package/docs/functions/_saltcorn_common-code.tests_test_data.withSimplePostTopicrelation.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_link.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.action_url.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.fill_presets.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.getForm.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_view_link_query.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.get_viewable_fields_from_layout.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.make_link.html +2 -2
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.objToQueryString.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.parse_view_select.html +3 -3
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.setDateLocales.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.splitUniques.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardBlockDispatch.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.standardLayoutRowVisitor.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.transformForm.html +1 -1
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.updateViewSelect.html +2 -2
- package/docs/functions/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.view_linker.html +2 -2
- package/docs/functions/_saltcorn_data.db_connect_mobile.getConnectObject.html +1 -1
- package/docs/functions/_saltcorn_data.db_reset_schema.reset.html +3 -3
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.generateCyCode.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_cy_generate_utils.genereateCyCfg.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.buildObjectTrees.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromColumns.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractFromLayout.html +1 -1
- package/docs/functions/_saltcorn_data.diagram_node_extract_utils.extractViewToCreate.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.create_blank_migration.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.getMigrationsInDB.html +1 -1
- package/docs/functions/_saltcorn_data.migrate.migrate.html +3 -3
- package/docs/functions/_saltcorn_data.migrations_202102091312.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202210051058.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202210101540.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202304281224.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202307211459.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202502131103.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202508011455.js.html +1 -1
- package/docs/functions/_saltcorn_data.migrations_202510152058.js.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_child_process.execSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.createReadStream.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.readdirSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs.writeFileSync.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.mkdir.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.readFile.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.stat.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.unlink.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_fs_promises.writeFile.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_latest-version.latestVersion.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.deserialize.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_node_v8.serialize.html +1 -1
- package/docs/functions/_saltcorn_data.mobile-mocks_npm_env-paths.envPaths.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.get_predictor.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.run_jupyter_model.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.shorten_trackback.html +1 -1
- package/docs/functions/_saltcorn_data.model-helper.write_csv.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_async_json_stream.async_json_stream.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.aggregation_query_fields.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.getAggAndField.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.joinfield_renamer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_query.process_aggregations.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.buildKeyFromRelative.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.copyObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.deleteObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.downloadBuffer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getPublicFileUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getResolvedBucket.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getS3Client.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getServeUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.getSignedFileUrl.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.headObject.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.isS3Enabled.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.listS3Folder.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.publicUrlToRelativePath.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.relativeKeyToPath.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.setObjectMetadata.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_s3_helpers.uploadBuffer.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.boolExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.colorExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.floatExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.get_formula_examples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.intExamples.html +1 -1
- package/docs/functions/_saltcorn_data.models_internal_table_helper.stringExamples.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.build_schema_data.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewConfig.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcfldViewOptions.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.calcrelViewOptions.html +5 -5
- package/docs/functions/_saltcorn_data.plugin-helper.displayType.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.field_picker_fields.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.generate_joined_query.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.getActionConfigFields.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.get_child_views.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_relation_opts.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.get_inbound_self_relation_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_link_view_opts.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.get_many_to_many_relation_opts.html +4 -4
- package/docs/functions/_saltcorn_data.plugin-helper.get_parent_views.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.initial_config_all_fields.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.json_list_to_external_table.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.link_view.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.pathToState.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.picked_fields_to_query.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.readState.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.readStateStrict.html +3 -3
- package/docs/functions/_saltcorn_data.plugin-helper.runCollabEvents.html +4 -4
- package/docs/functions/_saltcorn_data.plugin-helper.run_action_column.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToQuery.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-helper.stateFieldsToWhere.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.stateToQueryString.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-helper.strictParseInt.html +2 -2
- package/docs/functions/_saltcorn_data.plugin-testing.auto_test_plugin.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-testing.check_view_columns.html +1 -1
- package/docs/functions/_saltcorn_data.plugin-testing.generate_attributes.html +1 -1
- package/docs/functions/_saltcorn_data.standard-menu.create_standard_menu.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorMsg.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsErrorsMsg.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsRow.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsSet.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertIsType.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertsIsSuccessMessage.html +1 -1
- package/docs/functions/_saltcorn_data.tests_assertions.assertsObjectIsUser.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createAnotherUserField.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createKeyFromLevelTwo.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createLevelThreeInbound.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createMultipleInbounds.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.createSecondTopicField.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareEmployeeDepartment.html +1 -1
- package/docs/functions/_saltcorn_data.tests_common_helpers.prepareSimpleTopicPostRelation.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.deleteViewFromServer.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.prepareQueryEnviroment.html +1 -1
- package/docs/functions/_saltcorn_data.tests_remote_query_helper.sendViewToServer.html +1 -1
- package/docs/functions/_saltcorn_data.translate.hasLLM.html +1 -1
- package/docs/functions/_saltcorn_data.translate.translate.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.ftsFieldsSqlExpr.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.mkSelectOptions.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.mkWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.orderByIsObject.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.orderByIsOperator.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.prefixFieldsInWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlBinOp.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlFun.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitize.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.sqlsanitizeAllowDots.html +1 -1
- package/docs/functions/_saltcorn_db-common.internal.subSelectWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.enable_multi_tenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.getRequestContext.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.getTenantSchema.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.init.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.is_it_multi_tenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.multi-tenant.runWithTenant.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertBulkSql.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.buildInsertSql.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.commitAndBeginNewTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doCount.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doDeleteWhere.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListScTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.doListUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_add_index.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.do_drop_index.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.mkVal.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.openOrUseTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.reprAsJson.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.slugify.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.tryCatchInTransaction.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.whenTransactionisFree.html +1 -1
- package/docs/functions/_saltcorn_db-common.sqlite-commons.withTransaction.html +1 -1
- package/docs/functions/_saltcorn_markup.mktag.mkTag.html +1 -1
- package/docs/functions/_saltcorn_markup.tabs.tabs.html +1 -1
- package/docs/functions/_saltcorn_markup.workflow.renderWorkflow.html +2 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidFeatures.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.androidPermissions.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.buildTablesFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyPrepopulatedDb.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyServerFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyShareExtFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copySiteLogo.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.copyTranslationFiles.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.createSqliteDb.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.extractDomain.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.generateAndroidVersionCode.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.hasAuthMethod.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAndroidManifest.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyAppDelegate.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyConfigXml.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyGradleConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyInfoPlist.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyShareViewController.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.modifyXcodeProjectFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepAppIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareAppIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareBuildDir.html +5 -3
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareExportOptionsPlist.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashIcon.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.prepareSplashPage.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.runAddEntitlementsScript.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCapacitorConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeCfgFile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeDataExtractionRules.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeEntitlementsPlist.html +1 -0
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writeNetworkSecurityConfig.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePodfile.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.writePrivacyInfo.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundleMobileAppCode.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.bundlePackagesAndPlugins.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyOptionalSource.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPluginMobileAppDirs.html +1 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyPublicDirs.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.add_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.count.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.deleteWhere.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_reset_schema.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.drop_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.init.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insert.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.insertRows.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listScTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.listUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.query.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.select.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectMaybeOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.selectOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.setConnectionObject.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.tableExists.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.time.html +1 -1
- package/docs/functions/_saltcorn_sqlite-mobile.sqlite_capacitor.update.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.add_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.add_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.begin.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.changeConnection.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.close.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.commit.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.count.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.deleteWhere.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTable.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.dropTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_index.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_reset_schema.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.drop_unique_constraint.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.getVersion.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.get_db_filepath.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.get_sql_logging.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.init.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.insert.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listScTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.listUserDefinedTables.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.query.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.rollback.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.select.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.selectMaybeOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.selectOne.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.set_sql_logging.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.sql_log.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.update.html +1 -1
- package/docs/functions/_saltcorn_sqlite.sqlite.updateWhere.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOWithHtmlFile.html +1 -1
- package/docs/functions/_saltcorn_types.base_types.instanceOfFieldViewEdit.html +1 -0
- package/docs/functions/_saltcorn_types.base_types.instanceOfFieldViewShow.html +1 -0
- package/docs/functions/_saltcorn_types.base_types.instanceOfPack.html +1 -0
- package/docs/functions/_saltcorn_types.common_types.instanceOfErrorMsg.html +1 -1
- package/docs/functions/_saltcorn_types.common_types.instanceOfSuccessMsg.html +1 -1
- package/docs/functions/_saltcorn_types.common_types.instanceOfType.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_field.instanceOfField.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_page.instanceOfPage.html +1 -1
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_plugin.instanceOfPlugin.html +1 -0
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_table.instanceOfTable.html +1 -0
- package/docs/functions/_saltcorn_types.model-abstracts_abstract_view.instanceOfView.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +4 -2
- package/docs/interfaces/_saltcorn_db-common.dbtypes.UserLike.html +2 -2
- package/docs/interfaces/_saltcorn_markup.types.TagExports.html +2 -2
- package/docs/interfaces/_saltcorn_mobile-builder.utils_common-build-utils.ScCapacitorConfig.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractField.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_field.AbstractFieldRepeat.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_form.AbstractForm.html +3 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page.AbstractPage.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group.AbstractPageGroup.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_page_group_member.AbstractPageGroupMember.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_plugin.AbstractPlugin.html +13 -0
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_role.AbstractRole.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_table.AbstractTable.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag.AbstractTag.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_tag_entry.AbstractTagEntry.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_trigger.AbstractTrigger.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.AbstractUser.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_user.ForUserRequest.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_view.AbstractView.html +2 -2
- package/docs/interfaces/_saltcorn_types.model-abstracts_abstract_workflow.AbstractWorkflow.html +2 -2
- package/docs/modules/_saltcorn_admin-models.index.html +1 -1
- package/docs/modules/_saltcorn_common-code..html +1 -1
- package/docs/modules/_saltcorn_common-code.index.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relation-1.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relation_helpers-1.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relation_types-1.html +1 -1
- package/docs/modules/_saltcorn_common-code.relations_relations_finder-1.html +1 -1
- package/docs/modules/_saltcorn_data..html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_actions-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fileview-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_fileview.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_index-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_index-2.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_types-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_types.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_edit-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_feed-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_filter-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_list-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_listshowlist-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-2.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_room-3.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_show-1.html +1 -1
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields-1.html +1 -2
- package/docs/modules/_saltcorn_data.base-plugin_viewtemplates_viewable_fields-2.html +1 -0
- package/docs/modules/_saltcorn_data.contract.html +1 -1
- package/docs/modules/_saltcorn_data.db_connect-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_connect_mobile-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_fa5-icons-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_fixtures-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_index-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_index-2.html +1 -1
- package/docs/modules/_saltcorn_data.db_reset_schema-1.html +1 -1
- package/docs/modules/_saltcorn_data.db_state-1.html +1 -1
- package/docs/modules/_saltcorn_data.html +3 -2
- package/docs/modules/_saltcorn_data.index.html +1 -1
- package/docs/modules/{_saltcorn_data.tests_exact_views.test.html → _saltcorn_data.mobile-mocks_npm_apns2.html} +1 -1
- package/docs/modules/_saltcorn_data.mobile-mocks_npm_vm2.html +1 -0
- package/docs/modules/{_saltcorn_data.tests_workflow_run.test.html → _saltcorn_data.mobile-mocks_npm_xml2js.html} +1 -1
- package/docs/modules/_saltcorn_data.model-helper.html +2 -1
- package/docs/modules/_saltcorn_data.models_config-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_config.configExports.html +1 -1
- package/docs/modules/_saltcorn_data.models_crash-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_discovery-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_email-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_eventlog-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_eventlog.EventLog.html +1 -1
- package/docs/modules/_saltcorn_data.models_expression-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_field-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_fieldrepeat-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_file-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_file.File.html +1 -1
- package/docs/modules/_saltcorn_data.models_form-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_form.Form.html +1 -1
- package/docs/modules/_saltcorn_data.models_index-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_index.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_async_json_stream-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_mail_queue-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_push_message_helper-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_push_message_helper.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_query-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_s3_helpers-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_internal_table_helper-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_layout-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_library-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_model-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_model_instance-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_notification-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_page-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_page_group-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_page_group.PageGroup.html +1 -1
- package/docs/modules/_saltcorn_data.models_page_group_member-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_plugin-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_random-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_role-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_scheduler-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_table-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_table.Table.html +1 -1
- package/docs/modules/_saltcorn_data.models_table_constraints-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_tag-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_tag_entry-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_tag_entry.TagEntry.html +1 -1
- package/docs/modules/_saltcorn_data.models_trigger-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_user-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_view-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_view.View.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_run-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_step-1.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_trace-2.html +1 -1
- package/docs/modules/_saltcorn_data.models_workflow_trace-3.html +1 -1
- package/docs/modules/_saltcorn_data.standard-menu.html +2 -1
- package/docs/modules/_saltcorn_db-common..html +1 -1
- package/docs/modules/_saltcorn_db-common.index.html +1 -1
- package/docs/modules/_saltcorn_db-common.internal.html +1 -1
- package/docs/modules/_saltcorn_markup.emergency_layout.EmergencyLayoutExports.html +1 -1
- package/docs/modules/_saltcorn_markup.helpers.HelpersExports.html +1 -1
- package/docs/modules/_saltcorn_markup.html +1 -1
- package/docs/modules/_saltcorn_markup.index.html +1 -1
- package/docs/modules/_saltcorn_markup.layout.LayoutExports-1.html +1 -1
- package/docs/modules/_saltcorn_markup.layout.LayoutExports.html +1 -1
- package/docs/modules/_saltcorn_markup.mjml-layout.LayoutExports.html +1 -1
- package/docs/modules/_saltcorn_markup.table.TableExports.html +1 -1
- package/docs/{variables/_saltcorn_data.base-plugin_types.float.sql_name.html → modules/_saltcorn_markup.workflow.html} +1 -1
- package/docs/modules/_saltcorn_mobile-builder..html +1 -1
- package/docs/modules/_saltcorn_mobile-builder.index.html +1 -1
- package/docs/modules/_saltcorn_mobile-builder.utils_common-build-utils.html +1 -1
- package/docs/modules/_saltcorn_sqlite-mobile.index.html +1 -1
- package/docs/modules/_saltcorn_sqlite-mobile.sqlite_capacitor.html +1 -1
- package/docs/modules/_saltcorn_sqlite..html +1 -1
- package/docs/modules/_saltcorn_sqlite.index.html +1 -1
- package/docs/modules/_saltcorn_sqlite.sqlite.html +1 -1
- package/docs/modules/_saltcorn_types..Types.html +1 -1
- package/docs/modules/_saltcorn_types..html +1 -1
- package/docs/modules/_saltcorn_types.base_types.html +1 -1
- package/docs/modules/_saltcorn_types.index.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_event_log-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_field-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_form-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_library-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_model_instance-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_page_group_member-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_plugin.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_role-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_table-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_table.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_tag_entry-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_trigger-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_user-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_view-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_run-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_step-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_abstract_workflow_trace-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_index-1.html +1 -1
- package/docs/modules/_saltcorn_types.model-abstracts_index.ModelAbstracts.html +1 -1
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractOpts.html +2 -2
- package/docs/types/_saltcorn_data.diagram_node_extract_utils.ExtractResult.html +2 -2
- package/docs/types/_saltcorn_data.diagram_nodes_node.NodeType.html +1 -1
- package/docs/types/_saltcorn_data.models_config.ConfigTypes.html +1 -1
- package/docs/types/_saltcorn_data.models_config.SingleConfig.html +1 -1
- package/docs/types/_saltcorn_data.models_eventlog.EventLogCfg.html +2 -2
- package/docs/types/_saltcorn_data.models_file.FileCfg.html +2 -2
- package/docs/types/_saltcorn_data.models_form.AdditionalButton.html +1 -1
- package/docs/types/_saltcorn_data.models_form.FormCfg.html +3 -2
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.MobileSubscription.html +4 -0
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.WebPushSubscription.html +2 -2
- package/docs/types/_saltcorn_data.models_internal_s3_helpers.S3HeadResult.html +1 -1
- package/docs/types/_saltcorn_data.models_internal_s3_helpers.S3ListResult.html +2 -2
- package/docs/types/_saltcorn_data.models_page_group.ScreenInfoParams.html +2 -2
- package/docs/types/_saltcorn_data.models_table.ChildRelations.html +2 -2
- package/docs/types/_saltcorn_data.models_table.ParentRelations.html +2 -2
- package/docs/types/_saltcorn_data.models_table.RelationData.html +2 -2
- package/docs/types/_saltcorn_data.models_tag_entry.TagEntryCfg.html +1 -1
- package/docs/types/_saltcorn_data.models_view.FindViewsPred.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.AggregationOptions.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.CoordOpts.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.DatabaseClient.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.JoinField.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.JoinFields.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JoinOptions.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JsonPath.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.JsonPathElem.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Operator.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.PartialSome.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.PrimaryKeyValue.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Row.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.SelectOptions.html +4 -2
- package/docs/types/_saltcorn_db-common.dbtypes.StrongRow.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.SubselectOptions.html +2 -2
- package/docs/types/_saltcorn_db-common.dbtypes.Value.html +1 -1
- package/docs/types/_saltcorn_db-common.dbtypes.Where.html +2 -2
- package/docs/types/_saltcorn_db-common.sqlite-commons.SqlAndValues.html +2 -2
- package/docs/types/_saltcorn_db-common.types.DbExportsType.html +2 -2
- package/docs/types/_saltcorn_db-common.types.GenObj.html +1 -1
- package/docs/types/_saltcorn_markup.emergency_layout.WrapParams.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.CheckBoxGroupOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.PaginationOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.RadioGroupOpts.html +2 -2
- package/docs/types/_saltcorn_markup.helpers.SearchBarOpts.html +2 -2
- package/docs/types/_saltcorn_markup.layout.RenderOpts-1.html +2 -2
- package/docs/types/_saltcorn_markup.layout.RenderOpts.html +2 -2
- package/docs/types/_saltcorn_markup.mjml-layout.RenderOpts.html +2 -2
- package/docs/types/_saltcorn_markup.table.HeadersParams.html +2 -2
- package/docs/types/_saltcorn_markup.table.OptsParams.html +3 -2
- package/docs/types/_saltcorn_markup.types.AttributeVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.Attributes.html +2 -2
- package/docs/types/_saltcorn_markup.types.ClassVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.Element.html +1 -1
- package/docs/types/_saltcorn_markup.types.Falsy.html +1 -1
- package/docs/types/_saltcorn_markup.types.StyleVal.html +1 -1
- package/docs/types/_saltcorn_markup.types.TagFunction.html +1 -1
- package/docs/types/_saltcorn_mobile-builder.mobile-builder.IosCfg.html +4 -3
- package/docs/types/_saltcorn_mobile-builder.utils_capacitor-helper.CapacitorCfg.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Action.html +3 -3
- package/docs/types/_saltcorn_types.base_types.AuthenticationMethod.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CalcJoinfield.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CapacitorPlugin.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CodePagePack.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Column.html +16 -2
- package/docs/types/_saltcorn_types.base_types.ConnectObjType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ConnectedObjects.html +2 -2
- package/docs/types/_saltcorn_types.base_types.CopilotSkill.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ErrorObj.html +2 -2
- package/docs/types/_saltcorn_types.base_types.FieldLike.html +1 -1
- package/docs/types/_saltcorn_types.base_types.FieldView.html +1 -1
- package/docs/types/_saltcorn_types.base_types.Header.html +2 -2
- package/docs/types/_saltcorn_types.base_types.JoinFieldOption.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Layout.html +1 -1
- package/docs/types/_saltcorn_types.base_types.MenuItem.html +22 -0
- package/docs/types/_saltcorn_types.base_types.MobileConfig.html +3 -2
- package/docs/types/_saltcorn_types.base_types.ModelPattern.html +6 -6
- package/docs/types/_saltcorn_types.base_types.Pack.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Plugin.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginFunction.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginLayout.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginRoute.html +2 -2
- package/docs/types/_saltcorn_types.base_types.PluginSourceType.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginType.html +5 -2
- package/docs/types/_saltcorn_types.base_types.PluginWrap.html +1 -1
- package/docs/types/_saltcorn_types.base_types.PluginWrapArg.html +2 -2
- package/docs/types/_saltcorn_types.base_types.RelationOption.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Req.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Res.html +2 -2
- package/docs/types/_saltcorn_types.base_types.ResultType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.RouteAction.html +1 -1
- package/docs/types/_saltcorn_types.base_types.RunExtra.html +1 -1
- package/docs/types/_saltcorn_types.base_types.SlugStepType.html +2 -2
- package/docs/types/_saltcorn_types.base_types.StepResType.html +1 -1
- package/docs/types/_saltcorn_types.base_types.SubField.html +2 -2
- package/docs/types/_saltcorn_types.base_types.TableProvider.html +2 -2
- package/docs/types/_saltcorn_types.base_types.TableQuery.html +2 -2
- package/docs/types/_saltcorn_types.base_types.Tablely.html +1 -1
- package/docs/types/_saltcorn_types.base_types.ViewTemplate.html +3 -2
- package/docs/types/_saltcorn_types.common_types.ErrorMessage.html +2 -2
- package/docs/types/_saltcorn_types.common_types.GenObj.html +1 -1
- package/docs/types/_saltcorn_types.common_types.ReqRes.html +2 -2
- package/docs/types/_saltcorn_types.common_types.ResultMessage.html +1 -1
- package/docs/types/_saltcorn_types.common_types.SuccessMessage.html +2 -2
- package/docs/types/_saltcorn_types.common_types.Type.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_event_log.EventLogPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.FieldCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_field.InputType.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_form.AdditionalButton.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_library.LibraryPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model.ModelPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstanceCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_model_instance.ModelInstancePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PageCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page.PagePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group.PageGroupPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_page_group_member.PageGroupMemberPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_plugin.PluginPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RoleCfg.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_role.RolePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TableCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_table.TablePack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag.TagPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_tag_entry.TagEntryPack.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_trigger.TriggerPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_view.ViewPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.ConfigWorkflowStep.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow.RunResult.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_run.WorkflowRunCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepCfg.html +2 -2
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_step.WorkflowStepPack.html +1 -1
- package/docs/types/_saltcorn_types.model-abstracts_abstract_workflow_trace.WorkflowTraceCfg.html +2 -2
- package/docs/variables/_saltcorn_admin-models..backup.create_backup.html +1 -1
- package/docs/variables/_saltcorn_admin-models..backup.create_csv_from_rows.html +1 -1
- package/docs/variables/_saltcorn_admin-models..backup.restore.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.add_to_menu.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.can_install_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.fetch_available_packs.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.fetch_pack_by_name.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.install_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.library_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.model_instance_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.model_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.page_group_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.page_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.plugin_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.role_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.table_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.trigger_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.uninstall_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..pack.view_pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.copy_tenant_template.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.create_tenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.deleteTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.domain_sanitize.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.eachTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenantRows.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.getAllTenants.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.insertTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models..tenant.switchToTenant.html +1 -1
- package/docs/variables/_saltcorn_admin-models.models_backup.backup.html +1 -1
- package/docs/variables/_saltcorn_admin-models.pack.pack.html +1 -1
- package/docs/variables/_saltcorn_admin-models.tenant.tenant.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFive.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedFour.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedOne.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedSix.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedThree.html +1 -1
- package/docs/variables/_saltcorn_common-code.tests_expected_relations.expectedTwo.html +1 -1
- package/docs/variables/_saltcorn_data..migrations.html +1 -1
- package/docs/variables/_saltcorn_data..plugin_helper.run_action_column.html +2 -1
- package/docs/variables/_saltcorn_data..utils.NotAuthorized.html +1 -1
- package/docs/variables/_saltcorn_data..utils.isPushEnabled.html +1 -1
- package/docs/variables/_saltcorn_data..utils.sleep.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_actions.actions.html +18 -18
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.fieldviews.html +5 -0
- package/docs/variables/_saltcorn_data.base-plugin_fileview.fileviews.html +1 -0
- package/docs/variables/_saltcorn_data.base-plugin_index.index.html +22 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.types.html +50 -0
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_edit.edit.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_feed.feed.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_filter.filter.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_list.list.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_listshowlist.listshowlist.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.room-1.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_room.room.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_show.show.html +1 -1
- package/docs/variables/_saltcorn_data.base-plugin_viewtemplates_viewable_fields.edit_build_in_actions.html +1 -1
- package/docs/variables/_saltcorn_data.contract.contract.html +1 -0
- package/docs/variables/_saltcorn_data.db_connect.connect.html +1 -1
- package/docs/variables/_saltcorn_data.db_fa5-icons.fa5Icons.html +1 -1
- package/docs/variables/_saltcorn_data.db_fixtures.fixtures.html +1 -1
- package/docs/variables/_saltcorn_data.db_index.dbExports.html +1 -1
- package/docs/variables/_saltcorn_data.db_state.state.html +3 -3
- package/docs/variables/_saltcorn_data.migrations_202005141503.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005241712.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005251037.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202005282134.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006022156.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006051507.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202006240906.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202007091707.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202007202144.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008031500.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008051415.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202008121149.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009112140.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009181655.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009221105.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009231331.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202009301531.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202010231444.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202010251412.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011021749.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011051353.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202011111127.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012011203.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012100841.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202012281835.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202101061051.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202101141128.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102091312.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102101624.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102172148.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202102261650.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106102347.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106112120.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106120012.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106120220.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121701.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106121703.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202106251126.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107281619.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202107302158.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202108022257.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109201624.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202109301031.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202111290253.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202112282254.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207022002.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207252150.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202207261221.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202208101144.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202211040031.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202212112152.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202301130917.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303201126.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202303221944.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202304281224.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202305031518.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202308211648.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311011755.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202311231356.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202402071125.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202406260915.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412051957.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202412111526.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501081226.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501201239.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202501262157.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202503071353.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202506050958.sql.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202510110312.sql_pg.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202510110312.sql_sqlite.html +1 -1
- package/docs/variables/_saltcorn_data.migrations_202511081024.sql.html +1 -1
- package/docs/variables/_saltcorn_data.mobile-mocks_saltcorn_html-pdf-node.htmlPdfNode.html +1 -1
- package/docs/variables/_saltcorn_data.models_config.configExports.html +2 -2
- package/docs/variables/_saltcorn_data.models_discovery.discovery.html +1 -1
- package/docs/variables/_saltcorn_data.models_email.email.html +1 -1
- package/docs/variables/_saltcorn_data.models_expression.expression.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.available_languages.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.check_email_mask.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.configTypes.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.deleteConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.getAllConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.getConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.get_base_url.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.get_latest_npm_version.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.remove_from_menu.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.save_menu_items.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.config.setConfig.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.discover_tables.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.discoverable_tables.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.findType.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.get_existing_views.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.discovery.implement_discovery.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.getMailTransport.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.send_verification_email.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.email.viewToEmailHtml.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.apply_calculated_fields_stored.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.eval_expression.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.expressionValidator.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.get_async_expression_function.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.get_expression_function.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.jsexprToWhere.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.recalculate_for_stored.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.expression.transform_for_async.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.eachView.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.getStringsForI18n.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.getViews.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.translateLayout.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.traverse.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.layout.traverseSync.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.all_views.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.fill_table_row.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.initial_view.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.random.random_table.html +1 -1
- package/docs/variables/_saltcorn_data.models_index.scheduler.runScheduler.html +1 -1
- package/docs/variables/_saltcorn_data.models_layout.layout.html +2 -2
- package/docs/variables/_saltcorn_data.models_random.random.html +1 -1
- package/docs/variables/_saltcorn_data.models_scheduler.scheduler.html +1 -1
- package/docs/variables/_saltcorn_data.plugin-helper.add_free_variables_to_joinfields.html +2 -2
- package/docs/variables/_saltcorn_data.plugin-helper.sqlBinOp.html +1 -1
- package/docs/variables/_saltcorn_data.plugin-helper.sqlFun.html +1 -1
- package/docs/variables/_saltcorn_data.tests_mocks.mocks.html +1 -1
- package/docs/variables/_saltcorn_data.tests_remote_query_helper.renderEditInEditConfig.html +1 -1
- package/docs/variables/_saltcorn_data.utils.utils.html +3 -3
- package/docs/variables/_saltcorn_data.web-mobile-commons.webMobileCommons.html +3 -3
- package/docs/variables/_saltcorn_db-common.internal.dbCommonModulePath.html +1 -1
- package/docs/variables/_saltcorn_db-common.multi-tenant.tenantNamespace.html +1 -1
- package/docs/variables/_saltcorn_db-common.tenants.tenants.html +1 -1
- package/docs/variables/_saltcorn_markup..export_.html +3 -2
- package/docs/variables/_saltcorn_markup.builder.builder.html +1 -1
- package/docs/variables/_saltcorn_markup.emergency_layout.EmergencyLayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.form.form.html +1 -1
- package/docs/variables/_saltcorn_markup.helpers.HelpersExports.html +1 -1
- package/docs/variables/_saltcorn_markup.layout.LayoutExports-1.html +1 -1
- package/docs/variables/_saltcorn_markup.layout.LayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.layout_utils.layoutUtils.html +1 -1
- package/docs/variables/_saltcorn_markup.mjml-layout.LayoutExports.html +1 -1
- package/docs/variables/_saltcorn_markup.mjml-tags.tagsExports.html +1 -1
- package/docs/variables/_saltcorn_markup.table.TableExports.html +1 -1
- package/docs/variables/_saltcorn_markup.tags.tagsExports.html +1 -1
- package/docs/variables/_saltcorn_types..generators.generateBool.html +1 -1
- package/docs/variables/_saltcorn_types..generators.generateString.html +1 -1
- package/docs/variables/_saltcorn_types..generators.num_between.html +1 -1
- package/docs/variables/_saltcorn_types..generators.oneOf.html +1 -1
- package/docs/variables/_saltcorn_types.generators.generators.html +1 -1
- package/help/APN Signing Key.tmd +31 -0
- package/help/Menu item shortcuts.tmd +37 -0
- package/help/Provisioning Profile.tmd +1 -1
- package/help/iOS Build tools.tmd +18 -0
- package/load_plugins.js +25 -8
- package/locales/ar.json +213 -2
- package/locales/bn.json +1521 -2
- package/locales/cs.json +1522 -3
- package/locales/de.json +195 -2
- package/locales/el.json +1792 -273
- package/locales/en.json +322 -2
- package/locales/es.json +194 -1
- package/locales/et.json +1520 -1
- package/locales/fil.json +1793 -0
- package/locales/fr.json +195 -2
- package/locales/id.json +1578 -62
- package/locales/ja.json +1520 -1
- package/locales/ko.json +1793 -0
- package/locales/lt.json +1520 -1
- package/locales/lv.json +1520 -1
- package/locales/ne.json +1520 -1
- package/locales/ro.json +1793 -0
- package/locales/sk.json +1522 -3
- package/locales/sl.json +1520 -1
- package/locales/sr.json +1520 -1
- package/locales/th.json +1793 -274
- package/locales/tr.json +1520 -1
- package/locales/uk.json +214 -3
- package/locales/ur.json +1793 -0
- package/locales/vt.json +1793 -0
- package/package.json +17 -10
- package/public/ios_share_tutorial/01_xcode_open_exisiting.png +0 -0
- package/public/ios_share_tutorial/02_open_xc_ws_file.png +0 -0
- package/public/ios_share_tutorial/03_share_extension_dialog.png +0 -0
- package/public/ios_share_tutorial/04_share_extension_dialog_b.png +0 -0
- package/public/ios_share_tutorial/05_activate.png +0 -0
- package/public/ios_share_tutorial/06_show_new_share_ext_target.png +0 -0
- package/public/ios_share_tutorial/07_convert_to_group.png +0 -0
- package/public/saltcorn-builder.css +232 -0
- package/public/saltcorn-common.js +64 -60
- package/public/saltcorn-mobile.css +5 -0
- package/public/saltcorn.css +12 -1
- package/public/saltcorn.js +83 -38
- package/restart_watcher.js +41 -3
- package/routes/actions.js +407 -92
- package/routes/admin.js +1434 -954
- package/routes/api.js +1 -1
- package/routes/common_lists.js +28 -26
- package/routes/entities.js +2209 -69
- package/routes/files.js +191 -0
- package/routes/menu.js +101 -1
- package/routes/notifications.js +7 -18
- package/routes/packs.js +23 -8
- package/routes/page.js +4 -1
- package/routes/pageedit.js +16 -0
- package/routes/plugins.js +46 -14
- package/routes/registry.js +1 -0
- package/routes/sync.js +3 -1
- package/routes/tables.js +20 -15
- package/routes/utils.js +2 -1
- package/routes/viewedit.js +6 -1
- package/serve.js +96 -25
- package/tests/files.test.js +116 -9
- package/tests/menu.test.js +113 -0
- package/wrapper.js +44 -2
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.radio_select.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.configFields.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.search_or_create.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.fill_options.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_fieldviews.select_from_table.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.listAs.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromDB.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.readFromFormRecord.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.bool.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.color.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.equals.html +0 -3
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.format.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.relative.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.presets.Now.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.date.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.equals.html +0 -3
- package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.fieldviews.show.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.float.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.int.validate_attributes.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.attributes.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.contract.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.configFields.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.edit.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.password.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.run.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.IP.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.presets.SessionID.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.read.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.validate.html +0 -1
- package/docs/functions/_saltcorn_data.base-plugin_types.string.validate_attributes.html +0 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_common-build-utils.decodeProvisioningProfile.html +0 -1
- package/docs/functions/_saltcorn_mobile-builder.utils_package-bundle-utils.copyMobileAppDirs.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_backup.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_cfgcheck.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_pack.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_random.test.html +0 -1
- package/docs/modules/_saltcorn_admin-models.tests_tenant.test.html +0 -1
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.radio_select.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.search_or_create.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_fieldviews.select_from_table.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.bool.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.color.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.color.html +0 -4
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.format.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.relative.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.date.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.date.presets.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.fieldviews.show.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.float.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.int.distance_operators.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.int.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.edit.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.password.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.html +0 -2
- package/docs/modules/_saltcorn_data.base-plugin_types.string.html +0 -3
- package/docs/modules/_saltcorn_data.base-plugin_types.string.presets.html +0 -2
- package/docs/modules/_saltcorn_data.test-utils_mocks.html +0 -1
- package/docs/modules/_saltcorn_data.tests_actions.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_auth.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_auxtest.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_base.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_calc.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_composite_pk.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_config.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_db.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_discover.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_edit.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_email.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_field.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_fieldviews.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_file.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_filter.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_form.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_list.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_mail_queue.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_models.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_page.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_page_group.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_plugin.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_show.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_state.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_table.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_table_history.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_table_sync_info.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_tag.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_user.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_view.test.html +0 -1
- package/docs/modules/_saltcorn_data.tests_workflow.test.html +0 -1
- package/docs/modules/_saltcorn_mobile-builder.appium_tests_ui.test.html +0 -1
- package/docs/modules/_saltcorn_mobile-builder.tests_versioncode.test.html +0 -1
- package/docs/modules/_saltcorn_mobile-builder.tests_webpack.test.html +0 -1
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.FcmSubscription.html +0 -4
- package/docs/types/_saltcorn_data.models_internal_push_message_helper.Subscription.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.AggregationOptions.html +0 -11
- package/docs/types/_saltcorn_db-common.internal.CoordOpts.html +0 -5
- package/docs/types/_saltcorn_db-common.internal.DatabaseClient.html +0 -2
- package/docs/types/_saltcorn_db-common.internal.JoinField.html +0 -6
- package/docs/types/_saltcorn_db-common.internal.JoinFields.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.JoinOptions.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.JsonPath.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.JsonPathElem.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.Operator.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.PartialSome.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.PrimaryKeyValue.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.Row.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.SelectOptions.html +0 -21
- package/docs/types/_saltcorn_db-common.internal.StrongRow.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.SubselectOptions.html +0 -5
- package/docs/types/_saltcorn_db-common.internal.Value.html +0 -1
- package/docs/types/_saltcorn_db-common.internal.Where.html +0 -5
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.radio_select.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_join_field.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.search_or_create.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_code.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_by_view.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.select_from_table.type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fieldviews.two_level_select.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_fileview.fileview.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.TrueFalse.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.checkboxes.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.switch.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.thumbs_up_down.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.fieldviews.tristate.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.bool.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.color.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.editDay.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.format.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.relative.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.showDay.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.fieldviews.yearsAgo.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.date.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.distance_operators.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.above_input.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.below_input.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.heat_cell.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.number_slider.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.progress_bar.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.range_interval.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.fieldviews.to_locale_string.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.float.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.attributes.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.distance_operators.near.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.fieldviews.html +0 -3
- package/docs/variables/_saltcorn_data.base-plugin_types.int.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.primaryKey.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.int.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_header.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_link.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.as_text.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.checkbox_group.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.code_editor.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.edit.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.ellipsize.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.fill_formula_btn.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.img_from_url.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.make_unique.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.monospace_block.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.password.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.preFormatted.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.radio_group.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.select_by_code.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.show_with_html.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.blockDisplay.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.configFields.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.description.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.fieldviews.textarea.isEdit.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.js_type.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.name.html +0 -1
- package/docs/variables/_saltcorn_data.base-plugin_types.string.sql_name.html +0 -1
- package/docs/variables/_saltcorn_data.contract.fieldlike.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_column.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_header.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_pack.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_layout.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_type.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_wrap.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_plugin_wrap_arg.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_table_query.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_tablely.html +0 -1
- package/docs/variables/_saltcorn_data.contract.is_viewtemplate.html +0 -1
- package/docs/variables/_saltcorn_data.test-utils_mocks.mocks.html +0 -1
package/locales/cs.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"Files": "Soubory",
|
|
14
14
|
"Settings": "Nastavení",
|
|
15
15
|
"Plugins": "Pluginy",
|
|
16
|
-
"Menu": "
|
|
16
|
+
"Menu": "Nabídka",
|
|
17
17
|
"Users": "Uživatelé",
|
|
18
18
|
"Search": "Hledat",
|
|
19
19
|
"Configuration": "Konfigurace",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"Create pack": "Vytvořit balíček",
|
|
170
170
|
"Pack": "Balíček",
|
|
171
171
|
"Install": "Instalovat",
|
|
172
|
-
"Plugin": "
|
|
172
|
+
"Plugin": "Modul",
|
|
173
173
|
"Theme": "Motiv",
|
|
174
174
|
"Remove": "Odebrat",
|
|
175
175
|
"Configure plugin": "Konfigurovat plugin",
|
|
@@ -271,5 +271,1524 @@
|
|
|
271
271
|
"Views define how table rows are displayed to the user": "Zobrazení definují, jak se uživateli zobrazují řádky tabulky",
|
|
272
272
|
"Field %s saved": "Pole %s uloženo",
|
|
273
273
|
"View configuration": "Konfigurace zobrazení",
|
|
274
|
-
"Field %s deleted": "Pole %s smazáno"
|
|
274
|
+
"Field %s deleted": "Pole %s smazáno",
|
|
275
|
+
"No tables defined": "Nejsou definovány žádné tabulky",
|
|
276
|
+
"Tables hold collections of similar data": "Tabulky obsahují kolekce podobných dat.",
|
|
277
|
+
"Invalid form data, try again": "Neplatná data formuláře, zkuste to znovu.",
|
|
278
|
+
"Role required to access added files": "Role vyžadovaná pro přístup k přidaným souborům",
|
|
279
|
+
"The user uploading the file has access irrespective of their role": "Uživatel nahrávající soubor má přístup bez ohledu na svou roli.",
|
|
280
|
+
"Already have an account? Login": "Už máte účet? Přihlásit se",
|
|
281
|
+
"Subdomain not found": "Subdoména nenalezena",
|
|
282
|
+
"You must create at least one table before you can create views.": "Před vytvářením zobrazení musíte nejprve vytvořit alespoň jednu tabulku.",
|
|
283
|
+
"Language: ": "Jazyk:",
|
|
284
|
+
"Language changed to %s": "Jazyk byl změněn na %s",
|
|
285
|
+
"Table saved with version history disabled": "Tabulka byla uložena s vypnutou historií verzí",
|
|
286
|
+
"Missing name": "Chybějící název",
|
|
287
|
+
"Successfully restored backup": "Záloha byla úspěšně obnovena",
|
|
288
|
+
"Welcome to Saltcorn!": "Vítejte v Saltcornu!",
|
|
289
|
+
"File %s uploaded": "Soubor %s byl nahrán",
|
|
290
|
+
"Local": "Lokální",
|
|
291
|
+
"Name required": "Jméno je povinné",
|
|
292
|
+
"Expression": "Výraz",
|
|
293
|
+
"Formula": "Vzorec",
|
|
294
|
+
"new": "nový",
|
|
295
|
+
"Password does not match": "Heslo se neshoduje",
|
|
296
|
+
"Not allowed to write to table %s": "Není povoleno zapisovat do tabulky %s",
|
|
297
|
+
"Login successful": "Přihlášení bylo úspěšné",
|
|
298
|
+
"Welcome, %s!": "Vítejte, %s!",
|
|
299
|
+
"Error: missing name or file": "Chyba: chybějící název nebo soubor",
|
|
300
|
+
"Restart server.": "Restartovat server.",
|
|
301
|
+
"Add to menu": "Přidat do nabídky",
|
|
302
|
+
"View %s added to menu. Adjust access permissions in Settings » Menu": "Zobrazení %s bylo přidáno do nabídky. Upravte přístupová oprávnění v Nastavení » Nabídka",
|
|
303
|
+
"Clone": "Klonovat",
|
|
304
|
+
"View %s cloned as %s": "Zobrazení %s bylo zkopírováno jako %s",
|
|
305
|
+
"Duplicate": "Duplikovat",
|
|
306
|
+
"View %s duplicated as %s": "Zobrazení %s bylo duplikováno jako %s",
|
|
307
|
+
"The view name will appear as the title of pop-ups showing this view, and in the URL when it is shown alone.": "Název zobrazení se zobrazí jako titulek vyskakovacích oken, která toto zobrazení ukazují, a v URL, pokud je zobrazováno samostatně.",
|
|
308
|
+
"Saltcorn version": "Verze Saltcorn",
|
|
309
|
+
"Node.js version": "Verze Node.js",
|
|
310
|
+
"Table not found": "Tabulka nebyla nalezena",
|
|
311
|
+
"No row selected": "Není vybrán žádný řádek",
|
|
312
|
+
"Calculated": "Vypočítaný",
|
|
313
|
+
"Unique": "Unikátní",
|
|
314
|
+
"Stored": "Uloženo",
|
|
315
|
+
"Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "Zadejte prosím vzorec pro nové pole jako JavaScriptový výraz. Výraz musí mít výsledek typu %s.",
|
|
316
|
+
"Fields you can use as variables: ": "Pole, která můžete použít jako proměnné:",
|
|
317
|
+
"Examples:": "Příklady:",
|
|
318
|
+
"Missing label": "Chybějící popisek",
|
|
319
|
+
"Column %s already exists (but is hidden)": "Sloupec %s již existuje (ale je skrytý)",
|
|
320
|
+
"Column %s already exists": "Sloupec %s již existuje",
|
|
321
|
+
"Use this to restrict your field to a list of options (separated by commas). For instance, if the permissible values are \"Red\", \"Green\" and \"Blue\", enter \"Red, Green, Blue\" here. Leave blank if the string can hold any value.": "Použijte toto k omezení pole na seznam možností (oddělených čárkami). Například pokud jsou přípustné hodnoty „Red“, „Green“ a „Blue“, zadejte sem „Red, Green, Blue“. Nechte prázdné, pokud může řetězec obsahovat libovolnou hodnotu.",
|
|
322
|
+
"Columns": "Sloupce",
|
|
323
|
+
"Default state": "Výchozí stav",
|
|
324
|
+
"Specify the fields in the table to show": "Určete pole v tabulce, která se mají zobrazit",
|
|
325
|
+
"Use view to create": "Použít zobrazení k vytvoření",
|
|
326
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Pokud má uživatel oprávnění k zápisu. Ponechte prázdné, pokud nemá být k dispozici odkaz pro vytvoření nové položky.",
|
|
327
|
+
"Display create view as": "Zobrazit vytvoření pohledu jako",
|
|
328
|
+
"Label for create": "Popisek pro vytvoření",
|
|
329
|
+
"Label in link or button to create. Leave blank for a default label": "Popisek v odkazu nebo tlačítku pro vytvoření. Ponechte prázdné pro výchozí popisek.",
|
|
330
|
+
"Fixed fields": "Pevná pole",
|
|
331
|
+
"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.": "Tato pole chyběla, můžete zde zadat jejich hodnoty. Hodnoty, které zde zadáte, mohou být přepsány informacemi pocházejícími z jiných pohledů, například pokud je formulář vyvolán ze seznamu.",
|
|
332
|
+
"Edit options": "Možnosti úprav",
|
|
333
|
+
"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.": "Zde zvolený pohled může být v závislosti na kontextu formuláře ignorován, například pokud se zobrazí v pop-up okně, k přesměrování nedojde.",
|
|
334
|
+
"View when done": "Zobrazit po dokončení",
|
|
335
|
+
"Item View": "Zobrazení položky",
|
|
336
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Pokud má uživatel oprávnění k zápisu. Ponechte prázdné, aby neexistoval žádný odkaz pro vytvoření nové položky.",
|
|
337
|
+
"Subtables": "Podtabulky",
|
|
338
|
+
"List View": "Zobrazení seznamu",
|
|
339
|
+
"Show View": "Zobrazit zobrazení",
|
|
340
|
+
"Which related tables would you like to show in sub-lists below the selected item?": "Které související tabulky chcete zobrazit v podseznamech pod vybranou položkou?",
|
|
341
|
+
"Order and layout": "Pořadí a rozvržení",
|
|
342
|
+
"Order by": "Seřadit podle",
|
|
343
|
+
"Descending": "Sestupně",
|
|
344
|
+
"Columns small screen": "Sloupce malá obrazovka",
|
|
345
|
+
"Columns medium screen": "Sloupce – střední obrazovka",
|
|
346
|
+
"Columns large screen": "Sloupce velká obrazovka",
|
|
347
|
+
"Columns extra-large screen": "Sloupce – extra velká obrazovka",
|
|
348
|
+
"Each in card?": "Každý na kartě?",
|
|
349
|
+
"Omit search form": "Vynechat vyhledávací formulář",
|
|
350
|
+
"Do not display the search filter form": "Nezobrazovat formulář vyhledávacích filtrů.",
|
|
351
|
+
"Default search form values when first loaded": "Výchozí hodnoty vyhledávacího formuláře při prvním načtení",
|
|
352
|
+
"Next": "Další",
|
|
353
|
+
"Save": "Uložit",
|
|
354
|
+
"Calculated fields cannot have File type": "Vypočítaná pole nemohou mít typ Soubor.",
|
|
355
|
+
"On Field": "V poli",
|
|
356
|
+
"Field in %s table": "Pole v tabulce %s",
|
|
357
|
+
"Action on row": "Akce nad řádkem",
|
|
358
|
+
"Link to other view": "Odkázat na jiný pohled",
|
|
359
|
+
"Link to anywhere": "Odkaz kamkoli",
|
|
360
|
+
"Join Field": "Spojovací pole",
|
|
361
|
+
"Aggregation": "Agregace",
|
|
362
|
+
"Field": "Pole",
|
|
363
|
+
"Field view": "Zobrazení pole",
|
|
364
|
+
"Action": "Akce",
|
|
365
|
+
"Action Label": "Označení akce",
|
|
366
|
+
"View label": "Popisek zobrazení",
|
|
367
|
+
"Leave blank for default label.": "Ponechte prázdné pro výchozí popisek.",
|
|
368
|
+
"View label is a formula?": "Štítek zobrazení je vzorec?",
|
|
369
|
+
"Open in popup modal?": "Otevřít v modálním vyskakovacím okně?",
|
|
370
|
+
"Link text": "Text odkazu",
|
|
371
|
+
"Link text is a formula?": "Text odkazu je vzorec?",
|
|
372
|
+
"Link URL": "URL odkazu",
|
|
373
|
+
"Link URL is a formula?": "URL odkazu je vzorec?",
|
|
374
|
+
"Open in new tab": "Otevřít v nové záložce",
|
|
375
|
+
"Relation": "Relace",
|
|
376
|
+
"Statistic": "Statistika",
|
|
377
|
+
"In search form": "Ve vyhledávacím formuláři",
|
|
378
|
+
"Header label": "Popisek záhlaví",
|
|
379
|
+
"step": "krok",
|
|
380
|
+
"max": "max",
|
|
381
|
+
"Base URL": "Základní URL",
|
|
382
|
+
"Allow signups": "Povolit registrace",
|
|
383
|
+
"Login in menu": "Přihlášení v menu",
|
|
384
|
+
"Allow password reset": "Povolit resetování hesla",
|
|
385
|
+
"SMTP host": "SMTP host",
|
|
386
|
+
"SMTP username": "Uživatelské jméno SMTP",
|
|
387
|
+
"SMTP password": "Heslo SMTP",
|
|
388
|
+
"SMTP port": "Port SMTP",
|
|
389
|
+
"SMTP secure": "Zabezpečené SMTP",
|
|
390
|
+
"Email from address": "E-mailová adresa odesílatele",
|
|
391
|
+
"Development mode": "Vývojový režim",
|
|
392
|
+
"Log SQL to stdout": "Logovat SQL na stdout",
|
|
393
|
+
"Menu items": "Položky nabídky",
|
|
394
|
+
"Global search": "Globální vyhledávání",
|
|
395
|
+
"Available packs": "Dostupné balíčky",
|
|
396
|
+
"Available packs fetched": "Dostupné balíčky načteny",
|
|
397
|
+
"Available plugins": "Dostupné moduly",
|
|
398
|
+
"Available plugins fetched": "Dostupné moduly byly načteny",
|
|
399
|
+
"Public home page": "Veřejná domovská stránka",
|
|
400
|
+
"User home page": "Domovská stránka uživatele",
|
|
401
|
+
"Staff home page": "Domovská stránka personálu",
|
|
402
|
+
"Admin home page": "Domovská stránka administrátora",
|
|
403
|
+
"Installed packs": "Nainstalované balíčky",
|
|
404
|
+
"A short string which is the name of your site": "Krátký řetězec, který je názvem vašeho webu",
|
|
405
|
+
"Select a publicly accessible image file": "Vyberte veřejně přístupný soubor s obrázkem",
|
|
406
|
+
"The URL at which your site is available. For instance, https://example.com/": "URL, na které je váš web dostupný. Například https://example.com/",
|
|
407
|
+
"Allow users to sign up for a new user account": "Umožnit uživatelům registraci nového uživatelského účtu",
|
|
408
|
+
"Show the login link in the menu": "Zobrazit odkaz pro přihlášení v nabídce",
|
|
409
|
+
"Allow users to request a password reset email. Email must be configured.": "Umožněte uživatelům požádat o e‑mail pro resetování hesla. E‑mail musí být nakonfigurován.",
|
|
410
|
+
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "Adresa hostitele vašeho SMTP serveru. Například smtp.postmarkapp.com",
|
|
411
|
+
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "Zakázat cachování JS/CSS assetů, zobrazit uživateli úplnou chybu při pádu aplikace, povolit úpravu typu pole",
|
|
412
|
+
"Print all SQL statements to the standard output": "Vytisknout všechny SQL příkazy na standardní výstup",
|
|
413
|
+
"The email address from which emails are sent. For instance, hello@saltcorn.com": "E-mailová adresa, ze které jsou odesílány e-maily. Například hello@saltcorn.com.",
|
|
414
|
+
"Is the connection to the SMTP server over a secure transport protocol?": "Je připojení k serveru SMTP vedeno přes zabezpečený transportní protokol?",
|
|
415
|
+
"About Saltcorn": "O Saltcornu",
|
|
416
|
+
"Apply": "Použít",
|
|
417
|
+
"Anywhere": "Kdekoli",
|
|
418
|
+
"Search filter": "Vyhledávací filtr",
|
|
419
|
+
"Are you sure you want to delete %s?": "Opravdu chcete odstranit %s?",
|
|
420
|
+
"Are you sure?": "Jste si jistý?",
|
|
421
|
+
"Set random password": "Nastavit náhodné heslo",
|
|
422
|
+
"Changed password for user %s to %s": "Změněno heslo uživatele %s na %s",
|
|
423
|
+
"Disable": "Zakázat",
|
|
424
|
+
"Enabled user %s": "Povoleno uživatele %s",
|
|
425
|
+
"Enable": "Povolit",
|
|
426
|
+
"Disabled user %s": "Deaktivovaný uživatel %s",
|
|
427
|
+
"Disabled": "Zakázáno",
|
|
428
|
+
"Send password reset email": "Odeslat e‑mail pro resetování hesla",
|
|
429
|
+
" with password %s": "s heslem %s",
|
|
430
|
+
"User confirmation?": "Potvrzení uživatele?",
|
|
431
|
+
"New user form": "Formulář nového uživatele",
|
|
432
|
+
"A view to show to new users": "Zobrazení určené k zobrazení novým uživatelům",
|
|
433
|
+
"Account already exists": "Účet již existuje",
|
|
434
|
+
"Search not configured": "Vyhledávání není nakonfigurováno",
|
|
435
|
+
"Already in use": "Již se používá",
|
|
436
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "Funkce, které můžete použít (kromě standardních funkcí JavaScriptu):",
|
|
437
|
+
"Items per page": "Položek na stránku",
|
|
438
|
+
"Variable name": "Název proměnné",
|
|
439
|
+
"Delete all rows": "Smazat všechny řádky",
|
|
440
|
+
"Recalculate stored fields": "Přepočítat uložená pole",
|
|
441
|
+
"Started recalculating stored fields": "Zahájeno přepočítávání uložených polí",
|
|
442
|
+
"Deleted all rows": "Odstraněny všechny řádky",
|
|
443
|
+
"Database": "Databáze",
|
|
444
|
+
"API token": "Token API",
|
|
445
|
+
"No API token issued": "Nebyl vydán žádný token API",
|
|
446
|
+
"New API token generated": "Vygenerován nový token API",
|
|
447
|
+
"Actions": "Akce",
|
|
448
|
+
"Actions available": "Dostupné akce",
|
|
449
|
+
"Triggers": "Triggery",
|
|
450
|
+
"Add trigger": "Přidat trigger",
|
|
451
|
+
"New trigger": "Nový trigger",
|
|
452
|
+
"Configure trigger": "Nakonfigurovat trigger",
|
|
453
|
+
"Action label is a formula?": "Štítek akce je vzorec?",
|
|
454
|
+
"Action Style": "Styl akce",
|
|
455
|
+
"Button size": "Velikost tlačítka",
|
|
456
|
+
"A view with this name already exists": "Zobrazení s tímto názvem již existuje.",
|
|
457
|
+
"Constraints": "Omezení",
|
|
458
|
+
"%s constraints": "omezení %s",
|
|
459
|
+
"Add constraint": "Přidat omezení",
|
|
460
|
+
"Add constraint to %s": "Přidat omezení do %s",
|
|
461
|
+
"Cannot delete users table": "Nelze odstranit tabulku users",
|
|
462
|
+
"Test run": "Testovací běh",
|
|
463
|
+
"Test run output": "Výstup testovacího běhu",
|
|
464
|
+
"Run %s": "Spustit %s",
|
|
465
|
+
"back to actions": "zpět k akcím",
|
|
466
|
+
"Action %s run successfully with no console output": "Akce %s byla úspěšně spuštěna bez výstupu na konzoli.",
|
|
467
|
+
"Roles": "Role",
|
|
468
|
+
"Saved layout for role": "Uložené rozvržení pro roli",
|
|
469
|
+
"Layout by role": "Rozvržení podle role",
|
|
470
|
+
"Users and roles": "Uživatelé a role",
|
|
471
|
+
"Match regular expression": "Odpovídající regulárnímu výrazu",
|
|
472
|
+
"Error message when regular expression does not match": "Chybová zpráva, pokud regulární výraz neodpovídá",
|
|
473
|
+
"Invalid attributes": "Neplatné atributy",
|
|
474
|
+
"Documentation": "Dokumentace",
|
|
475
|
+
"Plugin %s installed": "Modul %s byl nainstalován",
|
|
476
|
+
"Plugin %s removed.": "Modul %s byl odstraněn.",
|
|
477
|
+
"Plugin %s installed, please complete configuration.": "Zásuvný modul %s byl nainstalován, dokončete prosím konfiguraci.",
|
|
478
|
+
"Configure %s Plugin": "Nakonfigurovat zásuvný modul %s",
|
|
479
|
+
"Cannot remove plugin: views %s depend on it": "Nelze odebrat modul: závisí na něm zobrazení %s",
|
|
480
|
+
"New Plugin": "Nový modul",
|
|
481
|
+
"Add plugin": "Přidat modul",
|
|
482
|
+
"Store refreshed": "Obchod obnoven.",
|
|
483
|
+
"Plugins up-to-date": "Zásuvné moduly jsou aktuální.",
|
|
484
|
+
"Source": "Zdroj",
|
|
485
|
+
"Inbound keys: ": "Příchozí klíče:",
|
|
486
|
+
"Icon": "Ikona",
|
|
487
|
+
"Create database view": "Vytvořit databázový pohled",
|
|
488
|
+
"Create an SQL view in the database with the fields in this list": "Vytvořte v databázi SQL pohled s poli z tohoto seznamu.",
|
|
489
|
+
"Upgrade": "Aktualizace",
|
|
490
|
+
"Show only matches in table:": "Zobrazit pouze shody v tabulce:",
|
|
491
|
+
"Showing matches in table %s.": "Zobrazení shod v tabulce %s.",
|
|
492
|
+
"Edit trigger": "Upravit trigger",
|
|
493
|
+
"Show on page": "Zobrazit na stránce",
|
|
494
|
+
"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.": "Požadavky na přímé zobrazení tohoto zobrazení místo toho zobrazí zvolenou stránku, pokud je nějaká vybrána. Zvolená stránka by měla toto zobrazení vkládat. Použijte to k doplnění zobrazení o další prvky.",
|
|
495
|
+
"Hide pagination": "Skrýt stránkování",
|
|
496
|
+
"True": "Pravda",
|
|
497
|
+
"False": "Nepravda",
|
|
498
|
+
"Clear all": "Vymazat vše",
|
|
499
|
+
"This will delete <strong>EVERYTHING</strong> in the selected categories": "Tímto se smaže <strong>VŠE</strong> ve vybraných kategoriích.",
|
|
500
|
+
"Deleted all %s": "Smazáno všech %s",
|
|
501
|
+
"Restart server": "Restartovat server",
|
|
502
|
+
"Edit Plugin": "Upravit modul",
|
|
503
|
+
"Unknown authentication method %ss": "Neznámá metoda ověřování %ss",
|
|
504
|
+
"Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "Pro uplatnění změn je vyžadován restart. Restartujte server z <a href=\"/admin\">administrační stránky</a>.",
|
|
505
|
+
"Email with password reset link sent": "E-mail s odkazem na resetování hesla byl odeslán",
|
|
506
|
+
"Link Style": "Styl odkazu",
|
|
507
|
+
"Link size": "Velikost odkazu",
|
|
508
|
+
"Set page title": "Nastavit název stránky",
|
|
509
|
+
"Skip this section if you do not want to set the page title": "Přeskočte tuto sekci, pokud nechcete nastavit název stránky.",
|
|
510
|
+
"Page title is a formula?": "Název stránky je vzorec?",
|
|
511
|
+
"Enable LetsEncrypt HTTPS": "Povolit HTTPS pomocí Let's Encrypt",
|
|
512
|
+
"Set Base URL configuration first": "Nejprve nastavte konfiguraci základní URL adresy.",
|
|
513
|
+
"LetsEncrypt enabled": "LetsEncrypt povoleno",
|
|
514
|
+
"LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL povoleno. Restartujte, aby se změny projevily.",
|
|
515
|
+
"File not found": "Soubor nebyl nalezen",
|
|
516
|
+
"Table %s not found": "Tabulka %s nebyla nalezena",
|
|
517
|
+
"Page %s added to menu. Adjust access permissions in Settings » Menu": "Stránka %s byla přidána do nabídky. Upravte přístupová oprávnění v Nastavení » Nabídka",
|
|
518
|
+
"Page %s duplicated as %s": "Stránka %s byla duplikována jako %s",
|
|
519
|
+
"Custom SSL certificate": "Vlastní certifikát SSL",
|
|
520
|
+
"Custom SSL private key": "Vlastní soukromý klíč SSL",
|
|
521
|
+
"Login view": "Přihlašovací pohled",
|
|
522
|
+
"Signup view": "Registrační pohled",
|
|
523
|
+
"A view with the login form": "Zobrazení s přihlašovacím formulářem",
|
|
524
|
+
"A view with the signup form": "Zobrazení s registračním formulářem",
|
|
525
|
+
"Signups not enabled": "Registrace nejsou povoleny",
|
|
526
|
+
"Ownership field": "Pole vlastnictví",
|
|
527
|
+
"The user referred to in this field will be the owner of the row": "Uživatel uvedený v tomto poli bude vlastníkem řádku.",
|
|
528
|
+
"None": "Žádný",
|
|
529
|
+
"Information about plugin": "Informace o modulu",
|
|
530
|
+
"%s plugin information": "informace o zásuvném modulu %s",
|
|
531
|
+
"Package version": "Verze balíčku",
|
|
532
|
+
"Package name": "Název balíčku",
|
|
533
|
+
"Plugin dependencies": "Závislosti pluginu",
|
|
534
|
+
"This plugin supplies a theme.": "Tento modul poskytuje motiv.",
|
|
535
|
+
"Types": "Typy",
|
|
536
|
+
"This plugin supplies these types: ": "Tento modul poskytuje tyto typy:",
|
|
537
|
+
"Functions": "Funkce",
|
|
538
|
+
"Returns: ": "Vrací:",
|
|
539
|
+
"View templates": "Šablony zobrazení",
|
|
540
|
+
"Repository": "Repozitář",
|
|
541
|
+
"Latest": "Nejnovější",
|
|
542
|
+
"Latest version": "Nejnovější verze",
|
|
543
|
+
"Latest npm version cache": "Nejnovější verze npm cache",
|
|
544
|
+
"Plugin up-to-date": "Zásuvný modul je aktuální",
|
|
545
|
+
"Upgrade here": "Aktualizovat zde",
|
|
546
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Je k dispozici nová verze Saltcornu! Aktuální verze: %s; nejnovější verze: %s.",
|
|
547
|
+
"Passwords do not match": "Hesla se neshodují",
|
|
548
|
+
"Not a valid e-mail address": "Neplatná e‑mailová adresa",
|
|
549
|
+
"Custom CSS": "Vlastní CSS",
|
|
550
|
+
"Custom HTML": "Vlastní HTML",
|
|
551
|
+
"Site structure": "Struktura webu",
|
|
552
|
+
"SSL": "SSL",
|
|
553
|
+
"Users and security": "Uživatelé a zabezpečení",
|
|
554
|
+
"User settings updated": "Nastavení uživatele bylo aktualizováno",
|
|
555
|
+
"SSL encryption for HTTPS traffic": "Šifrování SSL pro provoz HTTPS",
|
|
556
|
+
"HTTPS encryption with Let's Encrypt SSL certificate": "Šifrování HTTPS s SSL certifikátem Let's Encrypt",
|
|
557
|
+
"Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "Saltcorn může automaticky získat certifikát SSL od <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> pro jednotlivé domény.",
|
|
558
|
+
"Currently: ": "Aktuálně:",
|
|
559
|
+
"HTTPS encryption with custom SSL certificate": "Šifrování HTTPS s vlastním certifikátem SSL",
|
|
560
|
+
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "Nebo použijte vlastní certifikáty SSL, včetně wildcard certifikátů pro multitenantní aplikace.",
|
|
561
|
+
"Authentication settings": "Nastavení autentizace",
|
|
562
|
+
"Custom SSL certificates": "Vlastní certifikáty SSL",
|
|
563
|
+
"Custom SSL enabled. Restart for changes to take effect.": "Vlastní SSL je povoleno. Restartujte, aby se změny projevily.",
|
|
564
|
+
"Enabled": "Povoleno",
|
|
565
|
+
"You have enabled both Let's Encrypt certificates and custom SSL certificates. Let's Encrypt takes priority and the custom certificates will be ignored.": "Povolili jste jak certifikáty Let's Encrypt, tak vlastní SSL certifikáty. Let's Encrypt má přednost a vlastní certifikáty budou ignorovány.",
|
|
566
|
+
"Events": "Události",
|
|
567
|
+
"About application": "O aplikaci",
|
|
568
|
+
"System": "Systém",
|
|
569
|
+
"Site identity settings updated": "Nastavení identity webu byla aktualizována",
|
|
570
|
+
"Email settings": "Nastavení e‑mailu",
|
|
571
|
+
"Site identity settings": "Nastavení identity webu",
|
|
572
|
+
"Email settings updated": "Nastavení e‑mailu bylo aktualizováno",
|
|
573
|
+
"System operations": "Systémové operace",
|
|
574
|
+
"About the system": "O systému",
|
|
575
|
+
"Restart here": "Restartujte zde",
|
|
576
|
+
"Download a backup": "Stáhnout zálohu",
|
|
577
|
+
"Restore a backup": "Obnovit zálohu",
|
|
578
|
+
"Add new role": "Přidat novou roli",
|
|
579
|
+
"Role updated": "Role aktualizována",
|
|
580
|
+
"First delete users with this role": "Nejprve smažte uživatele s touto rolí.",
|
|
581
|
+
"Role %s deleted": "Role %s byl odstraněn",
|
|
582
|
+
"This is the rank of the user role, lower role IDs will be able to access more resources.": "Toto je hodnost uživatelské role; role s nižším ID budou mít přístup k více prostředkům.",
|
|
583
|
+
"Role name": "Název role",
|
|
584
|
+
"Cannot delete this role": "Tuto roli nelze odstranit.",
|
|
585
|
+
"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 je <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">svobodný</a> a <a href=\"https://opensource.org/\">open source</a> software, <a href=\"https://github.com/saltcorn/saltcorn/\">vydaný</a> pod <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">licencí MIT</a>.",
|
|
586
|
+
"Create a page": "Vytvořit stránku",
|
|
587
|
+
"Test": "Test",
|
|
588
|
+
"E-mail and password required": "E-mail a heslo jsou povinné",
|
|
589
|
+
"Masonry columns": "Zděné sloupy",
|
|
590
|
+
"Where": "Kde",
|
|
591
|
+
"Access Read/Write": "Přístup pro čtení i zápis",
|
|
592
|
+
"History": "Historie",
|
|
593
|
+
"Owned": "Vlastněno",
|
|
594
|
+
"Primary key": "Primární klíč",
|
|
595
|
+
"Users already present": "Již existující uživatelé",
|
|
596
|
+
"Discover tables": "Objevte tabulky",
|
|
597
|
+
"The following tables in your database can be imported into Saltcorn:": "Následující tabulky ve vaší databázi lze importovat do Saltcornu:",
|
|
598
|
+
"Discovered tables: %s": "Nalezené tabulky: %s",
|
|
599
|
+
"There are no tables in the database that can be imported into Saltcorn.": "V databázi nejsou žádné tabulky, které by bylo možné importovat do Saltcornu.",
|
|
600
|
+
"Import": "Import",
|
|
601
|
+
"Discover": "Objevit",
|
|
602
|
+
"Discover tables in database": "Objevit tabulky v databázi",
|
|
603
|
+
"Single item view": "Zobrazení jednoho záznamu",
|
|
604
|
+
"The underlying individual view of each table row": "Základní individuální pohled na každý řádek tabulky",
|
|
605
|
+
"Minimum role to read": "Minimální role pro čtení",
|
|
606
|
+
"Minimum role to write": "Minimální role pro zápis",
|
|
607
|
+
"Create page": "Vytvořit stránku",
|
|
608
|
+
"Multi-tenancy not enabled": "Víceuživatelský režim není povolen",
|
|
609
|
+
"Identity": "Identita",
|
|
610
|
+
"Email sent to %s with no errors": "E-mail odeslán na %s bez chyb",
|
|
611
|
+
"External": "Externí",
|
|
612
|
+
"Force TLS": "Vynutit TLS",
|
|
613
|
+
"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": "Vždy používat TLS při připojení k serveru? \nPokud není zaškrtnuto, TLS se použije pouze v případě, že server podporuje rozšíření STARTTLS. Ve většině případů toto pole zaškrtněte, pokud se připojujete na port 465. Pro port 587 nebo 25 jej ponechte nezaškrtnuté.",
|
|
614
|
+
"Relationship diagram": "Diagram vztahů",
|
|
615
|
+
"Verified": "Ověřeno",
|
|
616
|
+
"Send verification email": "Odeslat ověřovací e‑mail",
|
|
617
|
+
"Email verification link sent to %s": "Ověřovací odkaz pro e‑mail byl odeslán na %s",
|
|
618
|
+
"Verification view": "Ověřovací zobrazení",
|
|
619
|
+
"A view with the view to be emailed to users for email address verification": "Zobrazení určené k odeslání uživatelům e‑mailem za účelem ověření e‑mailové adresy",
|
|
620
|
+
"Email verified": "E-mail ověřen",
|
|
621
|
+
"An email has been sent to %s to verify your address": "Na e‑mailovou adresu %s byl odeslán e‑mail pro ověření vaší adresy.",
|
|
622
|
+
"Elevate verified to role": "Povýšit ověřeného na roli",
|
|
623
|
+
"Elevate users to a higher role when their email addresses have been verified": "Povýšit uživatele na vyšší roli, jakmile jsou jejich e‑mailové adresy ověřeny.",
|
|
624
|
+
"Email mask": "Maska e‑mailu",
|
|
625
|
+
"Emails used for signup must end with this string": "E‑maily použité pro registraci musí končit tímto řetězcem.",
|
|
626
|
+
"Signups with this email address are not accepted": "Registrace s touto e‑mailovou adresou nejsou povoleny.",
|
|
627
|
+
"Default order by": "Výchozí řazení podle",
|
|
628
|
+
"Default descending?": "Výchozí sestupné řazení?",
|
|
629
|
+
"Omit header": "Vynechat záhlaví",
|
|
630
|
+
"Do not display the header": "Nezobrazovat záhlaví",
|
|
631
|
+
"The maximum number of characters in the string": "Maximální počet znaků v řetězci",
|
|
632
|
+
"The minimum number of characters in the string": "Minimální počet znaků v řetězci",
|
|
633
|
+
"Style": "Styl",
|
|
634
|
+
"Not all themes support menu buttons": "Ne všechna témata podporují tlačítka nabídky.",
|
|
635
|
+
"Select a publicly accessible image file for the menu logo": "Vyberte veřejně přístupný obrazový soubor pro logo nabídky.",
|
|
636
|
+
"Favicon": "Favicon",
|
|
637
|
+
"Select a publicly accessible image file for the browser tab icon": "Vyberte veřejně přístupný soubor obrázku jako ikonu karty prohlížeče.",
|
|
638
|
+
"Site identity settings, backup, email settings, system control and information": "Nastavení identity webu, zálohování, e‑mailová nastavení, řízení systému a informace o systému",
|
|
639
|
+
"Plugin and pack installation and control": "Instalace a správa pluginů a balíčků",
|
|
640
|
+
"User administration, edit roles, user and security settings, SSL certificates for https encryption": "Správa uživatelů, úprava rolí, uživatelská a bezpečnostní nastavení, SSL certifikáty pro šifrování HTTPS",
|
|
641
|
+
"Menu, search and tenants": "Menu, vyhledávání a nájemci",
|
|
642
|
+
"Actions, triggers and crash log": "Akce, triggery a záznam havárií",
|
|
643
|
+
"Multitenancy enabled": "Povolený multitenantní režim",
|
|
644
|
+
"Restart required for changes to take effect.": "Pro uplatnění změn je vyžadován restart.",
|
|
645
|
+
"Tenant settings": "Nastavení tenanta",
|
|
646
|
+
"Role to create tenants": "Role pro vytváření tenantů",
|
|
647
|
+
"Minimum user role required to create a new tenant": "Minimální uživatelská role vyžadovaná pro vytvoření nového tenanta",
|
|
648
|
+
"Tenant settings updated": "Nastavení tenanta byla aktualizována",
|
|
649
|
+
"Not allowed": "Nepovoleno",
|
|
650
|
+
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "Pokoušíte se vytvořit tenant při připojení přes IP adresu namísto domény. To pravděpodobně nebude fungovat.",
|
|
651
|
+
"Create tenant warning": "Vytvořit varování nájemce",
|
|
652
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "Zobrazit upozornění uživatelům vytvářejícím tenant s vyloučením záruky dostupnosti a zabezpečení.",
|
|
653
|
+
"A list view shown on the left, to select rows": "Zobrazení seznamu zobrazené vlevo pro výběr řádků",
|
|
654
|
+
"The view to show the selected row": "Zobrazení pro zobrazení vybraného řádku",
|
|
655
|
+
"Location": "Umístění",
|
|
656
|
+
"Location of link to create new row": "Umístění odkazu pro vytvoření nového řádku",
|
|
657
|
+
"Options": "Možnosti",
|
|
658
|
+
"List options": "Možnosti seznamu",
|
|
659
|
+
"Rows per page": "Řádků na stránku",
|
|
660
|
+
"Invalid administrative action": "Neplatná administrativní akce",
|
|
661
|
+
"User settings form": "Formulář uživatelských nastavení",
|
|
662
|
+
"A view for users to change their custom user fields": "Zobrazení pro uživatele k úpravě jejich vlastních uživatelských polí",
|
|
663
|
+
"Error: ": "Chyba:",
|
|
664
|
+
"User settings changed": "Uživatelské nastavení bylo změněno",
|
|
665
|
+
"Rename table": "Přejmenovat tabulku",
|
|
666
|
+
"Rename table %s": "Přejmenovat tabulku %s",
|
|
667
|
+
"Base URL domain %s does not match hostname %s": "Základní doménová adresa URL %s neodpovídá názvu hostitele %s",
|
|
668
|
+
"Custom HTTP headers": "Vlastní HTTP hlavičky",
|
|
669
|
+
"Format for each line: Header-Name: value": "Formát pro každý řádek: Název-Hlavičky: hodnota",
|
|
670
|
+
"Role to upload files": "Role pro nahrávání souborů",
|
|
671
|
+
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "Uživatel musí mít tuto roli nebo vyšší, aby mohl nahrávat soubory pomocí API (nahrávání prostřednictvím formulářů není ovlivněno).",
|
|
672
|
+
"Always show create view": "Vždy zobrazit vytvoření zobrazení",
|
|
673
|
+
"If off, only show create view if the query state is about the current user": "Pokud je vypnuto, zobrazit vytvoření zobrazení pouze v případě, že stav dotazu se týká aktuálního uživatele.",
|
|
674
|
+
"Process uptime": "Doba běhu procesu",
|
|
675
|
+
"A configuration error occurred": "Došlo k chybě konfigurace",
|
|
676
|
+
"HTTP timeout (s)": "Časový limit HTTP (s)",
|
|
677
|
+
"Increase if you expect large uploads": "Zvyšte, pokud očekáváte velké nahrávky.",
|
|
678
|
+
"Cookie sessions": "Relace cookie",
|
|
679
|
+
"Store sessions entirely in client cookies for higher performance": "Ukládat relace zcela do klientských cookies pro vyšší výkon",
|
|
680
|
+
"git commit": "git commit",
|
|
681
|
+
"Send test email": "Odeslat testovací e‑mail",
|
|
682
|
+
"Edit custom SSL certificates": "Upravit vlastní certifikáty SSL",
|
|
683
|
+
"User must have this role or higher to read rows from the table": "Uživatel musí mít tuto roli nebo vyšší, aby mohl číst řádky z tabulky.",
|
|
684
|
+
"User must have this role or higher to edit or create new rows in the table": "Uživatel musí mít tuto roli nebo vyšší, aby mohl upravovat nebo vytvářet nové řádky v tabulce.",
|
|
685
|
+
"Name of the field": "Název pole",
|
|
686
|
+
"The type determines the kind of data that can be stored in the field": "Typ určuje druh dat, která mohou být v poli uložena.",
|
|
687
|
+
"Calculated from other fields with a formula": "Vypočítáno z jiných polí pomocí vzorce",
|
|
688
|
+
"There must be a value in every row": "V každém řádku musí být hodnota.",
|
|
689
|
+
"Different rows must have different values for this field": "Různé řádky musí mít pro toto pole odlišné hodnoty.",
|
|
690
|
+
"Add more fields to enable edit": "Přidejte další pole pro umožnění úprav",
|
|
691
|
+
"Multitenancy": "Multitenance",
|
|
692
|
+
"Subdomain": "Subdoména",
|
|
693
|
+
"Information": "Informace",
|
|
694
|
+
"Found %s tenants": "Nalezeno %s tenantů",
|
|
695
|
+
"Create new tenant": "Vytvořit nového tenanta",
|
|
696
|
+
"%s tenant statistics": "statistiky tenantů %s",
|
|
697
|
+
"Table columns": "Sloupce tabulky",
|
|
698
|
+
"Configuration items": "Konfigurační položky",
|
|
699
|
+
"Crashlogs": "Protokoly pádů",
|
|
700
|
+
"Multitenancy settings": "Nastavení multitenance",
|
|
701
|
+
"See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "Viz <a href=\"https://github.com/saltcorn/saltcorn\">repozitář na GitHubu</a> pro instrukce<p>",
|
|
702
|
+
"API token for this user: ": "Token API pro tohoto uživatele:",
|
|
703
|
+
"Reset": "Reset",
|
|
704
|
+
"Generate": "Generovat",
|
|
705
|
+
"URL after delete": "URL po smazání",
|
|
706
|
+
"Track table data changes over time": "Sledovat změny dat v tabulce v čase",
|
|
707
|
+
"Description allows you to give more information about the table": "Popis vám umožňuje poskytnout více informací o tabulce.",
|
|
708
|
+
"Description allows you to give more information about the view.": "Popis vám umožňuje poskytnout více informací o zobrazení.",
|
|
709
|
+
"Description allows to give more information about field": "Popis umožňuje poskytnout více informací o poli.",
|
|
710
|
+
"Name of action": "Název akce",
|
|
711
|
+
"Description allows you to give more information about the action": "Popis vám umožňuje poskytnout o akci více informací.",
|
|
712
|
+
"The action to be taken when the trigger fires": "Akce, která se má provést, když se spustí trigger",
|
|
713
|
+
"The table for which the trigger condition is checked.": "Tabulka, pro kterou se ověřuje podmínka triggeru.",
|
|
714
|
+
"Condition under which the trigger will fire": "Podmínka, za které se trigger spustí",
|
|
715
|
+
"Test trigger": "Testovací spouštěč",
|
|
716
|
+
"Edit trigger %s": "Upravit trigger %s",
|
|
717
|
+
"Preset %s": "Přednastavení %s",
|
|
718
|
+
"The user password or application token to access SMTP server for sending emails": "Uživatelské heslo nebo aplikační token pro přístup k SMTP serveru pro odesílání e‑mailů",
|
|
719
|
+
"The port of your SMTP server": "Port vašeho serveru SMTP",
|
|
720
|
+
"The user name to access SMTP server for sending emails.": "Uživatelské jméno pro přístup k SMTP serveru pro odesílání e‑mailů.",
|
|
721
|
+
"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.": "Uživatelské heslo nebo aplikační heslo pro přístup k SMTP serveru pro odesílání e‑mailů. Pokud váš SMTP poskytovatel umožňuje vytvářet aplikační hesla pro použití z aplikace, doporučujeme použít aplikační heslo místo uživatelského hesla.",
|
|
722
|
+
"Tick the boxes for the fields that should be jointly unique": "Zaškrtněte políčka u polí, která by měla být společně jedinečná.",
|
|
723
|
+
"Private SSH key": "Soukromý SSH klíč",
|
|
724
|
+
"Timezone": "Časové pásmo",
|
|
725
|
+
"Home Timezone": "Domovské časové pásmo",
|
|
726
|
+
"Use this link to revisit your application at any time.": "Tento odkaz použijte k opětovnému otevření své aplikace kdykoli.",
|
|
727
|
+
"To login to a previously created application, go to: ": "Pro přihlášení do dříve vytvořené aplikace přejděte na:",
|
|
728
|
+
"Event types": "Typy událostí",
|
|
729
|
+
"Channel": "Kanál",
|
|
730
|
+
"Leave blank for all channels": "Ponechte prázdné pro všechny kanály",
|
|
731
|
+
"Table or Channel": "Tabulka nebo kanál",
|
|
732
|
+
"Events to log": "Události k zaznamenání",
|
|
733
|
+
"Log settings": "Nastavení protokolování",
|
|
734
|
+
"Which events should be logged?": "Které události by měly být logovány?",
|
|
735
|
+
"Event log": "Protokol událostí",
|
|
736
|
+
"Custom Events": "Vlastní události",
|
|
737
|
+
"Channels": "Kanály",
|
|
738
|
+
"Custom": "Vlastní",
|
|
739
|
+
"Create custom event": "Vytvořit vlastní událost",
|
|
740
|
+
"Yes": "Ano",
|
|
741
|
+
"Alternative destinations if formula evaluates to true": "Alternativní cílové destinace, pokud se vzorec vyhodnotí jako pravdivý",
|
|
742
|
+
"Default view when done": "Výchozí zobrazení po dokončení",
|
|
743
|
+
"This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "Toto je view, na které bude uživatel přesměrován po odeslání formuláře, pokud nebude pravdivý žádný z níže uvedených vzorců.",
|
|
744
|
+
"You can send the user to an different view depending on the day the user has submitted. Ignore this option if you always want to send the user to the same destination": "Můžete uživatele přesměrovat na jiný pohled v závislosti na dni, kdy podání provedl. Tuto volbu ignorujte, pokud chcete uživatele vždy odeslat na stejné cílové místo.",
|
|
745
|
+
"Plugin name": "Název pluginu",
|
|
746
|
+
"Source of plugin for install. Few options:npm - download from npm repository,local - get from local file system,github - download from github,git - get from git": "Zdroj pluginu pro instalaci. Několik možností: \nnpm – stáhnout z repozitáře npm, \nlocal – získat z lokálního souborového systému, \ngithub – stáhnout z GitHubu, \ngit – získat z repozitáře Git.",
|
|
747
|
+
"For npm - name of npm package, e.g. @saltcorn/html or saltcorn-gantt, check at npmjs.com, for local - absolute path to plugin folder in file system, e.g.C:\\gitsrc\\any-bootstrap-theme\\, for github - name of github project.": "Pro npm – název balíčku npm, např. @saltcorn/html nebo saltcorn-gantt, ověřte na npmjs.com; pro local – absolutní cesta k plugin složce v souborovém systému, např. C:\\gitsrc\\any-bootstrap-theme\\; pro github – název projektu na GitHubu.",
|
|
748
|
+
"Version of plugin, latest is default value": "Verze modulu, výchozí hodnota je nejnovější",
|
|
749
|
+
"Account verification": "Ověření účtu",
|
|
750
|
+
"User verification failed": "Ověření uživatele selhalo",
|
|
751
|
+
"User verified": "Uživatel ověřen",
|
|
752
|
+
"Error editing user: %s": "Chyba při úpravě uživatele: %s",
|
|
753
|
+
"User must have this role or higher to make API call for action (trigger)": "Uživatel musí mít tuto roli nebo vyšší, aby mohl provést volání API pro akci (spouštěč).",
|
|
754
|
+
"Restart complete": "Restart dokončen",
|
|
755
|
+
"Languages": "Jazyky",
|
|
756
|
+
"Add language": "Přidat jazyk",
|
|
757
|
+
"Language": "Jazyk",
|
|
758
|
+
"Locale": "Jazykové prostředí",
|
|
759
|
+
"Menu, search, languages and tenants": "Menu, vyhledávání, jazyky a tenanty",
|
|
760
|
+
"This is a translation of a different field in a different language": "Toto je překlad jiného pole v jiném jazyce.",
|
|
761
|
+
"Language locale of translation": "Jazykové národní prostředí překladu",
|
|
762
|
+
"Action not configurable": "Akce není konfigurovatelná",
|
|
763
|
+
"Event type which runs the trigger": "Typ události, který spouští trigger",
|
|
764
|
+
"Message string field": "Pole řetězce zprávy",
|
|
765
|
+
"The field for the message content on the table for messages": "Pole pro obsah zprávy v tabulce pro zprávy",
|
|
766
|
+
"Participant field": "Pole účastníka",
|
|
767
|
+
"The field for the sender user id on the table for messages": "Pole pro ID uživatele odesílatele v tabulce zpráv",
|
|
768
|
+
"The field for the participant user id": "Pole pro ID uživatele účastníka",
|
|
769
|
+
"Message sender field": "Pole odesílatele zprávy",
|
|
770
|
+
"Message view or string field": "Zobrazení zprávy nebo textové pole",
|
|
771
|
+
"A view to show individual messages, or the field for the message content on the table for messages": "Zobrazení pro zobrazení jednotlivých zpráv nebo pole pro obsah zprávy v tabulce zpráv.",
|
|
772
|
+
"Message relation": "Vztah zprávy",
|
|
773
|
+
"The relationship to the table of individual messages": "Vztah k tabulce jednotlivých zpráv",
|
|
774
|
+
"Message show view": "Zobrazení zprávy",
|
|
775
|
+
"The view to show an individual message": "Zobrazení pro zobrazení jednotlivé zprávy",
|
|
776
|
+
"New message form view": "Zobrazení formuláře nové zprávy",
|
|
777
|
+
"The view to enter a new message": "Zobrazení pro zadání nové zprávy",
|
|
778
|
+
"Participant max read id field": "Pole maximálního ID přečteného účastníkem",
|
|
779
|
+
"The field for the participant's last read message, of type Key to message table": "Pole pro poslední přečtenou zprávu účastníka, typu Klíč na tabulku zpráv",
|
|
780
|
+
"Show older messages": "Zobrazit starší zprávy",
|
|
781
|
+
"New table name": "Název nové tabulky",
|
|
782
|
+
"Password Repeat": "Opakování hesla",
|
|
783
|
+
"Remember me": "Zapamatovat si mě",
|
|
784
|
+
"Column width": "Šířka sloupce",
|
|
785
|
+
"Column width units": "Jednotky šířky sloupců",
|
|
786
|
+
"Ownership formula": "Vzorec vlastnictví",
|
|
787
|
+
"User is treated as owner if true. In scope: ": "Uživatel je považován za vlastníka, pokud je hodnota true. V rozsahu:",
|
|
788
|
+
"Not all themes support all locations": "Ne všechna témata podporují všechna umístění.",
|
|
789
|
+
"Default language": "Výchozí jazyk",
|
|
790
|
+
"Library": "Knihovna",
|
|
791
|
+
"Library item %s deleted": "Položka knihovny %s byla odstraněna",
|
|
792
|
+
"Library: component assemblies that can be used in the builder": "Knihovna: sestavy komponent, které lze použít v builderu",
|
|
793
|
+
"Edit properties": "Upravit vlastnosti",
|
|
794
|
+
"Images and other files for download": "Obrázky a další soubory ke stažení",
|
|
795
|
+
"Disable LetsEncrypt HTTPS": "Zakázat HTTPS přes Let’s Encrypt",
|
|
796
|
+
"Type %s not found": "Typ %s nebyl nalezen",
|
|
797
|
+
"No pages": "Žádné stránky",
|
|
798
|
+
"No views": "Žádné pohledy",
|
|
799
|
+
"CSV upload": "Nahrání CSV",
|
|
800
|
+
"Pages are the web pages of your application built with drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "Stránky jsou webové stránky vaší aplikace vytvářené pomocí drag‑and‑drop builderu. Obsahují statický obsah a prostřednictvím vkládání pohledů (views) také dynamický obsah.",
|
|
801
|
+
"Views display data from tables. A view is a view template applied to a table, with configuration.": "Zobrazení zobrazují data z tabulek. Zobrazení je šablona zobrazení aplikovaná na tabulku s konfigurací.",
|
|
802
|
+
"Tables organise data by fields and rows.": "Tabulky organizují data podle polí a řádků.",
|
|
803
|
+
"Pages are the web pages of your application built with a drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "Stránky jsou webové stránky vaší aplikace vytvářené pomocí drag-and-drop builderu. Obsahují statický obsah a vkládáním pohledů také dynamický obsah.",
|
|
804
|
+
"Triggers run actions in response to events.": "Spouště spouštějí akce v reakci na události.",
|
|
805
|
+
"No files": "Žádné soubory",
|
|
806
|
+
"Cookie duration (hours)": "Doba trvání cookie (v hodinách)",
|
|
807
|
+
"Set to 0 for expiration at the end of browser session": "Nastavte na 0 pro vypršení platnosti na konci relace prohlížeče.",
|
|
808
|
+
"Cookie duration (hours) when remember ticked": "Doba trvání cookie (v hodinách), když je zaškrtnuto „zapamatovat“",
|
|
809
|
+
"Forget table": "Zapomenout tabulku",
|
|
810
|
+
"Table %s forgotten. You can now discover it.": "Tabulka %s byla zapomenuta. Nyní ji můžete znovu objevit.",
|
|
811
|
+
"No triggers": "Žádné triggery",
|
|
812
|
+
"List width": "Šířka seznamu",
|
|
813
|
+
"Number of columns (1-12) allocated to the list view": "Počet sloupců (1–12) přidělených zobrazení seznamu",
|
|
814
|
+
"New tenant template": "Nová šablona tenanta",
|
|
815
|
+
"Copy site structure for new tenants from this tenant": "Zkopírovat strukturu webu pro nové tenanta z tohoto tenanta",
|
|
816
|
+
"Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "Použijte tento odkaz: <a href=\"%s\">%s</a> pro opětovné otevření své aplikace kdykoli.",
|
|
817
|
+
"Use Amazon S3": "Použít Amazon S3",
|
|
818
|
+
"Use Amazon S3 (or compatible) service to store files. If disabled, Saltcorn uses local disk. WARNING: Changing this may break your uploaded files!": "Použít službu Amazon S3 (nebo kompatibilní) pro ukládání souborů. Pokud je vypnuto, Saltcorn používá lokální disk. VAROVÁNÍ: Změna tohoto nastavení může narušit vaše nahrané soubory!",
|
|
819
|
+
"Amazon S3 Bucket": "Bucket Amazon S3",
|
|
820
|
+
"Name you selected for your S3 bucket in AWS.": "Název, který jste zvolili pro svůj S3 bucket v AWS.",
|
|
821
|
+
"Amazon S3 Path Prefix": "Předpona cesty Amazon S3",
|
|
822
|
+
"Prefix you selected for your S3 bucket in AWS.": "Prefix, který jste vybral pro svůj S3 bucket v AWS.",
|
|
823
|
+
"Amazon S3 Endpoint": "Koncový bod Amazon S3",
|
|
824
|
+
"Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "Název hostitele vašeho poskytovatele úložiště kompatibilního se S3. Výchozí hodnota je „s3.amazonaws.com“.",
|
|
825
|
+
"Amazon S3 Region": "Region Amazon S3",
|
|
826
|
+
"AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "Region AWS, kterou jste zvolili při vytváření svého S3 bucketu. Výchozí je „us-east-1“.",
|
|
827
|
+
"Amazon S3 Access Key ID": "ID přístupového klíče Amazon S3",
|
|
828
|
+
"Only required if you do not want to authenticate to S3 using an IAM role. Enter the Access Key ID provided by your Amazon EC2 administrator.": "Vyžadováno pouze v případě, že nechcete k autentizaci vůči S3 použít roli IAM. Zadejte Access Key ID poskytnuté vaším správcem Amazon EC2.",
|
|
829
|
+
"Amazon S3 Secret Access Key": "Tajný přístupový klíč Amazon S3",
|
|
830
|
+
"The secret access key associated with your Amazon S3 Access Key ID.": "Tajný přístupový klíč přiřazený k vašemu Amazon S3 Access Key ID.",
|
|
831
|
+
"Use Amazon S3 Secure Connection.": "Použít zabezpečené připojení Amazon S3.",
|
|
832
|
+
"Connect to Amazon S3 (or compatible) securely.": "Bezpečně se připojte k Amazon S3 (nebo kompatibilní službě).",
|
|
833
|
+
"Storage settings": "Nastavení úložiště",
|
|
834
|
+
"Storage": "Úložiště",
|
|
835
|
+
"Storage settings updated": "Nastavení úložiště byla aktualizována",
|
|
836
|
+
"Label formula": "Vzorec popisku",
|
|
837
|
+
"Include formula": "Zahrnout vzorec",
|
|
838
|
+
"If specified, only include in menu rows that evaluate to true": "Pokud je zadáno, zahrnout do nabídky pouze řádky, které se vyhodnotí jako pravdivé.",
|
|
839
|
+
"URL formula": "URL vzorec",
|
|
840
|
+
"Order field": "Pole pořadí",
|
|
841
|
+
"Section field": "Pole sekce",
|
|
842
|
+
"Optional. String type with options, each of which will become a menu section": "Volitelné. Řetězcový typ s možnostmi, z nichž každá se stane sekcí nabídky.",
|
|
843
|
+
"Role to generate API keys": "Role pro generování API klíčů",
|
|
844
|
+
"User should have this role or higher to generate API keys in their user settings": "Uživatel musí mít tuto roli nebo vyšší, aby mohl ve svém uživatelském nastavení generovat API klíče.",
|
|
845
|
+
"API token removed": "Token rozhraní API odstraněn",
|
|
846
|
+
"Row inclusion formula": "Vzorec pro zahrnutí řádku",
|
|
847
|
+
"Only include rows where this formula is true": "Zahrnout pouze řádky, pro které je tento vzorec pravdivý.",
|
|
848
|
+
"Slug": "Slug",
|
|
849
|
+
"Field that can be used for a prettier URL structure": "Pole, které lze použít pro hezčí strukturu URL",
|
|
850
|
+
"Setup two-factor authentication": "Nastavit dvoufaktorové ověřování",
|
|
851
|
+
"Setup two-factor authentication with Time-based One-Time Password (TOTP)": "Nastavit dvoufaktorové ověřování pomocí časově omezeného jednorázového hesla (TOTP)",
|
|
852
|
+
"1. Scan this QR code in your Authenticator app": "1. Naskenujte tento QR kód ve své aplikaci Authenticator",
|
|
853
|
+
"2. Enter the six-digit code generated in your Authenticator app": "2. Zadejte šestimístný kód vygenerovaný ve vaší aplikaci Authenticator",
|
|
854
|
+
"Code": "Kód",
|
|
855
|
+
"Two-factor authentication with Time-based One-Time Password enabled": "Dvoufaktorové ověřování s povoleným jednorázovým heslem založeným na čase (TOTP)",
|
|
856
|
+
"Two-factor authentication": "Dvoufaktorové ověřování",
|
|
857
|
+
"Two-factor authentication is enabled": "Dvoufaktorové ověřování je povoleno",
|
|
858
|
+
"Two-factor authentication with Time-based One-Time Password disabled": "Dvoufaktorové ověřování s časově omezeným jednorázovým heslem (TOTP) je deaktivováno",
|
|
859
|
+
"Two-factor authentication is disabled": "Dvoufázové ověřování je vypnuto.",
|
|
860
|
+
"Auto save": "Automatické ukládání",
|
|
861
|
+
"Save any changes immediately": "Ukládat všechny změny okamžitě",
|
|
862
|
+
"Transpose": "Transponovat",
|
|
863
|
+
"Display one column per line": "Zobrazit jeden sloupec na řádek",
|
|
864
|
+
"Vertical column width": "Šířka svislého sloupce",
|
|
865
|
+
"Vertical width units": "Svislé jednotky šířky",
|
|
866
|
+
"Save before going back": "Uložit před návratem zpět",
|
|
867
|
+
"Reload after going back": "Znovu načíst po návratu zpět",
|
|
868
|
+
"2FA policy": "Zásady 2FA",
|
|
869
|
+
"Steps to go back": "Kroky pro návrat zpět",
|
|
870
|
+
"Place in dropdown": "Umístit do rozbalovacího seznamu",
|
|
871
|
+
"Hide null columns": "Skrýt sloupce s hodnotou null",
|
|
872
|
+
"Do not display a column if it contains entirely missing values": "Nezobrazuj sloupec, pokud obsahuje výhradně chybějící hodnoty.",
|
|
873
|
+
"Could not verify code": "Nepodařilo se ověřit kód",
|
|
874
|
+
"Disable two-factor authentication": "Zakázat dvoufázové ověřování",
|
|
875
|
+
"Enter your two-factor code in order to disable it": "Zadejte svůj dvoufaktorový kód, abyste jej deaktivovali.",
|
|
876
|
+
"Allow the user to enter a new key that is not in the schema": "Umožnit uživateli zadat nový klíč, který není ve schématu.",
|
|
877
|
+
"Check for updates": "Zkontrolovat aktualizace",
|
|
878
|
+
"Versions refreshed": "Verze byly obnoveny",
|
|
879
|
+
"Configuration check": "Kontrola konfigurace",
|
|
880
|
+
"Configuration errors": "Chyby konfigurace",
|
|
881
|
+
"Configuration checks passed": "Kontroly konfigurace byly úspěšně dokončeny",
|
|
882
|
+
"On delete cascade": "Při mazání kaskádově",
|
|
883
|
+
"If the parent row is deleted, automatically delete the child rows.": "Pokud je nadřazený řádek odstraněn, automaticky odstraň podřízené řádky.",
|
|
884
|
+
"Extra state Formula": "Další stavový vzorec",
|
|
885
|
+
"Cannot install unsafe plugins on subdomain tenants": "Nelze instalovat nebezpečné pluginy na nájemce běžící na subdoménách.",
|
|
886
|
+
"Default order descending?": "Výchozí řazení sestupně?",
|
|
887
|
+
"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.": "Toto je zobrazení, na které bude uživatel přesměrován po odeslání formuláře. Zobrazení, které zde určíte, může být ignorováno v závislosti na kontextu formuláře; například pokud se formulář zobrazuje v pop-up okně, k přesměrování nedojde.",
|
|
888
|
+
"Destination view": "Cílové zobrazení",
|
|
889
|
+
"Finish": "Dokončit",
|
|
890
|
+
"Include in full-text search": "Zahrnout do fulltextového vyhledávání",
|
|
891
|
+
"Strings": "Řetězce",
|
|
892
|
+
"In default language": "Ve výchozím jazyce",
|
|
893
|
+
"In %s": "V %s",
|
|
894
|
+
"Enable 2FA": "Povolit 2FA",
|
|
895
|
+
"Or enter this code:": "Nebo zadejte tento kód:",
|
|
896
|
+
"Disable 2FA": "Zakázat 2FA",
|
|
897
|
+
"Cascade delete to file": "Kaskádové odstranění do souboru",
|
|
898
|
+
"Deleting a row will also delete the file referenced by this field": "Smazání řádku také smaže soubor, na který odkazuje toto pole.",
|
|
899
|
+
"Has channels?": "Má kanály?",
|
|
900
|
+
"Channels to create events for. Separate by comma; leave blank for all": "Kanály, pro které se mají vytvářet události. Oddělte čárkou; ponechte prázdné pro všechny",
|
|
901
|
+
"Event Name": "Název události",
|
|
902
|
+
"Plugins (Extensions) Store endpoint": "Koncový bod obchodu s pluginy (moduly)",
|
|
903
|
+
"Packs Store endpoint": "Koncový bod úložiště balíčků",
|
|
904
|
+
"The endpoint of plugins store.": "Koncový bod úložiště modulů.",
|
|
905
|
+
"The endpoint of packs store.": "Koncový bod úložiště balíčků.",
|
|
906
|
+
"Manual backup": "Manuální záloha",
|
|
907
|
+
"Automated backup": "Automatizované zálohování",
|
|
908
|
+
"Frequency": "Frekvence",
|
|
909
|
+
"Destination": "Cíl",
|
|
910
|
+
"Directory": "Adresář",
|
|
911
|
+
"Backup settings updated": "Nastavení zálohování aktualizována",
|
|
912
|
+
"Backup successful": "Záloha byla úspěšná",
|
|
913
|
+
"Invalid ownership formula: %s": "Neplatný vzorec vlastnictví: %s",
|
|
914
|
+
"Expiration in days": "Doba platnosti ve dnech",
|
|
915
|
+
"Delete old backup files in this directory after the set number of days": "Smazat staré soubory záloh v tomto adresáři po uplynutí nastaveného počtu dní",
|
|
916
|
+
"Mobile app": "Mobilní aplikace",
|
|
917
|
+
"Build mobile app": "Vytvořit mobilní aplikaci",
|
|
918
|
+
"Build Result": "Výsledek buildu",
|
|
919
|
+
"Download automated backup": "Stáhnout automatizovanou zálohu",
|
|
920
|
+
"Restoring automated backup": "Obnovení automatizované zálohy",
|
|
921
|
+
"No errors detected during configuration check": "Během kontroly konfigurace nebyly zjištěny žádné chyby.",
|
|
922
|
+
"%s view - %s on %s": "%s zobrazení – %s na %s",
|
|
923
|
+
"Please select at least one platform (android or iOS).": "Vyberte prosím alespoň jednu platformu (Android nebo iOS).",
|
|
924
|
+
"Back": "Zpět",
|
|
925
|
+
"Periodic snapshots enabled": "Pravidelné snímky povoleny",
|
|
926
|
+
"Snapshot will be made every hour if there are changes": "Snímek bude vytvořen každou hodinu, pokud dojde ke změnám.",
|
|
927
|
+
"Snapshots": "Snímky",
|
|
928
|
+
"Snapshot settings updated": "Nastavení snímku aktualizována",
|
|
929
|
+
"Download snapshots": "Stáhnout snapshoty",
|
|
930
|
+
"Snapshot successful": "Snímek byl úspěšně vytvořen.",
|
|
931
|
+
"System logging verbosity": "Úroveň podrobnosti systémového logování",
|
|
932
|
+
"Destination URL Formula": "Vzorec cílové URL",
|
|
933
|
+
"Pattern": "Vzor",
|
|
934
|
+
"View pattern": "Vzor zobrazení",
|
|
935
|
+
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "Vzor zobrazení určuje, jakým způsobem zobrazení souvisí s tabulkou a definuje chování zobrazení.",
|
|
936
|
+
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "Zobrazení zobrazují data z tabulek. Zobrazení je vzor zobrazení aplikovaný na tabulku s konfigurací.",
|
|
937
|
+
"Modules": "Moduly",
|
|
938
|
+
"Module installation and control": "Instalace a správa modulů",
|
|
939
|
+
"Module store": "Úložiště modulů",
|
|
940
|
+
"Module": "Modul",
|
|
941
|
+
"View patterns": "Vzorové zobrazení",
|
|
942
|
+
"%s module information": "informace o modulu %s",
|
|
943
|
+
"Upgrade installed modules": "Upgradovat nainstalované moduly",
|
|
944
|
+
"Add another module": "Přidat další modul",
|
|
945
|
+
"Add module": "Přidat modul",
|
|
946
|
+
"Module name": "Název modulu",
|
|
947
|
+
"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": "Zdroj modulu pro instalaci. Několik možností: \nnpm – stáhnout z repozitáře npm, \nlocal – získat z lokálního souborového systému, \ngithub – stáhnout z GitHubu, \ngit – získat z repozitáře Git.",
|
|
948
|
+
"Version of module, latest is default value": "Verze modulu, nejnovější je výchozí hodnota",
|
|
949
|
+
"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.": "Pro npm – název npm balíčku, např. `@saltcorn/html` nebo `saltcorn-gantt`, ověřte na npmjs.com; pro local – absolutní cesta k adresáři modulu v souborovém systému, např. `C:\\gitsrc\\any-bootstrap-theme\\`; pro github – název GitHub projektu.",
|
|
950
|
+
"Modules up-to-date": "Moduly jsou aktuální",
|
|
951
|
+
"User must have this role or higher to read rows from the table, unless they are the owner": "Uživatel musí mít tuto roli nebo vyšší, aby mohl číst řádky z tabulky, pokud není vlastníkem.",
|
|
952
|
+
"User must have this role or higher to edit or create new rows in the table, unless they are the owner": "Uživatel musí mít tuto roli nebo vyšší, aby mohl upravovat nebo vytvářet nové řádky v tabulce, pokud není vlastníkem.",
|
|
953
|
+
"Tagname": "Název značky",
|
|
954
|
+
"Create tag": "Vytvořit tag",
|
|
955
|
+
"Tags": "Štítky",
|
|
956
|
+
"New tag": "Nový štítek",
|
|
957
|
+
"Tag name": "Název tagu",
|
|
958
|
+
"%s Tag": "%s Štítek",
|
|
959
|
+
"Remove From Tag": "Odebrat z tagu",
|
|
960
|
+
"Add tables": "Přidat tabulky",
|
|
961
|
+
"Add views": "Přidat pohledy",
|
|
962
|
+
"Add tags": "Přidat tagy",
|
|
963
|
+
"Trigger": "Trigger",
|
|
964
|
+
"Add %s to tag": "Přidat %s ke štítku",
|
|
965
|
+
"Tag %s deleted": "Štítek %s byl odstraněn",
|
|
966
|
+
"Tag %s created": "Štítek %s byl vytvořen",
|
|
967
|
+
"Application diagram": "Diagram aplikace",
|
|
968
|
+
"Diagram": "Diagram",
|
|
969
|
+
"Entry point": "Vstupní bod",
|
|
970
|
+
"Platform": "Platforma",
|
|
971
|
+
"docker": "docker",
|
|
972
|
+
"android": "Android",
|
|
973
|
+
"iOS": "iOS",
|
|
974
|
+
"App file": "Soubor aplikace",
|
|
975
|
+
"Server URL": "Adresa URL serveru",
|
|
976
|
+
"Module %s installed, please complete configuration.": "Modul %s byl nainstalován, dokončete prosím konfiguraci.",
|
|
977
|
+
"Module %s removed.": "Modul %s byl odstraněn.",
|
|
978
|
+
"Module %s installed": "Modul %s nainstalován",
|
|
979
|
+
"Upgrading modules...": "Aktualizuji moduly…",
|
|
980
|
+
"Backup now": "Zálohovat nyní",
|
|
981
|
+
"Snapshot now": "Pořídit snímek nyní",
|
|
982
|
+
"Restore/download automated backups »": "Obnovit/stáhnout automatizované zálohy »",
|
|
983
|
+
"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).": "Snímky ukládají strukturu a definici vaší aplikace bez dat v tabulkách. Jednotlivé pohledy a stránky lze obnovit ze snímků z přehledů <a href='/viewedit'>pohledů</a> nebo <a href='/pageedit'>stránek</a> („Obnovit“ z rozbalovacích nabídek jednotlivých stránek nebo pohledů).",
|
|
984
|
+
"List/download snapshots »": "Vypsat/stáhnout snímky »",
|
|
985
|
+
"Discover tables that are already in the Database, but not known to Saltcorn": "Objevit tabulky, které již jsou v databázi, ale nejsou známé Saltcornu",
|
|
986
|
+
"Split paste": "Rozdělené vložení",
|
|
987
|
+
"Separate paste content into separate inputs": "Oddělte vložený obsah na samostatné vstupy.",
|
|
988
|
+
"Add entries to tag": "Přidat záznamy ke štítku",
|
|
989
|
+
"Add pages": "Přidat stránky",
|
|
990
|
+
"Add triggers": "Přidat triggery",
|
|
991
|
+
"Formula value": "Hodnota vzorce",
|
|
992
|
+
"The build was successfully": "Sestavení bylo úspěšné.",
|
|
993
|
+
"Unable to build the app": "Nelze zbuildit aplikaci.",
|
|
994
|
+
"Add tag": "Přidat štítek",
|
|
995
|
+
"Create new row": "Vytvořit nový řádek",
|
|
996
|
+
"Specify how to create a new row": "Upřesněte, jak vytvořit nový řádek.",
|
|
997
|
+
"Preview": "Náhled",
|
|
998
|
+
"Minimum role updated": "Minimální role byla aktualizována",
|
|
999
|
+
"Module not found": "Modul nebyl nalezen",
|
|
1000
|
+
"View %s not found": "Zobrazení %s nebylo nalezeno",
|
|
1001
|
+
"Query %s not found": "Dotaz %s nebyl nalezen",
|
|
1002
|
+
"Open": "Otevřít",
|
|
1003
|
+
"Only the android build supports docker.": "Pouze androidí build podporuje Docker.",
|
|
1004
|
+
"Please enter a valid server URL.": "Zadejte prosím platnou adresu serveru URL.",
|
|
1005
|
+
"Table access": "Přístup k tabulce",
|
|
1006
|
+
"Download one of the backups above": "Stáhněte si jednu z výše uvedených záloh",
|
|
1007
|
+
"Clear this application": "Vymazat tuto aplikaci",
|
|
1008
|
+
"(tick all boxes)": "(zaškrtněte všechna políčka)",
|
|
1009
|
+
"When prompted to create the first user, click the link to restore a backup": "Když budete vyzváni k vytvoření prvního uživatele, klikněte na odkaz pro obnovení zálohy.",
|
|
1010
|
+
"Select the downloaded backup file": "Vyberte stažený soubor zálohy",
|
|
1011
|
+
"Units": "Jednotky",
|
|
1012
|
+
"Descending?": "Sestupně?",
|
|
1013
|
+
"Small": "Malý",
|
|
1014
|
+
"Medium": "Střední",
|
|
1015
|
+
"Large": "Velký",
|
|
1016
|
+
"Extra-large": "Extra velký",
|
|
1017
|
+
"Please select at least one item": "Vyberte prosím alespoň jednu položku",
|
|
1018
|
+
"Only include rows where this formula is true. ": "Zahrnout pouze řádky, pro které je tento vzorec pravdivý.",
|
|
1019
|
+
"Use %s to access current user ID": "Použijte %s pro přístup k aktuálnímu ID uživatele",
|
|
1020
|
+
"Action not found": "Akce nebyla nalezena",
|
|
1021
|
+
"Development settings": "Vývojová nastavení",
|
|
1022
|
+
"All entities": "Všechny entity",
|
|
1023
|
+
"no tags": "žádné značky",
|
|
1024
|
+
"Development mode settings updated": "Nastavení režimu vývoje byla aktualizována",
|
|
1025
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "Zkrácený identifikátor jazykového prostředí, např. en, zh, fr, ar atd.",
|
|
1026
|
+
"Is this the default language in which the application is built?": "Je toto výchozí jazyk, ve kterém je aplikace postavena?",
|
|
1027
|
+
"Database type": "Typ databáze",
|
|
1028
|
+
"Database schema name": "Název databázového schématu",
|
|
1029
|
+
"Database user": "Uživatel databáze",
|
|
1030
|
+
"Database host": "Hostitel databáze",
|
|
1031
|
+
"Database port": "Port databáze",
|
|
1032
|
+
"Creator email": "E‑mail tvůrce",
|
|
1033
|
+
"Create tenant warning text": "Vytvořit varovný text pro tenanta",
|
|
1034
|
+
"Provide your own create warning text if need": "V případě potřeby zadejte vlastní text varování pro vytvoření.",
|
|
1035
|
+
"Specify some description for tenant if need": "Pokud je to potřeba, zadejte nějaký popis pro tenanta.",
|
|
1036
|
+
"Created": "Vytvořeno",
|
|
1037
|
+
"First user E-mail": "První e‑mail uživatele",
|
|
1038
|
+
"HTTP settings": "Nastavení HTTP",
|
|
1039
|
+
"Login and Signup": "Přihlášení a registrace",
|
|
1040
|
+
"Rights": "Oprávnění",
|
|
1041
|
+
"Rights settings": "Nastavení oprávnění",
|
|
1042
|
+
"Database name": "Název databáze",
|
|
1043
|
+
"Database schema": "Databázové schéma",
|
|
1044
|
+
"If the parent row is deleted, do this to the child rows.": "Pokud je nadřazený řádek smazán, proveďte tuto akci s podřízenými řádky.",
|
|
1045
|
+
"On delete": "Při mazání",
|
|
1046
|
+
"Permissions": "Oprávnění",
|
|
1047
|
+
"Permissions settings": "Nastavení oprávnění",
|
|
1048
|
+
"Files accept filter ": "Filtr přijímaných souborů",
|
|
1049
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "Určuje filtr, jaké typy souborů může uživatel vybírat v dialogovém okně pro výběr souboru. Příklad: `.doc,audio/*,video/*,image/*`",
|
|
1050
|
+
"Permissions settings updated": "Nastavení oprávnění bylo aktualizováno",
|
|
1051
|
+
"Upload file(s)": "Nahrát soubor(y)",
|
|
1052
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `text/csv,audio/*,video/*,image/*`": "Určuje filtr typů souborů, které si uživatel může vybrat v dialogovém okně pro výběr souboru. Příklad: `text/csv,audio/*,video/*,image/*`",
|
|
1053
|
+
"Default Files accept filter": "Výchozí filtr pro přijímané soubory",
|
|
1054
|
+
"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/*`": "Určuje výchozí filtr pro typy souborů, které si uživatel může vybrat z dialogového okna pro výběr souboru. Příklad: `.doc, text/csv, audio/*, video/*, image/*`",
|
|
1055
|
+
"Destination page": "Cílová stránka",
|
|
1056
|
+
"Module Store endpoint": "Koncový bod úložiště modulů",
|
|
1057
|
+
"Authentication settings updated": "Nastavení autentizace byla aktualizována",
|
|
1058
|
+
"Log client errors": "Protokolovat chyby klienta",
|
|
1059
|
+
"Record all client errors in the crash log": "Zaznamenávat všechny chyby na straně klienta do crash logu.",
|
|
1060
|
+
"Default File accept filter": "Výchozí filtr pro přijímané soubory",
|
|
1061
|
+
"File upload debug": "Ladění nahrávání souborů",
|
|
1062
|
+
"Turn on to debug file upload in express-fileupload.": "Zapněte ladění nahrávání souborů v `express-fileupload`.",
|
|
1063
|
+
"Upload size limit (Kb)": "Limit velikosti nahrávání (KB)",
|
|
1064
|
+
"Maximum upload file size in kilobytes": "Maximální velikost nahrávaného souboru v kilobajtech",
|
|
1065
|
+
"File upload timeout": "Časový limit pro nahrávání souboru",
|
|
1066
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "Definuje, jak dlouho čekat na data před přerušením nahrávání souboru. Pokud chcete vypnout kontrolu časového limitu, nastavte na 0.",
|
|
1067
|
+
"Files settings": "Nastavení souborů",
|
|
1068
|
+
"NPM packages in code": "Balíčky NPM v kódu",
|
|
1069
|
+
"Comma-separated list of packages which will be available in JavaScript actions": "Seznam balíčků oddělených čárkami, které budou k dispozici v JavaScript akcích",
|
|
1070
|
+
"Become user": "Stát se uživatelem",
|
|
1071
|
+
"Your are now logged in as %s. Logout and login again to assume your usual identity": "Nyní jste přihlášen jako %s. Odhlaste se a znovu se přihlaste, abyste převzali svou obvyklou identitu.",
|
|
1072
|
+
"Done": "Hotovo",
|
|
1073
|
+
"Configure trigger %s": "Konfigurovat spoušť %s",
|
|
1074
|
+
"Saved 2FA policy for role": "Uložena politika 2FA pro roli",
|
|
1075
|
+
"HTTP settings updated": "Nastavení HTTP byla aktualizována.",
|
|
1076
|
+
"%s configuration": "Konfigurace %s",
|
|
1077
|
+
"Save indicator": "Indikátor ukládání",
|
|
1078
|
+
"Public cache TTL (minutes)": "Veřejná životnost cache (minuty)",
|
|
1079
|
+
"Cache-control max-age for public views and pages. 0 to disable": "Maximální stáří (max-age) hlavičky Cache-Control pro veřejné pohledy a stránky. 0 pro vypnutí",
|
|
1080
|
+
"Files accept filter": "Filtr pro přijímané soubory",
|
|
1081
|
+
"User group": "Uživatelská skupina",
|
|
1082
|
+
"Add relations to this table in dropdown options for ownership field": "Přidejte relace k této tabulce do rozbalovacích možností pro pole vlastnictví.",
|
|
1083
|
+
"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.": "Máte pohledy s rolí pro přístup nižší, než je role tabulky pro čtení, bez vlastnictví tabulky. To může způsobit odepření přístupu. Uživatelé musí mít oprávnění ke čtení tabulky pro všechna zobrazovaná data.",
|
|
1084
|
+
"Views potentially affected": "Potenciálně ovlivněné pohledy",
|
|
1085
|
+
"Empty view": "Prázdné zobrazení",
|
|
1086
|
+
"A view that will be shown only if there are no tables rows to show": "Zobrazení, které se zobrazí pouze v případě, že nejsou k dispozici žádné řádky tabulky k zobrazení.",
|
|
1087
|
+
"Calculated field will be stored in Database": "Vypočítané pole bude uloženo v databázi.",
|
|
1088
|
+
"Set Email": "Nastavit e‑mail",
|
|
1089
|
+
"Please enter your email address": "Zadejte prosím svou e-mailovou adresu.",
|
|
1090
|
+
"Role for search": "Role pro vyhledávání",
|
|
1091
|
+
"Min role to access search page": "Minimální role pro přístup na stránku vyhledávání",
|
|
1092
|
+
"Update": "Aktualizovat",
|
|
1093
|
+
"Add": "Přidat",
|
|
1094
|
+
"Recalculate dynamic": "Přepočítat dynamické",
|
|
1095
|
+
"Force logout": "Vynutit odhlášení",
|
|
1096
|
+
"Logged out user %s": "Odhlášený uživatel %s",
|
|
1097
|
+
"Reset password link sent to %s": "Odkaz pro resetování hesla byl odeslán na %s",
|
|
1098
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "Žádáme vás, abyste si změnili heslo na %s. Nové heslo si můžete nastavit prostřednictvím tohoto odkazu:",
|
|
1099
|
+
"Welcome to %s": "Vítejte v %s",
|
|
1100
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "Vytvořili jsme pro vás účet na %s. Nové heslo si můžete nastavit prostřednictvím tohoto odkazu:",
|
|
1101
|
+
"Use this link to access the application once you have set your password: %s": "Použijte tento odkaz pro přístup k aplikaci poté, co si nastavíte heslo: %s",
|
|
1102
|
+
"Tag: %s": "Štítek: %s",
|
|
1103
|
+
"Tag entry": "Zadání štítku",
|
|
1104
|
+
"Clear": "Vymazat",
|
|
1105
|
+
"Restore a snapshot": "Obnovit snapshot",
|
|
1106
|
+
"Snapshot restored": "Snímek obnoven",
|
|
1107
|
+
"Configuration check report": "Zpráva o kontrole konfigurace",
|
|
1108
|
+
"Re-run": "Spustit znovu",
|
|
1109
|
+
"Add constraint:": "Přidat omezení:",
|
|
1110
|
+
"Index": "Index",
|
|
1111
|
+
"Add constraint: ": "Přidat omezení:",
|
|
1112
|
+
"Choose the field to be indexed": "Zvolte pole, které má být indexováno",
|
|
1113
|
+
"Constraint formula": "Omezující formule",
|
|
1114
|
+
"Formula must evaluate to true for valid rows. In scope: ": "Vzorec se musí vyhodnotit jako pravdivý pro platné řádky. V rozsahu:",
|
|
1115
|
+
"Add %s constraint to %s": "Přidat omezení %s do %s",
|
|
1116
|
+
"What": "Co",
|
|
1117
|
+
"Choose the field to be indexed. This make searching the table faster.": "Zvolte pole, které má být indexováno. Tím se zrychlí vyhledávání v tabulce.",
|
|
1118
|
+
"Disk usage": "Využití disku",
|
|
1119
|
+
"CPU usage": "Využití CPU",
|
|
1120
|
+
"Mem usage": "Využití paměti",
|
|
1121
|
+
"The field that will be shown to the user when choosing a value": "Pole, které se uživateli zobrazí při výběru hodnoty",
|
|
1122
|
+
"String value must match regular expression": "Řetězcová hodnota musí odpovídat regulárnímu výrazu",
|
|
1123
|
+
"Modules up-to-date. Please restart server": "Moduly jsou aktuální. Prosím, restartujte server.",
|
|
1124
|
+
"Install git plugins": "Nainstalovat pluginy Git",
|
|
1125
|
+
"Set available npm modules": "Nastavit dostupné npm moduly",
|
|
1126
|
+
"Only store modules can be installed on tenant instances": "Na instancích tenantů lze instalovat pouze moduly obchodu.",
|
|
1127
|
+
"Unsafe modules": "Nezabezpečené moduly",
|
|
1128
|
+
"Notifications": "Oznámení",
|
|
1129
|
+
"No notifications": "Žádná oznámení",
|
|
1130
|
+
"In user menu": "V uživatelském menu",
|
|
1131
|
+
"Show notifications in the user menu": "Zobrazit oznámení v uživatelském menu",
|
|
1132
|
+
"Notification settings": "Nastavení oznámení",
|
|
1133
|
+
"PWA": "PWA",
|
|
1134
|
+
"Progressive Web Application": "Progresivní webová aplikace",
|
|
1135
|
+
"Display": "Zobrazení",
|
|
1136
|
+
"Progressive Web Application enabled": "Progresivní webová aplikace povolena",
|
|
1137
|
+
"Saltcorn test email": "Testovací e-mail Saltcorn",
|
|
1138
|
+
"Hello from Saltcorn": "Ahoj ze Saltcornu",
|
|
1139
|
+
"Set colors": "Nastavit barvy",
|
|
1140
|
+
"Theme color": "Barva motivu",
|
|
1141
|
+
"Background color": "Barva pozadí",
|
|
1142
|
+
"Table provider": "Poskytovatel tabulek",
|
|
1143
|
+
"Database table": "Databázová tabulka",
|
|
1144
|
+
"Configure provider": "Konfigurovat poskytovatele",
|
|
1145
|
+
"In scope:": "V rozsahu:",
|
|
1146
|
+
"SSL expiry": "Vypršení platnosti SSL",
|
|
1147
|
+
"A page with this name already exists": "Stránka s tímto názvem již existuje.",
|
|
1148
|
+
"Tenant Base URL": "Základní URL nájemce",
|
|
1149
|
+
"Base hostname for newly created tenants. If unset, defaults to hostname": "Základní hostname pro nově vytvářené tenanty. Pokud není nastaven, použije se výchozí hostname.",
|
|
1150
|
+
"Redirect unauthorized": "Přesměrovat neautorizované",
|
|
1151
|
+
"If tenant creation is not authorized, redirect to this URL": "Pokud není vytvoření tenanta autorizováno, přesměruj na tuto URL.",
|
|
1152
|
+
"Import table %s": "Importovat tabulku %s",
|
|
1153
|
+
"Import CSV": "Import CSV",
|
|
1154
|
+
"Show configuration object": "Zobrazit konfigurační objekt",
|
|
1155
|
+
"Connected views": "Propojené pohledy",
|
|
1156
|
+
"Tenant application capabilities": "Možnosti aplikace nájemce",
|
|
1157
|
+
"Edit Module": "Upravit modul",
|
|
1158
|
+
"Roles 2-10 are reserved": "Role 2–10 jsou rezervovány",
|
|
1159
|
+
"Role IDs 2-10 are reserved": "ID rolí 2–10 jsou rezervovány",
|
|
1160
|
+
"Allow offline mode": "Povolit offline režim",
|
|
1161
|
+
"Embedded in": "Vložené v",
|
|
1162
|
+
"Linked from": "Odkazováno z",
|
|
1163
|
+
"Table constraints": "Omezení tabulky",
|
|
1164
|
+
"Event logs": "Protokoly událostí",
|
|
1165
|
+
"Migrations": "Migrace",
|
|
1166
|
+
"Tag Entries": "Položky štítků",
|
|
1167
|
+
"Not a valid field name": "Neplatný název pole",
|
|
1168
|
+
"Set a default value for missing data": "Nastavit výchozí hodnotu pro chybějící data",
|
|
1169
|
+
"Create model": "Vytvořit model",
|
|
1170
|
+
"Models": "Modely",
|
|
1171
|
+
"New model": "Nový model",
|
|
1172
|
+
"Show model": "Zobrazit model",
|
|
1173
|
+
"Model instances": "Instance modelu",
|
|
1174
|
+
"Trained": "Vytrénovaný",
|
|
1175
|
+
"Train new instance": "Natrénovat novou instanci",
|
|
1176
|
+
"Train model": "Natrénovat model",
|
|
1177
|
+
"Train": "Trénovat",
|
|
1178
|
+
"Report": "Report",
|
|
1179
|
+
"Model training report": "Zpráva o trénování modelu",
|
|
1180
|
+
"Model training error": "Chyba při trénování modelu",
|
|
1181
|
+
"Training error": "Chyba při trénování",
|
|
1182
|
+
"Model": "Model",
|
|
1183
|
+
"Model instance": "Instance modelu",
|
|
1184
|
+
"Prediction output": "Výstup predikce",
|
|
1185
|
+
"Table triggers: ": "Spouště tabulek:",
|
|
1186
|
+
"App name": "Název aplikace",
|
|
1187
|
+
"App icon": "Ikona aplikace",
|
|
1188
|
+
"Splash Page": "Úvodní stránka",
|
|
1189
|
+
"App version": "Verze aplikace",
|
|
1190
|
+
"Forgot password?": "Zapomněli jste heslo?",
|
|
1191
|
+
"Details": "Podrobnosti",
|
|
1192
|
+
"URL is a formula?": "URL je vzorec?",
|
|
1193
|
+
"Receive notifications by:": "Dostávat oznámení prostřednictvím:",
|
|
1194
|
+
"Backup settings": "Nastavení zálohování",
|
|
1195
|
+
"Logo image": "Logo obrázek",
|
|
1196
|
+
"Custom code": "Vlastní kód",
|
|
1197
|
+
"Extension store": "Obchod s moduly",
|
|
1198
|
+
"Backup file prefix": "Prefix souboru zálohy",
|
|
1199
|
+
"Directory for backup files": "Adresář pro záložní soubory",
|
|
1200
|
+
"Backup File Prefix": "Předpona souboru zálohy",
|
|
1201
|
+
"Search for...": "Hledat…",
|
|
1202
|
+
"Every 5 minutes": "Každých 5 minut",
|
|
1203
|
+
"Not scheduled but can be run as an action from a button click": "Není naplánováno, ale může být spuštěno jako akce po kliknutí na tlačítko.",
|
|
1204
|
+
"Fixed and blocked fields": "Pevná a blokovaná pole",
|
|
1205
|
+
"Do not allow the following fields to have a value set from the query string or state": "Nedovolte, aby následující pole měla hodnotu nastavenou z query stringu nebo ze stavu.",
|
|
1206
|
+
"Action configuration saved": "Konfigurace akce byla uložena",
|
|
1207
|
+
"Prevent any deletion of parent rows": "Zabránit jakémukoli odstranění nadřazených řádků",
|
|
1208
|
+
"If the parent row is deleted, set key fields on child rows to null": "Pokud je nadřazený řádek smazán, nastavte klíčová pole v podřízených řádcích na hodnotu null.",
|
|
1209
|
+
"Link out?": "Odkaz ven?",
|
|
1210
|
+
"Show a link to open popup contents in new tab": "Zobrazit odkaz pro otevření obsahu vyskakovacího okna v nové kartě",
|
|
1211
|
+
"Model %s deleted": "Model %s byl odstraněn",
|
|
1212
|
+
"Model instance %s deleted": "Instance modelu %s byl odstraněn",
|
|
1213
|
+
"Action information saved": "Informace o akci byly uloženy",
|
|
1214
|
+
"JavaScript code:": "Kód JavaScript:",
|
|
1215
|
+
"code here": "kód zde",
|
|
1216
|
+
"Page '%s' was loaded": "Stránka „%s“ byla načtena",
|
|
1217
|
+
"View '%s' was loaded": "Zobrazení „%s“ bylo načteno",
|
|
1218
|
+
"Error message": "Chybová zpráva",
|
|
1219
|
+
"Error shown to user if uniqueness is violated": "Chyba zobrazená uživateli při porušení jedinečnosti",
|
|
1220
|
+
"Protected": "Chráněno",
|
|
1221
|
+
"Set role to access": "Nastavit roli pro přístup",
|
|
1222
|
+
"User must have this role or higher to update or create field values": "Uživatel musí mít tuto roli nebo vyšší, aby mohl aktualizovat nebo vytvářet hodnoty polí.",
|
|
1223
|
+
"Disable on mobile": "Zakázat na mobilu",
|
|
1224
|
+
"moment.js format specifier": "specifikátor formátu moment.js",
|
|
1225
|
+
"Primary button": "Primární tlačítko",
|
|
1226
|
+
"Secondary button": "Sekundární tlačítko",
|
|
1227
|
+
"Success button": "Tlačítko úspěchu",
|
|
1228
|
+
"Danger button": "Tlačítko nebezpečné akce",
|
|
1229
|
+
"Primary outline button": "Primární obrysové tlačítko",
|
|
1230
|
+
"Secondary outline button": "Sekundární obrysové tlačítko",
|
|
1231
|
+
"Standard": "Standardní",
|
|
1232
|
+
"X-Small": "Velmi malé",
|
|
1233
|
+
"Block": "Blok",
|
|
1234
|
+
"Large block": "Velký blok",
|
|
1235
|
+
"Formula for JavaScript object that will be added to state parameters": "Vzorec pro objekt JavaScript, který bude přidán do parametrů stavu",
|
|
1236
|
+
"Alignment": "Zarovnání",
|
|
1237
|
+
"Click to edit?": "Kliknutím upravit?",
|
|
1238
|
+
"Format": "Formát",
|
|
1239
|
+
"Table Synchronization": "Synchronizace tabulek",
|
|
1240
|
+
"unsynched": "nesynchronizovaný",
|
|
1241
|
+
"synched": "synchronizovaný",
|
|
1242
|
+
"Sync information": "Informace o synchronizaci",
|
|
1243
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "Informace o synchronizaci sledují časové razítko poslední úpravy nebo smazání, aby bylo možné data tabulky synchronizovat s mobilní aplikací.",
|
|
1244
|
+
"Included Plugins": "Zahrnuté moduly",
|
|
1245
|
+
"exclude": "vyloučit",
|
|
1246
|
+
"include": "zahrnout",
|
|
1247
|
+
"Auto public login": "Automatické veřejné přihlášení",
|
|
1248
|
+
"New user view": "Nové uživatelské zobrazení",
|
|
1249
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "Zobrazení určené pro nové uživatele k dokončení registrace (pokud je v režimu Úpravy) nebo jako uvítací zobrazení.",
|
|
1250
|
+
"View decoration": "Dekorace zobrazení",
|
|
1251
|
+
"Title formula": "Vzorec názvu",
|
|
1252
|
+
"Show if true": "Zobrazit, pokud je pravda",
|
|
1253
|
+
"Formula. Leave blank to always show": "Vzorec. Ponechte prázdné pro vždycké zobrazení",
|
|
1254
|
+
"Popup width": "Šířka vyskakovacího okna",
|
|
1255
|
+
"Show an icon in the title bar to indicate when form data is being saved": "Zobrazit ikonu v titulku okna, která indikuje, že se data formuláře právě ukládají.",
|
|
1256
|
+
"install a different version": "nainstalovat jinou verzi",
|
|
1257
|
+
"%s versions": "verze %s",
|
|
1258
|
+
"Close": "Zavřít",
|
|
1259
|
+
"Module up-to-date": "Modul je aktuální",
|
|
1260
|
+
"Module '%s' not found": "Modul „%s“ nenalezen",
|
|
1261
|
+
"Module %s not found": "Modul %s nebyl nalezen",
|
|
1262
|
+
"Include Event Logs": "Zahrnout protokoly událostí",
|
|
1263
|
+
"Backup with event logs": "Záloha s protokoly událostí",
|
|
1264
|
+
"Initially open": "Původně otevřené",
|
|
1265
|
+
"Not a valid pack": "Neplatný balíček",
|
|
1266
|
+
"Pack file": "Soubor balíčku",
|
|
1267
|
+
"Upload a pack file": "Nahrát soubor balíčku",
|
|
1268
|
+
"No menu": "Žádné menu",
|
|
1269
|
+
"Omit the menu from this page": "Vynechejte z této stránky nabídku.",
|
|
1270
|
+
"%s finished without a result": "%s skončilo bez výsledku",
|
|
1271
|
+
"Body size limit (Kb)": "Limit velikosti těla (KB)",
|
|
1272
|
+
"Maximum request body size in kilobytes": "Maximální velikost těla požadavku v kilobajtech",
|
|
1273
|
+
"URL encoded size limit (Kb)": "Limit velikosti URL kódovaných dat (KB)",
|
|
1274
|
+
"Maximum URL encoded request size in kilobytes": "Maximální velikost URL kódovaného požadavku v kilobajtech",
|
|
1275
|
+
"HTML file": "Soubor HTML",
|
|
1276
|
+
"HTML file to use as page content": "Soubor HTML k použití jako obsah stránky",
|
|
1277
|
+
"Offline mode: cannot load file": "Offline režim: nelze načíst soubor",
|
|
1278
|
+
"None - use drag and drop builder": "Žádné – použijte drag & drop builder",
|
|
1279
|
+
"Do not pick or compare time": "Nezvolit ani neporovnávat čas",
|
|
1280
|
+
"Installed theme": "Nainstalované téma",
|
|
1281
|
+
"Theme for role": "Motiv pro roli",
|
|
1282
|
+
"Set theme for each user role »": "Nastavit motiv pro každou uživatelskou roli »",
|
|
1283
|
+
"Available themes": "Dostupná témata",
|
|
1284
|
+
"Install more themes »": "Nainstalovat další motivy »",
|
|
1285
|
+
"Configure action": "Konfigurovat akci",
|
|
1286
|
+
"No changes detected, snapshot skipped": "Nebyly zjištěny žádné změny, snímek byl přeskočen.",
|
|
1287
|
+
"Cannot remove module: views %s depend on it": "Nelze odstranit modul: závisí na něm zobrazení %s",
|
|
1288
|
+
"The view name is part of the URL when it is shown alone.": "Název view je součástí URL, pokud je zobrazen samostatně.",
|
|
1289
|
+
"Exclusion relations": "Vylučovací relace",
|
|
1290
|
+
"Do not include row if this relation has a match": "Nezahrnuj řádek, pokud má tento vztah shodu.",
|
|
1291
|
+
"Exclusion where": "Vyloučení, kde",
|
|
1292
|
+
"Hoverable rows": "Řádky reagující na přejetí kurzorem",
|
|
1293
|
+
"Highlight row under cursor": "Zvýraznit řádek pod kurzorem",
|
|
1294
|
+
"Striped rows": "Pruhované řádky",
|
|
1295
|
+
"Add zebra stripes to rows": "Přidat zebra pruhování do řádků",
|
|
1296
|
+
"New page group": "Nová skupina stránek",
|
|
1297
|
+
"Page Groups": "Skupiny stránek",
|
|
1298
|
+
"%s edit": "%s upravit",
|
|
1299
|
+
"Members": "Členové",
|
|
1300
|
+
"Add member": "Přidat člena",
|
|
1301
|
+
"Edit group properties": "Upravit vlastnosti skupiny",
|
|
1302
|
+
"Page to be served": "Stránka, která má být naservírována",
|
|
1303
|
+
"A description of the group member": "Popis člena skupiny",
|
|
1304
|
+
"Eligible Formula": "Oprávněný vzorec",
|
|
1305
|
+
"Formula to determine if this page should be served.": "Vzorec pro určení, zda má být tato stránka obsloužena.",
|
|
1306
|
+
"Cancel": "Zrušit",
|
|
1307
|
+
"%s add-member": "%s přidat-člena",
|
|
1308
|
+
"add-member": "přidat‑člena",
|
|
1309
|
+
"add member to %s": "přidat člena do %s",
|
|
1310
|
+
"Added member": "Přidaný člen",
|
|
1311
|
+
"Member %s": "Člen %s",
|
|
1312
|
+
"Updated member": "Aktualizovaný člen",
|
|
1313
|
+
"%s edit-member": "%s edit-member",
|
|
1314
|
+
"edit member of %s": "upravit člena %s",
|
|
1315
|
+
"Removed member %s": "Odebrán člen %s",
|
|
1316
|
+
"Deleted page group %s": "Smazaná skupina stránek %s",
|
|
1317
|
+
"Missing screen info": "Chybějící informace o obrazovce",
|
|
1318
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "Co dělat, pokud nejsou k dispozici žádné informace o obrazovce. Znovu načíst s parametry nebo je odhadnout z user-agent.",
|
|
1319
|
+
"Guess from user agent": "Odhadnout z uživatelského agenta",
|
|
1320
|
+
"Reload": "Znovu načíst",
|
|
1321
|
+
"User Agent screen infos": "Informace o obrazovce uživatelského agenta",
|
|
1322
|
+
"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.": "Tyto informace o obrazovce se použijí, pokud je prohlížeč neodesílá. Při nastavení „Chybějící informace o obrazovce“ na „Odhadnout z user agentu“ je user agent namapován na zařízení s následujícími hodnotami.",
|
|
1323
|
+
"Add screen info": "Přidat informace o obrazovce",
|
|
1324
|
+
"Page Group settings": "Nastavení skupiny stránek",
|
|
1325
|
+
"Pagegroups": "Skupiny stránek",
|
|
1326
|
+
"width": "šířka",
|
|
1327
|
+
"height": "výška",
|
|
1328
|
+
"innerWidth": "vnitřní šířka",
|
|
1329
|
+
"innerHeight": "vnitřní výška",
|
|
1330
|
+
"Screen info added": "Informace o obrazovce byly přidány",
|
|
1331
|
+
"Screen info removed": "Informace o obrazovce byly odstraněny",
|
|
1332
|
+
"Edit screen info": "Informace na editační obrazovce",
|
|
1333
|
+
"Screen info saved": "Informace o obrazovce uloženy",
|
|
1334
|
+
"Settings saved": "Nastavení uložena",
|
|
1335
|
+
"Destination page group": "Cílová skupina stránek",
|
|
1336
|
+
"Your page groups": "Vaše skupiny stránek",
|
|
1337
|
+
"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.": "Skupina má stránky s příslušným (eligible) vzorcem. Když požádáte o skupinu, je vrácena první stránka, u které vzorec odpovídá. Tímto způsobem můžete zvolit stránku v závislosti na obrazovce zařízení.",
|
|
1338
|
+
"Create page group": "Vytvořit skupinu stránek",
|
|
1339
|
+
"Page groups": "Skupiny stránek",
|
|
1340
|
+
"Calculated non-stored fields cannot have Key type": "Vypočítávaná neuložená pole nemohou mít typ Klíč.",
|
|
1341
|
+
"Row click URL": "URL při kliknutí na řádek",
|
|
1342
|
+
"Formula. Navigate to this URL when row is clicked": "Vzorec. Přejít na tuto URL po kliknutí na řádek",
|
|
1343
|
+
"Time of day": "Denní doba",
|
|
1344
|
+
"UTC timezone": "Časové pásmo UTC",
|
|
1345
|
+
"Show if formula": "Zobrazit, pokud vzorec",
|
|
1346
|
+
"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>.": "Zobrazit odkaz nebo vložený obsah, pokud je hodnota true, nezobrazit, pokud je false. Založeno na stavových proměnných z parametrů URL a objektu <code>user</code>. Pro úplný stav použijte <code>row</code>. Příklad: <code>!!row.createlink</code> zobrazí odkaz právě tehdy, když stav obsahuje <code>createlink</code>.",
|
|
1347
|
+
"Pagegroup": "Skupina stránek",
|
|
1348
|
+
"Pagegroup %s has no members": "Skupina stránek %s nemá žádné členy",
|
|
1349
|
+
"Remove border": "Odstranit ohraničení",
|
|
1350
|
+
"No lines between tables": "Žádné čáry mezi tabulkami",
|
|
1351
|
+
"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.": "Použijte toto pole k omezení hodnot na seznam možností (oddělených čárkami). Například zadejte <kbd class=\"fst-normal\">Red, Green, Blue</kbd>, pokud jsou přípustné hodnoty Red, Green a Blue. Ponechte prázdné, pokud řetězec může obsahovat libovolnou hodnotu.",
|
|
1352
|
+
"Page description": "Popis stránky",
|
|
1353
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "Některé vzory zobrazení přijímají interpolace. Např.: <code>{{ name }}</code> nebo <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>",
|
|
1354
|
+
"For search engines. Some view patterns accept interpolations.": "Pro vyhledávače. Některé vzory zobrazení akceptují interpolace.",
|
|
1355
|
+
"Files cache TTL (minutes)": "TTL mezipaměti souborů (v minutách)",
|
|
1356
|
+
"Cache-control max-age for files.": "Maximální stáří (max-age) pro soubory v hlavičce Cache-Control.",
|
|
1357
|
+
"Popup min width": "Minimální šířka vyskakovacího okna",
|
|
1358
|
+
"Add %s to tag %s": "Přidat %s ke štítku %s",
|
|
1359
|
+
"Add entries to tag %s": "Přidat záznamy ke štítku %s",
|
|
1360
|
+
"Tag not found": "Štítek nenalezen",
|
|
1361
|
+
"Unable to save: No page or no layout": "Nelze uložit: Žádná stránka nebo žádné rozvržení",
|
|
1362
|
+
"Unable to save: No view": "Nelze uložit: Žádné zobrazení",
|
|
1363
|
+
"%s has no eligible page": "%s nemá žádnou způsobilou stránku",
|
|
1364
|
+
"Random allocation": "Náhodné přiřazení",
|
|
1365
|
+
"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.": "Podávej náhodnou stránku, ignorujíc vzorec pro způsobilost. V rámci jedné relace budou opětovná načtení vždy doručovat stejnou stránku. Toto je základní požadavek pro A/B testování.",
|
|
1366
|
+
"Pagegroup %s not found": "Skupina stránek %s nebyla nalezena",
|
|
1367
|
+
"Create trigger": "Vytvořit trigger",
|
|
1368
|
+
"Omit the menu from this view": "Vynechat v této zobrazení nabídku",
|
|
1369
|
+
"Cross-domain iframe": "Iframe napříč doménami",
|
|
1370
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "Povolit vkládání do iframe na různých doménách. Zruší hlavičku X-Frame-Options.",
|
|
1371
|
+
"Logout URL": "URL pro odhlášení",
|
|
1372
|
+
"The URL to direct to after logout": "URL, na kterou se má přesměrovat po odhlášení",
|
|
1373
|
+
"Runtime informations": "Informace za běhu",
|
|
1374
|
+
"open logs viewer": "otevřít prohlížeč logů",
|
|
1375
|
+
"Server logs": "Serverové logy",
|
|
1376
|
+
"Timestamp": "Časové razítko",
|
|
1377
|
+
"Message": "Zpráva",
|
|
1378
|
+
"Please enter the two-factor authetication code from your authenticator device": "Zadejte prosím kód dvoufaktorového ověření ze svého autentizačního zařízení.",
|
|
1379
|
+
"Only if...": "Pouze pokud...",
|
|
1380
|
+
"Allow self signed": "Povolit self-signed",
|
|
1381
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "Otevřít spojení k TLS serveru se samopodepsaným nebo neplatným TLS certifikátem",
|
|
1382
|
+
"Allow self-signed": "Povolit self‑signed",
|
|
1383
|
+
"Optionally associate a table with this trigger": "Volitelně přiřaďte tomuto triggeru tabulku.",
|
|
1384
|
+
"Delete table": "Smazat tabulku",
|
|
1385
|
+
"Signup role": "Role při registraci",
|
|
1386
|
+
"The initial role of signed up users": "Počáteční role nově zaregistrovaných uživatelů",
|
|
1387
|
+
"Cordova builder": "Tvůrce aplikací Cordova",
|
|
1388
|
+
"not available": "není k dispozici",
|
|
1389
|
+
"pull": "pull",
|
|
1390
|
+
"refresh": "obnovit",
|
|
1391
|
+
"installed": "nainstalováno",
|
|
1392
|
+
"Include table history in backup": "Zahrnout historii tabulky do zálohy",
|
|
1393
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "Zásuvný modul byl poškozen a musel být opraven. Doporučujeme restartovat váš server.",
|
|
1394
|
+
"%s code page": "stránkování kódu %s",
|
|
1395
|
+
"Constants and function code": "Konstanty a kód funkcí",
|
|
1396
|
+
"Delete code page": "Smazat kódovou stránku",
|
|
1397
|
+
"Adjust the the theme for this user": "Upravit motiv pro tohoto uživatele",
|
|
1398
|
+
"Configure theme": "Nakonfigurovat motiv",
|
|
1399
|
+
"Remove all user specific theme settings": "Odstraňte všechna uživatelská nastavení motivu.",
|
|
1400
|
+
"Configure %s Plugin for %s": "Nakonfigurujte zásuvný modul %s pro %s",
|
|
1401
|
+
"The current theme has no user specific settings": "Aktuální motiv nemá žádná uživatelsky specifická nastavení.",
|
|
1402
|
+
"Some themes support only one level of menu nesting.": "Některá témata podporují pouze jednu úroveň vnoření nabídky.",
|
|
1403
|
+
"Apple Team ID": "ID týmu Apple",
|
|
1404
|
+
"Please enter your Apple Team ID": "Zadejte prosím své Apple Team ID",
|
|
1405
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "Aby uživatelé viděli změny pro „%s“ ve vzorcích show-if, musí se znovu přihlásit.",
|
|
1406
|
+
"Server host": "Hostitel serveru",
|
|
1407
|
+
"Username": "Uživatelské jméno",
|
|
1408
|
+
"Port": "Port",
|
|
1409
|
+
"All tenants": "Všichni tenantí",
|
|
1410
|
+
"Also backup all tenants": "Také zálohovat všechny tenanty.",
|
|
1411
|
+
"Retain local directory": "Zachovat místní adresář",
|
|
1412
|
+
"Retain a local backup copy in this directory (optional)": "Ponechat místní záložní kopii v tomto adresáři (volitelné)",
|
|
1413
|
+
"Do not wrap response in a success object": "Nezabalujte odpověď do objektu „success“.",
|
|
1414
|
+
"Use table description instead of name as header": "Použít popis tabulky místo názvu jako záhlaví",
|
|
1415
|
+
"Description header": "Záhlaví popisu",
|
|
1416
|
+
"Lazy load views": "Líné načítání pohledů",
|
|
1417
|
+
"Log IP address": "Zaznamenat IP adresu",
|
|
1418
|
+
"Record the request IP address in log messages": "Zaznamenávat IP adresu požadavku do logovacích zpráv.",
|
|
1419
|
+
"App ID": "ID aplikace",
|
|
1420
|
+
"Build type": "Typ buildu",
|
|
1421
|
+
"debug": "ladění",
|
|
1422
|
+
"release": "vydání",
|
|
1423
|
+
"Keystore File": "Soubor úložiště klíčů",
|
|
1424
|
+
"Keystore Alias": "Alias úložiště klíčů",
|
|
1425
|
+
"Keystore Password": "Heslo ke klíčence",
|
|
1426
|
+
"xcodebuild": "xcodebuild",
|
|
1427
|
+
"Provisioning Profile": "Provisioning profil",
|
|
1428
|
+
"Registry editor": "Editor registru",
|
|
1429
|
+
"Mobile HTML": "Mobilní HTML",
|
|
1430
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "HTML pro položku ve spodní navigační liště. V současnosti je podporováno pouze tématem Metronic.",
|
|
1431
|
+
"A short name that will be in the page URL": "Krátký název, který bude v URL stránky",
|
|
1432
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "Delší popis, který není viditelný, ale zobrazí se v záhlaví stránky a je indexován vyhledávači",
|
|
1433
|
+
"User role required to access page": "Role uživatele požadovaná pro přístup ke stránce",
|
|
1434
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "Příklad: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1435
|
+
"Older": "Starší",
|
|
1436
|
+
"Newest": "Nejnovější",
|
|
1437
|
+
"Delete all read": "Smazat vše přečtené",
|
|
1438
|
+
"Trigger %s duplicated as %s": "Spouštěč %s byl duplikován jako %s",
|
|
1439
|
+
"Tooltip": "Tooltip",
|
|
1440
|
+
"Tooltip formula": "Vzorec tooltipu",
|
|
1441
|
+
"Install a different version": "Nainstalovat jinou verzi",
|
|
1442
|
+
"Page group": "Skupina stránek",
|
|
1443
|
+
"Starting upgrade, please wait...\n": "Spouští se aktualizace, prosím čekejte...",
|
|
1444
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Upgrade dokončen (pokud byl k dispozici) s kódem 0.\n\nStiskněte tlačítko ZPĚT ve svém prohlížeči a poté znovu NAČTĚTE stránku.",
|
|
1445
|
+
"Installing %s, please wait...\n": "Instaluje se %s, prosím čekejte…",
|
|
1446
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Instalace dokončena s kódem 0.\n\nStiskněte tlačítko ZPĚT ve vašem prohlížeči a poté stránku ZNOVU NAČTĚTE.",
|
|
1447
|
+
"Pulling the cordova-builder docker image...": "Stahuji Docker image `cordova-builder`…",
|
|
1448
|
+
"Check updates": "Zkontrolovat aktualizace",
|
|
1449
|
+
"Choose version": "Zvolte verzi",
|
|
1450
|
+
"Unknown authentication method %s": "Neznámá autentizační metoda %s",
|
|
1451
|
+
"Card rows": "Řádky karty",
|
|
1452
|
+
"Each row in a card. Not supported by all themes": "Každý řádek na kartě. Není podporováno všemi motivy.",
|
|
1453
|
+
"Prune session interval (seconds)": "Interval pro pročištění relací (v sekundách)",
|
|
1454
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Interval v sekundách pro kontrolu expirovaných relací v databázi Postgres. Hodnota 0, prázdná nebo záporné číslo kontrolu vypne.",
|
|
1455
|
+
"Progressive Web Application is not enabled": "Progresivní webová aplikace není povolena",
|
|
1456
|
+
"Events and Trigger settings": "Nastavení událostí a triggerů",
|
|
1457
|
+
"Periodic trigger timing (next event)": "Načasování periodického spouštěče (další událost)",
|
|
1458
|
+
"Hourly": "Hodinový",
|
|
1459
|
+
"Daily": "Denní",
|
|
1460
|
+
"Weekly": "Týdně",
|
|
1461
|
+
"Code pages": "Kódové stránky",
|
|
1462
|
+
"Please select a file": "Vyberte prosím soubor",
|
|
1463
|
+
"Zip compression level": "Úroveň komprese ZIP",
|
|
1464
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1 = Rychlé, větší soubory, 9 = Pomalé, menší soubory",
|
|
1465
|
+
"Use system zip": "Použít systémový zip",
|
|
1466
|
+
"Recommended. Executable <code>zip</code> must be installed": "Doporučeno. Je nutné mít nainstalovatelný spustitelný soubor <code>zip</code>",
|
|
1467
|
+
"Time to run": "Čas spuštění",
|
|
1468
|
+
"Mobile": "Mobilní",
|
|
1469
|
+
"Plain password trigger row": "Řádek spouštěče pro heslo v prostém textu",
|
|
1470
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "Odesílat změny hesla v otevřeném tvaru do triggerů tabulky Users (Insert, Update a Validate).",
|
|
1471
|
+
"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>": "Minimální uživatelská role vyžadovaná pro vytvoření nového tenanta<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Poskytnutí přístupu k vytváření tenantů nedůvěryhodným uživatelům představuje bezpečnostní riziko a nedoporučuje se.</div>",
|
|
1472
|
+
"Select tag": "Vybrat tag",
|
|
1473
|
+
"Invalid build directory path": "Neplatná cesta ke složce buildu",
|
|
1474
|
+
"Invalid build directory name": "Neplatný název adresáře buildu",
|
|
1475
|
+
"clean node_modules": "vyčistit složku `node_modules`",
|
|
1476
|
+
"After delete": "Po odstranění",
|
|
1477
|
+
"Search only on exact match, not substring match. Useful for large tables": "Vyhledávat pouze při přesné shodě, nikoli při shodě podřetězce. Užitečné pro velké tabulky.",
|
|
1478
|
+
"Please select an entry point.": "Vyberte prosím vstupní bod.",
|
|
1479
|
+
"Group by": "Seskupit podle",
|
|
1480
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Zobrazení %s bylo přidáno do nabídky. Upravte přístupová oprávnění v <a href=\"/menu\">Nastavení » Menu</a>",
|
|
1481
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Stránka %s byla přidána do nabídky. Upravte přístupová oprávnění v <a href=\"/menu\">Nastavení » Nabídka</a>",
|
|
1482
|
+
"SameSite": "SameSite",
|
|
1483
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "Omezit použití cookie na weby třetích stran. Režim Strict je bezpečnější, ale může ovlivnit autentizaci.",
|
|
1484
|
+
"Content Security Policy": "Zásady zabezpečení obsahu",
|
|
1485
|
+
"CORS": "CORS",
|
|
1486
|
+
"Cross-origin resource sharing": "Sdílení prostředků mezi různými zdroji (CORS)",
|
|
1487
|
+
"Signup and login views": "Zobrazení pro registraci a přihlášení",
|
|
1488
|
+
"Additional login and signup settings": "Dodatečná nastavení přihlášení a registrace",
|
|
1489
|
+
"Login and signup views should be accessible by public users": "Přihlašovací a registrační pohledy by měly být přístupné veřejným uživatelům.",
|
|
1490
|
+
"Shared: %s": "Sdíleno: %s",
|
|
1491
|
+
"Sharing not enabled": "Sdílení není povoleno",
|
|
1492
|
+
"You must be logged in to share": "Pro sdílení musíte být přihlášeni.",
|
|
1493
|
+
"Fluid layout": "Fluidní rozvržení",
|
|
1494
|
+
"Request fluid layout from theme for a wider display for this page": "Vyžádat si z motivu fluidní rozvržení pro širší zobrazení této stránky.",
|
|
1495
|
+
"Location of view to create new row": "Umístění zobrazení pro vytvoření nového řádku",
|
|
1496
|
+
"Capacitor builder": "Sestavovač kondenzátorů",
|
|
1497
|
+
"Pulling the capacitor-builder docker image...": "Stahuje se docker image capacitor-builder...",
|
|
1498
|
+
"Pull done with code %s": "Stažení dokončeno s kódem %s",
|
|
1499
|
+
"Default locale": "Výchozí národní prostředí",
|
|
1500
|
+
"Next step": "Další krok",
|
|
1501
|
+
"Step name": "Název kroku",
|
|
1502
|
+
"Step saved": "Krok uložen",
|
|
1503
|
+
"Initial step": "Počáteční krok",
|
|
1504
|
+
"Confirm leaving unsaved": "Potvrdit opuštění neuložených změn",
|
|
1505
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "Požádat uživatele o potvrzení při zavření karty s neuloženými změnami.",
|
|
1506
|
+
"Workflow runs": "Spuštění workflow",
|
|
1507
|
+
"Workflow run": "Spuštění workflow",
|
|
1508
|
+
"Share to enabled": "Sdílení povoleno",
|
|
1509
|
+
"Enable the share to feature": "Povolit funkci sdílení",
|
|
1510
|
+
"Allocate new row": "Alokovat nový řádek",
|
|
1511
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "Pokud je pohled spuštěn bez existujícího řádku, při načtení alokovat nový řádek. Výchozí hodnoty musí být nastaveny u všech povinných polí.",
|
|
1512
|
+
"Step traces": "Stopové záznamy kroků",
|
|
1513
|
+
"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.": "Zadejte prosím verzi ve formátu „x.y.z“ (např. 0.0.1 s čísly od 0 do 999), nebo pole nechte prázdné.",
|
|
1514
|
+
"Delete unchanged": "Smazat beze změny",
|
|
1515
|
+
"Delete allocated row if there are no changes.": "Smazat alokovaný řádek, pokud nedošlo k žádným změnám.",
|
|
1516
|
+
"Triggers on table": "Spouště na tabulce",
|
|
1517
|
+
"Please provide the keystore alias and password for the android build.": "Zadejte prosím alias keystoru a heslo pro Android build.",
|
|
1518
|
+
"Submit": "Odeslat",
|
|
1519
|
+
"OK": "OK",
|
|
1520
|
+
"Step settings": "Nastavení kroku",
|
|
1521
|
+
"Action settings": "Nastavení akcí",
|
|
1522
|
+
"Keystore file is not applied for debug builds.": "Soubor keystore není použit pro debug buildy.",
|
|
1523
|
+
"Workflow": "Workflow",
|
|
1524
|
+
"Previous runs": "Předchozí spuštění",
|
|
1525
|
+
"The workflow the user will be interacting with.": "Pracovní postup, se kterým bude uživatel pracovat.",
|
|
1526
|
+
"Delete old workflow runs with status after days": "Smazat staré běhy workflow se stavem po uplynutí počtu dní",
|
|
1527
|
+
"Finished": "Dokončeno",
|
|
1528
|
+
"Error": "Chyba",
|
|
1529
|
+
"Waiting": "Čekání",
|
|
1530
|
+
"Running": "Spuštění",
|
|
1531
|
+
"Minimum role to access search page": "Minimální role pro přístup na stránku vyhledávání",
|
|
1532
|
+
"Edit tables": "Upravit tabulky",
|
|
1533
|
+
"Minimum role to edit tables": "Minimální role pro úpravu tabulek",
|
|
1534
|
+
"Edit views": "Upravit zobrazení",
|
|
1535
|
+
"Minimum role to edit views": "Minimální role pro úpravu pohledů",
|
|
1536
|
+
"Edit pages": "Upravit stránky",
|
|
1537
|
+
"Minimum role to edit pages": "Minimální role pro úpravu stránek",
|
|
1538
|
+
"Edit triggers": "Upravit triggery",
|
|
1539
|
+
"Minimum role to edit triggers": "Minimální role pro úpravu triggerů",
|
|
1540
|
+
"Development permissions": "Vývojová oprávnění",
|
|
1541
|
+
"Inspect tables": "Kontrola tabulek",
|
|
1542
|
+
"Minimum role to inspect (see, without editing) tables": "Minimální role pro inspekci (zobrazení bez úprav) tabulek",
|
|
1543
|
+
"Home pages": "Domovské stránky",
|
|
1544
|
+
"The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "Domovská stránka je stránka, která je zobrazena, když uživatel navštíví kořenovou adresu (/). Tuto stránku lze nastavit pro každou uživatelskou roli zvlášť.",
|
|
1545
|
+
"Trigger %s deleted": "Trigger %s byl odstraněn",
|
|
1546
|
+
"Edit menu": "Nabídka Úpravy",
|
|
1547
|
+
"Minimum role to edit menu": "Minimální role pro úpravu menu",
|
|
1548
|
+
"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": "Index pro fulltextové vyhledávání není k dispozici, protože tabulka obsahuje klíčová pole (%s) s povolenou volbou „Zahrnout do fulltextového vyhledávání“. Před vytvořením indexu pro fulltextové vyhledávání tuto volbu zakažte.",
|
|
1549
|
+
"Share Extension Provisioning Profile": "Profil pro provisioning rozšíření Share",
|
|
1550
|
+
"Show results in": "Zobrazit výsledky v",
|
|
1551
|
+
"Show results from each table in this type of element": "Zobrazit výsledky z každé tabulky v tomto typu prvku.",
|
|
1552
|
+
"Search syntax help": "Nápověda k syntaxi vyhledávání",
|
|
1553
|
+
"Search syntax": "Syntaxe vyhledávání",
|
|
1554
|
+
"Maximum role": "Maximální role",
|
|
1555
|
+
"Module dependencies": "Závislosti modulu",
|
|
1556
|
+
"Prompt": "Výzva",
|
|
1557
|
+
"Clean modules and restart": "Vyčistit moduly a restartovat",
|
|
1558
|
+
"Modules cleaned, server restarting...": "Moduly vyčištěny, server se restartuje...",
|
|
1559
|
+
"Delete table+views+triggers": "Smazat tabulku + pohledy + triggery",
|
|
1560
|
+
"No file uploaded": "Žádný soubor nebyl nahrán",
|
|
1561
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "Pro získání certifikátu bude e‑mailová adresa administrátora sdílena se službou Let's Encrypt.",
|
|
1562
|
+
"Local state": "Lokální stav",
|
|
1563
|
+
"Isolate state of each repeated view": "Izolovat stav každého opakovaného zobrazení",
|
|
1564
|
+
"Processing CSV file": "Zpracování souboru CSV",
|
|
1565
|
+
"Edit files": "Upravit soubory",
|
|
1566
|
+
"Minimum role to edit files": "Minimální role pro úpravu souborů",
|
|
1567
|
+
"Edit search": "Upravit vyhledávání",
|
|
1568
|
+
"Minimum role to edit search": "Minimální role pro úpravu vyhledávání",
|
|
1569
|
+
"Create snapshot": "Vytvořit snapshot",
|
|
1570
|
+
"Minimum role to create snapshot": "Minimální role pro vytvoření snapshotu",
|
|
1571
|
+
"Min length": "Minimální délka",
|
|
1572
|
+
"Max length": "Maximální délka",
|
|
1573
|
+
"Regular expression": "Regulární výraz",
|
|
1574
|
+
"Exact search only": "Pouze přesné vyhledávání",
|
|
1575
|
+
"Translation of": "Překlad z",
|
|
1576
|
+
"Minimum": "Minimum",
|
|
1577
|
+
"Maximum": "Maximum",
|
|
1578
|
+
"All tags": "Všechny tagy",
|
|
1579
|
+
"Manage tags...": "Spravovat štítky...",
|
|
1580
|
+
"Started": "Spuštěno",
|
|
1581
|
+
"Updated": "Aktualizováno",
|
|
1582
|
+
"Status": "Stav",
|
|
1583
|
+
"Working directory": "Pracovní adresář",
|
|
1584
|
+
"Row click event": "Událost kliknutí na řádek",
|
|
1585
|
+
"What happens when a row is clicked": "Co se stane po kliknutí na řádek",
|
|
1586
|
+
"Row click action": "Akce při kliknutí na řádek",
|
|
1587
|
+
"Run this action when row is clicked": "Spusťte tuto akci při kliknutí na řádek",
|
|
1588
|
+
"Reset password view": "Zobrazení pro resetování hesla",
|
|
1589
|
+
"A view that will be emailed to users when they have forgotten their password": "Zobrazení, které bude odesláno e‑mailem uživatelům, když zapomenou své heslo",
|
|
1590
|
+
"Allow login methods": "Povolit metody přihlášení",
|
|
1591
|
+
"Inherit configuration values": "Zdědit konfigurační hodnoty",
|
|
1592
|
+
"Comma-separated list of configuration settings tenants inherit from root. Ex: <code>site_name, smtp_host, allow_signup</code>": "Seznam konfiguračních nastavení oddělených čárkami, která tenant dědí z kořenové instance. Např.: <code>site_name, smtp_host, allow_signup</code>",
|
|
1593
|
+
"Disable CSRF routes": "Zakázat CSRF trasy",
|
|
1594
|
+
"Comma-separated list of relative URL routes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Seznam relativních URL cest oddělených čárkou, pro které je kontrola CSRF tokenu vypnutá. Příklad: <code>/files/upload, /auth/signup</code>",
|
|
1595
|
+
"Only day": "Pouze den",
|
|
1596
|
+
"Language CSV": "Jazyk CSV",
|
|
1597
|
+
"Upload language CSV": "Nahrát jazykový CSV soubor",
|
|
1598
|
+
"Create an account!": "Vytvořit účet!",
|
|
1599
|
+
"Login with %s": "Přihlásit se pomocí %s",
|
|
1600
|
+
"Already have an account? Login!": "Už máte účet? Přihlaste se!",
|
|
1601
|
+
"Translated %s strings. Click 'Translate with LLM' again to continue": "Přeloženo %s řetězců. Kliknutím na „Přeložit pomocí LLM“ pokračujte",
|
|
1602
|
+
"Translate with LLM": "Překládat pomocí LLM",
|
|
1603
|
+
"You may need to adjust view relations associated with this table after renaming it": "Možná bude potřeba upravit relace pohledů spojené s touto tabulkou po jejím přejmenování.",
|
|
1604
|
+
"Error running workflow": "Chyba při spuštění workflow",
|
|
1605
|
+
"Choose File": "Zvolit soubor",
|
|
1606
|
+
"No file chosen": "Nebyl vybrán žádný soubor",
|
|
1607
|
+
"S3 Bucket Name": "Název bucketu S3",
|
|
1608
|
+
"S3 Access Key": "Přístupový klíč S3",
|
|
1609
|
+
"S3 Secret Key": "Tajný klíč S3",
|
|
1610
|
+
"S3 Region": "Oblast S3",
|
|
1611
|
+
"S3 Endpoint": "S3 endpoint",
|
|
1612
|
+
"Enable maintenance mode": "Povolit režim údržby",
|
|
1613
|
+
"Enable maintenance mode to restrict access to non-admin users": "Povolit režim údržby pro omezení přístupu pro neadministrátorské uživatele",
|
|
1614
|
+
"Maintenance mode page": "Stránka režimu údržby",
|
|
1615
|
+
"Select the page to display during maintenance mode": "Vyberte stránku, která se má zobrazit během režimu údržby",
|
|
1616
|
+
"Create basic views": "Vytvořit základní pohledy",
|
|
1617
|
+
"Create views": "Vytváření pohledů",
|
|
1618
|
+
"Decimal places": "Desetinná místa",
|
|
1619
|
+
"%s view - %s": "zobrazení %s – %s",
|
|
1620
|
+
"Password to encrypt the backup file. Leave empty for no encryption": "Heslo pro zašifrování souboru zálohy. Ponechte prázdné pro žádné šifrování",
|
|
1621
|
+
"Show full error to user on crash, enable editing field type": "Zobrazit uživateli úplnou chybu při pádu, povolit úpravu typu pole",
|
|
1622
|
+
"Shown to the user if foreign key constraint is violated": "Zobrazeno uživateli, pokud dojde k porušení cizího klíče",
|
|
1623
|
+
"Button Style": "Styl tlačítka",
|
|
1624
|
+
"Disable full-text search": "Zakázat fulltextové vyhledávání",
|
|
1625
|
+
"Use LIKE instead of tsvector. Use to match against phrase in the middle of a word.": "Použijte LIKE místo tsvector. Použijte ho k porovnání s frází uprostřed slova.",
|
|
1626
|
+
"Model configuration": "Konfigurace modelu",
|
|
1627
|
+
"Push Notifications": "Push notifikace",
|
|
1628
|
+
"Push Notifications enabled": "Push notifikace povoleny",
|
|
1629
|
+
"VAPID public key": "Veřejný klíč VAPID",
|
|
1630
|
+
"Public key for VAPID authentication in web push notifications": "Veřejný klíč pro VAPID autentizaci ve webových push notifikacích",
|
|
1631
|
+
"VAPID private key": "Soukromý klíč VAPID",
|
|
1632
|
+
"Private key for VAPID authentication in web push notifications": "Soukromý klíč pro VAPID autentizaci ve webových push notifikacích",
|
|
1633
|
+
"VAPID email": "VAPID e‑mail",
|
|
1634
|
+
"Email address for VAPID authentication in web push notifications. Usually, it is your email address.": "E‑mailová adresa pro VAPID autentizaci ve webových push notifikacích. Obvykle se jedná o vaši e‑mailovou adresu.",
|
|
1635
|
+
"Web push icon": "Ikona webového push oznámení",
|
|
1636
|
+
"Select a publicly accessible square image file": "Vyberte veřejně přístupný čtvercový obrazový soubor",
|
|
1637
|
+
"Web push badge": "Web push odznak",
|
|
1638
|
+
"Select a publicly accessible monochrome square image file (prefarbly 72x72px)": "Vyberte veřejně přístupný monochromatický čtvercový obrazový soubor (nejlépe 72×72 px).",
|
|
1639
|
+
"Comma-separated list of relative URL route prefixes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Seznam relativních prefixů URL tras oddělených čárkou, pro které je kontrola CSRF tokenu vypnuta. Příklad: <code>/files/upload, /auth/signup</code>",
|
|
1640
|
+
"Push icon": "Ikona push",
|
|
1641
|
+
"Push badge": "Odznak push",
|
|
1642
|
+
"Web push": "Web push",
|
|
1643
|
+
"Native Android": "Nativní Android",
|
|
1644
|
+
"Firebase JSON key": "Klíč JSON Firebase",
|
|
1645
|
+
"This is your Firebase Service Account JSON key file. ": "Toto je váš soubor JSON s klíčem účtu služby Firebase.",
|
|
1646
|
+
"Serve HTML files": "Poskytovat soubory HTML",
|
|
1647
|
+
"Unsafe. HTML files will be rendered in browser instead of as plaintext. Use Page with HTML file setting to safely serve specific HTML files": "Nezabezpečené. Soubory HTML budou vykresleny v prohlížeči místo jako prostý text. Pro bezpečné poskytování konkrétních souborů HTML použijte nastavení Stránka se souborem HTML.",
|
|
1648
|
+
"Real-time updates": "Aktualizace v reálném čase",
|
|
1649
|
+
"Enable real-time updates for this view": "Povolit aktualizace v reálném čase pro tento pohled",
|
|
1650
|
+
"today": "dnes",
|
|
1651
|
+
"Push notifications": "Push notifikace",
|
|
1652
|
+
"Password Policy": "Zásady hesel",
|
|
1653
|
+
"Minimum password length": "Minimální délka hesla",
|
|
1654
|
+
"The minimum length of passwords for users. Set to 0 to disable password requirements.": "Minimální délka hesel pro uživatele. Nastavte na 0 pro vypnutí požadavků na heslo.",
|
|
1655
|
+
"Check common passwords": "Zkontrolovat běžná hesla",
|
|
1656
|
+
"Check if the password is in the list of common passwords. If enabled, users will not be able to use common passwords.": "Zkontrolujte, zda heslo není v seznamu běžně používaných hesel. Pokud je tato volba povolena, uživatelé nebudou moci používat běžná hesla.",
|
|
1657
|
+
"Require uppercase": "POŽADOVAT VELKÁ PÍSMENA",
|
|
1658
|
+
"Require at least one uppercase letter in the password": "Vyžadovat v hesle alespoň jedno velké písmeno",
|
|
1659
|
+
"Require lowercase": "vyžadovat malá písmena",
|
|
1660
|
+
"Require at least one lowercase letter in the password": "Vyžadovat alespoň jedno malé písmeno v hesle",
|
|
1661
|
+
"Require number": "Požadovat číslo",
|
|
1662
|
+
"Require at least one number in the password": "Vyžadovat alespoň jedno číslo v hesle",
|
|
1663
|
+
"Require special character": "Vyžadovat speciální znak",
|
|
1664
|
+
"Require at least one special character in the password": "Vyžadovat alespoň jeden speciální znak v hesle",
|
|
1665
|
+
"Password complexity": "Složitost hesla",
|
|
1666
|
+
"The regular expression that passwords must match. Set to empty string to disable password complexity requirements.": "Regulární výraz, kterému musí hesla odpovídat. Nastavte na prázdný řetězec pro vypnutí požadavků na složitost hesla.",
|
|
1667
|
+
"Password complexity error": "Chyba složitosti hesla",
|
|
1668
|
+
"The error message to show when password does not match the complexity requirements.": "Chybová zpráva zobrazená, když heslo nesplňuje požadavky na složitost.",
|
|
1669
|
+
"Only if": "Pouze pokud",
|
|
1670
|
+
"Optional JavaScript expression to determine if the trigger should run.": "Volitelný výraz v JavaScriptu pro určení, zda se má trigger spustit.",
|
|
1671
|
+
"Admin Page": "Stránka administrátora",
|
|
1672
|
+
"User Page": "Stránka uživatele",
|
|
1673
|
+
"User menu header": "Záhlaví uživatelského menu",
|
|
1674
|
+
"Some themes display this header differently": "Některá témata zobrazují tuto hlavičku odlišně.",
|
|
1675
|
+
"Dynamic server side updates": "Dynamické aktualizace na straně serveru",
|
|
1676
|
+
"Enable dynamic updates": "Povolit dynamické aktualizace",
|
|
1677
|
+
"Enable server side updates from within run_js_code actions": "Povolit server-side aktualizace z prostředí akcí run_js_code",
|
|
1678
|
+
"Vertical alignment": "Svislé zarovnání",
|
|
1679
|
+
"Header filters": "Filtry v záhlaví",
|
|
1680
|
+
"Update event": "Událost aktualizace",
|
|
1681
|
+
"Custom event for real-time updates": "Vlastní událost pro aktualizace v reálném čase",
|
|
1682
|
+
"Responsve collapse": "Responzivní sbalení",
|
|
1683
|
+
"Horizontal display on smaller screens": "Horizontální zobrazení na menších obrazovkách",
|
|
1684
|
+
"Collapse breakpoint (px)": "Bod zlomu pro sbalení (px)",
|
|
1685
|
+
"There currently no triggers, but you can create one by clicking the button below. Triggers are actions that are run in response to some event which can be periodic, caused by a database table change, a button click or some other external event.": "Momentálně neexistují žádné triggery, ale můžete jeden vytvořit kliknutím na tlačítko níže. Triggery jsou akce, které se spouštějí v reakci na nějakou událost, která může být periodická, vyvolaná změnou v databázové tabulce, kliknutím na tlačítko nebo jinou externí událostí.",
|
|
1686
|
+
"A trigger is defined by a condition (when the trigger will run), an action (which is supplied by a module) and the configuration for that action.": "Spouštěč je definován podmínkou (kdy se spouštěč spustí), akcí (která je dodána modulem) a konfigurací této akce.",
|
|
1687
|
+
"Run async": "Spustit asynchronně",
|
|
1688
|
+
"Run action in background": "Spustit akci na pozadí",
|
|
1689
|
+
"Delegate error handling to tenants": "Delegovat zpracování chyb na tenanty",
|
|
1690
|
+
"Toggle header filters": "Přepnout filtrování v záhlaví",
|
|
1691
|
+
"Row color formula": "Vzorec barvy řádku",
|
|
1692
|
+
"Formula for row background color. Ex.: <code>age>65 ?'#aaffaa': null</code>": "Vzorec pro barvu pozadí řádku. Např.: <code>age>65 ?'#aaffaa': null</code>",
|
|
1693
|
+
"Table layout": "Rozvržení tabulky",
|
|
1694
|
+
"CSV BOM": "CSV BOM",
|
|
1695
|
+
"Include the Byte-Order Mark in downloaded CSV files": "Zahrnout značku pořadí bajtů (Byte-Order Mark) do stahovaných souborů CSV.",
|
|
1696
|
+
"Localize CSV downloads": "Lokalizovat stahování CSV",
|
|
1697
|
+
"Sticky headers": "Přilepené záhlaví",
|
|
1698
|
+
"API tokens for this user:": "Tokeny API pro tohoto uživatele:",
|
|
1699
|
+
"Revoke": "Odvolat",
|
|
1700
|
+
"original": "původní",
|
|
1701
|
+
"Remove all": "Odstranit vše",
|
|
1702
|
+
"API token revoked": "Token rozhraní API byl zneplatněn.",
|
|
1703
|
+
"Dropdown header filters": "Záhlaví rozevíracího seznamu filtrů",
|
|
1704
|
+
"Show if": "Zobrazit, pokud",
|
|
1705
|
+
"Optional expression. Show only if true. In scope: <code>user</code>, <code>url</code>, <code>query</code>": "Volitelný výraz. Zobrazit pouze pokud je pravdivý. V rozsahu: <code>user</code>, <code>url</code>, <code>query</code>",
|
|
1706
|
+
"Search entities by name or type...": "Vyhledat entity podle názvu nebo typu...",
|
|
1707
|
+
"Tags:": "Štítky:",
|
|
1708
|
+
"Types:": "Typy:",
|
|
1709
|
+
"Access | Read/Write": "Přístup | Čtení/Zápis",
|
|
1710
|
+
"No entities found": "Nebyly nalezeny žádné entity",
|
|
1711
|
+
"Try adjusting your search or filter options": "Zkuste upravit možnosti vyhledávání nebo filtrování.",
|
|
1712
|
+
"Entities": "Entity",
|
|
1713
|
+
"Sessions": "Relace",
|
|
1714
|
+
"Updates and module store": "Aktualizace a obchod s moduly",
|
|
1715
|
+
"Air gap deployment": "Nasazení s air gapem",
|
|
1716
|
+
"Disable updates from NPM and Saltcorn module store for isolated network environments": "Zakázat aktualizace z NPM a z úložiště modulů Saltcorn pro izolovaná síťová prostředí",
|
|
1717
|
+
"The endpoint of module store.": "Koncový bod úložiště modulů.",
|
|
1718
|
+
"Maintenance mode": "Režim údržby",
|
|
1719
|
+
"Full page count": "Počet stránek na celou obrazovku",
|
|
1720
|
+
"Disable for to increase performance for large tables": "Zakázat pro zvýšení výkonu u velkých tabulek",
|
|
1721
|
+
"Go to tables list": "Přejít na seznam tabulek",
|
|
1722
|
+
"Go to views list": "Přejít na seznam pohledů",
|
|
1723
|
+
"Go to pages list": "Přejít na seznam stránek",
|
|
1724
|
+
"Go to triggers list": "Přejít na seznam triggerů",
|
|
1725
|
+
"Open legacy list": "Otevřít starší seznam",
|
|
1726
|
+
"Set context": "Nastavit kontext",
|
|
1727
|
+
"Array": "Pole",
|
|
1728
|
+
"Add step": "Přidat krok",
|
|
1729
|
+
"Edit step": "Krok úprav",
|
|
1730
|
+
"Add after": "Přidat po",
|
|
1731
|
+
"Set as start": "Nastavit jako výchozí",
|
|
1732
|
+
"Start": "Start",
|
|
1733
|
+
"Show runs": "Zobrazit běhy",
|
|
1734
|
+
"Auto layout": "Automatické rozvržení",
|
|
1735
|
+
"No steps yet": "Zatím žádné kroky",
|
|
1736
|
+
"Loading": "Načítání",
|
|
1737
|
+
"Loop body": "Tělo smyčky",
|
|
1738
|
+
"Show runs »": "Zobrazit spuštění »",
|
|
1739
|
+
"Entry point by role": "Vstupní bod podle role",
|
|
1740
|
+
"When enabled, you will be logged in as a public user without any login screen.": "Když je tato možnost povolena, budete přihlášeni jako veřejný uživatel bez jakékoli přihlašovací obrazovky.",
|
|
1741
|
+
"Show 'Continue as public user' link": "Zobrazit odkaz „Pokračovat jako veřejný uživatel“",
|
|
1742
|
+
"When enabled, the login screen shows you a link to login as public user.": "Když je tato možnost povolena, přihlašovací obrazovka zobrazí odkaz pro přihlášení jako veřejný uživatel.",
|
|
1743
|
+
"Allow clear text traffic": "Povolit nešifrovaný (plaintext) přenos dat",
|
|
1744
|
+
"Enable this to allow unsecure HTTP connections. Useful for local testing.": "Povolte tuto možnost, aby byly umožněny nezabezpečené HTTP připojení. Vhodné pro lokální testování.",
|
|
1745
|
+
"Enable this to integrate offline/online Synchronization into your app.": "Povolte tuto možnost pro integraci offline/online synchronizace do vaší aplikace.",
|
|
1746
|
+
"Tables to synchronize": "Tabulky k synchronizaci",
|
|
1747
|
+
"Sync on reconnect": "Synchronizovat při opětovném připojení",
|
|
1748
|
+
"Run Synchronizations when the network connection is restored.": "Spustit synchronizace po obnovení síťového připojení.",
|
|
1749
|
+
"Sync on app resume": "Synchronizovat při obnovení aplikace",
|
|
1750
|
+
"Run Synchronizations when the app is resumed from background.": "Spustit synchronizace při obnovení aplikace z pozadí.",
|
|
1751
|
+
"Push sync": "Push synchronizace",
|
|
1752
|
+
"Run Synchronizations when the server sends a push notification. On Android, this requires a Firebase JSON key and a Google Services File (see below).": "Spouštějte synchronizace, když server odešle push notifikaci. V systému Android to vyžaduje Firebase JSON klíč a soubor Google Services (viz níže).",
|
|
1753
|
+
"Background Sync interval": "Interval synchronizace na pozadí",
|
|
1754
|
+
"Perdiodic interval (in minutes) to run synchronizations in the background. This is just a min interval, depending on system conditions, the actual time may be longer.": "Pravidelný interval (v minutách) pro spouštění synchronizací na pozadí. Jedná se pouze o minimální interval; v závislosti na podmínkách systému může být skutečný čas delší.",
|
|
1755
|
+
"Release Signing": "Podepisování vydání",
|
|
1756
|
+
"Firebase JSON Key": "Klíč JSON Firebase",
|
|
1757
|
+
"This is a private key file for your Firebase project. Your Saltcorn server uses it to send push notifications or push-based synchronizations to your Android mobile app. Upload it to the '/mobile-app-configurations' directory (if it does not exist, create it). You can configure it here or in the 'Notifications' Menu.": "Toto je soubor privátního klíče pro váš projekt Firebase. Váš server Saltcorn jej používá k odesílání push notifikací nebo push‑based synchronizací do vaší mobilní aplikace pro Android. Nahrajte jej do adresáře „/mobile-app-configurations“ (pokud neexistuje, vytvořte jej). Můžete jej nakonfigurovat zde nebo v nabídce „Notifications“.",
|
|
1758
|
+
"Google Services File": "Soubor služeb Google",
|
|
1759
|
+
"This is a configuration file specific to your mobile app. It contains, among other things, your App ID, the Firebase project ID, and an API key. The file gets bundled into the client and will be used to subscribe to push notifications or push-based synchronizations from the server. Upload it to the '/mobile-app-configurations' directory (if it does not exist, create it). You can configure it here or in the 'Notifications' Menu.": "Toto je konfigurační soubor specifický pro vaši mobilní aplikaci. Obsahuje mimo jiné vaše App ID, Firebase project ID a API klíč. Soubor je zabalen do klienta a bude použit k odběru push notifikací nebo synchronizací založených na push z backendového serveru. Nahrajte jej do adresáře „/mobile-app-configurations“ (pokud neexistuje, vytvořte jej). Konfiguraci můžete provést zde nebo v nabídce „Notifications“.",
|
|
1760
|
+
"Build tools": "Nástroje pro build",
|
|
1761
|
+
"Not a Mac OS system": "Není to systém Mac OS",
|
|
1762
|
+
"Provisioning profiles": "Profily pro provisioning",
|
|
1763
|
+
"No Provisioning Profile": "Žádný provisioning profil",
|
|
1764
|
+
"Only create the project directory without building an .ipa file. This can be useful if you want to open the project in Xcode and run it in the Simulator.": "Vytvoř pouze adresář projektu bez sestavení souboru .ipa. To může být užitečné, pokud chceš projekt otevřít v Xcode a spustit ho v Simulátoru.",
|
|
1765
|
+
"APN Signing Key (.p8 file)": "Podpisový klíč APN (soubor .p8)",
|
|
1766
|
+
"This is a private key file": "Toto je soubor s privátním klíčem.",
|
|
1767
|
+
"APN Signing Key ID": "ID klíče pro podepisování APN",
|
|
1768
|
+
"The 10-character Key ID obtained from Apple developer account": "10znakové ID klíče získané z účtu Apple Developer",
|
|
1769
|
+
"Edit file": "Upravit soubor",
|
|
1770
|
+
"Editing %s": "Úprava %s",
|
|
1771
|
+
"Run immediately in background": "Spustit okamžitě na pozadí",
|
|
1772
|
+
"Row expression": "Výraz řádku",
|
|
1773
|
+
"Less...": "Méně...",
|
|
1774
|
+
"Deep search": "Hluboké vyhledávání",
|
|
1775
|
+
"Clear selection": "Zrušit výběr",
|
|
1776
|
+
"%s selected": "%s vybráno",
|
|
1777
|
+
"Delete selected": "Smazat vybrané",
|
|
1778
|
+
"selected": "vybráno",
|
|
1779
|
+
"Delete %s selected items?": "Smazat %s vybraných položek?",
|
|
1780
|
+
"Delete selected items?": "Smazat vybrané položky?",
|
|
1781
|
+
"Failed to delete selected items": "Nepodařilo se odstranit vybrané položky",
|
|
1782
|
+
"Configurable": "Konfigurovatelné",
|
|
1783
|
+
"Info": "Informace",
|
|
1784
|
+
"Show tables (Alt+T)": "Zobrazit tabulky (Alt+T)",
|
|
1785
|
+
"Show views (Alt+V)": "Zobrazit pohledy (Alt+V)",
|
|
1786
|
+
"Show pages (Alt+P)": "Zobrazit stránky (Alt+P)",
|
|
1787
|
+
"Show triggers (Alt+R)": "Zobrazit triggery (Alt+R)",
|
|
1788
|
+
"Show users (Alt+U)": "Zobrazit uživatele (Alt+U)",
|
|
1789
|
+
"Show modules (Alt+M)": "Zobrazit moduly (Alt+M)",
|
|
1790
|
+
"Finished translating %s strings.": "Překlad %s řetězců dokončen.",
|
|
1791
|
+
"This is a Share extension profile": "Toto je profil rozšíření Share",
|
|
1792
|
+
"App Group ID": "ID skupiny aplikace",
|
|
1793
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "ID skupiny aplikací (App Group ID) se používá ke sdílení dat mezi hlavní aplikací a rozšířením Share."
|
|
275
1794
|
}
|