@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/sl.json
CHANGED
|
@@ -271,5 +271,1524 @@
|
|
|
271
271
|
"Views define how table rows are displayed to the user": "Pogledi definirajo, kako se vrstice tabele prikazujejo uporabniku",
|
|
272
272
|
"Field %s saved": "Polje %s je shranjeno",
|
|
273
273
|
"View configuration": "Konfiguracija pogleda",
|
|
274
|
-
"Field %s deleted": "Polje %s je izbrisano"
|
|
274
|
+
"Field %s deleted": "Polje %s je izbrisano",
|
|
275
|
+
"No tables defined": "Ni definiranih tabel",
|
|
276
|
+
"Tables hold collections of similar data": "Tabele vsebujejo zbirke podobnih podatkov.",
|
|
277
|
+
"Invalid form data, try again": "Neveljavni podatki v obrazcu, poskusite znova.",
|
|
278
|
+
"Role required to access added files": "Vloga, zahtevana za dostop do dodanih datotek",
|
|
279
|
+
"The user uploading the file has access irrespective of their role": "Uporabnik, ki nalaga datoteko, ima dostop ne glede na svojo vlogo.",
|
|
280
|
+
"Already have an account? Login": "Že imate račun? Prijavite se",
|
|
281
|
+
"Subdomain not found": "Poddomena ni bila najdena",
|
|
282
|
+
"You must create at least one table before you can create views.": "Preden lahko ustvarite poglede, morate ustvariti vsaj eno tabelo.",
|
|
283
|
+
"Language: ": "Jezik:",
|
|
284
|
+
"Language changed to %s": "Jezik je spremenjen v %s",
|
|
285
|
+
"Table saved with version history disabled": "Tabela shranjena z onemogočeno zgodovino različic",
|
|
286
|
+
"Missing name": "Manjkajoče ime",
|
|
287
|
+
"Successfully restored backup": "Varnostna kopija je bila uspešno obnovljena",
|
|
288
|
+
"Welcome to Saltcorn!": "Dobrodošli v Saltcornu!",
|
|
289
|
+
"File %s uploaded": "Datoteka %s je bila naložena",
|
|
290
|
+
"Local": "Lokalno",
|
|
291
|
+
"Name required": "Ime je obvezno",
|
|
292
|
+
"Expression": "Izraz",
|
|
293
|
+
"Formula": "Formula",
|
|
294
|
+
"new": "novo",
|
|
295
|
+
"Password does not match": "Geslo se ne ujema",
|
|
296
|
+
"Not allowed to write to table %s": "Pisanje v tabelo %s ni dovoljeno.",
|
|
297
|
+
"Login successful": "Prijava uspešna",
|
|
298
|
+
"Welcome, %s!": "Dobrodošel, %s!",
|
|
299
|
+
"Error: missing name or file": "Napaka: manjka ime ali datoteka",
|
|
300
|
+
"Restart server.": "Znova zaženi strežnik.",
|
|
301
|
+
"Add to menu": "Dodaj v meni",
|
|
302
|
+
"View %s added to menu. Adjust access permissions in Settings » Menu": "Pogled %s je bil dodan v meni. Prilagodite dovoljenja za dostop v Nastavitve » Meni",
|
|
303
|
+
"Clone": "Kloniraj",
|
|
304
|
+
"View %s cloned as %s": "Pogled %s je bil kloniran kot %s",
|
|
305
|
+
"Duplicate": "Podvoji",
|
|
306
|
+
"View %s duplicated as %s": "Pogled %s je bil podvojen kot %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.": "Ime pogleda se bo prikazalo kot naslov pojavnih oken, ki prikazujejo ta pogled, in v URL-ju, ko je prikazan samostojno.",
|
|
308
|
+
"Saltcorn version": "Različica Saltcorn",
|
|
309
|
+
"Node.js version": "Različica Node.js",
|
|
310
|
+
"Table not found": "Tabele ni mogoče najti",
|
|
311
|
+
"No row selected": "Ni izbrane vrstice",
|
|
312
|
+
"Calculated": "Izračunano",
|
|
313
|
+
"Unique": "Enoličen",
|
|
314
|
+
"Stored": "Shranjeno",
|
|
315
|
+
"Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "Prosimo, vnesite formulo za novo polje kot JavaScript izraz. Izraz se mora končati z rezultatom tipa %s.",
|
|
316
|
+
"Fields you can use as variables: ": "Polja, ki jih lahko uporabite kot spremenljivke:",
|
|
317
|
+
"Examples:": "Primeri:",
|
|
318
|
+
"Missing label": "Manjkajoča oznaka",
|
|
319
|
+
"Column %s already exists (but is hidden)": "Stolpec %s že obstaja (vendar je skrit)",
|
|
320
|
+
"Column %s already exists": "Stolpec %s že obstaja",
|
|
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.": "Uporabite to za omejitev svojega polja na seznam možnosti (ločene z vejicami). Če so na primer dovoljene vrednosti »Red«, »Green« in »Blue«, tukaj vnesite »Red, Green, Blue«. Pustite prazno, če lahko niz vsebuje katerokoli vrednost.",
|
|
322
|
+
"Columns": "Stolpci",
|
|
323
|
+
"Default state": "Privzeto stanje",
|
|
324
|
+
"Specify the fields in the table to show": "Določite polja v tabeli, ki naj bodo prikazana",
|
|
325
|
+
"Use view to create": "Uporabi pogled za ustvarjanje",
|
|
326
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Če ima uporabnik dovoljenje za pisanje. Pustite prazno, če ne želite povezave za ustvarjanje novega elementa.",
|
|
327
|
+
"Display create view as": "Prikaži ustvarjanje pogleda kot",
|
|
328
|
+
"Label for create": "Oznaka za ustvarjanje",
|
|
329
|
+
"Label in link or button to create. Leave blank for a default label": "Oznaka v povezavi ali gumbu za ustvarjanje. Pustite prazno za privzeto oznako.",
|
|
330
|
+
"Fixed fields": "Fiksna polja",
|
|
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.": "Ta polja so manjkala, tukaj lahko vnesete vrednosti. Vrednosti, ki jih vnesete tukaj, lahko prepišejo informacije, ki prihajajo iz drugih pogledov, na primer če je obrazec sprožen s seznama.",
|
|
332
|
+
"Edit options": "Možnosti urejanja",
|
|
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.": "Pogled, ki ga izberete tukaj, je lahko odvisno od konteksta obrazca prezrt; na primer, če se obrazec prikaže v pojavnem oknu, do preusmeritve ne bo prišlo.",
|
|
334
|
+
"View when done": "Pogled ob končanju",
|
|
335
|
+
"Item View": "Pogled elementa",
|
|
336
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Če ima uporabnik pravico pisanja. Pustite prazno, če ne želite povezave za ustvarjanje novega elementa.",
|
|
337
|
+
"Subtables": "Podtabele",
|
|
338
|
+
"List View": "Seznamski pogled",
|
|
339
|
+
"Show View": "Prikaži pogled",
|
|
340
|
+
"Which related tables would you like to show in sub-lists below the selected item?": "Katere povezane tabele želite prikazati v podseznamih pod izbranim elementom?",
|
|
341
|
+
"Order and layout": "Vrstni red in postavitev",
|
|
342
|
+
"Order by": "Razvrsti po",
|
|
343
|
+
"Descending": "Padajoče",
|
|
344
|
+
"Columns small screen": "Stolpci majhen zaslon",
|
|
345
|
+
"Columns medium screen": "Stolpci srednji zaslon",
|
|
346
|
+
"Columns large screen": "Stolpci velik zaslon",
|
|
347
|
+
"Columns extra-large screen": "Stolpci za zelo velik zaslon",
|
|
348
|
+
"Each in card?": "Vsak v kartici?",
|
|
349
|
+
"Omit search form": "Izpusti iskalni obrazec",
|
|
350
|
+
"Do not display the search filter form": "Ne prikaži obrazca iskalnega filtra.",
|
|
351
|
+
"Default search form values when first loaded": "Privzete vrednosti iskalnega obrazca ob prvem nalaganju",
|
|
352
|
+
"Next": "Naprej",
|
|
353
|
+
"Save": "Shrani",
|
|
354
|
+
"Calculated fields cannot have File type": "Izračunana polja ne morejo imeti vrste Datoteka.",
|
|
355
|
+
"On Field": "Na polju",
|
|
356
|
+
"Field in %s table": "Polje v tabeli %s",
|
|
357
|
+
"Action on row": "Dejanje na vrstici",
|
|
358
|
+
"Link to other view": "Povezava z drugim pogledom",
|
|
359
|
+
"Link to anywhere": "Povezava kamorkoli",
|
|
360
|
+
"Join Field": "Polje za združevanje",
|
|
361
|
+
"Aggregation": "Agregacija",
|
|
362
|
+
"Field": "Polje",
|
|
363
|
+
"Field view": "Pogled polja",
|
|
364
|
+
"Action": "Akcija",
|
|
365
|
+
"Action Label": "Oznaka dejanja",
|
|
366
|
+
"View label": "Oznaka pogleda",
|
|
367
|
+
"Leave blank for default label.": "Pustite prazno za privzeto oznako.",
|
|
368
|
+
"View label is a formula?": "Je oznaka pogleda formula?",
|
|
369
|
+
"Open in popup modal?": "Odpri v pojavnem modalu?",
|
|
370
|
+
"Link text": "Besedilo povezave",
|
|
371
|
+
"Link text is a formula?": "Besedilo povezave je formula?",
|
|
372
|
+
"Link URL": "Povezava URL",
|
|
373
|
+
"Link URL is a formula?": "Je URL povezave formula?",
|
|
374
|
+
"Open in new tab": "Odpri v novem zavihku",
|
|
375
|
+
"Relation": "Relacija",
|
|
376
|
+
"Statistic": "Statistika",
|
|
377
|
+
"In search form": "V iskalnem obrazcu",
|
|
378
|
+
"Header label": "Oznaka glave",
|
|
379
|
+
"step": "korak",
|
|
380
|
+
"max": "maks",
|
|
381
|
+
"Base URL": "Osnovni URL",
|
|
382
|
+
"Allow signups": "Dovoli registracije",
|
|
383
|
+
"Login in menu": "Prijava v meniju",
|
|
384
|
+
"Allow password reset": "Dovoli ponastavitev gesla",
|
|
385
|
+
"SMTP host": "Gostitelj SMTP",
|
|
386
|
+
"SMTP username": "Uporabniško ime SMTP",
|
|
387
|
+
"SMTP password": "Geslo za SMTP",
|
|
388
|
+
"SMTP port": "Vrata SMTP",
|
|
389
|
+
"SMTP secure": "Varni SMTP",
|
|
390
|
+
"Email from address": "E-poštni naslov pošiljatelja",
|
|
391
|
+
"Development mode": "Način razvoja",
|
|
392
|
+
"Log SQL to stdout": "Beleži SQL v standardni izhod (stdout)",
|
|
393
|
+
"Menu items": "Elementi menija",
|
|
394
|
+
"Global search": "Globalno iskanje",
|
|
395
|
+
"Available packs": "Razpoložljivi paketi",
|
|
396
|
+
"Available packs fetched": "Pridobljeni razpoložljivi paketi",
|
|
397
|
+
"Available plugins": "Razpoložljivi vtičniki",
|
|
398
|
+
"Available plugins fetched": "Pridobljeni razpoložljivi vtičniki",
|
|
399
|
+
"Public home page": "Javna domača stran",
|
|
400
|
+
"User home page": "Domača stran uporabnika",
|
|
401
|
+
"Staff home page": "Domača stran osebja",
|
|
402
|
+
"Admin home page": "Skrbniška začetna stran",
|
|
403
|
+
"Installed packs": "Nameščeni paketi",
|
|
404
|
+
"A short string which is the name of your site": "Kratek niz, ki je ime vaše strani",
|
|
405
|
+
"Select a publicly accessible image file": "Izberite javno dostotno slikovno datoteko",
|
|
406
|
+
"The URL at which your site is available. For instance, https://example.com/": "URL, na katerem je vaše spletno mesto dosegljivo. Na primer, https://example.com/",
|
|
407
|
+
"Allow users to sign up for a new user account": "Dovoli uporabnikom, da se registrirajo za nov uporabniški račun",
|
|
408
|
+
"Show the login link in the menu": "Prikaži povezavo za prijavo v meniju",
|
|
409
|
+
"Allow users to request a password reset email. Email must be configured.": "Dovoli uporabnikom, da zahtevajo e-pošto za ponastavitev gesla. E-pošta mora biti konfigurirana.",
|
|
410
|
+
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "Naslov gostitelja vašega strežnika SMTP. Na primer: smtp.postmarkapp.com",
|
|
411
|
+
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "Onemogoči predpomnjenje JS/CSS sredstev, ob sesutju prikaži uporabniku celotno napako, omogoči urejanje tipa polja",
|
|
412
|
+
"Print all SQL statements to the standard output": "Natisni vse SQL stavke na standardni izhod.",
|
|
413
|
+
"The email address from which emails are sent. For instance, hello@saltcorn.com": "E‑poštni naslov, s katerega se pošiljajo e‑poštna sporočila. Na primer hello@saltcorn.com",
|
|
414
|
+
"Is the connection to the SMTP server over a secure transport protocol?": "Ali je povezava s strežnikom SMTP vzpostavljena prek varnega transportnega protokola?",
|
|
415
|
+
"About Saltcorn": "O Saltcornu",
|
|
416
|
+
"Apply": "Uporabi",
|
|
417
|
+
"Anywhere": "Kjerkoli",
|
|
418
|
+
"Search filter": "Iskalni filter",
|
|
419
|
+
"Are you sure you want to delete %s?": "Ali ste prepričani, da želite izbrisati %s?",
|
|
420
|
+
"Are you sure?": "Si prepričan?",
|
|
421
|
+
"Set random password": "Nastavi naključno geslo",
|
|
422
|
+
"Changed password for user %s to %s": "Spremenjeno geslo za uporabnika %s v %s",
|
|
423
|
+
"Disable": "Onemogoči",
|
|
424
|
+
"Enabled user %s": "Omogočen uporabnik %s",
|
|
425
|
+
"Enable": "Omogoči",
|
|
426
|
+
"Disabled user %s": "Onemogočen uporabnik %s",
|
|
427
|
+
"Disabled": "Onemogočeno",
|
|
428
|
+
"Send password reset email": "Pošlji e-pošto za ponastavitev gesla",
|
|
429
|
+
" with password %s": "z geslom %s",
|
|
430
|
+
"User confirmation?": "Potrditev uporabnika?",
|
|
431
|
+
"New user form": "Obrazec za novega uporabnika",
|
|
432
|
+
"A view to show to new users": "Pogled za prikaz novim uporabnikom",
|
|
433
|
+
"Account already exists": "Račun že obstaja",
|
|
434
|
+
"Search not configured": "Iskanje ni konfigurirano",
|
|
435
|
+
"Already in use": "Že v uporabi",
|
|
436
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "Funkcije, ki jih lahko uporabite (poleg standardnih funkcij JavaScripta):",
|
|
437
|
+
"Items per page": "Elementov na stran",
|
|
438
|
+
"Variable name": "Ime spremenljivke",
|
|
439
|
+
"Delete all rows": "Izbriši vse vrstice",
|
|
440
|
+
"Recalculate stored fields": "Ponovno izračunaj shranjena polja",
|
|
441
|
+
"Started recalculating stored fields": "Začel se je ponovni izračun shranjenih polj.",
|
|
442
|
+
"Deleted all rows": "Izbrisal vse vrstice",
|
|
443
|
+
"Database": "Podatkovna baza",
|
|
444
|
+
"API token": "Žeton API",
|
|
445
|
+
"No API token issued": "Ni izdanega žetona API.",
|
|
446
|
+
"New API token generated": "Ustvarjen je bil nov žeton API.",
|
|
447
|
+
"Actions": "Dejanja",
|
|
448
|
+
"Actions available": "Razpoložljiva dejanja",
|
|
449
|
+
"Triggers": "Prožilniki",
|
|
450
|
+
"Add trigger": "Dodaj sprožilec",
|
|
451
|
+
"New trigger": "Nov sprožilec",
|
|
452
|
+
"Configure trigger": "Konfiguriraj sprožilec",
|
|
453
|
+
"Action label is a formula?": "Oznaka dejanja je formula?",
|
|
454
|
+
"Action Style": "Slog dejanja",
|
|
455
|
+
"Button size": "Velikost gumba",
|
|
456
|
+
"A view with this name already exists": "Pogled s tem imenom že obstaja",
|
|
457
|
+
"Constraints": "Omejitve",
|
|
458
|
+
"%s constraints": "omejitve %s",
|
|
459
|
+
"Add constraint": "Dodaj omejitev",
|
|
460
|
+
"Add constraint to %s": "Dodaj omejitev v %s",
|
|
461
|
+
"Cannot delete users table": "Ni mogoče izbrisati tabele uporabnikov",
|
|
462
|
+
"Test run": "Poskusni zagon",
|
|
463
|
+
"Test run output": "Izhod poskusnega zagona",
|
|
464
|
+
"Run %s": "Zaženi %s",
|
|
465
|
+
"back to actions": "nazaj na dejanja",
|
|
466
|
+
"Action %s run successfully with no console output": "Dejanje %s je bilo uspešno izvedeno brez izpisa v konzoli",
|
|
467
|
+
"Roles": "Vloge",
|
|
468
|
+
"Saved layout for role": "Shranjena postavitev za vlogo",
|
|
469
|
+
"Layout by role": "Postavitev po vlogi",
|
|
470
|
+
"Users and roles": "Uporabniki in vloge",
|
|
471
|
+
"Match regular expression": "Ujemanje z regularnim izrazom",
|
|
472
|
+
"Error message when regular expression does not match": "Sporočilo o napaki, ko regularni izraz ne ustreza",
|
|
473
|
+
"Invalid attributes": "Neveljavni atributi",
|
|
474
|
+
"Documentation": "Dokumentacija",
|
|
475
|
+
"Plugin %s installed": "Vtičnik %s je nameščen",
|
|
476
|
+
"Plugin %s removed.": "Vtičnik %s je bil odstranjen.",
|
|
477
|
+
"Plugin %s installed, please complete configuration.": "Vtičnik %s je nameščen, prosimo dokončajte konfiguracijo.",
|
|
478
|
+
"Configure %s Plugin": "Konfiguriraj vtičnik %s",
|
|
479
|
+
"Cannot remove plugin: views %s depend on it": "Vtičnika ni mogoče odstraniti: od njega so odvisni pogledi %s",
|
|
480
|
+
"New Plugin": "Nov vtičnik",
|
|
481
|
+
"Add plugin": "Dodaj modul",
|
|
482
|
+
"Store refreshed": "Shramba osvežena",
|
|
483
|
+
"Plugins up-to-date": "Vtičniki so posodobljeni.",
|
|
484
|
+
"Source": "Vir",
|
|
485
|
+
"Inbound keys: ": "Dohodne tipke:",
|
|
486
|
+
"Icon": "Ikona",
|
|
487
|
+
"Create database view": "Ustvari podatkovni pogled",
|
|
488
|
+
"Create an SQL view in the database with the fields in this list": "Ustvari SQL pogled v zbirki podatkov s polji iz tega seznama",
|
|
489
|
+
"Upgrade": "Nadgradnja",
|
|
490
|
+
"Show only matches in table:": "Prikaži samo zadetke v tabeli:",
|
|
491
|
+
"Showing matches in table %s.": "Prikazujem zadetke v tabeli %s.",
|
|
492
|
+
"Edit trigger": "Uredi sprožilec",
|
|
493
|
+
"Show on page": "Prikaži na strani",
|
|
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.": "Zahteve za neposredno upodobitev tega pogleda bodo namesto tega prikazale izbrano stran, če je določena. Izbrana stran naj vgradi ta pogled. Uporabite to za okrasitev pogleda z dodatnimi elementi.",
|
|
495
|
+
"Hide pagination": "Skrij paginacijo",
|
|
496
|
+
"True": "Pravilno",
|
|
497
|
+
"False": "Napačno",
|
|
498
|
+
"Clear all": "Počisti vse",
|
|
499
|
+
"This will delete <strong>EVERYTHING</strong> in the selected categories": "To bo izbrisalo <strong>VSE</strong> v izbranih kategorijah",
|
|
500
|
+
"Deleted all %s": "Izbrisal vse %s",
|
|
501
|
+
"Restart server": "Znova zaženi strežnik",
|
|
502
|
+
"Edit Plugin": "Uredi vtičnik",
|
|
503
|
+
"Unknown authentication method %ss": "Neznana avtentikacijska metoda %ss",
|
|
504
|
+
"Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "Za uveljavitev sprememb je potreben ponovni zagon. Znova zaženite strežnik na strani <a href=\"/admin\">Skrbniška stran</a>.",
|
|
505
|
+
"Email with password reset link sent": "E-poštno sporočilo s povezavo za ponastavitev gesla je bilo poslano",
|
|
506
|
+
"Link Style": "Slog povezave",
|
|
507
|
+
"Link size": "Velikost povezave",
|
|
508
|
+
"Set page title": "Nastavi naslov strani",
|
|
509
|
+
"Skip this section if you do not want to set the page title": "Preskočite ta razdelek, če ne želite nastaviti naslova strani.",
|
|
510
|
+
"Page title is a formula?": "Je naslov strani formula?",
|
|
511
|
+
"Enable LetsEncrypt HTTPS": "Omogoči LetsEncrypt HTTPS",
|
|
512
|
+
"Set Base URL configuration first": "Najprej nastavite konfiguracijo osnovnega URL-ja.",
|
|
513
|
+
"LetsEncrypt enabled": "LetsEncrypt omogočen",
|
|
514
|
+
"LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL je omogočen. Znova zaženite, da spremembe začnejo veljati.",
|
|
515
|
+
"File not found": "Datoteka ni bila najdena",
|
|
516
|
+
"Table %s not found": "Tabele %s ni mogoče najti",
|
|
517
|
+
"Page %s added to menu. Adjust access permissions in Settings » Menu": "Stran %s je bila dodana v meni. Prilagodite dovoljenja za dostop v Nastavitve » Meni",
|
|
518
|
+
"Page %s duplicated as %s": "Stran %s podvojena kot %s",
|
|
519
|
+
"Custom SSL certificate": "Lastniško potrdilo SSL",
|
|
520
|
+
"Custom SSL private key": "Običajni zasebni ključ SSL",
|
|
521
|
+
"Login view": "Prijavni pogled",
|
|
522
|
+
"Signup view": "Prijavni pogled",
|
|
523
|
+
"A view with the login form": "Pogled s prijavnim obrazcem",
|
|
524
|
+
"A view with the signup form": "Pogled z obrazcem za registracijo",
|
|
525
|
+
"Signups not enabled": "Registracije niso omogočene",
|
|
526
|
+
"Ownership field": "Polje lastništva",
|
|
527
|
+
"The user referred to in this field will be the owner of the row": "Uporabnik, naveden v tem polju, bo lastnik vrstice.",
|
|
528
|
+
"None": "Noben",
|
|
529
|
+
"Information about plugin": "Informacije o vtičniku",
|
|
530
|
+
"%s plugin information": "informacije o vtičniku %s",
|
|
531
|
+
"Package version": "Različica paketa",
|
|
532
|
+
"Package name": "Ime paketa",
|
|
533
|
+
"Plugin dependencies": "Odvisnosti vtičnika",
|
|
534
|
+
"This plugin supplies a theme.": "Ta vtičnik zagotavlja temo.",
|
|
535
|
+
"Types": "Tipi",
|
|
536
|
+
"This plugin supplies these types: ": "Ta vtičnik zagotavlja naslednje tipe:",
|
|
537
|
+
"Functions": "Funkcije",
|
|
538
|
+
"Returns: ": "Vrača:",
|
|
539
|
+
"View templates": "Predloge pogledov",
|
|
540
|
+
"Repository": "Repozitorij",
|
|
541
|
+
"Latest": "Najnovejše",
|
|
542
|
+
"Latest version": "Najnovejša različica",
|
|
543
|
+
"Latest npm version cache": "Predpomnilnik najnovejše različice npm",
|
|
544
|
+
"Plugin up-to-date": "Vtičnik je posodobljen.",
|
|
545
|
+
"Upgrade here": "Nadgradi tukaj",
|
|
546
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Na voljo je nadgradnja za Saltcorn! Trenutna različica: %s; najnovejša različica: %s.",
|
|
547
|
+
"Passwords do not match": "Gesli se ne ujemata",
|
|
548
|
+
"Not a valid e-mail address": "Ni veljaven e-poštni naslov",
|
|
549
|
+
"Custom CSS": "Poljubni CSS",
|
|
550
|
+
"Custom HTML": "Poljuben HTML",
|
|
551
|
+
"Site structure": "Struktura spletnega mesta",
|
|
552
|
+
"SSL": "SSL",
|
|
553
|
+
"Users and security": "Uporabniki in varnost",
|
|
554
|
+
"User settings updated": "Uporabniške nastavitve posodobljene",
|
|
555
|
+
"SSL encryption for HTTPS traffic": "Šifriranje SSL za promet HTTPS",
|
|
556
|
+
"HTTPS encryption with Let's Encrypt SSL certificate": "Šifriranje HTTPS z uporabo potrdila SSL 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 lahko samodejno pridobi potrdilo SSL od <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> za posamezne domene.",
|
|
558
|
+
"Currently: ": "Trenutno:",
|
|
559
|
+
"HTTPS encryption with custom SSL certificate": "Šifriranje HTTPS z lastnim potrdilom SSL",
|
|
560
|
+
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "Ali uporabite prilagojena potrdila SSL, vključno z nadomestnimi (wildcard) potrdili za večnajemniške aplikacije.",
|
|
561
|
+
"Authentication settings": "Nastavitve preverjanja pristnosti",
|
|
562
|
+
"Custom SSL certificates": "Nestandardna potrdila SSL",
|
|
563
|
+
"Custom SSL enabled. Restart for changes to take effect.": "Uporabniški SSL je omogočen. Znova zaženite, da bodo spremembe začele veljati.",
|
|
564
|
+
"Enabled": "Omogočeno",
|
|
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.": "Omogočili ste tako potrdila Let's Encrypt kot tudi lastna potrdila SSL. Prednost ima Let's Encrypt, zato bodo lastna potrdila prezrta.",
|
|
566
|
+
"Events": "Dogodki",
|
|
567
|
+
"About application": "O aplikaciji",
|
|
568
|
+
"System": "Sistem",
|
|
569
|
+
"Site identity settings updated": "Nastavitve identitete strani posodobljene",
|
|
570
|
+
"Email settings": "Nastavitve e-pošte",
|
|
571
|
+
"Site identity settings": "Nastavitve identitete spletnega mesta",
|
|
572
|
+
"Email settings updated": "Nastavitve e-pošte posodobljene",
|
|
573
|
+
"System operations": "Sistemske operacije",
|
|
574
|
+
"About the system": "O sistemu",
|
|
575
|
+
"Restart here": "Začni znova tukaj",
|
|
576
|
+
"Download a backup": "Prenesi varnostno kopijo",
|
|
577
|
+
"Restore a backup": "Obnovi varnostno kopijo",
|
|
578
|
+
"Add new role": "Dodaj novo vlogo",
|
|
579
|
+
"Role updated": "Vloga posodobljena",
|
|
580
|
+
"First delete users with this role": "Najprej izbrišite uporabnike s to vlogo.",
|
|
581
|
+
"Role %s deleted": "Vloga %s je bila izbrisana",
|
|
582
|
+
"This is the rank of the user role, lower role IDs will be able to access more resources.": "To je rang uporabniške vloge; vloge z nižjim ID-jem bodo imele dostop do več virov.",
|
|
583
|
+
"Role name": "Ime vloge",
|
|
584
|
+
"Cannot delete this role": "Ni mogoče izbrisati te vloge",
|
|
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\">prosta</a> in <a href=\"https://opensource.org/\">odprtokodna</a> programska oprema, <a href=\"https://github.com/saltcorn/saltcorn/\">objavljena</a> pod <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">licenco MIT</a>.",
|
|
586
|
+
"Create a page": "Ustvari stran",
|
|
587
|
+
"Test": "Test",
|
|
588
|
+
"E-mail and password required": "E-pošta in geslo sta obvezna",
|
|
589
|
+
"Masonry columns": "Zidarski stolpci",
|
|
590
|
+
"Where": "Kje",
|
|
591
|
+
"Access Read/Write": "Dostop za branje/pisanje",
|
|
592
|
+
"History": "Zgodovina",
|
|
593
|
+
"Owned": "V lasti",
|
|
594
|
+
"Primary key": "Primarni ključ",
|
|
595
|
+
"Users already present": "Uporabniki, ki so že prisotni",
|
|
596
|
+
"Discover tables": "Odkrij tabele",
|
|
597
|
+
"The following tables in your database can be imported into Saltcorn:": "Naslednje tabele v vaši zbirki podatkov je mogoče uvoziti v Saltcorn:",
|
|
598
|
+
"Discovered tables: %s": "Odkrite tabele: %s",
|
|
599
|
+
"There are no tables in the database that can be imported into Saltcorn.": "V podatkovni zbirki ni nobenih tabel, ki bi jih bilo mogoče uvoziti v Saltcorn.",
|
|
600
|
+
"Import": "Uvoz",
|
|
601
|
+
"Discover": "Odkrij",
|
|
602
|
+
"Discover tables in database": "Odkrij tabele v zbirki podatkov",
|
|
603
|
+
"Single item view": "Pogled posameznega elementa",
|
|
604
|
+
"The underlying individual view of each table row": "Osnovni individualni pogled vsake vrstice tabele",
|
|
605
|
+
"Minimum role to read": "Minimalna vloga za branje",
|
|
606
|
+
"Minimum role to write": "Najnižja vloga za pisanje",
|
|
607
|
+
"Create page": "Ustvari stran",
|
|
608
|
+
"Multi-tenancy not enabled": "Večnajemnost ni omogočena",
|
|
609
|
+
"Identity": "Identiteta",
|
|
610
|
+
"Email sent to %s with no errors": "E-pošta je bila brez napak poslana na %s",
|
|
611
|
+
"External": "Zunanji",
|
|
612
|
+
"Force TLS": "Vsili 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": "Vedno uporabi TLS pri povezavi s strežnikom? Če ni označeno, se TLS uporabi, če strežnik podpira razširitev STARTTLS. V večini primerov označite to polje, če se povezujete na vrata 465. Za vrata 587 ali 25 ga pustite neoznačeno.",
|
|
614
|
+
"Relationship diagram": "Diagram relacij",
|
|
615
|
+
"Verified": "Preverjeno",
|
|
616
|
+
"Send verification email": "Pošlji potrditveno e-pošto",
|
|
617
|
+
"Email verification link sent to %s": "Povezava za potrditev e‑pošte je bila poslana na %s",
|
|
618
|
+
"Verification view": "Pogled za preverjanje",
|
|
619
|
+
"A view with the view to be emailed to users for email address verification": "Pogled, namenjen pošiljanju uporabnikom po e‑pošti za preverjanje e‑poštnega naslova",
|
|
620
|
+
"Email verified": "E-pošta preverjena",
|
|
621
|
+
"An email has been sent to %s to verify your address": "E-poštno sporočilo je bilo poslano na %s za potrditev vašega naslova.",
|
|
622
|
+
"Elevate verified to role": "Povišaj preverjenega uporabnika na vlogo",
|
|
623
|
+
"Elevate users to a higher role when their email addresses have been verified": "Povišaj uporabnike na višjo vlogo, ko so njihovi e-poštni naslovi preverjeni.",
|
|
624
|
+
"Email mask": "Maska e-pošte",
|
|
625
|
+
"Emails used for signup must end with this string": "E-poštni naslovi, uporabljeni za registracijo, se morajo končati s tem nizom",
|
|
626
|
+
"Signups with this email address are not accepted": "Registracije s tem e-poštnim naslovom niso dovoljene",
|
|
627
|
+
"Default order by": "Privzeto razvrščanje po",
|
|
628
|
+
"Default descending?": "Privzeto padajoče?",
|
|
629
|
+
"Omit header": "Izpusti glavo",
|
|
630
|
+
"Do not display the header": "Ne prikaži glave",
|
|
631
|
+
"The maximum number of characters in the string": "Največje število znakov v nizu",
|
|
632
|
+
"The minimum number of characters in the string": "Najmanjše število znakov v nizu",
|
|
633
|
+
"Style": "Slog",
|
|
634
|
+
"Not all themes support menu buttons": "Vse teme ne podpirajo gumbov menija.",
|
|
635
|
+
"Select a publicly accessible image file for the menu logo": "Izberite javno dostopno slikovno datoteko za logotip menija",
|
|
636
|
+
"Favicon": "Ikona spletnega mesta",
|
|
637
|
+
"Select a publicly accessible image file for the browser tab icon": "Izberite javno dostoteko slikovno datoteko za ikono zavihka brskalnika",
|
|
638
|
+
"Site identity settings, backup, email settings, system control and information": "Nastavitve identitete spletnega mesta, varnostno kopiranje, e-poštne nastavitve, nadzor sistema in informacije",
|
|
639
|
+
"Plugin and pack installation and control": "Namestitev in upravljanje vtičnikov in paketov",
|
|
640
|
+
"User administration, edit roles, user and security settings, SSL certificates for https encryption": "Upravljanje uporabnikov, urejanje vlog, uporabniške in varnostne nastavitve, SSL certifikati za https šifriranje",
|
|
641
|
+
"Menu, search and tenants": "Meni, iskanje in najemniki",
|
|
642
|
+
"Actions, triggers and crash log": "Dejanja, sprožilci in dnevnik zrušitev",
|
|
643
|
+
"Multitenancy enabled": "Večnajemnost omogočena",
|
|
644
|
+
"Restart required for changes to take effect.": "Za uveljavitev sprememb je potreben ponovni zagon.",
|
|
645
|
+
"Tenant settings": "Nastavitve najemnika",
|
|
646
|
+
"Role to create tenants": "Vloga za ustvarjanje najemnikov",
|
|
647
|
+
"Minimum user role required to create a new tenant": "Najnižja uporabniška vloga, potrebna za ustvarjanje novega najemnika",
|
|
648
|
+
"Tenant settings updated": "Nastavitve najemnika posodobljene",
|
|
649
|
+
"Not allowed": "Ni dovoljeno",
|
|
650
|
+
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "Poskušate ustvariti najemnika, medtem ko se povezujete prek naslova IP namesto domene. To verjetno ne bo delovalo.",
|
|
651
|
+
"Create tenant warning": "Opozorilo pri ustvarjanju najemnika",
|
|
652
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "Prikaži opozorilo uporabnikom, ki ustvarjajo najemnika, v katerem se izključuje kakršno koli jamstvo glede razpoložljivosti ali varnosti.",
|
|
653
|
+
"A list view shown on the left, to select rows": "Seznamni pogled, prikazan na levi, za izbiro vrstic",
|
|
654
|
+
"The view to show the selected row": "Pogled za prikaz izbrane vrstice",
|
|
655
|
+
"Location": "Lokacija",
|
|
656
|
+
"Location of link to create new row": "Mesto povezave za ustvarjanje nove vrstice",
|
|
657
|
+
"Options": "Možnosti",
|
|
658
|
+
"List options": "Možnosti seznama",
|
|
659
|
+
"Rows per page": "Vrstic na stran",
|
|
660
|
+
"Invalid administrative action": "Neveljavno skrbniško dejanje",
|
|
661
|
+
"User settings form": "Obrazec za uporabniške nastavitve",
|
|
662
|
+
"A view for users to change their custom user fields": "Pogled za uporabnike za spreminjanje njihovih prilagojenih uporabniških polj",
|
|
663
|
+
"Error: ": "Napaka:",
|
|
664
|
+
"User settings changed": "Uporabniške nastavitve so bile spremenjene",
|
|
665
|
+
"Rename table": "Preimenuj tabelo",
|
|
666
|
+
"Rename table %s": "Preimenuj tabelo %s",
|
|
667
|
+
"Base URL domain %s does not match hostname %s": "Osnovna domena URL %s se ne ujema z imenom gostitelja %s",
|
|
668
|
+
"Custom HTTP headers": "Lastni HTTP glavi",
|
|
669
|
+
"Format for each line: Header-Name: value": "Format za vsako vrstico: Ime-glave: vrednost",
|
|
670
|
+
"Role to upload files": "Vloga za nalaganje datotek",
|
|
671
|
+
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "Uporabnik mora imeti to vlogo ali višjo, da lahko nalaga datoteke prek API (nalaganja prek obrazcev niso prizadeta).",
|
|
672
|
+
"Always show create view": "Vedno prikaži ustvarjanje pogleda",
|
|
673
|
+
"If off, only show create view if the query state is about the current user": "Če je izklopljeno, prikaži ustvarjanje pogleda samo, če se stanje poizvedbe nanaša na trenutnega uporabnika.",
|
|
674
|
+
"Process uptime": "Čas delovanja procesa",
|
|
675
|
+
"A configuration error occurred": "Prišlo je do napake pri konfiguraciji.",
|
|
676
|
+
"HTTP timeout (s)": "Časovna omejitev HTTP (s)",
|
|
677
|
+
"Increase if you expect large uploads": "Povečajte, če pričakujete velike prenose.",
|
|
678
|
+
"Cookie sessions": "Seje piškotkov",
|
|
679
|
+
"Store sessions entirely in client cookies for higher performance": "Shranjujte seje v celoti v odjemalskih piškotkih za višjo zmogljivost.",
|
|
680
|
+
"git commit": "git commit",
|
|
681
|
+
"Send test email": "Pošlji testno e-pošto",
|
|
682
|
+
"Edit custom SSL certificates": "Uredi prilagojena potrdila SSL",
|
|
683
|
+
"User must have this role or higher to read rows from the table": "Uporabnik mora imeti to vlogo ali višjo, da lahko bere vrstice iz tabele.",
|
|
684
|
+
"User must have this role or higher to edit or create new rows in the table": "Uporabnik mora imeti to vlogo ali višjo, da lahko ureja ali ustvarja nove vrstice v tabeli.",
|
|
685
|
+
"Name of the field": "Ime polja",
|
|
686
|
+
"The type determines the kind of data that can be stored in the field": "Vrsta določa, katero vrsto podatkov je mogoče shraniti v polje.",
|
|
687
|
+
"Calculated from other fields with a formula": "Izračunano iz drugih polj s formulo",
|
|
688
|
+
"There must be a value in every row": "V vsaki vrstici mora biti vrednost.",
|
|
689
|
+
"Different rows must have different values for this field": "Različne vrstice morajo imeti različne vrednosti za to polje.",
|
|
690
|
+
"Add more fields to enable edit": "Dodaj več polj, da omogočiš urejanje.",
|
|
691
|
+
"Multitenancy": "Večnajemnost",
|
|
692
|
+
"Subdomain": "Poddomena",
|
|
693
|
+
"Information": "Informacije",
|
|
694
|
+
"Found %s tenants": "Najdenih %s najemnikov",
|
|
695
|
+
"Create new tenant": "Ustvari novega najemnika",
|
|
696
|
+
"%s tenant statistics": "statistika najemnika %s",
|
|
697
|
+
"Table columns": "Stolpci tabele",
|
|
698
|
+
"Configuration items": "Konfiguracijski elementi",
|
|
699
|
+
"Crashlogs": "Dnevniki zrušitev",
|
|
700
|
+
"Multitenancy settings": "Nastavitve večnajemništva",
|
|
701
|
+
"See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "Glejte navodila v <a href=\"https://github.com/saltcorn/saltcorn\">repozitoriju GitHub</a><p>",
|
|
702
|
+
"API token for this user: ": "Žeton API za tega uporabnika:",
|
|
703
|
+
"Reset": "Ponastavi",
|
|
704
|
+
"Generate": "Ustvari",
|
|
705
|
+
"URL after delete": "URL po brisanju",
|
|
706
|
+
"Track table data changes over time": "Spremljajte spremembe podatkov v tabeli skozi čas",
|
|
707
|
+
"Description allows you to give more information about the table": "Opis vam omogoča, da podate več informacij o tabeli.",
|
|
708
|
+
"Description allows you to give more information about the view.": "Opis vam omogoča, da podate več informacij o pogledu.",
|
|
709
|
+
"Description allows to give more information about field": "Opis omogoča podajanje dodatnih informacij o polju.",
|
|
710
|
+
"Name of action": "Ime akcije",
|
|
711
|
+
"Description allows you to give more information about the action": "Opis vam omogoča, da podate več informacij o dejanju.",
|
|
712
|
+
"The action to be taken when the trigger fires": "Dejanje, ki se izvede, ko se sprožilec aktivira",
|
|
713
|
+
"The table for which the trigger condition is checked.": "Tabela, za katero je preverjen sprožilni pogoj.",
|
|
714
|
+
"Condition under which the trigger will fire": "Pogoj, pod katerim se bo sprožil sprožilec",
|
|
715
|
+
"Test trigger": "Preskusni sprožilec",
|
|
716
|
+
"Edit trigger %s": "Uredi sprožilec %s",
|
|
717
|
+
"Preset %s": "Prednastavitev %s",
|
|
718
|
+
"The user password or application token to access SMTP server for sending emails": "Uporabniško geslo ali žeton aplikacije za dostop do strežnika SMTP za pošiljanje e-poštnih sporočil",
|
|
719
|
+
"The port of your SMTP server": "Vrata vašega strežnika SMTP",
|
|
720
|
+
"The user name to access SMTP server for sending emails.": "Uporabniško ime za dostop do strežnika SMTP za pošiljanje e-poštnih sporočil.",
|
|
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.": "Uporabniško geslo ali geslo aplikacije za dostop do SMTP strežnika za pošiljanje e-pošte. Če vaš ponudnik SMTP omogoča ustvarjanje gesla aplikacije za uporabo iz aplikacije, priporočamo uporabo gesla aplikacije namesto uporabniškega gesla.",
|
|
722
|
+
"Tick the boxes for the fields that should be jointly unique": "Označite polja, ki morajo biti skupaj enolična.",
|
|
723
|
+
"Private SSH key": "Zasebni ključ SSH",
|
|
724
|
+
"Timezone": "Časovni pas",
|
|
725
|
+
"Home Timezone": "Domači časovni pas",
|
|
726
|
+
"Use this link to revisit your application at any time.": "To povezavo lahko kadar koli uporabite za ponoven dostop do svoje aplikacije.",
|
|
727
|
+
"To login to a previously created application, go to: ": "Za prijavo v že ustvarjeno aplikacijo pojdite na:",
|
|
728
|
+
"Event types": "Vrste dogodkov",
|
|
729
|
+
"Channel": "Kanal",
|
|
730
|
+
"Leave blank for all channels": "Pustite prazno za vse kanale",
|
|
731
|
+
"Table or Channel": "Tabela ali kanal",
|
|
732
|
+
"Events to log": "Dogodki za beleženje",
|
|
733
|
+
"Log settings": "Nastavitve beleženja",
|
|
734
|
+
"Which events should be logged?": "Kateri dogodki naj se beležijo v dnevnik?",
|
|
735
|
+
"Event log": "Dnevnik dogodkov",
|
|
736
|
+
"Custom Events": "Tačni dogodki",
|
|
737
|
+
"Channels": "Kanali",
|
|
738
|
+
"Custom": "Po meri",
|
|
739
|
+
"Create custom event": "Ustvari prilagojen dogodek",
|
|
740
|
+
"Yes": "Da",
|
|
741
|
+
"Alternative destinations if formula evaluates to true": "Alternativni cilji, če formula ovrednoti na true",
|
|
742
|
+
"Default view when done": "Privzeti pogled po končanem opravilu",
|
|
743
|
+
"This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "To je pogled, na katerega bo uporabnik preusmerjen, ko je obrazec oddan, razen če je katera od spodnjih formul resnična.",
|
|
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": "Uporabnika lahko pošljete v drug pogled, odvisno od dneva, ko je uporabnik oddal. To možnost prezrite, če želite uporabnika vedno poslati na isti cilj.",
|
|
745
|
+
"Plugin name": "Ime vtičnika",
|
|
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": "Vir vtičnika za namestitev. Nekaj možnosti: \nnpm – prenos iz repozitorija npm, \nlocal – pridobitev iz lokalnega datotečnega sistema, \ngithub – prenos iz GitHub-a, \ngit – pridobitev iz Git repozitorija.",
|
|
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.": "Za npm – ime paketa npm, npr. @saltcorn/html ali saltcorn-gantt (preverite na npmjs.com); za local – absolutna pot do mape vtičnika v datotečnem sistemu, npr. C:\\gitsrc\\any-bootstrap-theme\\; za github – ime projekta na GitHubu.",
|
|
748
|
+
"Version of plugin, latest is default value": "Različica vtičnika, najnovejša je privzeta vrednost",
|
|
749
|
+
"Account verification": "Preverjanje računa",
|
|
750
|
+
"User verification failed": "Preverjanje uporabnika ni uspelo",
|
|
751
|
+
"User verified": "Uporabnik preverjen",
|
|
752
|
+
"Error editing user: %s": "Napaka pri urejanju uporabnika: %s",
|
|
753
|
+
"User must have this role or higher to make API call for action (trigger)": "Uporabnik mora imeti to vlogo ali višjo, da lahko prek API-ja pokliče dejanje (prožilec).",
|
|
754
|
+
"Restart complete": "Ponovni zagon je končan.",
|
|
755
|
+
"Languages": "Jeziki",
|
|
756
|
+
"Add language": "Dodaj jezik",
|
|
757
|
+
"Language": "Jezik",
|
|
758
|
+
"Locale": "Jezikovna oznaka",
|
|
759
|
+
"Menu, search, languages and tenants": "Meni, iskanje, jeziki in najemniki",
|
|
760
|
+
"This is a translation of a different field in a different language": "To je prevod drugega polja v drugem jeziku.",
|
|
761
|
+
"Language locale of translation": "Jezikovna oznaka prevoda",
|
|
762
|
+
"Action not configurable": "Dejanje ni nastavljivo",
|
|
763
|
+
"Event type which runs the trigger": "Vrsta dogodka, ki sproži prožilec",
|
|
764
|
+
"Message string field": "Polje niz sporočila",
|
|
765
|
+
"The field for the message content on the table for messages": "Polje za vsebino sporočila v tabeli za sporočila",
|
|
766
|
+
"Participant field": "Polje udeleženca",
|
|
767
|
+
"The field for the sender user id on the table for messages": "Polje za ID uporabnika pošiljatelja v tabeli za sporočila",
|
|
768
|
+
"The field for the participant user id": "Polje za ID uporabnika udeleženca",
|
|
769
|
+
"Message sender field": "Polje pošiljatelja sporočila",
|
|
770
|
+
"Message view or string field": "Pogled sporočila ali nizovno polje",
|
|
771
|
+
"A view to show individual messages, or the field for the message content on the table for messages": "Pogled za prikaz posameznih sporočil ali polje za vsebino sporočila v tabeli za sporočila.",
|
|
772
|
+
"Message relation": "Relacija sporočila",
|
|
773
|
+
"The relationship to the table of individual messages": "Razmerje do tabele posameznih sporočil",
|
|
774
|
+
"Message show view": "Pogled prikaza sporočila",
|
|
775
|
+
"The view to show an individual message": "Pogled za prikaz posameznega sporočila",
|
|
776
|
+
"New message form view": "Pogled obrazca za novo sporočilo",
|
|
777
|
+
"The view to enter a new message": "Pogled za vnos novega sporočila",
|
|
778
|
+
"Participant max read id field": "Polje največjega prebranega ID udeleženca",
|
|
779
|
+
"The field for the participant's last read message, of type Key to message table": "Polje za zadnje prebrano sporočilo udeleženca, tipa Ključ do tabele sporočil",
|
|
780
|
+
"Show older messages": "Pokaži starejša sporočila",
|
|
781
|
+
"New table name": "Novo ime tabele",
|
|
782
|
+
"Password Repeat": "Ponovitev gesla",
|
|
783
|
+
"Remember me": "Zapomni si me",
|
|
784
|
+
"Column width": "Širina stolpca",
|
|
785
|
+
"Column width units": "Enote širine stolpca",
|
|
786
|
+
"Ownership formula": "Formula lastništva",
|
|
787
|
+
"User is treated as owner if true. In scope: ": "Uporabnik je obravnavan kot lastnik, če je vrednost »true«. V obsegu:",
|
|
788
|
+
"Not all themes support all locations": "Vse teme ne podpirajo vseh lokacij.",
|
|
789
|
+
"Default language": "Privzeti jezik",
|
|
790
|
+
"Library": "Knjižnica",
|
|
791
|
+
"Library item %s deleted": "Knjižnični element %s je izbrisan",
|
|
792
|
+
"Library: component assemblies that can be used in the builder": "Knjižnica: sestavi komponent, ki jih je mogoče uporabiti v gradniku",
|
|
793
|
+
"Edit properties": "Uredi lastnosti",
|
|
794
|
+
"Images and other files for download": "Slike in druge datoteke za prenos",
|
|
795
|
+
"Disable LetsEncrypt HTTPS": "Onemogoči LetsEncrypt HTTPS",
|
|
796
|
+
"Type %s not found": "Tip %s ni najden.",
|
|
797
|
+
"No pages": "Ni strani",
|
|
798
|
+
"No views": "Ni pogledov",
|
|
799
|
+
"CSV upload": "Nalaganje 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.": "Strani so spletne strani vaše aplikacije, zgrajene z orodjem za gradnjo na principu povleci-in-spusti. Vsebujejo statično vsebino, z vdelavo pogledov pa tudi dinamično vsebino.",
|
|
801
|
+
"Views display data from tables. A view is a view template applied to a table, with configuration.": "Pogledi prikazujejo podatke iz tabel. Pogled je predloga pogleda, uporabljena na tabeli z ustrezno konfiguracijo.",
|
|
802
|
+
"Tables organise data by fields and rows.": "Tabele organizirajo podatke po poljih in vrsticah.",
|
|
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.": "Strani so spletne strani vaše aplikacije, zgrajene z orodjem za gradnjo po principu povleci-in-spusti. Vsebujejo statično vsebino, z vgradnjo pogledov pa tudi dinamično vsebino.",
|
|
804
|
+
"Triggers run actions in response to events.": "Sprožilci izvajajo akcije kot odziv na dogodke.",
|
|
805
|
+
"No files": "Ni datotek",
|
|
806
|
+
"Cookie duration (hours)": "Trajanje piškotka (v urah)",
|
|
807
|
+
"Set to 0 for expiration at the end of browser session": "Nastavite na 0 za potek veljavnosti ob koncu seje brskalnika.",
|
|
808
|
+
"Cookie duration (hours) when remember ticked": "Trajanje piškotka (v urah), ko je izbrana možnost »zapomni si me«",
|
|
809
|
+
"Forget table": "Pozabi tabelo",
|
|
810
|
+
"Table %s forgotten. You can now discover it.": "Tabela %s je pozabljena. Zdaj jo lahko znova odkrijete.",
|
|
811
|
+
"No triggers": "Brez sprožilcev",
|
|
812
|
+
"List width": "Širina seznama",
|
|
813
|
+
"Number of columns (1-12) allocated to the list view": "Število stolpcev (1–12), dodeljenih pogledu seznama",
|
|
814
|
+
"New tenant template": "Nova predloga najemnika",
|
|
815
|
+
"Copy site structure for new tenants from this tenant": "Kopiraj strukturo spletnega mesta za nove najemnike iz tega najemnika",
|
|
816
|
+
"Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "Uporabite to povezavo: <a href=\"%s\">%s</a>, da se lahko kadar koli znova vrnete k svoji aplikaciji.",
|
|
817
|
+
"Use Amazon S3": "Uporabi 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!": "Uporabite storitev Amazon S3 (ali združljivo) za shranjevanje datotek. Če je onemogočena, Saltcorn uporablja lokalni disk. OPOZORILO: Spreminjanje te nastavitve lahko povzroči nedelovanje že naloženih datotek!",
|
|
819
|
+
"Amazon S3 Bucket": "Amazon S3 vedro",
|
|
820
|
+
"Name you selected for your S3 bucket in AWS.": "Ime, ki ste ga izbrali za svoj S3 vedro v AWS.",
|
|
821
|
+
"Amazon S3 Path Prefix": "Predpona poti Amazon S3",
|
|
822
|
+
"Prefix you selected for your S3 bucket in AWS.": "Predpona, ki ste jo izbrali za svoj S3 imenik (bucket) v AWS.",
|
|
823
|
+
"Amazon S3 Endpoint": "Končna točka Amazon S3",
|
|
824
|
+
"Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "Ime gostitelja vašega ponudnika shrambe, združljive s S3. Privzeta vrednost je »s3.amazonaws.com«.",
|
|
825
|
+
"Amazon S3 Region": "Regija Amazon S3",
|
|
826
|
+
"AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "Regija AWS, ki ste jo izbrali ob ustvarjanju svojega vedra S3. Privzeto je »us-east-1«.",
|
|
827
|
+
"Amazon S3 Access Key ID": "ID dostopa za Amazon S3 Access Key",
|
|
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.": "Obvezno samo, če se ne želite overiti v S3 z uporabo vloge IAM. Vnesite ID dostopnega ključa (Access Key ID), ki vam ga je posredoval vaš skrbnik Amazon EC2.",
|
|
829
|
+
"Amazon S3 Secret Access Key": "Tajni dostopni ključ Amazon S3",
|
|
830
|
+
"The secret access key associated with your Amazon S3 Access Key ID.": "Tajni dostopni ključ, povezan z vašim Amazon S3 Access Key ID.",
|
|
831
|
+
"Use Amazon S3 Secure Connection.": "Uporabi varno povezavo Amazon S3.",
|
|
832
|
+
"Connect to Amazon S3 (or compatible) securely.": "Varnostno se povežite z Amazon S3 (ali združljivim).",
|
|
833
|
+
"Storage settings": "Nastavitve shrambe",
|
|
834
|
+
"Storage": "Shramba",
|
|
835
|
+
"Storage settings updated": "Nastavitve shrambe posodobljene",
|
|
836
|
+
"Label formula": "Formula oznake",
|
|
837
|
+
"Include formula": "Vključi formulo",
|
|
838
|
+
"If specified, only include in menu rows that evaluate to true": "Če je določeno, v meni vključi samo vrstice, ki se ovrednotijo kot true.",
|
|
839
|
+
"URL formula": "URL formula = formula URL",
|
|
840
|
+
"Order field": "Polje za razvrščanje",
|
|
841
|
+
"Section field": "Polje razdelka",
|
|
842
|
+
"Optional. String type with options, each of which will become a menu section": "Izbirno. Nizovni tip z možnostmi, pri čemer bo vsaka možnost postala razdelek menija.",
|
|
843
|
+
"Role to generate API keys": "Vloga za ustvarjanje ključev API",
|
|
844
|
+
"User should have this role or higher to generate API keys in their user settings": "Uporabnik mora imeti to vlogo ali višjo, da lahko v svojih uporabniških nastavitvah generira ključe API.",
|
|
845
|
+
"API token removed": "Žeton API odstranjen",
|
|
846
|
+
"Row inclusion formula": "Formula za vključitev vrstic",
|
|
847
|
+
"Only include rows where this formula is true": "Vključi samo vrstice, kjer je ta formula resnična.",
|
|
848
|
+
"Slug": "Polžek",
|
|
849
|
+
"Field that can be used for a prettier URL structure": "Polje, ki se lahko uporabi za lepšo strukturo URL-ja",
|
|
850
|
+
"Setup two-factor authentication": "Nastavi dvostopenjsko avtentikacijo",
|
|
851
|
+
"Setup two-factor authentication with Time-based One-Time Password (TOTP)": "Nastavite dvostopenjsko avtentikacijo z enkratnim geslom na osnovi časa (Time-based One-Time Password, TOTP).",
|
|
852
|
+
"1. Scan this QR code in your Authenticator app": "1. Skeniraj ta QR-kod v svoji aplikaciji za avtentikator",
|
|
853
|
+
"2. Enter the six-digit code generated in your Authenticator app": "2. Vnesite šestmestno kodo, ki jo ustvari vaša aplikacija Authenticator",
|
|
854
|
+
"Code": "Koda",
|
|
855
|
+
"Two-factor authentication with Time-based One-Time Password enabled": "Dvofaktorska avtentikacija z omogočenim časovno omejenim enkratnim geslom (TOTP)",
|
|
856
|
+
"Two-factor authentication": "Dvofaktorska avtentikacija",
|
|
857
|
+
"Two-factor authentication is enabled": "Dvofaktorska avtentikacija je omogočena",
|
|
858
|
+
"Two-factor authentication with Time-based One-Time Password disabled": "Dvofaktorska avtentikacija s časovno omejenim enkratnim geslom (TOTP) je onemogočena",
|
|
859
|
+
"Two-factor authentication is disabled": "Dvofaktorska avtentikacija je onemogočena",
|
|
860
|
+
"Auto save": "Samodejno shranjevanje",
|
|
861
|
+
"Save any changes immediately": "Takoj shrani vse spremembe",
|
|
862
|
+
"Transpose": "Transponiraj",
|
|
863
|
+
"Display one column per line": "Prikaži en stolpec na vrstico",
|
|
864
|
+
"Vertical column width": "Širina navpičnega stolpca",
|
|
865
|
+
"Vertical width units": "Navpične enote širine",
|
|
866
|
+
"Save before going back": "Shrani pred vračanjem nazaj",
|
|
867
|
+
"Reload after going back": "Znova naloži po vrnitvi nazaj",
|
|
868
|
+
"2FA policy": "Pravilnik 2FA",
|
|
869
|
+
"Steps to go back": "Koraki za vrnitev nazaj",
|
|
870
|
+
"Place in dropdown": "Postavi v spustni seznam",
|
|
871
|
+
"Hide null columns": "Skrij stolpce z vrednostjo null",
|
|
872
|
+
"Do not display a column if it contains entirely missing values": "Ne prikaži stolpca, če vsebuje izključno manjkajoče vrednosti.",
|
|
873
|
+
"Could not verify code": "Ni bilo mogoče preveriti kode",
|
|
874
|
+
"Disable two-factor authentication": "Onemogoči dvostopenjsko avtentikacijo",
|
|
875
|
+
"Enter your two-factor code in order to disable it": "Vnesite svojo kodo za dvostopenjsko preverjanje, da jo onemogočite.",
|
|
876
|
+
"Allow the user to enter a new key that is not in the schema": "Dovoli uporabniku vnesti nov ključ, ki ni v shemi.",
|
|
877
|
+
"Check for updates": "Preveri posodobitve",
|
|
878
|
+
"Versions refreshed": "Različice osvežene",
|
|
879
|
+
"Configuration check": "Preverjanje konfiguracije",
|
|
880
|
+
"Configuration errors": "Napake konfiguracije",
|
|
881
|
+
"Configuration checks passed": "Preverjanja konfiguracije so uspešno prestala.",
|
|
882
|
+
"On delete cascade": "Ob izbrisu verižno (ON DELETE CASCADE)",
|
|
883
|
+
"If the parent row is deleted, automatically delete the child rows.": "Če je nadrejena vrstica izbrisana, samodejno izbriši podrejene vrstice.",
|
|
884
|
+
"Extra state Formula": "Dodatno stanje – formula",
|
|
885
|
+
"Cannot install unsafe plugins on subdomain tenants": "Ni mogoče namestiti nevarnih vtičnikov v poddomenske najemnike.",
|
|
886
|
+
"Default order descending?": "Privzeto razvrščanje padajoče?",
|
|
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.": "To je pogled, na katerega bo uporabnik preusmerjen, ko bo obrazec oddan. Pogled, ki ga tukaj določite, je lahko prezrt glede na kontekst obrazca; na primer, če se obrazec pojavi v pojavnem oknu, do preusmeritve ne bo prišlo.",
|
|
888
|
+
"Destination view": "Ciljni pogled",
|
|
889
|
+
"Finish": "Dokončaj",
|
|
890
|
+
"Include in full-text search": "Vključi v iskanje po celotnem besedilu",
|
|
891
|
+
"Strings": "Nizi",
|
|
892
|
+
"In default language": "V privzetem jeziku",
|
|
893
|
+
"In %s": "V %s",
|
|
894
|
+
"Enable 2FA": "Omogoči 2FA",
|
|
895
|
+
"Or enter this code:": "Ali vnesite to kodo:",
|
|
896
|
+
"Disable 2FA": "Onemogoči 2FA",
|
|
897
|
+
"Cascade delete to file": "Kaskadno brisanje v datoteko",
|
|
898
|
+
"Deleting a row will also delete the file referenced by this field": "Brisanje vrstice bo prav tako izbrisalo datoteko, na katero se sklicuje to polje.",
|
|
899
|
+
"Has channels?": "Ima kanale?",
|
|
900
|
+
"Channels to create events for. Separate by comma; leave blank for all": "Kanali za ustvarjanje dogodkov. Ločite z vejico; pustite prazno za vse",
|
|
901
|
+
"Event Name": "Ime dogodka",
|
|
902
|
+
"Plugins (Extensions) Store endpoint": "Končna točka trgovine z vtičniki (razširitvami)",
|
|
903
|
+
"Packs Store endpoint": "Končna točka trgovine paketov",
|
|
904
|
+
"The endpoint of plugins store.": "Končna točka trgovine z vtičniki.",
|
|
905
|
+
"The endpoint of packs store.": "Končna točka shrambe paketov.",
|
|
906
|
+
"Manual backup": "Ročna varnostna kopija",
|
|
907
|
+
"Automated backup": "Samodejna varnostna kopija",
|
|
908
|
+
"Frequency": "Frekvenca",
|
|
909
|
+
"Destination": "Cilj",
|
|
910
|
+
"Directory": "Imenik",
|
|
911
|
+
"Backup settings updated": "Nastavitve varnostnega kopiranja posodobljene",
|
|
912
|
+
"Backup successful": "Varnostna kopija je bila uspešno izvedena",
|
|
913
|
+
"Invalid ownership formula: %s": "Neveljavna formula lastništva: %s",
|
|
914
|
+
"Expiration in days": "Potek v dneh",
|
|
915
|
+
"Delete old backup files in this directory after the set number of days": "Izbriši stare varnostne kopije v tej mapi po nastavljenem številu dni.",
|
|
916
|
+
"Mobile app": "Mobilna aplikacija",
|
|
917
|
+
"Build mobile app": "Izgradi mobilno aplikacijo",
|
|
918
|
+
"Build Result": "Rezultat gradnje",
|
|
919
|
+
"Download automated backup": "Prenesi samodejno varnostno kopijo",
|
|
920
|
+
"Restoring automated backup": "Obnavljanje samodejne varnostne kopije",
|
|
921
|
+
"No errors detected during configuration check": "Med preverjanjem konfiguracije ni bilo zaznanih napak.",
|
|
922
|
+
"%s view - %s on %s": "%s pogled – %s na %s",
|
|
923
|
+
"Please select at least one platform (android or iOS).": "Izberite vsaj eno platformo (Android ali iOS).",
|
|
924
|
+
"Back": "Nazaj",
|
|
925
|
+
"Periodic snapshots enabled": "Periodični posnetki omogočeni",
|
|
926
|
+
"Snapshot will be made every hour if there are changes": "Posnetek bo ustvarjen vsako uro, če bodo zaznane spremembe.",
|
|
927
|
+
"Snapshots": "Posnetki",
|
|
928
|
+
"Snapshot settings updated": "Nastavitve posnetka posodobljene",
|
|
929
|
+
"Download snapshots": "Prenesi posnetke",
|
|
930
|
+
"Snapshot successful": "Posnetek je bil uspešen.",
|
|
931
|
+
"System logging verbosity": "Verbositeta beleženja sistema",
|
|
932
|
+
"Destination URL Formula": "Formula ciljne URL-ja",
|
|
933
|
+
"Pattern": "Vzorec",
|
|
934
|
+
"View pattern": "Vzorec pogleda",
|
|
935
|
+
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "Vzorec pogleda postavi temelje za to, kako je pogled povezan s tabelo in za obnašanje pogleda.",
|
|
936
|
+
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "Pogledi prikazujejo podatke iz tabel. Pogled je vzorec pogleda, uporabljen na tabeli, s pripadajočo konfiguracijo.",
|
|
937
|
+
"Modules": "Moduli",
|
|
938
|
+
"Module installation and control": "Namestitev in upravljanje modulov",
|
|
939
|
+
"Module store": "Trgovina modulov",
|
|
940
|
+
"Module": "Modul",
|
|
941
|
+
"View patterns": "Vzorci pogledov",
|
|
942
|
+
"%s module information": "informacije o modulu %s",
|
|
943
|
+
"Upgrade installed modules": "Nadgradi nameščene module",
|
|
944
|
+
"Add another module": "Dodaj še en modul",
|
|
945
|
+
"Add module": "Dodaj modul",
|
|
946
|
+
"Module name": "Ime modula",
|
|
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": "Vir modula za namestitev. Nekaj možnosti: \nnpm – prenos iz repozitorija npm, \nlocal – pridobitev iz lokalnega datotečnega sistema, \ngithub – prenos iz GitHuba, \ngit – pridobitev iz Git repozitorija.",
|
|
948
|
+
"Version of module, latest is default value": "Različica modula, najnovejša je privzeta vrednost",
|
|
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.": "Za npm – ime paketa npm, npr. @saltcorn/html ali saltcorn-gantt, preverite na npmjs.com; za lokalno – absolutna pot do mape modula v datotečnem sistemu, npr. C:\\gitsrc\\any-bootstrap-theme\\; za GitHub – ime projekta na GitHubu.",
|
|
950
|
+
"Modules up-to-date": "Moduli so posodobljeni",
|
|
951
|
+
"User must have this role or higher to read rows from the table, unless they are the owner": "Uporabnik mora imeti to vlogo ali višjo, da lahko bere vrstice iz tabele, razen če je njihov lastnik.",
|
|
952
|
+
"User must have this role or higher to edit or create new rows in the table, unless they are the owner": "Uporabnik mora imeti to vlogo ali višjo, da lahko ureja ali ustvarja nove vrstice v tabeli, razen če je lastnik.",
|
|
953
|
+
"Tagname": "Ime oznake",
|
|
954
|
+
"Create tag": "Ustvari oznako",
|
|
955
|
+
"Tags": "Oznake",
|
|
956
|
+
"New tag": "Nova oznaka",
|
|
957
|
+
"Tag name": "Ime oznake",
|
|
958
|
+
"%s Tag": "Oznaka %s",
|
|
959
|
+
"Remove From Tag": "Odstrani iz oznake",
|
|
960
|
+
"Add tables": "Dodaj tabele",
|
|
961
|
+
"Add views": "Dodaj poglede",
|
|
962
|
+
"Add tags": "Dodaj oznake",
|
|
963
|
+
"Trigger": "Prožilec",
|
|
964
|
+
"Add %s to tag": "Dodaj %s k oznaki",
|
|
965
|
+
"Tag %s deleted": "Oznaka %s je izbrisana",
|
|
966
|
+
"Tag %s created": "Oznaka %s je bila ustvarjena",
|
|
967
|
+
"Application diagram": "Diagram aplikacije",
|
|
968
|
+
"Diagram": "Diagram",
|
|
969
|
+
"Entry point": "Vstopna točka",
|
|
970
|
+
"Platform": "Platforma",
|
|
971
|
+
"docker": "docker",
|
|
972
|
+
"android": "android",
|
|
973
|
+
"iOS": "iOS",
|
|
974
|
+
"App file": "Datoteka aplikacije",
|
|
975
|
+
"Server URL": "URL strežnika",
|
|
976
|
+
"Module %s installed, please complete configuration.": "Modul %s je nameščen, prosimo, dokončajte konfiguracijo.",
|
|
977
|
+
"Module %s removed.": "Modul %s je bil odstranjen.",
|
|
978
|
+
"Module %s installed": "Modul %s je nameščen",
|
|
979
|
+
"Upgrading modules...": "Nadgrajevanje modulov...",
|
|
980
|
+
"Backup now": "Varnostno kopiraj zdaj",
|
|
981
|
+
"Snapshot now": "Posnemi posnetek zdaj",
|
|
982
|
+
"Restore/download automated backups »": "Obnovi/prenesi samodejne varnostne kopije »",
|
|
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).": "Posnetki shranjujejo strukturo in definicijo vaše aplikacije brez podatkov v tabelah. Posamezne poglede in strani je mogoče obnoviti iz posnetkov prek pregledov <a href='/viewedit'>pogledov</a> ali <a href='/pageedit'>strani</a> (“Obnovi” v spustnem meniju posamezne strani ali pogleda).",
|
|
984
|
+
"List/download snapshots »": "Seznam/prenos posnetkov »",
|
|
985
|
+
"Discover tables that are already in the Database, but not known to Saltcorn": "Odkrij tabele, ki so že v bazi podatkov, vendar niso znane Saltcornu",
|
|
986
|
+
"Split paste": "Razdeli prilepljeno besedilo",
|
|
987
|
+
"Separate paste content into separate inputs": "Loči prilepljeno vsebino v ločene vnose.",
|
|
988
|
+
"Add entries to tag": "Dodaj vnose oznaki",
|
|
989
|
+
"Add pages": "Dodaj strani",
|
|
990
|
+
"Add triggers": "Dodaj sprožilce",
|
|
991
|
+
"Formula value": "Vrednost formule",
|
|
992
|
+
"The build was successfully": "Gradnja je bila uspešna",
|
|
993
|
+
"Unable to build the app": "Ni mogoče zgraditi aplikacije.",
|
|
994
|
+
"Add tag": "Dodaj oznako",
|
|
995
|
+
"Create new row": "Ustvari novo vrstico",
|
|
996
|
+
"Specify how to create a new row": "Določite, kako ustvariti novo vrstico",
|
|
997
|
+
"Preview": "Predogled",
|
|
998
|
+
"Minimum role updated": "Posodobljena je bila minimalna vloga",
|
|
999
|
+
"Module not found": "Modul ni najden",
|
|
1000
|
+
"View %s not found": "Pogled %s ni bil najden",
|
|
1001
|
+
"Query %s not found": "Poizvedba %s ni bila najdena",
|
|
1002
|
+
"Open": "Odpri",
|
|
1003
|
+
"Only the android build supports docker.": "Samo Android gradnja podpira Docker.",
|
|
1004
|
+
"Please enter a valid server URL.": "Prosimo, vnesite veljaven URL strežnika.",
|
|
1005
|
+
"Table access": "Dostop do tabele",
|
|
1006
|
+
"Download one of the backups above": "Prenesite eno od zgornjih varnostnih kopij",
|
|
1007
|
+
"Clear this application": "Počisti to aplikacijo",
|
|
1008
|
+
"(tick all boxes)": "(označi vse polja)",
|
|
1009
|
+
"When prompted to create the first user, click the link to restore a backup": "Ko ste pozvani k ustvarjanju prvega uporabnika, kliknite povezavo za obnovitev varnostne kopije.",
|
|
1010
|
+
"Select the downloaded backup file": "Izberite preneseno datoteko varnostne kopije",
|
|
1011
|
+
"Units": "Enote",
|
|
1012
|
+
"Descending?": "Padajoče?",
|
|
1013
|
+
"Small": "Majhen",
|
|
1014
|
+
"Medium": "Srednje",
|
|
1015
|
+
"Large": "Velik",
|
|
1016
|
+
"Extra-large": "Ekstra veliko",
|
|
1017
|
+
"Please select at least one item": "Prosimo, izberite vsaj en element.",
|
|
1018
|
+
"Only include rows where this formula is true. ": "Vključi samo vrstice, kjer je ta formula resnična.",
|
|
1019
|
+
"Use %s to access current user ID": "Uporabite %s za dostop do trenutnega ID‑ja uporabnika",
|
|
1020
|
+
"Action not found": "Dejanje ni najdeno",
|
|
1021
|
+
"Development settings": "Nastavitve razvoja",
|
|
1022
|
+
"All entities": "Vsi entitetni objekti",
|
|
1023
|
+
"no tags": "brez oznak",
|
|
1024
|
+
"Development mode settings updated": "Nastavitve razvojnega načina posodobljene",
|
|
1025
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "Kratka koda identifikatorja jezika, npr. en, zh, fr, ar itd.",
|
|
1026
|
+
"Is this the default language in which the application is built?": "Ali je to privzeti jezik, v katerem je aplikacija zgrajena?",
|
|
1027
|
+
"Database type": "Tip podatkovne baze",
|
|
1028
|
+
"Database schema name": "Ime sheme podatkovne baze",
|
|
1029
|
+
"Database user": "Uporabnik baze podatkov",
|
|
1030
|
+
"Database host": "Gostitelj podatkovne baze",
|
|
1031
|
+
"Database port": "Vrata podatkovne baze",
|
|
1032
|
+
"Creator email": "E‑pošta ustvarjalca",
|
|
1033
|
+
"Create tenant warning text": "Ustvari opozorilno besedilo za najemnika",
|
|
1034
|
+
"Provide your own create warning text if need": "Po potrebi zagotovite svoje lastno opozorilno besedilo za ustvarjanje.",
|
|
1035
|
+
"Specify some description for tenant if need": "Po potrebi določite opis za najemnika.",
|
|
1036
|
+
"Created": "Ustvarjeno",
|
|
1037
|
+
"First user E-mail": "Prvi e-poštni naslov uporabnika",
|
|
1038
|
+
"HTTP settings": "Nastavitve HTTP",
|
|
1039
|
+
"Login and Signup": "Prijava in registracija",
|
|
1040
|
+
"Rights": "Pravice",
|
|
1041
|
+
"Rights settings": "Nastavitve pravic",
|
|
1042
|
+
"Database name": "Ime zbirke podatkov",
|
|
1043
|
+
"Database schema": "Shema podatkovne baze",
|
|
1044
|
+
"If the parent row is deleted, do this to the child rows.": "Če je nadrejena vrstica izbrisana, naredi to s podrejenimi vrsticami.",
|
|
1045
|
+
"On delete": "Ob brisanju",
|
|
1046
|
+
"Permissions": "Dovoljenja",
|
|
1047
|
+
"Permissions settings": "Nastavitve dovoljenj",
|
|
1048
|
+
"Files accept filter ": "Filter za sprejem datotek",
|
|
1049
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "Določa filter za vrste datotek, ki jih lahko uporabnik izbere v pogovornem oknu za vnos datotek. Primer: `.doc,audio/*,video/*,image/*`",
|
|
1050
|
+
"Permissions settings updated": "Nastavitve dovoljenj posodobljene",
|
|
1051
|
+
"Upload file(s)": "Naloži datoteko(e)",
|
|
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/*`": "Določa filter za vrste datotek, ki jih lahko uporabnik izbere v pogovornem oknu za vnos datotek. Primer: `text/csv,audio/*,video/*,image/*`",
|
|
1053
|
+
"Default Files accept filter": "Privzeti filter sprejemljivih datotek",
|
|
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/*`": "Določa privzeti filter za vrste datotek, ki jih lahko uporabnik izbere v pogovornem oknu za vnos datotek. Primer: `.doc, text/csv, audio/*, video/*, image/*`",
|
|
1055
|
+
"Destination page": "Ciljna stran",
|
|
1056
|
+
"Module Store endpoint": "Končna točka trgovine modulov",
|
|
1057
|
+
"Authentication settings updated": "Nastavitve preverjanja pristnosti posodobljene",
|
|
1058
|
+
"Log client errors": "Beleži napake odjemalca",
|
|
1059
|
+
"Record all client errors in the crash log": "Zabeleži vse odjemalske napake v dnevnik zrušitev.",
|
|
1060
|
+
"Default File accept filter": "Privzeti filter za sprejem datotek",
|
|
1061
|
+
"File upload debug": "Razhroščevanje nalaganja datotek",
|
|
1062
|
+
"Turn on to debug file upload in express-fileupload.": "Vklopi razhroščevanje (debug) nalaganja datotek v express-fileupload.",
|
|
1063
|
+
"Upload size limit (Kb)": "Omejitev velikosti nalaganja (KB)",
|
|
1064
|
+
"Maximum upload file size in kilobytes": "Največja velikost naložene datoteke v kilobajtih",
|
|
1065
|
+
"File upload timeout": "Časovna omejitev nalaganja datoteke",
|
|
1066
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "Določa, kako dolgo naj sistem čaka na podatke, preden prekine nalaganje datoteke. Nastavite na 0, če želite izklopiti preverjanje časovne omejitve.",
|
|
1067
|
+
"Files settings": "Nastavitve datotek",
|
|
1068
|
+
"NPM packages in code": "NPM paketi v kodi",
|
|
1069
|
+
"Comma-separated list of packages which will be available in JavaScript actions": "Z vejicami ločen seznam paketov, ki bodo na voljo v dejanjih JavaScript",
|
|
1070
|
+
"Become user": "Postani uporabnik",
|
|
1071
|
+
"Your are now logged in as %s. Logout and login again to assume your usual identity": "Prijavljeni ste kot %s. Odjavite se in se znova prijavite, da prevzamete svojo običajno identiteto.",
|
|
1072
|
+
"Done": "Končano",
|
|
1073
|
+
"Configure trigger %s": "Konfiguriraj sprožilec %s",
|
|
1074
|
+
"Saved 2FA policy for role": "Shranjeno pravilo 2FA za vlogo",
|
|
1075
|
+
"HTTP settings updated": "Nastavitve HTTP posodobljene",
|
|
1076
|
+
"%s configuration": "konfiguracija za %s",
|
|
1077
|
+
"Save indicator": "Indikator shranjevanja",
|
|
1078
|
+
"Public cache TTL (minutes)": "Javni predpomnilnik TTL (minute)",
|
|
1079
|
+
"Cache-control max-age for public views and pages. 0 to disable": "Največja starost (max-age) Cache-Control za javne poglede in strani. 0 za onemogočanje.",
|
|
1080
|
+
"Files accept filter": "Filter za sprejem datotek",
|
|
1081
|
+
"User group": "Uporabniška skupina",
|
|
1082
|
+
"Add relations to this table in dropdown options for ownership field": "Dodaj relacije v to tabelo v možnosti spustnega seznama za polje lastništva.",
|
|
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.": "Imate poglede z vlogami za dostop, ki so nižje od vloge tabele za branje, brez lastništva nad tabelo. To lahko povzroči zavrnitev dostopa. Uporabniki morajo imeti pravico branja tabele za vse podatke, ki so prikazani.",
|
|
1084
|
+
"Views potentially affected": "Pogledi, ki so lahko prizadeti",
|
|
1085
|
+
"Empty view": "Prazna pogled",
|
|
1086
|
+
"A view that will be shown only if there are no tables rows to show": "Pogled, ki bo prikazan samo, če v tabeli ni nobene vrstice za prikaz.",
|
|
1087
|
+
"Calculated field will be stored in Database": "Izračunano polje bo shranjeno v zbirki podatkov.",
|
|
1088
|
+
"Set Email": "Nastavi e-pošto",
|
|
1089
|
+
"Please enter your email address": "Prosimo, vnesite svoj e-poštni naslov",
|
|
1090
|
+
"Role for search": "Vloga za iskanje",
|
|
1091
|
+
"Min role to access search page": "Minimalna vloga za dostop do iskalne strani",
|
|
1092
|
+
"Update": "Posodobitev",
|
|
1093
|
+
"Add": "Dodaj",
|
|
1094
|
+
"Recalculate dynamic": "Ponovno izračunaj dinamično",
|
|
1095
|
+
"Force logout": "Prisilna odjava",
|
|
1096
|
+
"Logged out user %s": "Odjavljen uporabnik %s",
|
|
1097
|
+
"Reset password link sent to %s": "Povezava za ponastavitev gesla je bila poslana na %s",
|
|
1098
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "Prosimo, da spremenite svoje geslo na %s. Novo geslo lahko nastavite prek te povezave:",
|
|
1099
|
+
"Welcome to %s": "Dobrodošli v %s",
|
|
1100
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "Za vas smo ustvarili račun na %s. Novo geslo lahko nastavite prek te povezave:",
|
|
1101
|
+
"Use this link to access the application once you have set your password: %s": "Ko nastavite svoje geslo, uporabite to povezavo za dostop do aplikacije: %s",
|
|
1102
|
+
"Tag: %s": "Oznaka: %s",
|
|
1103
|
+
"Tag entry": "Vnos oznake",
|
|
1104
|
+
"Clear": "Počisti",
|
|
1105
|
+
"Restore a snapshot": "Obnovi posnetek",
|
|
1106
|
+
"Snapshot restored": "Posnetek je bil obnovljen",
|
|
1107
|
+
"Configuration check report": "Poročilo o preverjanju konfiguracije",
|
|
1108
|
+
"Re-run": "Ponovno zaženi",
|
|
1109
|
+
"Add constraint:": "Dodaj omejitev:",
|
|
1110
|
+
"Index": "Kazalo",
|
|
1111
|
+
"Add constraint: ": "Dodaj omejitev:",
|
|
1112
|
+
"Choose the field to be indexed": "Izberite polje za indeksiranje",
|
|
1113
|
+
"Constraint formula": "Formula omejitve",
|
|
1114
|
+
"Formula must evaluate to true for valid rows. In scope: ": "Formula mora za veljavne vrstice ovrednotiti na true. V obsegu:",
|
|
1115
|
+
"Add %s constraint to %s": "Dodaj omejitev %s k %s",
|
|
1116
|
+
"What": "Kaj",
|
|
1117
|
+
"Choose the field to be indexed. This make searching the table faster.": "Izberite polje, ki bo indeksirano. To pospeši iskanje po tabeli.",
|
|
1118
|
+
"Disk usage": "Poraba diska",
|
|
1119
|
+
"CPU usage": "Uporaba CPU",
|
|
1120
|
+
"Mem usage": "Poraba pomnilnika",
|
|
1121
|
+
"The field that will be shown to the user when choosing a value": "Polje, ki bo prikazano uporabniku pri izbiri vrednosti.",
|
|
1122
|
+
"String value must match regular expression": "Vrednost niza se mora ujemati z regularnim izrazom",
|
|
1123
|
+
"Modules up-to-date. Please restart server": "Moduli so posodobljeni. Prosimo, znova zaženite strežnik.",
|
|
1124
|
+
"Install git plugins": "Namesti git vtičnike",
|
|
1125
|
+
"Set available npm modules": "Nastavi razpoložljive npm module",
|
|
1126
|
+
"Only store modules can be installed on tenant instances": "Na najemniške instance je mogoče namestiti samo module trgovine.",
|
|
1127
|
+
"Unsafe modules": "Nevarni moduli",
|
|
1128
|
+
"Notifications": "Obvestila",
|
|
1129
|
+
"No notifications": "Ni obvestil",
|
|
1130
|
+
"In user menu": "V uporabniškem meniju",
|
|
1131
|
+
"Show notifications in the user menu": "Prikaži obvestila v uporabniškem meniju",
|
|
1132
|
+
"Notification settings": "Nastavitve obvestil",
|
|
1133
|
+
"PWA": "PWA",
|
|
1134
|
+
"Progressive Web Application": "Progresivna spletna aplikacija",
|
|
1135
|
+
"Display": "Prikaz",
|
|
1136
|
+
"Progressive Web Application enabled": "Progresivna spletna aplikacija omogočena",
|
|
1137
|
+
"Saltcorn test email": "Preizkusno e-poštno sporočilo Saltcorn",
|
|
1138
|
+
"Hello from Saltcorn": "Pozdrav iz Saltcorna",
|
|
1139
|
+
"Set colors": "Nastavi barve",
|
|
1140
|
+
"Theme color": "Barva teme",
|
|
1141
|
+
"Background color": "Barva ozadja",
|
|
1142
|
+
"Table provider": "Ponudnik tabele",
|
|
1143
|
+
"Database table": "Podatkovna tabela",
|
|
1144
|
+
"Configure provider": "Konfiguriraj ponudnika",
|
|
1145
|
+
"In scope:": "V obsegu:",
|
|
1146
|
+
"SSL expiry": "Potek veljavnosti SSL",
|
|
1147
|
+
"A page with this name already exists": "Stran s tem imenom že obstaja",
|
|
1148
|
+
"Tenant Base URL": "Osnovni URL najemnika",
|
|
1149
|
+
"Base hostname for newly created tenants. If unset, defaults to hostname": "Osnovno ime gostitelja za na novo ustvarjene najemnike. Če ni nastavljeno, je privzeto ime gostitelja.",
|
|
1150
|
+
"Redirect unauthorized": "Preusmeri nepooblaščene",
|
|
1151
|
+
"If tenant creation is not authorized, redirect to this URL": "Če ustvarjanje najemnika ni dovoljeno, preusmeri na ta URL",
|
|
1152
|
+
"Import table %s": "Uvozi tabelo %s",
|
|
1153
|
+
"Import CSV": "Uvozi CSV",
|
|
1154
|
+
"Show configuration object": "Prikaži konfiguracijski objekt",
|
|
1155
|
+
"Connected views": "Povezani pogledi",
|
|
1156
|
+
"Tenant application capabilities": "Zmožnosti najemniške aplikacije",
|
|
1157
|
+
"Edit Module": "Uredi modul",
|
|
1158
|
+
"Roles 2-10 are reserved": "Vloge 2–10 so rezervirane.",
|
|
1159
|
+
"Role IDs 2-10 are reserved": "ID-ji vlog od 2 do 10 so rezervirani",
|
|
1160
|
+
"Allow offline mode": "Dovoli način brez povezave",
|
|
1161
|
+
"Embedded in": "Vgrajeno v",
|
|
1162
|
+
"Linked from": "Povezano iz",
|
|
1163
|
+
"Table constraints": "Omejitve tabele",
|
|
1164
|
+
"Event logs": "Dnevniki dogodkov",
|
|
1165
|
+
"Migrations": "Migracije",
|
|
1166
|
+
"Tag Entries": "Vnosi oznak",
|
|
1167
|
+
"Not a valid field name": "Neveljavno ime polja",
|
|
1168
|
+
"Set a default value for missing data": "Nastavi privzeto vrednost za manjkajoče podatke",
|
|
1169
|
+
"Create model": "Ustvari model",
|
|
1170
|
+
"Models": "Modeli",
|
|
1171
|
+
"New model": "Nov model",
|
|
1172
|
+
"Show model": "Prikaži model",
|
|
1173
|
+
"Model instances": "Primerki modela",
|
|
1174
|
+
"Trained": "Izurjen",
|
|
1175
|
+
"Train new instance": "Učite nov primerek",
|
|
1176
|
+
"Train model": "Treniraj model",
|
|
1177
|
+
"Train": "Usposobi",
|
|
1178
|
+
"Report": "Poročilo",
|
|
1179
|
+
"Model training report": "Poročilo o učenju modela",
|
|
1180
|
+
"Model training error": "Napaka pri učenju modela",
|
|
1181
|
+
"Training error": "Napaka pri učenju",
|
|
1182
|
+
"Model": "Model",
|
|
1183
|
+
"Model instance": "Primer modela",
|
|
1184
|
+
"Prediction output": "Izhod napovedi",
|
|
1185
|
+
"Table triggers: ": "Prožilniki tabele:",
|
|
1186
|
+
"App name": "Ime aplikacije",
|
|
1187
|
+
"App icon": "Ikona aplikacije",
|
|
1188
|
+
"Splash Page": "Začetna stran",
|
|
1189
|
+
"App version": "Različica aplikacije",
|
|
1190
|
+
"Forgot password?": "Ste pozabili geslo?",
|
|
1191
|
+
"Details": "Podrobnosti",
|
|
1192
|
+
"URL is a formula?": "Je URL formula?",
|
|
1193
|
+
"Receive notifications by:": "Prejemaj obvestila preko:",
|
|
1194
|
+
"Backup settings": "Nastavitve varnostnega kopiranja",
|
|
1195
|
+
"Logo image": "Slika logotipa",
|
|
1196
|
+
"Custom code": "Poljubna koda",
|
|
1197
|
+
"Extension store": "Trgovina z moduli",
|
|
1198
|
+
"Backup file prefix": "Predpona datoteke varnostne kopije",
|
|
1199
|
+
"Directory for backup files": "Imenik za varnostne kopije datotek",
|
|
1200
|
+
"Backup File Prefix": "Predpona datoteke varnostne kopije",
|
|
1201
|
+
"Search for...": "Iskanje ...",
|
|
1202
|
+
"Every 5 minutes": "Vsakih 5 minut",
|
|
1203
|
+
"Not scheduled but can be run as an action from a button click": "Ni načrtovan, vendar ga je mogoče zagnati kot akcijo ob kliku gumba.",
|
|
1204
|
+
"Fixed and blocked fields": "Fiksna in blokirana polja",
|
|
1205
|
+
"Do not allow the following fields to have a value set from the query string or state": "Ne dovoli, da bi bile naslednje vrednosti polj nastavljene iz query stringa ali stanja.",
|
|
1206
|
+
"Action configuration saved": "Konfiguracija dejanja je shranjena",
|
|
1207
|
+
"Prevent any deletion of parent rows": "Prepreči vsak izbris nadrejenih vrstic",
|
|
1208
|
+
"If the parent row is deleted, set key fields on child rows to null": "Če je nadrejena vrstica izbrisana, nastavi ključna polja v podrejenih vrsticah na null.",
|
|
1209
|
+
"Link out?": "Povezava navzven?",
|
|
1210
|
+
"Show a link to open popup contents in new tab": "Pokaži povezavo za odprtje vsebine pojavnega okna v novem zavihku",
|
|
1211
|
+
"Model %s deleted": "Model %s izbrisan",
|
|
1212
|
+
"Model instance %s deleted": "Primerek modela %s je bil izbrisan",
|
|
1213
|
+
"Action information saved": "Podatki o dejanju so shranjeni",
|
|
1214
|
+
"JavaScript code:": "Koda JavaScript:",
|
|
1215
|
+
"code here": "koda tukaj",
|
|
1216
|
+
"Page '%s' was loaded": "Stran »%s« je bila naložena",
|
|
1217
|
+
"View '%s' was loaded": "Pogled »%s« je bil naložen",
|
|
1218
|
+
"Error message": "Sporočilo o napaki",
|
|
1219
|
+
"Error shown to user if uniqueness is violated": "Napaka, prikazana uporabniku, če je kršena enoličnost",
|
|
1220
|
+
"Protected": "Zaščiteno",
|
|
1221
|
+
"Set role to access": "Nastavi vlogo za dostop",
|
|
1222
|
+
"User must have this role or higher to update or create field values": "Uporabnik mora imeti to vlogo ali višjo, da lahko posodablja ali ustvarja vrednosti polj.",
|
|
1223
|
+
"Disable on mobile": "Onemogoči na mobilnih napravah",
|
|
1224
|
+
"moment.js format specifier": "določilnik oblike moment.js",
|
|
1225
|
+
"Primary button": "Primarni gumb",
|
|
1226
|
+
"Secondary button": "Sekundarni gumb",
|
|
1227
|
+
"Success button": "Gumb za uspeh",
|
|
1228
|
+
"Danger button": "Gumb za nevarno dejanje",
|
|
1229
|
+
"Primary outline button": "Primarni obrisni gumb",
|
|
1230
|
+
"Secondary outline button": "Sekundarni obrisni gumb",
|
|
1231
|
+
"Standard": "Standardni",
|
|
1232
|
+
"X-Small": "Zelo majhno",
|
|
1233
|
+
"Block": "Blok",
|
|
1234
|
+
"Large block": "Velik blok",
|
|
1235
|
+
"Formula for JavaScript object that will be added to state parameters": "Formula za objekt JavaScript, ki bo dodan parametrom stanja",
|
|
1236
|
+
"Alignment": "Poravnava",
|
|
1237
|
+
"Click to edit?": "Kliknite za urejanje?",
|
|
1238
|
+
"Format": "Format",
|
|
1239
|
+
"Table Synchronization": "Sinhronizacija tabele",
|
|
1240
|
+
"unsynched": "nesinhronizirano",
|
|
1241
|
+
"synched": "sinhronizirano",
|
|
1242
|
+
"Sync information": "Informacije o sinhronizaciji",
|
|
1243
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "Informacije o sinhronizaciji sledijo časovnemu žigu zadnje spremembe ali izbrisa, da se lahko podatki tabele sinhronizirajo z mobilno aplikacijo.",
|
|
1244
|
+
"Included Plugins": "Vključeni vtičniki",
|
|
1245
|
+
"exclude": "izključi",
|
|
1246
|
+
"include": "vključiti",
|
|
1247
|
+
"Auto public login": "Samodejna javna prijava",
|
|
1248
|
+
"New user view": "Nov pogled uporabnika",
|
|
1249
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "Pogled, ki je prikazan novim uporabnikom za dokončanje registracije (če je Uredi) ali kot pozdravni pogled.",
|
|
1250
|
+
"View decoration": "Dekoracija pogleda",
|
|
1251
|
+
"Title formula": "Formula naslova",
|
|
1252
|
+
"Show if true": "Pokaži, če je res\n\n",
|
|
1253
|
+
"Formula. Leave blank to always show": "Formula. Pustite prazno, da se vedno prikaže",
|
|
1254
|
+
"Popup width": "Širina pojavnega okna",
|
|
1255
|
+
"Show an icon in the title bar to indicate when form data is being saved": "Prikaži ikono v naslovni vrstici, ki označuje, kdaj se podatki obrazca shranjujejo.",
|
|
1256
|
+
"install a different version": "namesti drugo različico",
|
|
1257
|
+
"%s versions": "različice %s",
|
|
1258
|
+
"Close": "Zapri",
|
|
1259
|
+
"Module up-to-date": "Modul je posodobljen",
|
|
1260
|
+
"Module '%s' not found": "Modul »%s« ni bil najden",
|
|
1261
|
+
"Module %s not found": "Modul %s ni bil najden",
|
|
1262
|
+
"Include Event Logs": "Vključi dnevnike dogodkov",
|
|
1263
|
+
"Backup with event logs": "Varnostna kopija z dnevniki dogodkov",
|
|
1264
|
+
"Initially open": "Sprva odprto",
|
|
1265
|
+
"Not a valid pack": "Ni veljaven paket",
|
|
1266
|
+
"Pack file": "Datoteka paketa",
|
|
1267
|
+
"Upload a pack file": "Naloži datoteko paketa",
|
|
1268
|
+
"No menu": "Brez menija",
|
|
1269
|
+
"Omit the menu from this page": "Izpusti meni na tej strani.",
|
|
1270
|
+
"%s finished without a result": "%s je končal brez rezultata",
|
|
1271
|
+
"Body size limit (Kb)": "Omejitev velikosti telesa (KB)",
|
|
1272
|
+
"Maximum request body size in kilobytes": "Največja velikost telesa zahteve v kilobajtih",
|
|
1273
|
+
"URL encoded size limit (Kb)": "Omejitev velikosti za URL-kodirane podatke (KB)",
|
|
1274
|
+
"Maximum URL encoded request size in kilobytes": "Največja velikost URL kodirane zahteve v kilobajtih",
|
|
1275
|
+
"HTML file": "Datoteka HTML",
|
|
1276
|
+
"HTML file to use as page content": "Datoteka HTML za uporabo kot vsebina strani",
|
|
1277
|
+
"Offline mode: cannot load file": "Način brez povezave: datoteke ni mogoče naložiti",
|
|
1278
|
+
"None - use drag and drop builder": "Brez – uporabite gradnik z možnostjo povleci in spusti",
|
|
1279
|
+
"Do not pick or compare time": "Ne izbiraj ali primerjaj časa.",
|
|
1280
|
+
"Installed theme": "Nameščena tema",
|
|
1281
|
+
"Theme for role": "Tema za vlogo",
|
|
1282
|
+
"Set theme for each user role »": "Nastavi temo za vsako uporabniško vlogo »",
|
|
1283
|
+
"Available themes": "Razpoložljive teme",
|
|
1284
|
+
"Install more themes »": "Namesti več tem »",
|
|
1285
|
+
"Configure action": "Konfiguriraj dejanje",
|
|
1286
|
+
"No changes detected, snapshot skipped": "Ni zaznanih sprememb, posnetek preskočen.",
|
|
1287
|
+
"Cannot remove module: views %s depend on it": "Modula ni mogoče odstraniti: pogledi %s so od njega odvisni",
|
|
1288
|
+
"The view name is part of the URL when it is shown alone.": "Ime pogleda je del URL-ja, ko je prikazan samostojno.",
|
|
1289
|
+
"Exclusion relations": "Relacije izključevanja",
|
|
1290
|
+
"Do not include row if this relation has a match": "Ne vključi vrstice, če ima ta relacija ujemanje.",
|
|
1291
|
+
"Exclusion where": "Izključitev, kjer",
|
|
1292
|
+
"Hoverable rows": "Vrstice z učinki ob prehodu kazalca",
|
|
1293
|
+
"Highlight row under cursor": "Označi vrstico pod kazalcem",
|
|
1294
|
+
"Striped rows": "Črtaste vrstice",
|
|
1295
|
+
"Add zebra stripes to rows": "Dodaj zebra črtanje vrsticam",
|
|
1296
|
+
"New page group": "Nova skupina strani",
|
|
1297
|
+
"Page Groups": "Skupine strani",
|
|
1298
|
+
"%s edit": "uredi %s",
|
|
1299
|
+
"Members": "Člani",
|
|
1300
|
+
"Add member": "Dodaj člana",
|
|
1301
|
+
"Edit group properties": "Uredi lastnosti skupine",
|
|
1302
|
+
"Page to be served": "Stran, ki bo postrežena",
|
|
1303
|
+
"A description of the group member": "Opis člana skupine",
|
|
1304
|
+
"Eligible Formula": "Upravičena formula",
|
|
1305
|
+
"Formula to determine if this page should be served.": "Formula za določitev, ali naj bo ta stran postrežena.",
|
|
1306
|
+
"Cancel": "Prekliči",
|
|
1307
|
+
"%s add-member": "%s dodaj-člana",
|
|
1308
|
+
"add-member": "dodaj-člana",
|
|
1309
|
+
"add member to %s": "dodaj člana v %s",
|
|
1310
|
+
"Added member": "Dodan član",
|
|
1311
|
+
"Member %s": "Član %s",
|
|
1312
|
+
"Updated member": "Posodobljen član",
|
|
1313
|
+
"%s edit-member": "%s uredi-člana",
|
|
1314
|
+
"edit member of %s": "uredi člana %s",
|
|
1315
|
+
"Removed member %s": "Odstranjen član %s",
|
|
1316
|
+
"Deleted page group %s": "Izbrisana skupina strani %s",
|
|
1317
|
+
"Missing screen info": "Manjkajoči podatki zaslona",
|
|
1318
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "Kaj storiti, če podatki o zaslonu niso podani. Znova naloži z ustreznimi parametri ali jih poskusi sklepati iz uporabniškega agenta.",
|
|
1319
|
+
"Guess from user agent": "Ugani iz uporabniškega agenta",
|
|
1320
|
+
"Reload": "Ponovno naloži",
|
|
1321
|
+
"User Agent screen infos": "Informacije zaslona uporabniškega 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.": "Ti podatki o zaslonu se uporabijo, kadar jih brskalnik ne pošlje. Če je možnost »Manjkajoči podatki o zaslonu« nastavljena na »Ugibaj iz uporabniškega agenta«, se uporabniški agent preslika na napravo z naslednjimi vrednostmi.",
|
|
1323
|
+
"Add screen info": "Dodaj informacije o zaslonu",
|
|
1324
|
+
"Page Group settings": "Nastavitve skupine strani",
|
|
1325
|
+
"Pagegroups": "Skupine strani",
|
|
1326
|
+
"width": "širina",
|
|
1327
|
+
"height": "višina",
|
|
1328
|
+
"innerWidth": "notranjaŠirina",
|
|
1329
|
+
"innerHeight": "notranjaVišina",
|
|
1330
|
+
"Screen info added": "Podatki o zaslonu dodani",
|
|
1331
|
+
"Screen info removed": "Informacije o zaslonu odstranjene",
|
|
1332
|
+
"Edit screen info": "Uredi informacije zaslona",
|
|
1333
|
+
"Screen info saved": "Podatki zaslona so bili shranjeni",
|
|
1334
|
+
"Settings saved": "Nastavitve shranjene",
|
|
1335
|
+
"Destination page group": "Ciljna skupina strani",
|
|
1336
|
+
"Your page groups": "Skupine vaših strani",
|
|
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 ima strani z ustrezno formulo. Ko zahtevate skupino, se prikaže prva stran, pri kateri se formula ujema. Na ta način lahko izberete stran glede na zaslon naprave.",
|
|
1338
|
+
"Create page group": "Ustvari skupino strani",
|
|
1339
|
+
"Page groups": "Skupine strani",
|
|
1340
|
+
"Calculated non-stored fields cannot have Key type": "Izračunana ne-shranjena polja ne morejo imeti tipa Ključ.",
|
|
1341
|
+
"Row click URL": "URL ob kliku vrstice",
|
|
1342
|
+
"Formula. Navigate to this URL when row is clicked": "Formula. Krmarite na ta URL, ko je kliknjena vrstica",
|
|
1343
|
+
"Time of day": "Čas dneva",
|
|
1344
|
+
"UTC timezone": "časovni pas UTC",
|
|
1345
|
+
"Show if formula": "Prikaži, če formula",
|
|
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>.": "Prikaži povezavo ali vdelano vsebino, če je vrednost true, ne prikaži, če je false. Temelji na spremenljivkah stanja iz poizvedbenega niza URL in <code>user</code>. Za celotno stanje uporabi <code>row</code>. Primer: <code>!!row.createlink</code> za prikaz povezave natanko takrat, ko ima stanje lastnost <code>createlink</code>.",
|
|
1347
|
+
"Pagegroup": "Skupina strani",
|
|
1348
|
+
"Pagegroup %s has no members": "Skupina strani %s nima članov",
|
|
1349
|
+
"Remove border": "Odstrani obrobo",
|
|
1350
|
+
"No lines between tables": "Brez črt med tabelami",
|
|
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.": "To uporabite za omejitev svojega polja na seznam možnosti (ločene z vejicami). Na primer, vnesite <kbd class=\"fst-normal\">Rdeča, Zelena, Modra</kbd>, če so dovoljene vrednosti Rdeča, Zelena in Modra. Pustite prazno, če lahko niz vsebuje katerokoli vrednost.",
|
|
1352
|
+
"Page description": "Opis strani",
|
|
1353
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "Nekateri vzorci pogledov sprejemajo interpolacije. Primer: <code>{{ name }}</code> ali <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>",
|
|
1354
|
+
"For search engines. Some view patterns accept interpolations.": "Za iskalnike. Nekateri vzorci pogledov sprejemajo interpolacije.",
|
|
1355
|
+
"Files cache TTL (minutes)": "TTL predpomnilnika datotek (v minutah)",
|
|
1356
|
+
"Cache-control max-age for files.": "`Cache-control max-age` za datoteke.",
|
|
1357
|
+
"Popup min width": "Najmanjša širina pojavnega okna",
|
|
1358
|
+
"Add %s to tag %s": "Dodaj %s oznaki %s",
|
|
1359
|
+
"Add entries to tag %s": "Dodaj vnose za oznako %s",
|
|
1360
|
+
"Tag not found": "Oznaka ni bila najdena",
|
|
1361
|
+
"Unable to save: No page or no layout": "Shranjevanje ni mogoče: ni strani ali ni postavitve",
|
|
1362
|
+
"Unable to save: No view": "Shranjevanje ni mogoče: Pogled ne obstaja",
|
|
1363
|
+
"%s has no eligible page": "%s nima nobene upravičene strani",
|
|
1364
|
+
"Random allocation": "Naključna dodelitev",
|
|
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.": "Postrezi naključno stran, pri čemer se prezre formula za upravičenost. Znotraj ene seje bodo ponovni nalogi vedno dostavili isto stran. To je osnovna zahteva za A/B testiranje.",
|
|
1366
|
+
"Pagegroup %s not found": "Skupina strani %s ni bila najdena",
|
|
1367
|
+
"Create trigger": "Ustvari sprožilec",
|
|
1368
|
+
"Omit the menu from this view": "Izpusti meni iz tega pogleda.",
|
|
1369
|
+
"Cross-domain iframe": "Meddomeni iframe",
|
|
1370
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "Dovoli vdelavo v iframe na različnih domenah. Odstrani glavo X-Frame-Options.",
|
|
1371
|
+
"Logout URL": "URL za odjavo",
|
|
1372
|
+
"The URL to direct to after logout": "URL, na katerega se preusmeri po odjavi",
|
|
1373
|
+
"Runtime informations": "Podatki o času izvajanja",
|
|
1374
|
+
"open logs viewer": "odpri pregledovalnik dnevnikov",
|
|
1375
|
+
"Server logs": "Strežniški dnevniki",
|
|
1376
|
+
"Timestamp": "Časovni žig",
|
|
1377
|
+
"Message": "Sporočilo",
|
|
1378
|
+
"Please enter the two-factor authetication code from your authenticator device": "Prosimo, vnesite kodo dvostopenjske avtentikacije iz svoje avtentikacijske naprave.",
|
|
1379
|
+
"Only if...": "Samo če...",
|
|
1380
|
+
"Allow self signed": "Dovoli samopodpisano",
|
|
1381
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "Odpri povezavo s strežnikom TLS s samopodpisanim ali neveljavnim potrdilom TLS.",
|
|
1382
|
+
"Allow self-signed": "Dovoli samopodpisano",
|
|
1383
|
+
"Optionally associate a table with this trigger": "Po želji povežite tabelo s tem sprožilcem.",
|
|
1384
|
+
"Delete table": "Izbriši tabelo",
|
|
1385
|
+
"Signup role": "Vloga za prijavo",
|
|
1386
|
+
"The initial role of signed up users": "Začetna vloga prijavljenih uporabnikov",
|
|
1387
|
+
"Cordova builder": "Graditelj Cordova",
|
|
1388
|
+
"not available": "ni na voljo",
|
|
1389
|
+
"pull": "povleci",
|
|
1390
|
+
"refresh": "osveži",
|
|
1391
|
+
"installed": "nameščen",
|
|
1392
|
+
"Include table history in backup": "Vključi zgodovino tabele v varnostno kopijo",
|
|
1393
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "Vtičnik je bil poškodovan in ga je bilo treba popraviti. Priporočamo, da znova zaženete svoj strežnik.",
|
|
1394
|
+
"%s code page": "kodna stran %s",
|
|
1395
|
+
"Constants and function code": "Konstante in koda funkcij",
|
|
1396
|
+
"Delete code page": "Izbriši kodno stran",
|
|
1397
|
+
"Adjust the the theme for this user": "Prilagodi temo za tega uporabnika",
|
|
1398
|
+
"Configure theme": "Konfiguriraj temo",
|
|
1399
|
+
"Remove all user specific theme settings": "Odstrani vse uporabniško specifične nastavitve teme",
|
|
1400
|
+
"Configure %s Plugin for %s": "Konfiguriraj vtičnik %s za %s",
|
|
1401
|
+
"The current theme has no user specific settings": "Trenutna tema nima uporabniško specifičnih nastavitev.",
|
|
1402
|
+
"Some themes support only one level of menu nesting.": "Nekatere teme podpirajo le eno raven gnezdenja menijev.",
|
|
1403
|
+
"Apple Team ID": "ID ekipe Apple",
|
|
1404
|
+
"Please enter your Apple Team ID": "Prosimo, vnesite svoj Apple Team ID",
|
|
1405
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "Da bi videli spremembe za »%s« v show-if formulah, se morajo uporabniki ponovno prijaviti.",
|
|
1406
|
+
"Server host": "Gostiteljski strežnik",
|
|
1407
|
+
"Username": "Uporabniško ime",
|
|
1408
|
+
"Port": "Vrata",
|
|
1409
|
+
"All tenants": "Vsi najemniki",
|
|
1410
|
+
"Also backup all tenants": "Prav tako varnostno kopiraj vse najemnike.",
|
|
1411
|
+
"Retain local directory": "Ohrani lokalni imenik",
|
|
1412
|
+
"Retain a local backup copy in this directory (optional)": "Ohrani lokalno varnostno kopijo v tej mapi (neobvezno)",
|
|
1413
|
+
"Do not wrap response in a success object": "Ne zavij odziva v objekt »success«.",
|
|
1414
|
+
"Use table description instead of name as header": "Uporabi opis tabele namesto imena kot glavo.",
|
|
1415
|
+
"Description header": "Glava opisa",
|
|
1416
|
+
"Lazy load views": "Lenobno nalaganje pogledov",
|
|
1417
|
+
"Log IP address": "Beleži naslov IP",
|
|
1418
|
+
"Record the request IP address in log messages": "Zapiši IP naslov zahteve v dnevniške zapise.",
|
|
1419
|
+
"App ID": "ID aplikacije",
|
|
1420
|
+
"Build type": "Tip gradnje",
|
|
1421
|
+
"debug": "razhroščevanje",
|
|
1422
|
+
"release": "objava",
|
|
1423
|
+
"Keystore File": "Datoteka shrambe ključev",
|
|
1424
|
+
"Keystore Alias": "Vzdevek shrambe ključev",
|
|
1425
|
+
"Keystore Password": "Geslo za shrambo ključev",
|
|
1426
|
+
"xcodebuild": "xcodebuild",
|
|
1427
|
+
"Provisioning Profile": "Profil za omogočanje (Provisioning Profile)",
|
|
1428
|
+
"Registry editor": "Urejevalnik registra",
|
|
1429
|
+
"Mobile HTML": "Mobilni HTML",
|
|
1430
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "HTML za element v spodnji navigacijski vrstici. Trenutno podprto samo s temo Metronic.",
|
|
1431
|
+
"A short name that will be in the page URL": "Kratko ime, ki bo v URL-ju strani",
|
|
1432
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "Daljši opis, ki ni viden, vendar se prikaže v glavi strani in ga indeksirajo iskalniki",
|
|
1433
|
+
"User role required to access page": "Vloga uporabnika, zahtevana za dostop do strani",
|
|
1434
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "Primer: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1435
|
+
"Older": "Starejše",
|
|
1436
|
+
"Newest": "Najnovejše",
|
|
1437
|
+
"Delete all read": "Izbriši vse prebrane",
|
|
1438
|
+
"Trigger %s duplicated as %s": "Sprožilec %s je bil podvojen kot %s",
|
|
1439
|
+
"Tooltip": "Namig",
|
|
1440
|
+
"Tooltip formula": "Formula za orodno namigovanje",
|
|
1441
|
+
"Install a different version": "Namesti drugo različico",
|
|
1442
|
+
"Page group": "Skupina strani",
|
|
1443
|
+
"Starting upgrade, please wait...\n": "Začenjam nadgradnjo, prosimo počakajte ...",
|
|
1444
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Nadgradnja je končana (če je bila na voljo) s kodo 0.\n\nPritisnite gumb NAZAJ v brskalniku in nato OSVEŽITE stran.",
|
|
1445
|
+
"Installing %s, please wait...\n": "Nameščanje %s, prosimo počakajte...",
|
|
1446
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Namestitev je bila uspešno zaključena s kodo 0.\n\nPritisnite gumb NAZAJ v brskalniku in nato OSVEŽITE stran.",
|
|
1447
|
+
"Pulling the cordova-builder docker image...": "Prenašanje slike Dockerja »cordova-builder«...",
|
|
1448
|
+
"Check updates": "Preveri posodobitve",
|
|
1449
|
+
"Choose version": "Izberite različico",
|
|
1450
|
+
"Unknown authentication method %s": "Neznana metoda avtentikacije %s",
|
|
1451
|
+
"Card rows": "Vrstice kartic",
|
|
1452
|
+
"Each row in a card. Not supported by all themes": "Vsaka vrstica v kartici. Ni podprto v vseh temah.",
|
|
1453
|
+
"Prune session interval (seconds)": "Interval obrezovanja seje (sekunde)",
|
|
1454
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Interval v sekundah za preverjanje poteklih sej v podatkovni bazi Postgres. Vrednost 0, prazno ali negativno število onemogoči preverjanje.",
|
|
1455
|
+
"Progressive Web Application is not enabled": "Progresivna spletna aplikacija ni omogočena.",
|
|
1456
|
+
"Events and Trigger settings": "Nastavitve dogodkov in sprožilcev",
|
|
1457
|
+
"Periodic trigger timing (next event)": "Časovni razpored periodičnega sprožilca (naslednji dogodek)",
|
|
1458
|
+
"Hourly": "Na uro",
|
|
1459
|
+
"Daily": "Dnevno",
|
|
1460
|
+
"Weekly": "Tedensko",
|
|
1461
|
+
"Code pages": "Kodne strani",
|
|
1462
|
+
"Please select a file": "Prosimo, izberite datoteko",
|
|
1463
|
+
"Zip compression level": "Raven stiskanja ZIP",
|
|
1464
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1 = Hitro, večja datoteka, 9 = Počasi, manjše datoteke",
|
|
1465
|
+
"Use system zip": "Uporabi sistemski ZIP",
|
|
1466
|
+
"Recommended. Executable <code>zip</code> must be installed": "Priporočeno. Izvedljivi program <code>zip</code> mora biti nameščen.",
|
|
1467
|
+
"Time to run": "Čas izvajanja",
|
|
1468
|
+
"Mobile": "Mobilni",
|
|
1469
|
+
"Plain password trigger row": "Sprožilec vrstice z navadnim geslom",
|
|
1470
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "Pošiljaj spremembe gesel v navadnem besedilu sprožilcem tabele Users (Insert, Update in 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>": "Najnižja uporabniška vloga, zahtevana za ustvarjanje novega najemnika<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Dodeljevanje dostopa za ustvarjanje najemnikov nepreverjenim uporabnikom predstavlja varnostno tveganje in ni priporočljivo.</div>",
|
|
1472
|
+
"Select tag": "Izberi oznako",
|
|
1473
|
+
"Invalid build directory path": "Neveljavna pot do imenika za gradnjo",
|
|
1474
|
+
"Invalid build directory name": "Neveljavno ime imenika za izgradnjo",
|
|
1475
|
+
"clean node_modules": "počisti node_modules",
|
|
1476
|
+
"After delete": "Po brisanju",
|
|
1477
|
+
"Search only on exact match, not substring match. Useful for large tables": "Iskanje samo po natančnem ujemanju, ne po podnizu. Uporabno za velike tabele.",
|
|
1478
|
+
"Please select an entry point.": "Izberite vstopno točko.",
|
|
1479
|
+
"Group by": "Združi po",
|
|
1480
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Pogled %s je bil dodan v meni. Prilagodite dovoljenja za dostop v razdelku <a href=\"/menu\">Nastavitve » Meni</a>",
|
|
1481
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Stran %s je bila dodana v meni. Prilagodite dostope v razdelku <a href=\"/menu\">Nastavitve » Meni</a>",
|
|
1482
|
+
"SameSite": "SameSite",
|
|
1483
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "Omeji uporabo piškotka na spletna mesta tretjih oseb. Način »Strict« je varnejši, vendar lahko vpliva na overjanje uporabnikov.",
|
|
1484
|
+
"Content Security Policy": "Varnostna politika vsebine",
|
|
1485
|
+
"CORS": "CORS",
|
|
1486
|
+
"Cross-origin resource sharing": "Souporaba virov med različnimi izviri (CORS)",
|
|
1487
|
+
"Signup and login views": "Pogledi za prijavo in vpis",
|
|
1488
|
+
"Additional login and signup settings": "Dodatne nastavitve prijave in registracije",
|
|
1489
|
+
"Login and signup views should be accessible by public users": "Pogledi za prijavo in registracijo morajo biti dostopni javnim uporabnikom.",
|
|
1490
|
+
"Shared: %s": "V skupni rabi: %s",
|
|
1491
|
+
"Sharing not enabled": "Deljenje ni omogočeno",
|
|
1492
|
+
"You must be logged in to share": "Za deljenje morate biti prijavljeni",
|
|
1493
|
+
"Fluid layout": "Fluidna postavitev",
|
|
1494
|
+
"Request fluid layout from theme for a wider display for this page": "Zahtevaj prilagodljivo (fluidno) postavitev iz teme za širši prikaz te strani.",
|
|
1495
|
+
"Location of view to create new row": "Lokacija pogleda za ustvarjanje nove vrstice",
|
|
1496
|
+
"Capacitor builder": "Graditelj kondenzatorjev",
|
|
1497
|
+
"Pulling the capacitor-builder docker image...": "Prenašanje slike Docker capacitor-builder...",
|
|
1498
|
+
"Pull done with code %s": "Povleci izvedeno s kodo %s",
|
|
1499
|
+
"Default locale": "Privzeti jezikovni krajevni standard",
|
|
1500
|
+
"Next step": "Naslednji korak",
|
|
1501
|
+
"Step name": "Ime koraka",
|
|
1502
|
+
"Step saved": "Korak je bil shranjen",
|
|
1503
|
+
"Initial step": "Začetni korak",
|
|
1504
|
+
"Confirm leaving unsaved": "Potrdite odhod brez shranjevanja",
|
|
1505
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "Vprašaj uporabnika za potrditev, če zapre zavihek z neshranjenimi spremembami.",
|
|
1506
|
+
"Workflow runs": "Izvajanja poteka dela",
|
|
1507
|
+
"Workflow run": "Zagon delovnega toka",
|
|
1508
|
+
"Share to enabled": "Skupna raba omogočena",
|
|
1509
|
+
"Enable the share to feature": "Omogoči funkcijo skupne rabe",
|
|
1510
|
+
"Allocate new row": "Dodeli nov vrstico",
|
|
1511
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "Če se pogled zažene brez obstoječe vrstice, je ob nalaganju treba dodeliti novo vrstico. Privzete vrednosti morajo biti nastavljene za vsa obvezna polja.",
|
|
1512
|
+
"Step traces": "Sledovi korakov",
|
|
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.": "Prosimo, vnesite različico v formatu »x.y.z« (npr. 0.0.1 s števili od 0 do 999) ali pa polje pustite prazno.",
|
|
1514
|
+
"Delete unchanged": "Izbriši nespremenjeno",
|
|
1515
|
+
"Delete allocated row if there are no changes.": "Izbriši dodeljeno vrstico, če ni sprememb.",
|
|
1516
|
+
"Triggers on table": "Sprožilci na tabeli",
|
|
1517
|
+
"Please provide the keystore alias and password for the android build.": "Prosimo, navedite vzdevek (alias) za keystore in geslo za Android build.",
|
|
1518
|
+
"Submit": "Pošlji",
|
|
1519
|
+
"OK": "V redu",
|
|
1520
|
+
"Step settings": "Nastavitve koraka",
|
|
1521
|
+
"Action settings": "Nastavitve dejanj",
|
|
1522
|
+
"Keystore file is not applied for debug builds.": "Datoteka keystore se ne uporablja za razhroščevalne (debug) gradnje.",
|
|
1523
|
+
"Workflow": "Potek dela",
|
|
1524
|
+
"Previous runs": "Prejšnja izvajanja",
|
|
1525
|
+
"The workflow the user will be interacting with.": "Potek dela, s katerim bo uporabnik interagiral.",
|
|
1526
|
+
"Delete old workflow runs with status after days": "Izbriši stare izvajanja potekov dela s stanjem po številu dni",
|
|
1527
|
+
"Finished": "Končano",
|
|
1528
|
+
"Error": "Napaka",
|
|
1529
|
+
"Waiting": "Čakanje",
|
|
1530
|
+
"Running": "Zagon",
|
|
1531
|
+
"Minimum role to access search page": "Minimalna vloga za dostop do iskalne strani",
|
|
1532
|
+
"Edit tables": "Uredi tabele",
|
|
1533
|
+
"Minimum role to edit tables": "Najmanjša vloga za urejanje tabel",
|
|
1534
|
+
"Edit views": "Uredi poglede",
|
|
1535
|
+
"Minimum role to edit views": "Najmanjša vloga za urejanje pogledov",
|
|
1536
|
+
"Edit pages": "Uredi strani",
|
|
1537
|
+
"Minimum role to edit pages": "Najmanjša vloga za urejanje strani",
|
|
1538
|
+
"Edit triggers": "Uredi sprožilce",
|
|
1539
|
+
"Minimum role to edit triggers": "Najmanjša vloga za urejanje sprožilcev",
|
|
1540
|
+
"Development permissions": "Razvojna dovoljenja",
|
|
1541
|
+
"Inspect tables": "Pregled tabel",
|
|
1542
|
+
"Minimum role to inspect (see, without editing) tables": "Najnižja vloga za pregled (ogled brez urejanja) tabel",
|
|
1543
|
+
"Home pages": "Domače strani",
|
|
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.": "Domača stran je stran, ki se prikaže, ko uporabnik obišče začetno lokacijo (/). To je mogoče nastaviti za vsako uporabniško vlogo posebej.",
|
|
1545
|
+
"Trigger %s deleted": "Sprožilec %s izbrisan",
|
|
1546
|
+
"Edit menu": "Meni »Uredi«",
|
|
1547
|
+
"Minimum role to edit menu": "Najnižja vloga za urejanje menija",
|
|
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": "Indeks za iskanje po celotnem besedilu ni na voljo, ker tabela vsebuje ključna polja (%s) z omogočeno možnostjo »Vključi v iskanje po celotnem besedilu«. To možnost onemogočite, preden ustvarite indeks za iskanje po celotnem besedilu.",
|
|
1549
|
+
"Share Extension Provisioning Profile": "Profil za zagotavljanje razširitve za skupno rabo",
|
|
1550
|
+
"Show results in": "Prikaži rezultate v",
|
|
1551
|
+
"Show results from each table in this type of element": "Prikaži rezultate iz vsake tabele v tej vrsti elementa",
|
|
1552
|
+
"Search syntax help": "Pomoč pri sintaksi iskanja",
|
|
1553
|
+
"Search syntax": "Iskalna sintaksa",
|
|
1554
|
+
"Maximum role": "Najvišja vloga",
|
|
1555
|
+
"Module dependencies": "Odvisnosti modula",
|
|
1556
|
+
"Prompt": "Poziv",
|
|
1557
|
+
"Clean modules and restart": "Počisti module in znova zaženi sistem",
|
|
1558
|
+
"Modules cleaned, server restarting...": "Moduli počiščeni, strežnik se ponovno zaganja...",
|
|
1559
|
+
"Delete table+views+triggers": "Izbriši tabelo + poglede + sprožilce",
|
|
1560
|
+
"No file uploaded": "Datoteka ni naložena.",
|
|
1561
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "Za pridobitev potrdila bo skrbnikov e-poštni naslov posredovan storitvi Let's Encrypt.",
|
|
1562
|
+
"Local state": "Lokalno stanje",
|
|
1563
|
+
"Isolate state of each repeated view": "Izoliraj stanje vsake ponovljene view",
|
|
1564
|
+
"Processing CSV file": "Obdelava datoteke CSV",
|
|
1565
|
+
"Edit files": "Uredi datoteke",
|
|
1566
|
+
"Minimum role to edit files": "Najnižja vloga za urejanje datotek",
|
|
1567
|
+
"Edit search": "Uredi iskanje",
|
|
1568
|
+
"Minimum role to edit search": "Minimalna vloga za urejanje iskanja",
|
|
1569
|
+
"Create snapshot": "Ustvari posnetek",
|
|
1570
|
+
"Minimum role to create snapshot": "Najmanjša vloga za ustvarjanje posnetka",
|
|
1571
|
+
"Min length": "Minimalna dolžina",
|
|
1572
|
+
"Max length": "Največja dolžina",
|
|
1573
|
+
"Regular expression": "Regularni izraz",
|
|
1574
|
+
"Exact search only": "Samo natančno iskanje",
|
|
1575
|
+
"Translation of": "Prevod od",
|
|
1576
|
+
"Minimum": "Minimalno",
|
|
1577
|
+
"Maximum": "Največ",
|
|
1578
|
+
"All tags": "Vse oznake",
|
|
1579
|
+
"Manage tags...": "Upravljaj oznake...",
|
|
1580
|
+
"Started": "Začeto",
|
|
1581
|
+
"Updated": "Posodobljeno",
|
|
1582
|
+
"Status": "Stanje",
|
|
1583
|
+
"Working directory": "Delovni imenik",
|
|
1584
|
+
"Row click event": "Dogodek klika vrstice",
|
|
1585
|
+
"What happens when a row is clicked": "Kaj se zgodi, ko je vrstica kliknjena",
|
|
1586
|
+
"Row click action": "Dejanje ob kliku vrstice",
|
|
1587
|
+
"Run this action when row is clicked": "Zaženi to dejanje, ko je vrstica kliknjena",
|
|
1588
|
+
"Reset password view": "Pogled za ponastavitev gesla",
|
|
1589
|
+
"A view that will be emailed to users when they have forgotten their password": "Pogled, ki bo poslan uporabnikom po e‑pošti, ko pozabijo svoje geslo",
|
|
1590
|
+
"Allow login methods": "Dovoli načine prijave",
|
|
1591
|
+
"Inherit configuration values": "Podeduj konfiguracijske vrednosti",
|
|
1592
|
+
"Comma-separated list of configuration settings tenants inherit from root. Ex: <code>site_name, smtp_host, allow_signup</code>": "Z vejicami ločen seznam konfiguracijskih nastavitev, ki jih najemniki (tenants) podedujejo od korena (root). Primer: <code>site_name, smtp_host, allow_signup</code>",
|
|
1593
|
+
"Disable CSRF routes": "Onemogoči CSRF poti",
|
|
1594
|
+
"Comma-separated list of relative URL routes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Seznam relativnih URL-poti, ločenih z vejicami, za katere je preverjanje žetona CSRF onemogočeno. Primer: <code>/files/upload, /auth/signup</code>",
|
|
1595
|
+
"Only day": "Samo dan",
|
|
1596
|
+
"Language CSV": "Jezikovni CSV",
|
|
1597
|
+
"Upload language CSV": "Naloži jezikovni CSV",
|
|
1598
|
+
"Create an account!": "Ustvari račun!",
|
|
1599
|
+
"Login with %s": "Prijava z %s",
|
|
1600
|
+
"Already have an account? Login!": "Že imate račun? Prijavite se!",
|
|
1601
|
+
"Translated %s strings. Click 'Translate with LLM' again to continue": "Prevedenih %s nizov. Kliknite »Prevedi z LLM« znova, da nadaljujete",
|
|
1602
|
+
"Translate with LLM": "Prevedi z LLM",
|
|
1603
|
+
"You may need to adjust view relations associated with this table after renaming it": "Morda boste morali prilagoditi relacije pogledov, povezane s to tabelo, potem ko jo preimenujete.",
|
|
1604
|
+
"Error running workflow": "Napaka pri zagonu delovnega toka",
|
|
1605
|
+
"Choose File": "Izberi datoteko",
|
|
1606
|
+
"No file chosen": "Datoteka ni izbrana",
|
|
1607
|
+
"S3 Bucket Name": "Ime vedra S3",
|
|
1608
|
+
"S3 Access Key": "Dostopni ključ S3",
|
|
1609
|
+
"S3 Secret Key": "Skrivni ključ S3",
|
|
1610
|
+
"S3 Region": "Regija S3",
|
|
1611
|
+
"S3 Endpoint": "Končna točka S3",
|
|
1612
|
+
"Enable maintenance mode": "Omogoči način vzdrževanja",
|
|
1613
|
+
"Enable maintenance mode to restrict access to non-admin users": "Omogoči vzdrževalni način za omejitev dostopa za ne-admin uporabnike.",
|
|
1614
|
+
"Maintenance mode page": "Stran načina vzdrževanja",
|
|
1615
|
+
"Select the page to display during maintenance mode": "Izberite stran, ki bo prikazana v času vzdrževalnega načina",
|
|
1616
|
+
"Create basic views": "Ustvari osnovne poglede",
|
|
1617
|
+
"Create views": "Ustvari poglede",
|
|
1618
|
+
"Decimal places": "Decimalna mesta",
|
|
1619
|
+
"%s view - %s": "pogled %s – %s",
|
|
1620
|
+
"Password to encrypt the backup file. Leave empty for no encryption": "Geslo za šifriranje varnostne kopije. Pustite prazno za brez šifriranja.",
|
|
1621
|
+
"Show full error to user on crash, enable editing field type": "Prikaži celotno napako uporabniku ob sesutju, omogoči urejanje vrste polja",
|
|
1622
|
+
"Shown to the user if foreign key constraint is violated": "Prikazano uporabniku, če je kršena omejitev tujega ključa",
|
|
1623
|
+
"Button Style": "Slog gumba",
|
|
1624
|
+
"Disable full-text search": "Onemogoči iskanje s polnim besedilom",
|
|
1625
|
+
"Use LIKE instead of tsvector. Use to match against phrase in the middle of a word.": "Uporabite LIKE namesto tsvector. Uporabite ga za ujemanje z besedno zvezo sredi besede.",
|
|
1626
|
+
"Model configuration": "Konfiguracija modela",
|
|
1627
|
+
"Push Notifications": "Potisna obvestila",
|
|
1628
|
+
"Push Notifications enabled": "Potisna obvestila omogočena",
|
|
1629
|
+
"VAPID public key": "Javni ključ VAPID",
|
|
1630
|
+
"Public key for VAPID authentication in web push notifications": "Javni ključ za VAPID avtentikacijo pri spletnih potisnih obvestilih",
|
|
1631
|
+
"VAPID private key": "Zasebni ključ VAPID",
|
|
1632
|
+
"Private key for VAPID authentication in web push notifications": "Zasebni ključ za VAPID avtentikacijo pri spletnih potisnih obvestilih",
|
|
1633
|
+
"VAPID email": "VAPID e-pošta",
|
|
1634
|
+
"Email address for VAPID authentication in web push notifications. Usually, it is your email address.": "E-poštni naslov za VAPID avtentikacijo pri spletnih potisnih obvestilih. Običajno je to vaš e-poštni naslov.",
|
|
1635
|
+
"Web push icon": "Ikona za spletna potisna obvestila",
|
|
1636
|
+
"Select a publicly accessible square image file": "Izberite javno dostopno slikovno datoteko kvadratnega formata",
|
|
1637
|
+
"Web push badge": "Značka spletnega potiska",
|
|
1638
|
+
"Select a publicly accessible monochrome square image file (prefarbly 72x72px)": "Izberite javno dostopno enobarvno kvadratno slikovno datoteko (po možnosti 72x72 px).",
|
|
1639
|
+
"Comma-separated list of relative URL route prefixes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Z vejicami ločen seznam relativnih predpon URL poti, za katere je preverjanje žetona CSRF onemogočeno. Primer: <code>/files/upload, /auth/signup</code>",
|
|
1640
|
+
"Push icon": "Ikona potiska",
|
|
1641
|
+
"Push badge": "Potisni značko",
|
|
1642
|
+
"Web push": "Spletno potiskanje",
|
|
1643
|
+
"Native Android": "Izvorni Android",
|
|
1644
|
+
"Firebase JSON key": "Ključ JSON Firebase",
|
|
1645
|
+
"This is your Firebase Service Account JSON key file. ": "To je vaša datoteka JSON s ključem za račun storitve Firebase.",
|
|
1646
|
+
"Serve HTML files": "Strezi datoteke 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": "Nevarno. Datoteke HTML bodo upodobljene v brskalniku namesto kot navadno besedilo. Za varno strežbo določenih datotek HTML uporabite stran z nastavitvijo »HTML file«.",
|
|
1648
|
+
"Real-time updates": "Posodobitve v realnem času",
|
|
1649
|
+
"Enable real-time updates for this view": "Omogoči sprotne posodobitve za ta pogled",
|
|
1650
|
+
"today": "danes",
|
|
1651
|
+
"Push notifications": "Potisna obvestila",
|
|
1652
|
+
"Password Policy": "Pravila gesel",
|
|
1653
|
+
"Minimum password length": "Minimalna dolžina gesla",
|
|
1654
|
+
"The minimum length of passwords for users. Set to 0 to disable password requirements.": "Najmanjša dolžina gesel za uporabnike. Nastavite na 0, da onemogočite zahteve glede gesel.",
|
|
1655
|
+
"Check common passwords": "Preveri pogoste gesla",
|
|
1656
|
+
"Check if the password is in the list of common passwords. If enabled, users will not be able to use common passwords.": "Preveri, ali je geslo na seznamu pogostih gesel. Če je omogočeno, uporabniki ne bodo mogli uporabljati pogostih gesel.",
|
|
1657
|
+
"Require uppercase": "ZAHTEVAJ VELIKE ČRKE",
|
|
1658
|
+
"Require at least one uppercase letter in the password": "Zahtevaj vsaj eno veliko črko v geslu",
|
|
1659
|
+
"Require lowercase": "zahtevaj male črke",
|
|
1660
|
+
"Require at least one lowercase letter in the password": "Zahtevaj vsaj eno malo črko v geslu",
|
|
1661
|
+
"Require number": "Zahtevaj številko",
|
|
1662
|
+
"Require at least one number in the password": "Zahtevaj vsaj eno številko v geslu",
|
|
1663
|
+
"Require special character": "Zahtevaj poseben znak",
|
|
1664
|
+
"Require at least one special character in the password": "Zahtevaj vsaj en poseben znak v geslu",
|
|
1665
|
+
"Password complexity": "Zapletenost gesla",
|
|
1666
|
+
"The regular expression that passwords must match. Set to empty string to disable password complexity requirements.": "Regularni izraz, ki mu morajo gesla ustrezati. Pustite prazno vrednost, da onemogočite zahteve glede kompleksnosti gesla.",
|
|
1667
|
+
"Password complexity error": "Napaka zaradi zahtevane kompleksnosti gesla",
|
|
1668
|
+
"The error message to show when password does not match the complexity requirements.": "Sporočilo o napaki, ki se prikaže, ko geslo ne izpolnjuje zahtev glede kompleksnosti.",
|
|
1669
|
+
"Only if": "Samo če",
|
|
1670
|
+
"Optional JavaScript expression to determine if the trigger should run.": "Izbirni izraz JavaScript za določanje, ali se sprožilec naj zažene.",
|
|
1671
|
+
"Admin Page": "Skrbniška stran",
|
|
1672
|
+
"User Page": "Uporabniška stran",
|
|
1673
|
+
"User menu header": "Glava uporabniškega menija",
|
|
1674
|
+
"Some themes display this header differently": "Nekatere teme ta glavni del prikazujejo drugače.",
|
|
1675
|
+
"Dynamic server side updates": "Dinamične posodobitve na strežniški strani",
|
|
1676
|
+
"Enable dynamic updates": "Omogoči dinamične posodobitve",
|
|
1677
|
+
"Enable server side updates from within run_js_code actions": "Omogoči posodobitve na strežniški strani znotraj dejanj run_js_code",
|
|
1678
|
+
"Vertical alignment": "Navpična poravnava",
|
|
1679
|
+
"Header filters": "Filtri glave",
|
|
1680
|
+
"Update event": "Dogodek posodobitve",
|
|
1681
|
+
"Custom event for real-time updates": "Obdelava dogodkov po meri za posodobitve v realnem času",
|
|
1682
|
+
"Responsve collapse": "Odzivni zlom zaslona",
|
|
1683
|
+
"Horizontal display on smaller screens": "Horizontalni prikaz na manjših zaslonih",
|
|
1684
|
+
"Collapse breakpoint (px)": "Prelomna točka zlaganja (v 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.": "Trenutno ni nobenih sprožilcev, vendar lahko enega ustvarite s klikom na spodnji gumb. Sprožilci so dejanja, ki se izvedejo kot odziv na določen dogodek, ki je lahko periodičen, povzročen s spremembo v tabeli baze podatkov, s klikom gumba ali z drugim zunanjim dogodkom.",
|
|
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.": "Sprožilec je definiran z pogojem (kdaj se bo sprožilec izvedel), dejanjem (ki ga zagotovi modul) in konfiguracijo za to dejanje.",
|
|
1687
|
+
"Run async": "Zaženi asinhrono",
|
|
1688
|
+
"Run action in background": "Zaženi dejanje v ozadju",
|
|
1689
|
+
"Delegate error handling to tenants": "Delegiraj obravnavo napak najemnikom",
|
|
1690
|
+
"Toggle header filters": "Preklopi filtre glave",
|
|
1691
|
+
"Row color formula": "Formula barve vrstice",
|
|
1692
|
+
"Formula for row background color. Ex.: <code>age>65 ?'#aaffaa': null</code>": "Formula za barvo ozadja vrstice. Npr.: <code>age>65 ?'#aaffaa': null</code>",
|
|
1693
|
+
"Table layout": "Postavitev tabele",
|
|
1694
|
+
"CSV BOM": "CSV BOM",
|
|
1695
|
+
"Include the Byte-Order Mark in downloaded CSV files": "V prenesene datoteke CSV vključi oznako vrstnega reda bajtov (Byte-Order Mark, BOM).",
|
|
1696
|
+
"Localize CSV downloads": "Lokaliziraj prenose CSV",
|
|
1697
|
+
"Sticky headers": "Lepljive glave",
|
|
1698
|
+
"API tokens for this user:": "Žetoni API za tega uporabnika:",
|
|
1699
|
+
"Revoke": "Prekliči",
|
|
1700
|
+
"original": "izvirnik",
|
|
1701
|
+
"Remove all": "Odstrani vse",
|
|
1702
|
+
"API token revoked": "Žeton API je bil preklican.",
|
|
1703
|
+
"Dropdown header filters": "Filtri v glavi spustnega seznama",
|
|
1704
|
+
"Show if": "Pokaži, če",
|
|
1705
|
+
"Optional expression. Show only if true. In scope: <code>user</code>, <code>url</code>, <code>query</code>": "Neobvezen izraz. Prikaži samo, če je resničen. V obsegu: <code>user</code>, <code>url</code>, <code>query</code>",
|
|
1706
|
+
"Search entities by name or type...": "Išči entitete po imenu ali tipu...",
|
|
1707
|
+
"Tags:": "Oznake:",
|
|
1708
|
+
"Types:": "Vrste:",
|
|
1709
|
+
"Access | Read/Write": "Dostop | Branje/Pisanje",
|
|
1710
|
+
"No entities found": "Ni najdenih entitet",
|
|
1711
|
+
"Try adjusting your search or filter options": "Poskusite prilagoditi svoje iskalne ali filtrirne možnosti.",
|
|
1712
|
+
"Entities": "Entitete",
|
|
1713
|
+
"Sessions": "Seje",
|
|
1714
|
+
"Updates and module store": "Posodobitve in trgovina modulov",
|
|
1715
|
+
"Air gap deployment": "Namestitev z zračno vrzeljo",
|
|
1716
|
+
"Disable updates from NPM and Saltcorn module store for isolated network environments": "Onemogoči posodobitve iz NPM in trgovine modulov Saltcorn za izolirana omrežna okolja",
|
|
1717
|
+
"The endpoint of module store.": "Končna točka trgovine modulov.",
|
|
1718
|
+
"Maintenance mode": "Način vzdrževanja",
|
|
1719
|
+
"Full page count": "Skupno število strani",
|
|
1720
|
+
"Disable for to increase performance for large tables": "Onemogoči za povečanje zmogljivosti pri velikih tabelah",
|
|
1721
|
+
"Go to tables list": "Pojdi na seznam tabel",
|
|
1722
|
+
"Go to views list": "Pojdi na seznam pogledov",
|
|
1723
|
+
"Go to pages list": "Pojdi na seznam strani",
|
|
1724
|
+
"Go to triggers list": "Pojdi na seznam sprožilcev",
|
|
1725
|
+
"Open legacy list": "Odpri podedovani seznam",
|
|
1726
|
+
"Set context": "Nastavi kontekst",
|
|
1727
|
+
"Array": "Polje",
|
|
1728
|
+
"Add step": "Dodaj korak",
|
|
1729
|
+
"Edit step": "Korak urejanja",
|
|
1730
|
+
"Add after": "Dodaj po",
|
|
1731
|
+
"Set as start": "Nastavi kot začetek",
|
|
1732
|
+
"Start": "Začni",
|
|
1733
|
+
"Show runs": "Prikaži zagone",
|
|
1734
|
+
"Auto layout": "Samodejna postavitev",
|
|
1735
|
+
"No steps yet": "Ni še korakov",
|
|
1736
|
+
"Loading": "Nalaganje",
|
|
1737
|
+
"Loop body": "Telo zanke",
|
|
1738
|
+
"Show runs »": "Prikaži izvajanja »",
|
|
1739
|
+
"Entry point by role": "Vstopna točka po vlogi",
|
|
1740
|
+
"When enabled, you will be logged in as a public user without any login screen.": "Ko je omogočeno, boste prijavljeni kot javni uporabnik brez kakršnegakoli prijavnega zaslona.",
|
|
1741
|
+
"Show 'Continue as public user' link": "Prikaži povezavo »Nadaljuj kot javni uporabnik«",
|
|
1742
|
+
"When enabled, the login screen shows you a link to login as public user.": "Ko je omogočeno, prijavni zaslon prikaže povezavo za prijavo kot javni uporabnik.",
|
|
1743
|
+
"Allow clear text traffic": "Dovoli nešifriran (clear-text) promet",
|
|
1744
|
+
"Enable this to allow unsecure HTTP connections. Useful for local testing.": "Omogoči to za dovoljenje nenevarnih (nešifriranih) HTTP povezav. Uporabno za lokalno testiranje.",
|
|
1745
|
+
"Enable this to integrate offline/online Synchronization into your app.": "Omogočite to, da v svojo aplikacijo vključite sinhronizacijo v načinu brez povezave/na spletu.",
|
|
1746
|
+
"Tables to synchronize": "Tabele za sinhronizacijo",
|
|
1747
|
+
"Sync on reconnect": "Sinhroniziraj ob ponovni vzpostavitvi povezave",
|
|
1748
|
+
"Run Synchronizations when the network connection is restored.": "Zaženi sinhronizacije, ko je omrežna povezava obnovljena.",
|
|
1749
|
+
"Sync on app resume": "Sinhroniziraj ob ponovnem zagonu aplikacije",
|
|
1750
|
+
"Run Synchronizations when the app is resumed from background.": "Zaženi sinhronizacije, ko je aplikacija ponovno vzpostavljena iz ozadja.",
|
|
1751
|
+
"Push sync": "Potisna sinhronizacija",
|
|
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).": "Zaženite sinhronizacije, ko strežnik pošlje potisno obvestilo. V Androidu to zahteva ključ Firebase JSON in datoteko Google Services (glejte spodaj).",
|
|
1753
|
+
"Background Sync interval": "Interval sinhronizacije v ozadju",
|
|
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.": "Periodični interval (v minutah) za izvajanje sinhronizacij v ozadju. To je le minimalni interval; odvisno od stanja sistema je lahko dejanski čas daljši.",
|
|
1755
|
+
"Release Signing": "Podpis izdaje",
|
|
1756
|
+
"Firebase JSON Key": "Ključ 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.": "To je datoteka zasebnega ključa za vaš projekt Firebase. Vaš strežnik Saltcorn jo uporablja za pošiljanje potisnih obvestil ali sinhronizacij na osnovi potiskanja v vašo mobilno aplikacijo za Android. Naložite jo v imenik »/mobile-app-configurations« (če ne obstaja, ga ustvarite). Konfigurirate jo lahko tukaj ali v meniju »Notifications«.",
|
|
1758
|
+
"Google Services File": "Datoteka storitev 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.": "To je konfiguracijska datoteka, specifična za vašo mobilno aplikacijo. Vsebuje med drugim vaš App ID, Firebase projektni ID in API ključ. Datoteka je vključena v odjemalca in bo uporabljena za naročanje na potisna obvestila ali potisno osnovane sinhronizacije s strežnika. Naložite jo v imenik »/mobile-app-configurations« (če ne obstaja, ga ustvarite). Konfigurirate jo lahko tukaj ali v meniju »Obvestila«.",
|
|
1760
|
+
"Build tools": "Orodja za gradnjo",
|
|
1761
|
+
"Not a Mac OS system": "Ni sistem Mac OS.",
|
|
1762
|
+
"Provisioning profiles": "Profili za zagotavljanje storitev",
|
|
1763
|
+
"No Provisioning Profile": "Brez profila za zagotavljanje (Provisioning Profile)",
|
|
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.": "Ustvari samo projektni imenik brez izgradnje datoteke .ipa. To je lahko uporabno, če želiš projekt odpreti v Xcode in ga zagnati v Simulatorju.",
|
|
1765
|
+
"APN Signing Key (.p8 file)": "Podpisni ključ APN (datoteka .p8)",
|
|
1766
|
+
"This is a private key file": "To je datoteka zasebnega ključa",
|
|
1767
|
+
"APN Signing Key ID": "ID ključa za podpisovanje APN",
|
|
1768
|
+
"The 10-character Key ID obtained from Apple developer account": "10-mestni ID ključa, pridobljen iz računa Apple Developer",
|
|
1769
|
+
"Edit file": "Uredi datoteko",
|
|
1770
|
+
"Editing %s": "Urejanje %s",
|
|
1771
|
+
"Run immediately in background": "Zaženi takoj v ozadju",
|
|
1772
|
+
"Row expression": "Izraz vrstice",
|
|
1773
|
+
"Less...": "Manj...",
|
|
1774
|
+
"Deep search": "Poglobljeno iskanje",
|
|
1775
|
+
"Clear selection": "Počisti izbor",
|
|
1776
|
+
"%s selected": "izbranih: %s",
|
|
1777
|
+
"Delete selected": "Izbriši izbrano",
|
|
1778
|
+
"selected": "izbrano",
|
|
1779
|
+
"Delete %s selected items?": "Izbrišem %s izbranih elementov?",
|
|
1780
|
+
"Delete selected items?": "Izbrišem izbrane elemente?",
|
|
1781
|
+
"Failed to delete selected items": "Brisanje izbranih elementov ni uspelo",
|
|
1782
|
+
"Configurable": "Konfigurabilen",
|
|
1783
|
+
"Info": "Informacije",
|
|
1784
|
+
"Show tables (Alt+T)": "Prikaži tabele (Alt+T)",
|
|
1785
|
+
"Show views (Alt+V)": "Prikaži poglede (Alt+V)",
|
|
1786
|
+
"Show pages (Alt+P)": "Pokaži strani (Alt+P)",
|
|
1787
|
+
"Show triggers (Alt+R)": "Pokaži sprožilce (Alt+R)",
|
|
1788
|
+
"Show users (Alt+U)": "Prikaži uporabnike (Alt+U)",
|
|
1789
|
+
"Show modules (Alt+M)": "Prikaži module (Alt+M)",
|
|
1790
|
+
"Finished translating %s strings.": "Končano prevajanje %s nizov.",
|
|
1791
|
+
"This is a Share extension profile": "To je profil razširitve za deljenje",
|
|
1792
|
+
"App Group ID": "ID skupine aplikacije",
|
|
1793
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "ID skupine aplikacije (App Group ID) se uporablja za skupno rabo podatkov med glavno aplikacijo in razširitvijo za deljenje (Share extension)."
|
|
275
1794
|
}
|