@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/sr.json
CHANGED
|
@@ -271,5 +271,1524 @@
|
|
|
271
271
|
"Views define how table rows are displayed to the user": "Прикази дефинишу како се редови табеле приказују кориснику",
|
|
272
272
|
"Field %s saved": "Поље %s је сачувано",
|
|
273
273
|
"View configuration": "Конфигурација приказа",
|
|
274
|
-
"Field %s deleted": "Поље %s је избрисано"
|
|
274
|
+
"Field %s deleted": "Поље %s је избрисано",
|
|
275
|
+
"No tables defined": "Nema definisanih tabela",
|
|
276
|
+
"Tables hold collections of similar data": "Tabele sadrže kolekcije sličnih podataka.",
|
|
277
|
+
"Invalid form data, try again": "Nevažeći podaci u formularu, pokušajte ponovo.",
|
|
278
|
+
"Role required to access added files": "Uloga neophodna za pristup dodanim fajlovima",
|
|
279
|
+
"The user uploading the file has access irrespective of their role": "Korisnik koji otprema fajl ima pristup bez obzira na svoju ulogu.",
|
|
280
|
+
"Already have an account? Login": "Već imate nalog? Prijavite se",
|
|
281
|
+
"Subdomain not found": "Poddomen nije pronađen",
|
|
282
|
+
"You must create at least one table before you can create views.": "Morate kreirati bar jednu tabelu pre nego što budete mogli da kreirate poglede.",
|
|
283
|
+
"Language: ": "Jezik:",
|
|
284
|
+
"Language changed to %s": "Jezik je promenjen u %s",
|
|
285
|
+
"Table saved with version history disabled": "Tabela je sačuvana sa onemogućenim čuvanjem istorije verzija",
|
|
286
|
+
"Missing name": "Nedostaje naziv",
|
|
287
|
+
"Successfully restored backup": "Uspešno vraćen bekap",
|
|
288
|
+
"Welcome to Saltcorn!": "Dobrodošli u Saltcorn!",
|
|
289
|
+
"File %s uploaded": "Datoteka %s je otpremljena",
|
|
290
|
+
"Local": "Lokalno",
|
|
291
|
+
"Name required": "Ime je obavezno",
|
|
292
|
+
"Expression": "Izraz",
|
|
293
|
+
"Formula": "Formula",
|
|
294
|
+
"new": "novo",
|
|
295
|
+
"Password does not match": "Lozinka se ne podudara",
|
|
296
|
+
"Not allowed to write to table %s": "Nije dozvoljen upis u tabelu %s",
|
|
297
|
+
"Login successful": "Prijava uspešna",
|
|
298
|
+
"Welcome, %s!": "Dobrodošli, %s!",
|
|
299
|
+
"Error: missing name or file": "Greška: nedostaje naziv ili fajl",
|
|
300
|
+
"Restart server.": "Restartuj server.",
|
|
301
|
+
"Add to menu": "Dodaj u meni",
|
|
302
|
+
"View %s added to menu. Adjust access permissions in Settings » Menu": "Prikaz %s je dodat u meni. Podesite dozvole pristupa u Podešavanja » Meni",
|
|
303
|
+
"Clone": "Kloniraj",
|
|
304
|
+
"View %s cloned as %s": "Prikaz %s je kloniran kao %s",
|
|
305
|
+
"Duplicate": "Dupliraj",
|
|
306
|
+
"View %s duplicated as %s": "Prikaz %s je dupliran kao %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.": "Naziv prikaza će se pojaviti kao naslov iskačućih prozora koji prikazuju ovaj prikaz, kao i u URL‑u kada se prikaz prikazuje samostalno.",
|
|
308
|
+
"Saltcorn version": "Verzija Saltcorn-a",
|
|
309
|
+
"Node.js version": "Верзија Node.js",
|
|
310
|
+
"Table not found": "Tabela nije pronađena",
|
|
311
|
+
"No row selected": "Nijedan red nije izabran",
|
|
312
|
+
"Calculated": "Izračunato",
|
|
313
|
+
"Unique": "Jedinstveno",
|
|
314
|
+
"Stored": "Skladišteno",
|
|
315
|
+
"Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "Unesite formulu za novo polje kao JavaScript izraz. Izraz mora da rezultuje tipom %s.",
|
|
316
|
+
"Fields you can use as variables: ": "Polja koja možete koristiti kao promenljive:",
|
|
317
|
+
"Examples:": "Primeri:",
|
|
318
|
+
"Missing label": "Недостаје ознака",
|
|
319
|
+
"Column %s already exists (but is hidden)": "Kolona %s već postoji (ali je skrivena)",
|
|
320
|
+
"Column %s already exists": "Kolona %s već postoji",
|
|
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.": "Koristite ovo da ograničite svoje polje na listu opcija (razdvojenih zarezima). Na primer, ako su dozvoljene vrednosti „Red“, „Green“ i „Blue“, unesite ovde „Red, Green, Blue“. Ostavite prazno ako string može da sadrži bilo koju vrednost.",
|
|
322
|
+
"Columns": "Kolone",
|
|
323
|
+
"Default state": "Podrazumevano stanje",
|
|
324
|
+
"Specify the fields in the table to show": "Navedite polja u tabeli koja će biti prikazana",
|
|
325
|
+
"Use view to create": "Koristi prikaz za kreiranje",
|
|
326
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Ako korisnik ima dozvolu za upis. Ostavite prazno da ne postoji link za kreiranje nove stavke.",
|
|
327
|
+
"Display create view as": "Prikaži kreiranje prikaza kao",
|
|
328
|
+
"Label for create": "Oznaka za kreiranje",
|
|
329
|
+
"Label in link or button to create. Leave blank for a default label": "Oznaka u linku ili dugmetu za kreiranje. Ostavite prazno za podrazumevanu oznaku.",
|
|
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.": "Ova polja su nedostajala, možete uneti vrednosti ovde. Vrednosti koje ovde unesete mogu biti prepisane informacijama koje dolaze iz drugih prikaza, na primer ako je formular pokrenut iz liste.",
|
|
332
|
+
"Edit options": "Opcije uređivanja",
|
|
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.": "Prikaz koji ovde izaberete može biti ignorisan u zavisnosti od konteksta forme; na primer, ako se forma pojavi u iskačućem prozoru (pop-up), preusmeravanje se neće izvršiti.",
|
|
334
|
+
"View when done": "Prikaži kada je završeno",
|
|
335
|
+
"Item View": "Prikaz stavke",
|
|
336
|
+
"If user has write permission. Leave blank to have no link to create a new item": "Ako korisnik ima dozvolu za upis. Ostavite prazno da ne postoji link za kreiranje nove stavke.",
|
|
337
|
+
"Subtables": "Poddonete таблице",
|
|
338
|
+
"List View": "Prikaz liste",
|
|
339
|
+
"Show View": "Prikaži prikaz",
|
|
340
|
+
"Which related tables would you like to show in sub-lists below the selected item?": "Koje povezane tabele želite da prikažete u podlistama ispod izabrane stavke?",
|
|
341
|
+
"Order and layout": "Redosled i raspored",
|
|
342
|
+
"Order by": "Sortiraj po",
|
|
343
|
+
"Descending": "Opadajuće",
|
|
344
|
+
"Columns small screen": "Kolone mali ekran",
|
|
345
|
+
"Columns medium screen": "Kolone srednji ekran",
|
|
346
|
+
"Columns large screen": "Kolone veliki ekran",
|
|
347
|
+
"Columns extra-large screen": "Kolone za ekstra veliki ekran",
|
|
348
|
+
"Each in card?": "Svaki u kartici?",
|
|
349
|
+
"Omit search form": "Izostavi obrazac za pretragu",
|
|
350
|
+
"Do not display the search filter form": "Ne prikazuj obrazac filtera pretrage.",
|
|
351
|
+
"Default search form values when first loaded": "Podrazumevane vrednosti polja za pretragu pri prvom učitavanju",
|
|
352
|
+
"Next": "Sledeće",
|
|
353
|
+
"Save": "Sačuvaj",
|
|
354
|
+
"Calculated fields cannot have File type": "Izračunata polja ne mogu imati tip Datoteka.",
|
|
355
|
+
"On Field": "Na polju",
|
|
356
|
+
"Field in %s table": "Polje u tabeli %s",
|
|
357
|
+
"Action on row": "Akcija nad redom",
|
|
358
|
+
"Link to other view": "Poveži sa drugim prikazom",
|
|
359
|
+
"Link to anywhere": "Link ka bilo gde",
|
|
360
|
+
"Join Field": "Polje za povezivanje",
|
|
361
|
+
"Aggregation": "Agregacija",
|
|
362
|
+
"Field": "Polje",
|
|
363
|
+
"Field view": "Prikaz polja",
|
|
364
|
+
"Action": "Akcija",
|
|
365
|
+
"Action Label": "Oznaka radnje",
|
|
366
|
+
"View label": "Oznaka prikaza",
|
|
367
|
+
"Leave blank for default label.": "Ostavite prazno za podrazumevanu oznaku.",
|
|
368
|
+
"View label is a formula?": "Oznaka prikaza je formula?",
|
|
369
|
+
"Open in popup modal?": "Otvoriti u iskačućem modalu?",
|
|
370
|
+
"Link text": "Tekst linka",
|
|
371
|
+
"Link text is a formula?": "Tekst linka je formula?",
|
|
372
|
+
"Link URL": "URL linka",
|
|
373
|
+
"Link URL is a formula?": "URL link je formula?",
|
|
374
|
+
"Open in new tab": "Otvori u novom tabu",
|
|
375
|
+
"Relation": "Relacija",
|
|
376
|
+
"Statistic": "Statistika",
|
|
377
|
+
"In search form": "U obrascu za pretragu",
|
|
378
|
+
"Header label": "Oznaka zaglavlja",
|
|
379
|
+
"step": "korak",
|
|
380
|
+
"max": "maksimum",
|
|
381
|
+
"Base URL": "Osnovni URL",
|
|
382
|
+
"Allow signups": "Dozvoli registracije",
|
|
383
|
+
"Login in menu": "Prijava u meniju",
|
|
384
|
+
"Allow password reset": "Dozvoli resetovanje lozinke",
|
|
385
|
+
"SMTP host": "SMTP host",
|
|
386
|
+
"SMTP username": "SMTP korisničko ime",
|
|
387
|
+
"SMTP password": "SMTP lozinka",
|
|
388
|
+
"SMTP port": "SMTP port",
|
|
389
|
+
"SMTP secure": "Bezbedni SMTP",
|
|
390
|
+
"Email from address": "Email adresa pošiljaoca",
|
|
391
|
+
"Development mode": "Razvojni režim",
|
|
392
|
+
"Log SQL to stdout": "Evidentiraj SQL u standardni izlaz (stdout)",
|
|
393
|
+
"Menu items": "Stavke menija",
|
|
394
|
+
"Global search": "Globalna pretraga",
|
|
395
|
+
"Available packs": "Dostupni paketi",
|
|
396
|
+
"Available packs fetched": "Dostupni paketi su preuzeti",
|
|
397
|
+
"Available plugins": "Dostupni dodaci",
|
|
398
|
+
"Available plugins fetched": "Dostupni dodaci preuzeti",
|
|
399
|
+
"Public home page": "Javna početna stranica",
|
|
400
|
+
"User home page": "Korisnička početna stranica",
|
|
401
|
+
"Staff home page": "Početna stranica osoblja",
|
|
402
|
+
"Admin home page": "Početna stranica administratora",
|
|
403
|
+
"Installed packs": "Instalirani paketi",
|
|
404
|
+
"A short string which is the name of your site": "Kratak niz znakova koji predstavlja naziv vašeg sajta",
|
|
405
|
+
"Select a publicly accessible image file": "Izaberite javno dostupnu datoteku slike",
|
|
406
|
+
"The URL at which your site is available. For instance, https://example.com/": "URL na kojem je vaš sajt dostupan. Na primer, https://example.com/",
|
|
407
|
+
"Allow users to sign up for a new user account": "Dozvoli korisnicima da se registruju za novi korisnički nalog",
|
|
408
|
+
"Show the login link in the menu": "Prikaži link za prijavu u meniju",
|
|
409
|
+
"Allow users to request a password reset email. Email must be configured.": "Omogući korisnicima da zatraže imejl za resetovanje lozinke. Imejl mora biti konfigurisan.",
|
|
410
|
+
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "Adresa hosta vašeg SMTP servera. Na primer, smtp.postmarkapp.com",
|
|
411
|
+
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "Onemogući keširanje JS/CSS resursa, prikaži korisniku punu grešku pri rušenju sistema, omogući uređivanje tipa polja",
|
|
412
|
+
"Print all SQL statements to the standard output": "Ispiši sve SQL naredbe na standardni izlaz",
|
|
413
|
+
"The email address from which emails are sent. For instance, hello@saltcorn.com": "Imejl adresa sa koje se šalju imejlovi. Na primer, hello@saltcorn.com",
|
|
414
|
+
"Is the connection to the SMTP server over a secure transport protocol?": "Da li je veza sa SMTP serverom uspostavljena preko bezbednog transportnog protokola?",
|
|
415
|
+
"About Saltcorn": "О Saltcorn-у",
|
|
416
|
+
"Apply": "Primeni",
|
|
417
|
+
"Anywhere": "Bilo gde",
|
|
418
|
+
"Search filter": "Filter pretrage",
|
|
419
|
+
"Are you sure you want to delete %s?": "Да ли сте сигурни да желите да обришете %s?",
|
|
420
|
+
"Are you sure?": "Да ли сте сигурни?",
|
|
421
|
+
"Set random password": "Podesi nasumičnu lozinku",
|
|
422
|
+
"Changed password for user %s to %s": "Promenjena lozinka za korisnika %s u %s",
|
|
423
|
+
"Disable": "Onemogući",
|
|
424
|
+
"Enabled user %s": "Omogućen korisnik %s",
|
|
425
|
+
"Enable": "Omogući",
|
|
426
|
+
"Disabled user %s": "Onemogućeni korisnik %s",
|
|
427
|
+
"Disabled": "Onemogućeno",
|
|
428
|
+
"Send password reset email": "Pošalji imejl za resetovanje lozinke",
|
|
429
|
+
" with password %s": "sa lozinkom %s",
|
|
430
|
+
"User confirmation?": "Potvrda korisnika?",
|
|
431
|
+
"New user form": "Forma za novog korisnika",
|
|
432
|
+
"A view to show to new users": "Prikaz za nove korisnike",
|
|
433
|
+
"Account already exists": "Nalog već postoji",
|
|
434
|
+
"Search not configured": "Pretraga nije konfigurisana",
|
|
435
|
+
"Already in use": "Već je u upotrebi",
|
|
436
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "Funkcije koje možete koristiti (pored standardnih JavaScript funkcija):",
|
|
437
|
+
"Items per page": "Stavki po stranici",
|
|
438
|
+
"Variable name": "Ime promenljive",
|
|
439
|
+
"Delete all rows": "Obriši sve redove",
|
|
440
|
+
"Recalculate stored fields": "Preračunaj uskladištena polja",
|
|
441
|
+
"Started recalculating stored fields": "Započeto je preračunavanje uskladištenih polja",
|
|
442
|
+
"Deleted all rows": "Obrisani su svi redovi",
|
|
443
|
+
"Database": "Baza podataka",
|
|
444
|
+
"API token": "API token",
|
|
445
|
+
"No API token issued": "Nijedan API token nije izdat.",
|
|
446
|
+
"New API token generated": "Novi API token je generisan",
|
|
447
|
+
"Actions": "Akcije",
|
|
448
|
+
"Actions available": "Dostupne akcije",
|
|
449
|
+
"Triggers": "Okidači",
|
|
450
|
+
"Add trigger": "Dodaj okidač",
|
|
451
|
+
"New trigger": "Novi okidač",
|
|
452
|
+
"Configure trigger": "Konfiguriši okidač",
|
|
453
|
+
"Action label is a formula?": "Oznaka akcije je formula?",
|
|
454
|
+
"Action Style": "Stil akcije",
|
|
455
|
+
"Button size": "Veličina dugmeta",
|
|
456
|
+
"A view with this name already exists": "Prikaz sa ovim imenom već postoji",
|
|
457
|
+
"Constraints": "Ograničenja",
|
|
458
|
+
"%s constraints": "ograničenja %s",
|
|
459
|
+
"Add constraint": "Dodaj ograničenje",
|
|
460
|
+
"Add constraint to %s": "Dodaj ograničenje na %s",
|
|
461
|
+
"Cannot delete users table": "Nije moguće obrisati tabelu korisnika.",
|
|
462
|
+
"Test run": "Probni rad",
|
|
463
|
+
"Test run output": "Izlaz probnog pokretanja",
|
|
464
|
+
"Run %s": "Pokreni %s",
|
|
465
|
+
"back to actions": "nazad na akcije",
|
|
466
|
+
"Action %s run successfully with no console output": "Radnja %s je uspešno izvršena bez izlaza u konzoli",
|
|
467
|
+
"Roles": "Uloge",
|
|
468
|
+
"Saved layout for role": "Sačuvan raspored za ulogu",
|
|
469
|
+
"Layout by role": "Raspored po ulozi",
|
|
470
|
+
"Users and roles": "Korisnici i uloge",
|
|
471
|
+
"Match regular expression": "Poklapanje regularnog izraza",
|
|
472
|
+
"Error message when regular expression does not match": "Poruka o grešci kada regularni izraz ne odgovara",
|
|
473
|
+
"Invalid attributes": "Nevažeći atributi",
|
|
474
|
+
"Documentation": "Dokumentacija",
|
|
475
|
+
"Plugin %s installed": "Plugin %s je instaliran",
|
|
476
|
+
"Plugin %s removed.": "Priključak %s je uklonjen.",
|
|
477
|
+
"Plugin %s installed, please complete configuration.": "Dodatak %s je instaliran, molimo dovršite konfiguraciju.",
|
|
478
|
+
"Configure %s Plugin": "Konfiguriši %s dodatak",
|
|
479
|
+
"Cannot remove plugin: views %s depend on it": "Nije moguće ukloniti dodatak: prikazi %s zavise od njega",
|
|
480
|
+
"New Plugin": "Novi dodatak",
|
|
481
|
+
"Add plugin": "Dodaj modul",
|
|
482
|
+
"Store refreshed": "Prodavnica je osvežena",
|
|
483
|
+
"Plugins up-to-date": "Dodaci su ažurni.",
|
|
484
|
+
"Source": "Izvor",
|
|
485
|
+
"Inbound keys: ": "Dolazni ključevi:",
|
|
486
|
+
"Icon": "Ikonica",
|
|
487
|
+
"Create database view": "Kreiraj prikaz baze podataka",
|
|
488
|
+
"Create an SQL view in the database with the fields in this list": "Kreiraj SQL prikaz (VIEW) u bazi podataka sa poljima iz ove liste.",
|
|
489
|
+
"Upgrade": "Nadogradnja",
|
|
490
|
+
"Show only matches in table:": "Prikaži samo podudaranja u tabeli:",
|
|
491
|
+
"Showing matches in table %s.": "Prikazivanje podudaranja u tabeli %s.",
|
|
492
|
+
"Edit trigger": "Uredi okidač",
|
|
493
|
+
"Show on page": "Prikaži na stranici",
|
|
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.": "Zahtevi za direktno renderovanje ovog prikaza će umesto toga prikazati izabranu stranicu, ako je neka izabrana. Izabrana stranica treba da ugnjezdi ovaj prikaz. Koristite ovo da ukrasite prikaz dodatnim elementima.",
|
|
495
|
+
"Hide pagination": "Sakrij paginaciju",
|
|
496
|
+
"True": "Tačno",
|
|
497
|
+
"False": "Netačno",
|
|
498
|
+
"Clear all": "Obriši sve",
|
|
499
|
+
"This will delete <strong>EVERYTHING</strong> in the selected categories": "Ovo će obrisati <strong>SVE</strong> u izabranim kategorijama.",
|
|
500
|
+
"Deleted all %s": "Obrisano je svih %s",
|
|
501
|
+
"Restart server": "Restartuj server",
|
|
502
|
+
"Edit Plugin": "Uredi modul",
|
|
503
|
+
"Unknown authentication method %ss": "Nepoznat metod autentifikacije %ss",
|
|
504
|
+
"Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "Potrebno je ponovno pokretanje da bi izmene stupile na snagu. Ponovo pokrenite server sa <a href=\"/admin\">administratorske stranice</a>.",
|
|
505
|
+
"Email with password reset link sent": "Imejl sa linkom za resetovanje lozinke je poslat.",
|
|
506
|
+
"Link Style": "Stil linka",
|
|
507
|
+
"Link size": "Veličina linka",
|
|
508
|
+
"Set page title": "Podesi naslov stranice",
|
|
509
|
+
"Skip this section if you do not want to set the page title": "Preskočite ovaj odeljak ako ne želite da postavite naslov stranice",
|
|
510
|
+
"Page title is a formula?": "Naslov stranice je formula?",
|
|
511
|
+
"Enable LetsEncrypt HTTPS": "Omogući LetsEncrypt HTTPS",
|
|
512
|
+
"Set Base URL configuration first": "Prvo podesite osnovnu (Base URL) konfiguraciju.",
|
|
513
|
+
"LetsEncrypt enabled": "LetsEncrypt omogućen",
|
|
514
|
+
"LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL je omogućen. Ponovo pokrenite sistem da bi izmene stupile na snagu.",
|
|
515
|
+
"File not found": "Datoteka nije pronađena",
|
|
516
|
+
"Table %s not found": "Tabela %s nije pronađena",
|
|
517
|
+
"Page %s added to menu. Adjust access permissions in Settings » Menu": "Stranica %s je dodata u meni. Podesite dozvole pristupa u Podešavanja » Meni",
|
|
518
|
+
"Page %s duplicated as %s": "Stranica %s je duplicirana kao %s",
|
|
519
|
+
"Custom SSL certificate": "Prilagođeni SSL sertifikat",
|
|
520
|
+
"Custom SSL private key": "Prilagođeni SSL privatni ključ",
|
|
521
|
+
"Login view": "Prikaz za prijavu",
|
|
522
|
+
"Signup view": "Prikaz za registraciju",
|
|
523
|
+
"A view with the login form": "Prikaz sa formularom za prijavu",
|
|
524
|
+
"A view with the signup form": "Prikaz sa formularom za registraciju",
|
|
525
|
+
"Signups not enabled": "Registracija nije omogućena",
|
|
526
|
+
"Ownership field": "Polje vlasništva",
|
|
527
|
+
"The user referred to in this field will be the owner of the row": "Korisnik naveden u ovom polju biće vlasnik reda.",
|
|
528
|
+
"None": "Nijedan",
|
|
529
|
+
"Information about plugin": "Informacije o dodatku",
|
|
530
|
+
"%s plugin information": "informacije o %s dodatku",
|
|
531
|
+
"Package version": "Verzija paketa",
|
|
532
|
+
"Package name": "Naziv paketa",
|
|
533
|
+
"Plugin dependencies": "Zavisnosti dodataka",
|
|
534
|
+
"This plugin supplies a theme.": "Ovaj dodatak obezbeđuje temu.",
|
|
535
|
+
"Types": "Tipovi",
|
|
536
|
+
"This plugin supplies these types: ": "Ovaj dodatak obezbeđuje sledeće tipove:",
|
|
537
|
+
"Functions": "Funkcije",
|
|
538
|
+
"Returns: ": "Vraća:",
|
|
539
|
+
"View templates": "Šabloni prikaza",
|
|
540
|
+
"Repository": "Repozitorijum",
|
|
541
|
+
"Latest": "Najnovije",
|
|
542
|
+
"Latest version": "Najnovija verzija",
|
|
543
|
+
"Latest npm version cache": "Najnovija keširana verzija paketa na npm‑u",
|
|
544
|
+
"Plugin up-to-date": "Dodatak je ažuran",
|
|
545
|
+
"Upgrade here": "Nadogradi ovde",
|
|
546
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Dostupna je nadogradnja Saltcorn-a! Trenutna verzija: %s; najnovija verzija: %s.",
|
|
547
|
+
"Passwords do not match": "Lozinke se ne podudaraju",
|
|
548
|
+
"Not a valid e-mail address": "Nije važeća e‑mail adresa",
|
|
549
|
+
"Custom CSS": "Prilagođeni CSS",
|
|
550
|
+
"Custom HTML": "Prilagođeni HTML",
|
|
551
|
+
"Site structure": "Struktura sajta",
|
|
552
|
+
"SSL": "SSL",
|
|
553
|
+
"Users and security": "Korisnici i bezbednost",
|
|
554
|
+
"User settings updated": "Korisnička podešavanja su ažurirana",
|
|
555
|
+
"SSL encryption for HTTPS traffic": "SSL enkripcija za HTTPS saobraćaj",
|
|
556
|
+
"HTTPS encryption with Let's Encrypt SSL certificate": "HTTPS enkripcija sa Let's Encrypt SSL sertifikatom",
|
|
557
|
+
"Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "Saltcorn može automatski dobiti SSL sertifikat od <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> za pojedinačne domene.",
|
|
558
|
+
"Currently: ": "Trenutno:",
|
|
559
|
+
"HTTPS encryption with custom SSL certificate": "HTTPS enkripcija sa prilagođenim SSL sertifikatom",
|
|
560
|
+
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "Ili koristite prilagođene SSL sertifikate, uključujući džoker (wildcard) sertifikate za višetenantske aplikacije.",
|
|
561
|
+
"Authentication settings": "Podešavanja autentifikacije",
|
|
562
|
+
"Custom SSL certificates": "Prilagođeni SSL sertifikati",
|
|
563
|
+
"Custom SSL enabled. Restart for changes to take effect.": "Prilagođeni SSL je omogućen. Ponovo pokrenite sistem da bi izmene stupile na snagu.",
|
|
564
|
+
"Enabled": "Omoguć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.": "Omogućili ste i Let's Encrypt sertifikate i prilagođene SSL sertifikate. Let's Encrypt ima prioritet i prilagođeni sertifikati će biti ignorisani.",
|
|
566
|
+
"Events": "Događaji",
|
|
567
|
+
"About application": "O aplikaciji",
|
|
568
|
+
"System": "Sistem",
|
|
569
|
+
"Site identity settings updated": "Podešavanja identiteta sajta su ažurirana",
|
|
570
|
+
"Email settings": "Podešavanja e-pošte",
|
|
571
|
+
"Site identity settings": "Podešavanja identiteta sajta",
|
|
572
|
+
"Email settings updated": "Podešavanja e-pošte su ažurirana",
|
|
573
|
+
"System operations": "Sistemske operacije",
|
|
574
|
+
"About the system": "O sistemu",
|
|
575
|
+
"Restart here": "Restartuj ovde",
|
|
576
|
+
"Download a backup": "Preuzmi rezervnu kopiju",
|
|
577
|
+
"Restore a backup": "Vraćanje rezervne kopije",
|
|
578
|
+
"Add new role": "Dodaj novu ulogu",
|
|
579
|
+
"Role updated": "Uloga je ažurirana",
|
|
580
|
+
"First delete users with this role": "Prvo obrišite korisnike sa ovom ulogom.",
|
|
581
|
+
"Role %s deleted": "Uloga %s je obrisana",
|
|
582
|
+
"This is the rank of the user role, lower role IDs will be able to access more resources.": "Ovo je rang korisničke uloge; uloge sa nižim ID vrednostima moći će da pristupe većem broju resursa.",
|
|
583
|
+
"Role name": "Naziv uloge",
|
|
584
|
+
"Cannot delete this role": "Nije moguće obrisati ovu ulogu",
|
|
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\">slobodan</a> i <a href=\"https://opensource.org/\">otvoreni izvor</a> softver, <a href=\"https://github.com/saltcorn/saltcorn/\">objavljen</a> pod <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT licencom</a>.",
|
|
586
|
+
"Create a page": "Kreiraj stranicu",
|
|
587
|
+
"Test": "Test",
|
|
588
|
+
"E-mail and password required": "E-mail i lozinka su obavezni",
|
|
589
|
+
"Masonry columns": "Zidani stubovi",
|
|
590
|
+
"Where": "Gde",
|
|
591
|
+
"Access Read/Write": "Pristup za čitanje/pisanje",
|
|
592
|
+
"History": "Istorija",
|
|
593
|
+
"Owned": "U vlasništvu",
|
|
594
|
+
"Primary key": "Primarni ključ",
|
|
595
|
+
"Users already present": "Korisnici koji su već prisutni",
|
|
596
|
+
"Discover tables": "Otkrij tabele",
|
|
597
|
+
"The following tables in your database can be imported into Saltcorn:": "Sledeće tabele u vašoj bazi podataka mogu se uvesti u Saltcorn:",
|
|
598
|
+
"Discovered tables: %s": "Otkrivene tabele: %s",
|
|
599
|
+
"There are no tables in the database that can be imported into Saltcorn.": "U bazi podataka ne postoje tabele koje se mogu uvesti u Saltcorn.",
|
|
600
|
+
"Import": "Uvoz",
|
|
601
|
+
"Discover": "Otkrij",
|
|
602
|
+
"Discover tables in database": "Otkrij tabele u bazi podataka",
|
|
603
|
+
"Single item view": "Prikaz pojedinačne stavke",
|
|
604
|
+
"The underlying individual view of each table row": "Osnovni individualni prikaz svakog reda tabele",
|
|
605
|
+
"Minimum role to read": "Minimalna uloga za čitanje",
|
|
606
|
+
"Minimum role to write": "Minimalna uloga za upis",
|
|
607
|
+
"Create page": "Kreiraj stranicu",
|
|
608
|
+
"Multi-tenancy not enabled": "Višekorisnički režim nije omogućen",
|
|
609
|
+
"Identity": "Identitet",
|
|
610
|
+
"Email sent to %s with no errors": "Email je poslat na %s bez grešaka",
|
|
611
|
+
"External": "Eksterno",
|
|
612
|
+
"Force TLS": "Forsiraj 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": "Увек користити TLS при повезивању на сервер? Ако није означено, TLS се користи ако сервер подржава STARTTLS екстензију. У већини случајева означите ову опцију ако се повезујете на порт 465. За порт 587 или 25 оставите је неозначену.",
|
|
614
|
+
"Relationship diagram": "Dijagram relacija",
|
|
615
|
+
"Verified": "Verifikovano",
|
|
616
|
+
"Send verification email": "Pošalji verifikacioni email",
|
|
617
|
+
"Email verification link sent to %s": "Link za verifikaciju imejla poslat na %s",
|
|
618
|
+
"Verification view": "Verifikacioni prikaz",
|
|
619
|
+
"A view with the view to be emailed to users for email address verification": "Prikaz koji će biti poslat korisnicima putem e‑pošte radi verifikacije imejl adrese",
|
|
620
|
+
"Email verified": "Email verifikovan",
|
|
621
|
+
"An email has been sent to %s to verify your address": "Imejl je poslat na %s radi verifikacije vaše adrese.",
|
|
622
|
+
"Elevate verified to role": "Podigni verifikovanog korisnika na ulogu",
|
|
623
|
+
"Elevate users to a higher role when their email addresses have been verified": "Unapredi korisnike na višu ulogu kada im je adresa e‑pošte verifikovana.",
|
|
624
|
+
"Email mask": "Maska za email",
|
|
625
|
+
"Emails used for signup must end with this string": "Email adrese korišćene za registraciju moraju se završavati ovim nizom",
|
|
626
|
+
"Signups with this email address are not accepted": "Registracije sa ovom imejl adresom nisu prihvaćene",
|
|
627
|
+
"Default order by": "Podrazumevani redosled sortiranja",
|
|
628
|
+
"Default descending?": "Podrazumevano opadajuće?",
|
|
629
|
+
"Omit header": "Izostavi zaglavlje",
|
|
630
|
+
"Do not display the header": "Ne prikazuj zaglavlje",
|
|
631
|
+
"The maximum number of characters in the string": "Maksimalan broj karaktera u nizu",
|
|
632
|
+
"The minimum number of characters in the string": "Minimalan broj karaktera u nizu",
|
|
633
|
+
"Style": "Stil",
|
|
634
|
+
"Not all themes support menu buttons": "Ne sve teme podržavaju dugmad menija.",
|
|
635
|
+
"Select a publicly accessible image file for the menu logo": "Izaberite javno dostupnu slikovnu datoteku za logo menija.",
|
|
636
|
+
"Favicon": "Favikon",
|
|
637
|
+
"Select a publicly accessible image file for the browser tab icon": "Izaberite javno dostupnu slikovnu datoteku za ikonicu kartice u pregledaču",
|
|
638
|
+
"Site identity settings, backup, email settings, system control and information": "Podešavanja identiteta sajta, bekap, podešavanja e‑pošte, kontrola sistema i informacije",
|
|
639
|
+
"Plugin and pack installation and control": "Instalacija i upravljanje dodacima i paketima",
|
|
640
|
+
"User administration, edit roles, user and security settings, SSL certificates for https encryption": "Administracija korisnika, uređivanje uloga, korisničke i bezbednosne postavke, SSL sertifikati za HTTPS enkripciju",
|
|
641
|
+
"Menu, search and tenants": "Meni, pretraga i zakupci",
|
|
642
|
+
"Actions, triggers and crash log": "Akcije, okidači i zapisnik o rušenju sistemа",
|
|
643
|
+
"Multitenancy enabled": "Omogućena višetenantska arhitektura",
|
|
644
|
+
"Restart required for changes to take effect.": "Potrebno je ponovno pokretanje da bi izmene stupile na snagu.",
|
|
645
|
+
"Tenant settings": "Podešavanja zakupca",
|
|
646
|
+
"Role to create tenants": "Uloga za kreiranje tenant‑a",
|
|
647
|
+
"Minimum user role required to create a new tenant": "Minimalna korisnička uloga potrebna za kreiranje novog tenant‑a",
|
|
648
|
+
"Tenant settings updated": "Podešavanja zakupca su ažurirana",
|
|
649
|
+
"Not allowed": "Nije dozvoljeno",
|
|
650
|
+
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "Pokušavate da kreirate tenant dok se povezujete putem IP adrese umesto domena. Ovo verovatno neće raditi.",
|
|
651
|
+
"Create tenant warning": "Upozorenje pri kreiranju tenant‑a",
|
|
652
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "Prikaži upozorenje korisnicima koji kreiraju tenant, kojim se isključuje garancija dostupnosti ili bezbednosti.",
|
|
653
|
+
"A list view shown on the left, to select rows": "Prikaz liste prikazan levo, za odabir redova",
|
|
654
|
+
"The view to show the selected row": "Prikaz za prikaz izabranog reda",
|
|
655
|
+
"Location": "Lokacija",
|
|
656
|
+
"Location of link to create new row": "Lokacija linka za kreiranje novog reda",
|
|
657
|
+
"Options": "Opcije",
|
|
658
|
+
"List options": "Opcije liste",
|
|
659
|
+
"Rows per page": "Redova po stranici",
|
|
660
|
+
"Invalid administrative action": "Nevažeća administratorska radnja",
|
|
661
|
+
"User settings form": "Forma za korisnička podešavanja",
|
|
662
|
+
"A view for users to change their custom user fields": "Prikaz za korisnike za izmenu njihovih prilagođenih korisničkih polja",
|
|
663
|
+
"Error: ": "Greška:",
|
|
664
|
+
"User settings changed": "Korisnička podešavanja su izmenjena",
|
|
665
|
+
"Rename table": "Preimenuj tabelu",
|
|
666
|
+
"Rename table %s": "Preimenuj tabelu %s",
|
|
667
|
+
"Base URL domain %s does not match hostname %s": "Osnovni URL domen %s ne odgovara nazivu hosta %s",
|
|
668
|
+
"Custom HTTP headers": "Prilagođeni HTTP zaglavlja",
|
|
669
|
+
"Format for each line: Header-Name: value": "Format za svaki red: Header-Name: vrednost",
|
|
670
|
+
"Role to upload files": "Uloga za otpremanje fajlova",
|
|
671
|
+
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "Korisnik treba da ima ovu ulogu ili višu da bi otpremao fajlove putem API-ja (otpremanja kroz forme nisu pogođena).",
|
|
672
|
+
"Always show create view": "Uvek prikaži kreiranje view‑a",
|
|
673
|
+
"If off, only show create view if the query state is about the current user": "Ako je isključeno, prikaži opciju kreiranja view‑a samo ako se stanje upita odnosi na trenutnog korisnika.",
|
|
674
|
+
"Process uptime": "Vreme rada procesa",
|
|
675
|
+
"A configuration error occurred": "Došlo je do greške u konfiguraciji.",
|
|
676
|
+
"HTTP timeout (s)": "HTTP tajmaut (s)",
|
|
677
|
+
"Increase if you expect large uploads": "Povećajte ako očekujete velike otpremanja.",
|
|
678
|
+
"Cookie sessions": "Kolačići sesije",
|
|
679
|
+
"Store sessions entirely in client cookies for higher performance": "Skladištite sesije u potpunosti u klijentskim kolačićima radi veće performanse.",
|
|
680
|
+
"git commit": "git commit",
|
|
681
|
+
"Send test email": "Pošalji testni imejl",
|
|
682
|
+
"Edit custom SSL certificates": "Uredi prilagođene SSL sertifikate",
|
|
683
|
+
"User must have this role or higher to read rows from the table": "Korisnik mora imati ovu ili višu ulogu da bi mogao da čita redove iz tabele.",
|
|
684
|
+
"User must have this role or higher to edit or create new rows in the table": "Korisnik mora imati ovu ulogu ili višu da bi mogao da uređuje ili kreira nove redove u tabeli.",
|
|
685
|
+
"Name of the field": "Naziv polja",
|
|
686
|
+
"The type determines the kind of data that can be stored in the field": "Tip određuje vrstu podataka koji mogu biti sačuvani u polju.",
|
|
687
|
+
"Calculated from other fields with a formula": "Izračunato iz drugih polja pomoću formule",
|
|
688
|
+
"There must be a value in every row": "Mora postojati vrednost u svakom redu.",
|
|
689
|
+
"Different rows must have different values for this field": "Različiti redovi moraju imati različite vrednosti za ovo polje.",
|
|
690
|
+
"Add more fields to enable edit": "Dodaj još polja da bi omogućio uređivanje.",
|
|
691
|
+
"Multitenancy": "Multitenancija",
|
|
692
|
+
"Subdomain": "Poddomen",
|
|
693
|
+
"Information": "Informacije",
|
|
694
|
+
"Found %s tenants": "Pronađeno %s tenant(a)",
|
|
695
|
+
"Create new tenant": "Kreiraj novog zakupca",
|
|
696
|
+
"%s tenant statistics": "statistika za zakupca %s",
|
|
697
|
+
"Table columns": "Kolone tabele",
|
|
698
|
+
"Configuration items": "Stavke konfiguracije",
|
|
699
|
+
"Crashlogs": "Izveštaji o rušenju sistema",
|
|
700
|
+
"Multitenancy settings": "Podešavanja multi-tenant arhitekture",
|
|
701
|
+
"See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "Pogledajte <a href=\"https://github.com/saltcorn/saltcorn\">GitHub riznicu</a> za uputstva<p>",
|
|
702
|
+
"API token for this user: ": "API token za ovog korisnika:",
|
|
703
|
+
"Reset": "Reset",
|
|
704
|
+
"Generate": "Generiši",
|
|
705
|
+
"URL after delete": "URL nakon brisanja",
|
|
706
|
+
"Track table data changes over time": "Pratite promene podataka u tabeli tokom vremena",
|
|
707
|
+
"Description allows you to give more information about the table": "Opis vam omogućava da date više informacija o tabeli.",
|
|
708
|
+
"Description allows you to give more information about the view.": "Opis vam omogućava da date više informacija o prikazu.",
|
|
709
|
+
"Description allows to give more information about field": "Opis omogućava davanje dodatnih informacija o polju.",
|
|
710
|
+
"Name of action": "Naziv akcije",
|
|
711
|
+
"Description allows you to give more information about the action": "Opis vam omogućava da date više informacija o radnji.",
|
|
712
|
+
"The action to be taken when the trigger fires": "Radnja koja treba da se izvrši kada se okidač aktivira",
|
|
713
|
+
"The table for which the trigger condition is checked.": "Tabela za koju se proverava uslov okidača.",
|
|
714
|
+
"Condition under which the trigger will fire": "Uslov pod kojim će se okidač aktivirati",
|
|
715
|
+
"Test trigger": "Test okidač",
|
|
716
|
+
"Edit trigger %s": "Uredi okidač %s",
|
|
717
|
+
"Preset %s": "Predefinisano podešavanje %s",
|
|
718
|
+
"The user password or application token to access SMTP server for sending emails": "Korisnička lozinka ili aplikacioni token za pristup SMTP serveru radi slanja imejlova",
|
|
719
|
+
"The port of your SMTP server": "Port vašeg SMTP servera",
|
|
720
|
+
"The user name to access SMTP server for sending emails.": "Korisničko ime za pristup SMTP serveru za slanje imejlova.",
|
|
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.": "Korisnička lozinka ili lozinka aplikacije za pristup SMTP serveru za slanje imejlova. Ako vaš SMTP provajder dozvoljava kreiranje lozinke aplikacije za korišćenje iz aplikacije, preporučujemo da koristite lozinku aplikacije umesto korisničke lozinke.",
|
|
722
|
+
"Tick the boxes for the fields that should be jointly unique": "Označite polja koja zajedno treba da budu jedinstvena.",
|
|
723
|
+
"Private SSH key": "Privatni SSH ključ",
|
|
724
|
+
"Timezone": "Vremenska zona",
|
|
725
|
+
"Home Timezone": "Početna vremenska zona",
|
|
726
|
+
"Use this link to revisit your application at any time.": "Koristite ovaj link da se u bilo kom trenutku ponovo vratite na svoju aplikaciju.",
|
|
727
|
+
"To login to a previously created application, go to: ": "Da biste se prijavili u prethodno kreiranu aplikaciju, idite na:",
|
|
728
|
+
"Event types": "Tipovi događaja",
|
|
729
|
+
"Channel": "Kanal",
|
|
730
|
+
"Leave blank for all channels": "Оставите празно за све канале",
|
|
731
|
+
"Table or Channel": "Tabela ili kanal",
|
|
732
|
+
"Events to log": "Događaji za logovanje",
|
|
733
|
+
"Log settings": "Podešavanja logovanja",
|
|
734
|
+
"Which events should be logged?": "Koji događaji treba da se evidentiraju (loguju)?",
|
|
735
|
+
"Event log": "Evidencija događaja",
|
|
736
|
+
"Custom Events": "Prilagođeni događaji",
|
|
737
|
+
"Channels": "Kanali",
|
|
738
|
+
"Custom": "Prilagođeno",
|
|
739
|
+
"Create custom event": "Kreiraj prilagođeni događaj",
|
|
740
|
+
"Yes": "Da",
|
|
741
|
+
"Alternative destinations if formula evaluates to true": "Alternativne destinacije ako formula bude evaluirana kao tačna",
|
|
742
|
+
"Default view when done": "Podrazumevani prikaz po završetku",
|
|
743
|
+
"This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "Ovo je prikaz na koji će korisnik biti preusmeren kada se formular pošalje, osim ako je neka od formula ispod tač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": "Možete poslati korisnika na drugačiji prikaz u zavisnosti od dana kada je korisnik podneo zahtev. Zanemarite ovu opciju ako uvek želite da šaljete korisnika na istu odredišnu lokaciju.",
|
|
745
|
+
"Plugin name": "Ime dodatka",
|
|
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": "Izvor dodatka za instalaciju. Nekoliko opcija: \nnpm – preuzimanje iz npm repozitorijuma, \nlocal – preuzimanje iz lokalnog fajl sistema, \ngithub – preuzimanje sa GitHub‑a, \ngit – preuzimanje iz Git repozitorijuma.",
|
|
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.": "За npm – назив npm пакета, нпр. `@saltcorn/html` или `saltcorn-gantt`, проверите на npmjs.com; за local – апсолутна путања до фасцикле додатка у фајл систему, нпр. `C:\\gitsrc\\any-bootstrap-theme\\`; за github – назив GitHub пројекта.",
|
|
748
|
+
"Version of plugin, latest is default value": "Verzija dodatka, najnovija je podrazumevana vrednost",
|
|
749
|
+
"Account verification": "Verifikacija naloga",
|
|
750
|
+
"User verification failed": "Verifikacija korisnika nije uspela",
|
|
751
|
+
"User verified": "Korisnik verifikovan",
|
|
752
|
+
"Error editing user: %s": "Greška pri uređivanju korisnika: %s",
|
|
753
|
+
"User must have this role or higher to make API call for action (trigger)": "Korisnik mora imati ovu ulogu ili višu da bi mogao da pozove API za akciju (okidač).",
|
|
754
|
+
"Restart complete": "Ponovno pokretanje je završeno.",
|
|
755
|
+
"Languages": "Jezici",
|
|
756
|
+
"Add language": "Dodaj jezik",
|
|
757
|
+
"Language": "Jezik",
|
|
758
|
+
"Locale": "Lokalitet",
|
|
759
|
+
"Menu, search, languages and tenants": "Meni, pretraga, jezici i tenant-i",
|
|
760
|
+
"This is a translation of a different field in a different language": "Ovo je prevod drugog polja na drugi jezik.",
|
|
761
|
+
"Language locale of translation": "Jezička lokalizacija prevoda",
|
|
762
|
+
"Action not configurable": "Radnja nije konfigurabilna",
|
|
763
|
+
"Event type which runs the trigger": "Tip događaja koji pokreće okidač",
|
|
764
|
+
"Message string field": "Polje niza poruke",
|
|
765
|
+
"The field for the message content on the table for messages": "Polje za sadržaj poruke u tabeli za poruke",
|
|
766
|
+
"Participant field": "Polje učesnika",
|
|
767
|
+
"The field for the sender user id on the table for messages": "Polje za ID korisnika pošiljaoca u tabeli za poruke",
|
|
768
|
+
"The field for the participant user id": "Polje za ID korisnika učesnika",
|
|
769
|
+
"Message sender field": "Polje pošiljaoca poruke",
|
|
770
|
+
"Message view or string field": "Prikaz poruke ili polje tipa string",
|
|
771
|
+
"A view to show individual messages, or the field for the message content on the table for messages": "Prikaz za pojedinačne poruke ili polje za sadržaj poruke u tabeli za poruke",
|
|
772
|
+
"Message relation": "Relacija poruke",
|
|
773
|
+
"The relationship to the table of individual messages": "Odnos prema tabeli pojedinačnih poruka",
|
|
774
|
+
"Message show view": "Prikaz poruke u pogledu",
|
|
775
|
+
"The view to show an individual message": "Prikaz za prikaz pojedinačne poruke",
|
|
776
|
+
"New message form view": "Prikaz obrasca za novu poruku",
|
|
777
|
+
"The view to enter a new message": "Prikaz za unos nove poruke",
|
|
778
|
+
"Participant max read id field": "Polje maksimalnog ID‑a čitanja učesnika",
|
|
779
|
+
"The field for the participant's last read message, of type Key to message table": "Polje za poslednju pročitanu poruku učesnika, tipa Ključ ka tabeli poruka",
|
|
780
|
+
"Show older messages": "Prikaži starije poruke",
|
|
781
|
+
"New table name": "Novi naziv tabele",
|
|
782
|
+
"Password Repeat": "Ponovite lozinku",
|
|
783
|
+
"Remember me": "Запamti me",
|
|
784
|
+
"Column width": "Širina kolone",
|
|
785
|
+
"Column width units": "Jedinice širine kolone",
|
|
786
|
+
"Ownership formula": "Formula vlasništva",
|
|
787
|
+
"User is treated as owner if true. In scope: ": "Korisnik se tretira kao vlasnik ako je podešeno na tačno. U obuhvatu:",
|
|
788
|
+
"Not all themes support all locations": "Ne sve teme podržavaju sve lokacije.",
|
|
789
|
+
"Default language": "Podrazumevani jezik",
|
|
790
|
+
"Library": "Biblioteka",
|
|
791
|
+
"Library item %s deleted": "Bibliotečki zapis %s je obrisan",
|
|
792
|
+
"Library: component assemblies that can be used in the builder": "Biblioteka: sklopovi komponenti koji se mogu koristiti u builder‑u",
|
|
793
|
+
"Edit properties": "Uredi svojstva",
|
|
794
|
+
"Images and other files for download": "Slike i druge datoteke za preuzimanje",
|
|
795
|
+
"Disable LetsEncrypt HTTPS": "Onemogući LetsEncrypt HTTPS",
|
|
796
|
+
"Type %s not found": "Tip %s nije pronađen",
|
|
797
|
+
"No pages": "Nema stranica",
|
|
798
|
+
"No views": "Nema prikaza",
|
|
799
|
+
"CSV upload": "Otpremanje CSV-a",
|
|
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.": "Stranice su veb stranice vaše aplikacije izgrađene pomoću „drag-and-drop“ graditelja. One imaju statički sadržaj, a ugrađivanjem prikaza (views) i dinamički sadržaj.",
|
|
801
|
+
"Views display data from tables. A view is a view template applied to a table, with configuration.": "Prikazi (Views) prikazuju podatke iz tabela. Prikaz je šablon prikaza (view template) primenjen na tabelu, uz odgovarajuću konfiguraciju.",
|
|
802
|
+
"Tables organise data by fields and rows.": "Tabele organizuju podatke po poljima i redovima.",
|
|
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.": "Stranice su veb stranice vaše aplikacije izgrađene pomoću „drag-and-drop“ alata za izradu. One sadrže statički sadržaj, a ugrađivanjem prikaza (views) mogu prikazivati i dinamički sadržaj.",
|
|
804
|
+
"Triggers run actions in response to events.": "Okidači pokreću akcije kao odgovor na događaje.",
|
|
805
|
+
"No files": "Nema fajlova",
|
|
806
|
+
"Cookie duration (hours)": "Trajanje kolačića (u satima)",
|
|
807
|
+
"Set to 0 for expiration at the end of browser session": "Podesite na 0 za isticanje na kraju sesije pregledača.",
|
|
808
|
+
"Cookie duration (hours) when remember ticked": "Trajanje kolačića (u satima) kada je izabrana opcija „zapamti me“",
|
|
809
|
+
"Forget table": "Zaboravi tabelu",
|
|
810
|
+
"Table %s forgotten. You can now discover it.": "Tabela %s je zaboravljena. Sada je možete ponovo otkriti.",
|
|
811
|
+
"No triggers": "Nema okidača",
|
|
812
|
+
"List width": "Širina liste",
|
|
813
|
+
"Number of columns (1-12) allocated to the list view": "Broj kolona (1–12) dodeljenih prikazu liste",
|
|
814
|
+
"New tenant template": "Novi šablon zakupca",
|
|
815
|
+
"Copy site structure for new tenants from this tenant": "Kopiraj strukturu sajta za nove zakupce sa ovog zakupca",
|
|
816
|
+
"Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "Koristite ovaj link: <a href=\"%s\">%s</a> da biste u svakom trenutku ponovo pristupili svojoj aplikaciji.",
|
|
817
|
+
"Use Amazon S3": "Koristi 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!": "Koristi Amazon S3 (ili kompatibilan) servis za čuvanje fajlova. Ako je onemogućeno, Saltcorn koristi lokalni disk. UPOZORENJE: Promena ove postavke može pokvariti tvoje otpremljene fajlove!",
|
|
819
|
+
"Amazon S3 Bucket": "Amazon S3 korpa",
|
|
820
|
+
"Name you selected for your S3 bucket in AWS.": "Ime koje ste izabrali za svoj S3 bucket u AWS‑u.",
|
|
821
|
+
"Amazon S3 Path Prefix": "Prefiks putanje za Amazon S3",
|
|
822
|
+
"Prefix you selected for your S3 bucket in AWS.": "Prefiks koji ste izabrali za svoj S3 bucket u AWS‑u.",
|
|
823
|
+
"Amazon S3 Endpoint": "Krajnja tačka Amazon S3",
|
|
824
|
+
"Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "Hostname vašeg S3-kompatibilnog provajdera skladišta. Podrazumevana vrednost je „s3.amazonaws.com“.",
|
|
825
|
+
"Amazon S3 Region": "Amazon S3 region",
|
|
826
|
+
"AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "AWS region koji ste izabrali prilikom kreiranja svog S3 bucket‑a. Podrazumevana vrednost je „us-east-1“.",
|
|
827
|
+
"Amazon S3 Access Key ID": "ID ključa za pristup Amazon S3",
|
|
828
|
+
"Only required if you do not want to authenticate to S3 using an IAM role. Enter the Access Key ID provided by your Amazon EC2 administrator.": "Obavezno samo ako ne želite da se autentifikujete na S3 pomoću IAM uloge. Unesite Access Key ID koji vam je obezbedio vaš Amazon EC2 administrator.",
|
|
829
|
+
"Amazon S3 Secret Access Key": "Tajni pristupni ključ za Amazon S3",
|
|
830
|
+
"The secret access key associated with your Amazon S3 Access Key ID.": "Tajni pristupni ključ povezan sa vašim Amazon S3 Access Key ID‑jem.",
|
|
831
|
+
"Use Amazon S3 Secure Connection.": "Koristi Amazon S3 bezbednu vezu.",
|
|
832
|
+
"Connect to Amazon S3 (or compatible) securely.": "Bezbedno se povežite sa Amazon S3 (ili kompatibilnim) servisom.",
|
|
833
|
+
"Storage settings": "Podešavanja skladištenja",
|
|
834
|
+
"Storage": "Skladište",
|
|
835
|
+
"Storage settings updated": "Podešavanja skladišta su ažurirana",
|
|
836
|
+
"Label formula": "Formula za oznaku",
|
|
837
|
+
"Include formula": "Uključi formulu",
|
|
838
|
+
"If specified, only include in menu rows that evaluate to true": "Ako je navedeno, u meni uključi samo redove koji se evaluiraju kao tačni.",
|
|
839
|
+
"URL formula": "URL formula → URL formula",
|
|
840
|
+
"Order field": "Polje za redosled",
|
|
841
|
+
"Section field": "Polje sekcije",
|
|
842
|
+
"Optional. String type with options, each of which will become a menu section": "Opcionalno. Tip niske sa opcijama, pri čemu će svaka opcija postati sekcija menija",
|
|
843
|
+
"Role to generate API keys": "Uloga za generisanje API ključeva",
|
|
844
|
+
"User should have this role or higher to generate API keys in their user settings": "Korisnik treba da ima ovu ulogu ili višu da bi mogao da generiše API ključeve u svojim korisničkim podešavanjima.",
|
|
845
|
+
"API token removed": "API token uklonjen",
|
|
846
|
+
"Row inclusion formula": "Formula za uključivanje reda",
|
|
847
|
+
"Only include rows where this formula is true": "Uključi samo redove gde je ova formula tačna.",
|
|
848
|
+
"Slug": "Identifikator (slug)",
|
|
849
|
+
"Field that can be used for a prettier URL structure": "Polje koje se može koristiti za lepšu strukturu URL‑a",
|
|
850
|
+
"Setup two-factor authentication": "Podesi dvofaktorsku autentifikaciju",
|
|
851
|
+
"Setup two-factor authentication with Time-based One-Time Password (TOTP)": "Podesi dvofaktorsku autentifikaciju pomoću jednokratne lozinke zasnovane na vremenu (TOTP).",
|
|
852
|
+
"1. Scan this QR code in your Authenticator app": "1. Skenirajte ovaj QR kod u svojoj aplikaciji za autentifikaciju",
|
|
853
|
+
"2. Enter the six-digit code generated in your Authenticator app": "2. Unesite šifru od šest cifara generisanu u vašoj aplikaciji Authenticator",
|
|
854
|
+
"Code": "Kod",
|
|
855
|
+
"Two-factor authentication with Time-based One-Time Password enabled": "Dvofaktorska autentifikacija sa omogućenim vremenski zasnovanim jednokratnim lozinkama (TOTP)",
|
|
856
|
+
"Two-factor authentication": "Dvofaktorska autentifikacija",
|
|
857
|
+
"Two-factor authentication is enabled": "Dvofaktorska autentifikacija je omogućena",
|
|
858
|
+
"Two-factor authentication with Time-based One-Time Password disabled": "Dvofaktorska autentifikacija sa vremenski zasnovanom jednokratnom lozinkom (TOTP) je onemogućena",
|
|
859
|
+
"Two-factor authentication is disabled": "Dvofaktorska autentifikacija je onemogućena",
|
|
860
|
+
"Auto save": "Automatsko čuvanje",
|
|
861
|
+
"Save any changes immediately": "Sačuvaj sve izmene odmah.",
|
|
862
|
+
"Transpose": "Transponovati",
|
|
863
|
+
"Display one column per line": "Prikaži jednu kolonu po liniji",
|
|
864
|
+
"Vertical column width": "Širina vertikalne kolone",
|
|
865
|
+
"Vertical width units": "Vertikalne jedinice širine",
|
|
866
|
+
"Save before going back": "Sačuvaj pre povratka",
|
|
867
|
+
"Reload after going back": "Ponovo učitaj nakon povratka nazad",
|
|
868
|
+
"2FA policy": "2FA politika",
|
|
869
|
+
"Steps to go back": "Koraci za povratak",
|
|
870
|
+
"Place in dropdown": "Mesto u padajućem meniju",
|
|
871
|
+
"Hide null columns": "Sakrij kolone sa null vrednostima",
|
|
872
|
+
"Do not display a column if it contains entirely missing values": "Ne prikazuj kolonu ako u potpunosti sadrži nedostajuće vrednosti.",
|
|
873
|
+
"Could not verify code": "Nije bilo moguće verifikovati kod",
|
|
874
|
+
"Disable two-factor authentication": "Onemogući dvofaktorsku autentifikaciju",
|
|
875
|
+
"Enter your two-factor code in order to disable it": "Unesite svoj dvofaktorski kod da biste ga onemogućili",
|
|
876
|
+
"Allow the user to enter a new key that is not in the schema": "Dozvoli korisniku da unese novi ključ koji nije u šemi.",
|
|
877
|
+
"Check for updates": "Proveri ažuriranja",
|
|
878
|
+
"Versions refreshed": "Verzije osvežene",
|
|
879
|
+
"Configuration check": "Provera konfiguracije",
|
|
880
|
+
"Configuration errors": "Greške u konfiguraciji",
|
|
881
|
+
"Configuration checks passed": "Provere konfiguracije su uspešno prošle",
|
|
882
|
+
"On delete cascade": "Brisanje sa kaskadom",
|
|
883
|
+
"If the parent row is deleted, automatically delete the child rows.": "Ako se nadređeni red obriše, automatski obriši podređene redove.",
|
|
884
|
+
"Extra state Formula": "Formula za dodatno stanje",
|
|
885
|
+
"Cannot install unsafe plugins on subdomain tenants": "Nije moguće instalirati nesigurne dodatke na zakupce poddomena.",
|
|
886
|
+
"Default order descending?": "Podrazumevani redosled opadajući?",
|
|
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.": "Ovo je prikaz na koji će korisnik biti preusmeren kada se formular podnese. Prikaz koji ovde navedete može biti ignorisan u zavisnosti od konteksta formulara; na primer, ako se pojavljuje u iskačućem prozoru, preusmeravanje se neće izvršiti.",
|
|
888
|
+
"Destination view": "Odredišni prikaz",
|
|
889
|
+
"Finish": "Završi",
|
|
890
|
+
"Include in full-text search": "Uključi u punotekstualnu pretragu",
|
|
891
|
+
"Strings": "Stringovi",
|
|
892
|
+
"In default language": "Na podrazumevanom jeziku",
|
|
893
|
+
"In %s": "U %s",
|
|
894
|
+
"Enable 2FA": "Omogući 2FA",
|
|
895
|
+
"Or enter this code:": "Ili unesite ovaj kod:",
|
|
896
|
+
"Disable 2FA": "Onemogući 2FA",
|
|
897
|
+
"Cascade delete to file": "Kaskadno brisanje u datoteku",
|
|
898
|
+
"Deleting a row will also delete the file referenced by this field": "Brisanje reda će takođe obrisati fajl na koji se poziva ovo polje.",
|
|
899
|
+
"Has channels?": "Ima kanale?",
|
|
900
|
+
"Channels to create events for. Separate by comma; leave blank for all": "Kanali za koje će se kreirati događaji. Odvojite zarezom; ostavite prazno za sve",
|
|
901
|
+
"Event Name": "Naziv događaja",
|
|
902
|
+
"Plugins (Extensions) Store endpoint": "Krajnja tačka prodavnice dodataka (ekstenzija)",
|
|
903
|
+
"Packs Store endpoint": "Krajnja tačka prodavnice paketa",
|
|
904
|
+
"The endpoint of plugins store.": "Krajnja tačka prodavnice dodataka.",
|
|
905
|
+
"The endpoint of packs store.": "Krajnja tačka prodavnice paketa.",
|
|
906
|
+
"Manual backup": "Ručna rezervna kopija",
|
|
907
|
+
"Automated backup": "Automatizovano bekapovanje",
|
|
908
|
+
"Frequency": "Učestalost",
|
|
909
|
+
"Destination": "Odredište",
|
|
910
|
+
"Directory": "Direktorijum",
|
|
911
|
+
"Backup settings updated": "Podešavanja bekapa su ažurirana",
|
|
912
|
+
"Backup successful": "Bekap je uspešno završen",
|
|
913
|
+
"Invalid ownership formula: %s": "Nevažeća formula vlasništva: %s",
|
|
914
|
+
"Expiration in days": "Isticanje u danima",
|
|
915
|
+
"Delete old backup files in this directory after the set number of days": "Obriši stare rezervne fajlove u ovom direktorijumu nakon podešenog broja dana.",
|
|
916
|
+
"Mobile app": "Mobilna aplikacija",
|
|
917
|
+
"Build mobile app": "Izgradi mobilnu aplikaciju",
|
|
918
|
+
"Build Result": "Rezultat build‑a",
|
|
919
|
+
"Download automated backup": "Preuzmi automatizovanu rezervnu kopiju",
|
|
920
|
+
"Restoring automated backup": "Vraćanje automatizovane rezervne kopije",
|
|
921
|
+
"No errors detected during configuration check": "Nijedna greška nije otkrivena tokom provere konfiguracije.",
|
|
922
|
+
"%s view - %s on %s": "%s prikaz – %s na %s",
|
|
923
|
+
"Please select at least one platform (android or iOS).": "Изаберите бар једну платформу (Android или iOS).",
|
|
924
|
+
"Back": "Nazad",
|
|
925
|
+
"Periodic snapshots enabled": "Periodični snimci omogućeni",
|
|
926
|
+
"Snapshot will be made every hour if there are changes": "Snimak će se praviti svakog sata ako ima promena.",
|
|
927
|
+
"Snapshots": "Snimci ekrana",
|
|
928
|
+
"Snapshot settings updated": "Podešavanja snimka su ažurirana",
|
|
929
|
+
"Download snapshots": "Preuzmi snimke sistema",
|
|
930
|
+
"Snapshot successful": "Snimak uspešno napravljen",
|
|
931
|
+
"System logging verbosity": "Verboznost sistemskog logovanja",
|
|
932
|
+
"Destination URL Formula": "Formula odredišne URL adrese",
|
|
933
|
+
"Pattern": "Šablon",
|
|
934
|
+
"View pattern": "Šablon prikaza",
|
|
935
|
+
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "Šablon prikaza postavlja osnovu za to kako se prikaz odnosi prema tabeli i za ponašanje samog prikaza.",
|
|
936
|
+
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "Prikazi (Views) prikazuju podatke iz tabela. Prikaz (view) je obrazac prikaza primenjen na tabelu, sa konfiguracijom.",
|
|
937
|
+
"Modules": "Moduli",
|
|
938
|
+
"Module installation and control": "Instalacija i upravljanje modulima",
|
|
939
|
+
"Module store": "Prodavnica modula",
|
|
940
|
+
"Module": "Modul",
|
|
941
|
+
"View patterns": "Šabloni prikaza",
|
|
942
|
+
"%s module information": "informacije o modulu %s",
|
|
943
|
+
"Upgrade installed modules": "Nadogradi instalirane Module",
|
|
944
|
+
"Add another module": "Dodaj još jedan modul",
|
|
945
|
+
"Add module": "Dodaj modul",
|
|
946
|
+
"Module name": "Naziv 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": "Izvor modula za instalaciju. Nekoliko opcija: \nnpm – preuzimanje iz npm repozitorijuma, \nlocal – preuzimanje iz lokalnog fajl sistema, \ngithub – preuzimanje sa GitHub‑a, \ngit – preuzimanje iz Git repozitorijuma.",
|
|
948
|
+
"Version of module, latest is default value": "Verzija modula, najnovija je podrazumevana 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 – naziv npm paketa, npr. `@saltcorn/html` ili `saltcorn-gantt`, proveriti na npmjs.com; za local – apsolutna putanja do fascikle modula u fajl sistemu, npr. `C:\\gitsrc\\any-bootstrap-theme\\`; za github – naziv GitHub projekta.",
|
|
950
|
+
"Modules up-to-date": "Moduli su ažurni",
|
|
951
|
+
"User must have this role or higher to read rows from the table, unless they are the owner": "Korisnik mora imati ovu ulogu ili višu da bi čitao redove iz tabele, osim ako nije vlasnik.",
|
|
952
|
+
"User must have this role or higher to edit or create new rows in the table, unless they are the owner": "Korisnik mora imati ovu ulogu ili višu da bi uređivao ili kreirao nove redove u tabeli, osim ako nije vlasnik.",
|
|
953
|
+
"Tagname": "Naziv taga",
|
|
954
|
+
"Create tag": "Kreiraj oznaku",
|
|
955
|
+
"Tags": "Oznake",
|
|
956
|
+
"New tag": "Nova oznaka",
|
|
957
|
+
"Tag name": "Naziv taga",
|
|
958
|
+
"%s Tag": "%s Oznaka",
|
|
959
|
+
"Remove From Tag": "Ukloni iz oznake",
|
|
960
|
+
"Add tables": "Dodaj tabele",
|
|
961
|
+
"Add views": "Dodaj prikaze",
|
|
962
|
+
"Add tags": "Dodaj oznake",
|
|
963
|
+
"Trigger": "Okidač",
|
|
964
|
+
"Add %s to tag": "Dodaj %s u oznaku",
|
|
965
|
+
"Tag %s deleted": "Oznaka %s je obrisana",
|
|
966
|
+
"Tag %s created": "Oznaka %s je kreirana",
|
|
967
|
+
"Application diagram": "Dijagram aplikacije",
|
|
968
|
+
"Diagram": "Dijagram",
|
|
969
|
+
"Entry point": "Ulazna tačka",
|
|
970
|
+
"Platform": "Platforma",
|
|
971
|
+
"docker": "docker",
|
|
972
|
+
"android": "android",
|
|
973
|
+
"iOS": "iOS",
|
|
974
|
+
"App file": "Datoteka aplikacije",
|
|
975
|
+
"Server URL": "URL servera",
|
|
976
|
+
"Module %s installed, please complete configuration.": "Modul %s je instaliran, molimo dovršite konfiguraciju.",
|
|
977
|
+
"Module %s removed.": "Modul %s je uklonjen.",
|
|
978
|
+
"Module %s installed": "Modul %s je instaliran",
|
|
979
|
+
"Upgrading modules...": "Nadogradnja modula...",
|
|
980
|
+
"Backup now": "Napravi rezervnu kopiju sada",
|
|
981
|
+
"Snapshot now": "Sada napravi snimak stanja",
|
|
982
|
+
"Restore/download automated backups »": "Vraćanje/preuzimanje automatizovanih rezervnih kopija »",
|
|
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).": "Snimci (snapshots) čuvaju strukturu i definiciju vaše aplikacije, bez podataka u tabelama. Pojedinačni prikazi (views) i stranice mogu se vratiti iz snimaka preko pregleda <a href='/viewedit'>prikaza</a> ili <a href='/pageedit'>stranica</a> („Restore“ iz padajućih menija pojedinačnog prikaza ili stranice).",
|
|
984
|
+
"List/download snapshots »": "Lista/preuzimanje snimaka stanje sistema »",
|
|
985
|
+
"Discover tables that are already in the Database, but not known to Saltcorn": "Otkrij tabele koje već postoje u bazi podataka, ali nisu poznate Saltcorn‑u.",
|
|
986
|
+
"Split paste": "Podeljeno nalepljivanje",
|
|
987
|
+
"Separate paste content into separate inputs": "Odvoji sadržaj nalepka u zasebne unose.",
|
|
988
|
+
"Add entries to tag": "Dodaj unose u oznaku",
|
|
989
|
+
"Add pages": "Dodaj stranice",
|
|
990
|
+
"Add triggers": "Dodaj okidače",
|
|
991
|
+
"Formula value": "Vrednost formule",
|
|
992
|
+
"The build was successfully": "Build je uspešno završen.",
|
|
993
|
+
"Unable to build the app": "Nije moguće izgraditi aplikaciju",
|
|
994
|
+
"Add tag": "Dodaj oznaku",
|
|
995
|
+
"Create new row": "Kreiraj novi red",
|
|
996
|
+
"Specify how to create a new row": "Navedite kako da se kreira novi red.",
|
|
997
|
+
"Preview": "Pregled",
|
|
998
|
+
"Minimum role updated": "Minimalna uloga je ažurirana",
|
|
999
|
+
"Module not found": "Modul nije pronađen",
|
|
1000
|
+
"View %s not found": "Prikaz %s nije pronađen",
|
|
1001
|
+
"Query %s not found": "Upit %s nije pronađen",
|
|
1002
|
+
"Open": "Otvori",
|
|
1003
|
+
"Only the android build supports docker.": "Samo Android build podržava Docker.",
|
|
1004
|
+
"Please enter a valid server URL.": "Unesite važeći URL servera.",
|
|
1005
|
+
"Table access": "Pristup tabeli",
|
|
1006
|
+
"Download one of the backups above": "Preuzmi jedan od rezervnih bekapa iznad.",
|
|
1007
|
+
"Clear this application": "Očisti ovu aplikaciju",
|
|
1008
|
+
"(tick all boxes)": "(označi sve kućice)",
|
|
1009
|
+
"When prompted to create the first user, click the link to restore a backup": "Kada se pojavi upit za kreiranje prvog korisnika, kliknite na link za vraćanje bekapa.",
|
|
1010
|
+
"Select the downloaded backup file": "Izaberite preuzetu datoteku rezervne kopije",
|
|
1011
|
+
"Units": "Jedinice",
|
|
1012
|
+
"Descending?": "Opadajuće?",
|
|
1013
|
+
"Small": "Malo",
|
|
1014
|
+
"Medium": "Srednje",
|
|
1015
|
+
"Large": "Veliko",
|
|
1016
|
+
"Extra-large": "Ekstra veliko",
|
|
1017
|
+
"Please select at least one item": "Молимо изаберите бар једну ставку",
|
|
1018
|
+
"Only include rows where this formula is true. ": "Uključi samo redove gde je ova formula tačna.",
|
|
1019
|
+
"Use %s to access current user ID": "Koristite %s da pristupite ID‑ju trenutnog korisnika.",
|
|
1020
|
+
"Action not found": "Radnja nije pronađena",
|
|
1021
|
+
"Development settings": "Razvojna podešavanja",
|
|
1022
|
+
"All entities": "Sve entiteta",
|
|
1023
|
+
"no tags": "bez oznaka",
|
|
1024
|
+
"Development mode settings updated": "Podešavanja režima razvoja su ažurirana",
|
|
1025
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "Kratki kod identifikatora lokaliteta, npr. en, zh, fr, ar itd.",
|
|
1026
|
+
"Is this the default language in which the application is built?": "Da li je ovo podrazumevani jezik u kom je aplikacija izgrađena?",
|
|
1027
|
+
"Database type": "Tip baze podataka",
|
|
1028
|
+
"Database schema name": "Naziv šeme baze podataka",
|
|
1029
|
+
"Database user": "Korisnik baze podataka",
|
|
1030
|
+
"Database host": "Host baze podataka",
|
|
1031
|
+
"Database port": "Port baze podataka",
|
|
1032
|
+
"Creator email": "Email kreatora",
|
|
1033
|
+
"Create tenant warning text": "Tekst upozorenja prilikom kreiranja tenant‑a",
|
|
1034
|
+
"Provide your own create warning text if need": "Po potrebi obezbedite sopstveni tekst upozorenja za kreiranje.",
|
|
1035
|
+
"Specify some description for tenant if need": "Navedite opis za zakupca (tenant) ako je potrebno.",
|
|
1036
|
+
"Created": "Kreirano",
|
|
1037
|
+
"First user E-mail": "Prvi korisnički e‑mail",
|
|
1038
|
+
"HTTP settings": "HTTP podešavanja",
|
|
1039
|
+
"Login and Signup": "Prijava i registracija",
|
|
1040
|
+
"Rights": "Prava",
|
|
1041
|
+
"Rights settings": "Podešavanja prava",
|
|
1042
|
+
"Database name": "Naziv baze podataka",
|
|
1043
|
+
"Database schema": "Šema baze podataka",
|
|
1044
|
+
"If the parent row is deleted, do this to the child rows.": "Ako se nadređeni red obriše, uradi ovo sa podređenim redovima.",
|
|
1045
|
+
"On delete": "Pri brisanju",
|
|
1046
|
+
"Permissions": "Dozvole",
|
|
1047
|
+
"Permissions settings": "Podešavanja dozvola",
|
|
1048
|
+
"Files accept filter ": "Filter prihvatanja fajlova",
|
|
1049
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "Navodi filter za tipove fajlova koje korisnik može da izabere iz dijalog prozora za unos fajla. Primer je `.doc,audio/*,video/*,image/*`",
|
|
1050
|
+
"Permissions settings updated": "Podešavanja dozvola su ažurirana",
|
|
1051
|
+
"Upload file(s)": "Otpremi datoteku(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/*`": "Navodi filter za tipove fajlova koje korisnik može izabrati iz dijaloga za unos fajla. Primer je `text/csv,audio/*,video/*,image/*`.",
|
|
1053
|
+
"Default Files accept filter": "Podrazumevani filter za prihvatanje fajlova",
|
|
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/*`": "Navodi podrazumevani filter za tipove fajlova koje korisnik može da izabere iz dijalog prozora za unos fajla. Primer: `.doc, text/csv, audio/*, video/*, image/*`",
|
|
1055
|
+
"Destination page": "Odredišna stranica",
|
|
1056
|
+
"Module Store endpoint": "Endpoint prodavnice modula",
|
|
1057
|
+
"Authentication settings updated": "Podešavanja autentifikacije su ažurirana",
|
|
1058
|
+
"Log client errors": "Evidentiraj klijentske greške",
|
|
1059
|
+
"Record all client errors in the crash log": "Zabeleži sve klijentske greške u crash log.",
|
|
1060
|
+
"Default File accept filter": "Podrazumevani filter prihvatanja fajlova",
|
|
1061
|
+
"File upload debug": "Ispravljanje grešaka pri otpremanju fajlova",
|
|
1062
|
+
"Turn on to debug file upload in express-fileupload.": "Uključite otklanjanje grešaka (debug) za otpremanje fajlova u express-fileupload.",
|
|
1063
|
+
"Upload size limit (Kb)": "Ograničenje veličine otpremanja (KB)",
|
|
1064
|
+
"Maximum upload file size in kilobytes": "Maksimalna veličina otpremljene datoteke u kilobajtima",
|
|
1065
|
+
"File upload timeout": "Vremensko ograničenje pri otpremanju fajla",
|
|
1066
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "Definiše koliko dugo treba čekati na podatke pre nego što se otpremanje fajla prekine. Podesite na 0 ako želite da isključite proveru vremenskog ograničenja.",
|
|
1067
|
+
"Files settings": "Podešavanja fajlova",
|
|
1068
|
+
"NPM packages in code": "NPM paketi u kodu",
|
|
1069
|
+
"Comma-separated list of packages which will be available in JavaScript actions": "Lista paketa razdvojenih zarezom koji će biti dostupni u JavaScript akcijama",
|
|
1070
|
+
"Become user": "Postani korisnik",
|
|
1071
|
+
"Your are now logged in as %s. Logout and login again to assume your usual identity": "Sada ste prijavljeni kao %s. Odjavite se i ponovo se prijavite da biste preuzeli svoj uobičajeni identitet.",
|
|
1072
|
+
"Done": "Готово",
|
|
1073
|
+
"Configure trigger %s": "Konfiguriši okidač %s",
|
|
1074
|
+
"Saved 2FA policy for role": "Sačuvana 2FA politika za ulogu",
|
|
1075
|
+
"HTTP settings updated": "HTTP podešavanja ažurirana",
|
|
1076
|
+
"%s configuration": "konfiguracija za %s",
|
|
1077
|
+
"Save indicator": "Indikator čuvanja",
|
|
1078
|
+
"Public cache TTL (minutes)": "Javni cache TTL (u minutima)",
|
|
1079
|
+
"Cache-control max-age for public views and pages. 0 to disable": "Cache-control max-age za javne prikaze i stranice. 0 za onemogućavanje.",
|
|
1080
|
+
"Files accept filter": "Filter za prihvatanje fajlova",
|
|
1081
|
+
"User group": "Korisnička grupa",
|
|
1082
|
+
"Add relations to this table in dropdown options for ownership field": "Dodaj relacije za ovu tabelu u padajuće opcije za polje vlasniš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 prikaze sa ulogom za pristup nižom od uloge tabele za čitanje, bez vlasništva nad tabelom. Ovo može dovesti do uskraćivanja pristupa. Korisnici moraju imati dozvolu za čitanje tabele za sve podatke koji se prikazuju.",
|
|
1084
|
+
"Views potentially affected": "Potencijalno pogođeni prikazi",
|
|
1085
|
+
"Empty view": "Prazan prikaz",
|
|
1086
|
+
"A view that will be shown only if there are no tables rows to show": "Prikaz koji će biti prikazan samo ako ne postoje redovi tabele za prikazivanje",
|
|
1087
|
+
"Calculated field will be stored in Database": "Izračunato polje biće sačuvano u bazi podataka.",
|
|
1088
|
+
"Set Email": "Podesi email",
|
|
1089
|
+
"Please enter your email address": "Molimo unesite svoju adresu e‑pošte",
|
|
1090
|
+
"Role for search": "Uloga za pretragu",
|
|
1091
|
+
"Min role to access search page": "Minimalna uloga za pristup stranici za pretragu",
|
|
1092
|
+
"Update": "Ažuriranje",
|
|
1093
|
+
"Add": "Dodaj",
|
|
1094
|
+
"Recalculate dynamic": "Ponovo izračunaj dinamički",
|
|
1095
|
+
"Force logout": "Prinudno odjavljivanje",
|
|
1096
|
+
"Logged out user %s": "Odjavljeni korisnik %s",
|
|
1097
|
+
"Reset password link sent to %s": "Link za resetovanje lozinke je poslat na %s",
|
|
1098
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "Zahtevamo da promenite svoju lozinku na %s. Novu lozinku možete postaviti putem ove veze:",
|
|
1099
|
+
"Welcome to %s": "Dobrodošli u %s",
|
|
1100
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "Kreirali smo nalog za vas na %s. Možete podesiti svoju novu lozinku putem ovog linka:",
|
|
1101
|
+
"Use this link to access the application once you have set your password: %s": "Koristite ovu vezu da pristupite aplikaciji nakon što postavite svoju lozinku: %s",
|
|
1102
|
+
"Tag: %s": "Oznaka: %s",
|
|
1103
|
+
"Tag entry": "Unos oznake",
|
|
1104
|
+
"Clear": "Očisti",
|
|
1105
|
+
"Restore a snapshot": "Vraćanje snimka stanja",
|
|
1106
|
+
"Snapshot restored": "Snimak je vraćen",
|
|
1107
|
+
"Configuration check report": "Izveštaj provere konfiguracije",
|
|
1108
|
+
"Re-run": "Ponovo pokreni",
|
|
1109
|
+
"Add constraint:": "Dodaj ograničenje:",
|
|
1110
|
+
"Index": "Indeks",
|
|
1111
|
+
"Add constraint: ": "Dodaj ograničenje:",
|
|
1112
|
+
"Choose the field to be indexed": "Izaberite polje koje će biti indeksirano",
|
|
1113
|
+
"Constraint formula": "Formula ograničenja",
|
|
1114
|
+
"Formula must evaluate to true for valid rows. In scope: ": "Formula mora da se evaluira kao tačna za validne redove. U dometu:",
|
|
1115
|
+
"Add %s constraint to %s": "Dodaj ograničenje %s na %s",
|
|
1116
|
+
"What": "Šta",
|
|
1117
|
+
"Choose the field to be indexed. This make searching the table faster.": "Izaberite polje koje će biti indeksirano. Ovo ubrzava pretragu tabele.",
|
|
1118
|
+
"Disk usage": "Iskorišćenost diska",
|
|
1119
|
+
"CPU usage": "Iskorišćenost CPU‑a",
|
|
1120
|
+
"Mem usage": "Upotreba memorije",
|
|
1121
|
+
"The field that will be shown to the user when choosing a value": "Polje koje će biti prikazano korisniku prilikom odabira vrednosti",
|
|
1122
|
+
"String value must match regular expression": "Vrednost niske mora da odgovara regularnom izrazu.",
|
|
1123
|
+
"Modules up-to-date. Please restart server": "Moduli su ažurni. Molim vas ponovo pokrenite server.",
|
|
1124
|
+
"Install git plugins": "Instaliraj git dodatke",
|
|
1125
|
+
"Set available npm modules": "Podesi dostupne npm module",
|
|
1126
|
+
"Only store modules can be installed on tenant instances": "Na instancama zakupaca mogu se instalirati samo moduli prodavnice.",
|
|
1127
|
+
"Unsafe modules": "Nezbezbedni moduli",
|
|
1128
|
+
"Notifications": "Obaveštenja",
|
|
1129
|
+
"No notifications": "Nema obaveštenja",
|
|
1130
|
+
"In user menu": "U korisničkom meniju",
|
|
1131
|
+
"Show notifications in the user menu": "Prikaži obaveštenja u korisničkom meniju",
|
|
1132
|
+
"Notification settings": "Podešavanja obaveštenja",
|
|
1133
|
+
"PWA": "PWA",
|
|
1134
|
+
"Progressive Web Application": "Progresivna veb aplikacija",
|
|
1135
|
+
"Display": "Prikaz",
|
|
1136
|
+
"Progressive Web Application enabled": "Progresivna veb aplikacija omogućena",
|
|
1137
|
+
"Saltcorn test email": "Saltcorn test imejl",
|
|
1138
|
+
"Hello from Saltcorn": "Pozdrav iz Saltcorna",
|
|
1139
|
+
"Set colors": "Podesi boje",
|
|
1140
|
+
"Theme color": "Boja teme",
|
|
1141
|
+
"Background color": "Boja pozadine",
|
|
1142
|
+
"Table provider": "Provajder tabele",
|
|
1143
|
+
"Database table": "Baza podataka – tabela",
|
|
1144
|
+
"Configure provider": "Konfiguriši provajdera",
|
|
1145
|
+
"In scope:": "U obimu:",
|
|
1146
|
+
"SSL expiry": "Istek SSL sertifikata",
|
|
1147
|
+
"A page with this name already exists": "Stranica sa ovim nazivom već postoji",
|
|
1148
|
+
"Tenant Base URL": "Osnovni URL zakupca",
|
|
1149
|
+
"Base hostname for newly created tenants. If unset, defaults to hostname": "Osnovni hostname za novokreirane zakupce (tenants). Ako nije podešen, podrazumevano se koristi hostname.",
|
|
1150
|
+
"Redirect unauthorized": "Preusmeri neautorizovane",
|
|
1151
|
+
"If tenant creation is not authorized, redirect to this URL": "Ako kreiranje tenant‑a nije autorizovano, preusmeri na ovaj URL.",
|
|
1152
|
+
"Import table %s": "Uvezi tabelu %s",
|
|
1153
|
+
"Import CSV": "Uvoz CSV",
|
|
1154
|
+
"Show configuration object": "Prikaži objekat konfiguracije",
|
|
1155
|
+
"Connected views": "Povezani prikazi",
|
|
1156
|
+
"Tenant application capabilities": "Mogućnosti tenantske aplikacije",
|
|
1157
|
+
"Edit Module": "Uredi modul",
|
|
1158
|
+
"Roles 2-10 are reserved": "Uloge 2–10 su rezervisane.",
|
|
1159
|
+
"Role IDs 2-10 are reserved": "ID‑jevi uloga od 2 do 10 su rezervisani",
|
|
1160
|
+
"Allow offline mode": "Dozvoli rad u režimu van mreže",
|
|
1161
|
+
"Embedded in": "Ugrađeno u",
|
|
1162
|
+
"Linked from": "Povezano iz",
|
|
1163
|
+
"Table constraints": "Ograničenja tabele",
|
|
1164
|
+
"Event logs": "Evidencija događaja",
|
|
1165
|
+
"Migrations": "Migracije",
|
|
1166
|
+
"Tag Entries": "Unosi oznaka",
|
|
1167
|
+
"Not a valid field name": "Nije važeće ime polja",
|
|
1168
|
+
"Set a default value for missing data": "Podesi podrazumevanu vrednost za nedostajuće podatke",
|
|
1169
|
+
"Create model": "Kreiraj model",
|
|
1170
|
+
"Models": "Modeli",
|
|
1171
|
+
"New model": "Novi model",
|
|
1172
|
+
"Show model": "Prikaži model",
|
|
1173
|
+
"Model instances": "Instances of modela",
|
|
1174
|
+
"Trained": "Obučen",
|
|
1175
|
+
"Train new instance": "Obučavanje nove instance",
|
|
1176
|
+
"Train model": "Obučavanje modela",
|
|
1177
|
+
"Train": "Obučiti",
|
|
1178
|
+
"Report": "Izveštaj",
|
|
1179
|
+
"Model training report": "Izveštaj o obuci modela",
|
|
1180
|
+
"Model training error": "Greška pri obuci modela",
|
|
1181
|
+
"Training error": "Greška pri obuci",
|
|
1182
|
+
"Model": "Model",
|
|
1183
|
+
"Model instance": "Instanca modela",
|
|
1184
|
+
"Prediction output": "Izlaz predikcije",
|
|
1185
|
+
"Table triggers: ": "Okidači tabele:",
|
|
1186
|
+
"App name": "Naziv aplikacije",
|
|
1187
|
+
"App icon": "Ikonica aplikacije",
|
|
1188
|
+
"Splash Page": "Uvodna stranica",
|
|
1189
|
+
"App version": "Verzija aplikacije",
|
|
1190
|
+
"Forgot password?": "Zaboravili ste lozinku?",
|
|
1191
|
+
"Details": "Detalji",
|
|
1192
|
+
"URL is a formula?": "URL je formula?",
|
|
1193
|
+
"Receive notifications by:": "Primaj obaveštenja putem:",
|
|
1194
|
+
"Backup settings": "Podešavanja bekapa",
|
|
1195
|
+
"Logo image": "Logo slika",
|
|
1196
|
+
"Custom code": "Prilagođeni kod",
|
|
1197
|
+
"Extension store": "Prodavnica ekstenzija",
|
|
1198
|
+
"Backup file prefix": "Prefiks fajla bekapa",
|
|
1199
|
+
"Directory for backup files": "Direktorijum za rezervne kopije fajlova",
|
|
1200
|
+
"Backup File Prefix": "Prefiks fajla za rezervnu kopiju",
|
|
1201
|
+
"Search for...": "Pretraži...",
|
|
1202
|
+
"Every 5 minutes": "Svakih 5 minuta",
|
|
1203
|
+
"Not scheduled but can be run as an action from a button click": "Nije zakazano, ali se može pokrenuti kao akcija putem klika na dugme.",
|
|
1204
|
+
"Fixed and blocked fields": "Fiksirana i blokirana polja",
|
|
1205
|
+
"Do not allow the following fields to have a value set from the query string or state": "Ne dozvoli da sledeća polja dobiju vrednost postavljenu iz query string‑a ili stanja.",
|
|
1206
|
+
"Action configuration saved": "Konfiguracija akcije je sačuvana",
|
|
1207
|
+
"Prevent any deletion of parent rows": "Spreči bilo kakvo brisanje nadređenih redova.",
|
|
1208
|
+
"If the parent row is deleted, set key fields on child rows to null": "Ako se nadređeni red obriše, postavi ključna polja u podređenim redovima na null.",
|
|
1209
|
+
"Link out?": "Otvoriti spoljašnji link?",
|
|
1210
|
+
"Show a link to open popup contents in new tab": "Prikaži link za otvaranje sadržaja iskačućeg prozora u novom tabu",
|
|
1211
|
+
"Model %s deleted": "Model %s je obrisan",
|
|
1212
|
+
"Model instance %s deleted": "Instanca modela %s je obrisana",
|
|
1213
|
+
"Action information saved": "Informacije o akciji su sačuvane",
|
|
1214
|
+
"JavaScript code:": "JavaScript kod:",
|
|
1215
|
+
"code here": "kod ovde",
|
|
1216
|
+
"Page '%s' was loaded": "Stranica „%s” je učitana",
|
|
1217
|
+
"View '%s' was loaded": "Prikaz „%s” je učitan",
|
|
1218
|
+
"Error message": "Poruka o grešci",
|
|
1219
|
+
"Error shown to user if uniqueness is violated": "Greška prikazana korisniku u slučaju kršenja jedinstvenosti",
|
|
1220
|
+
"Protected": "Zaštićeno",
|
|
1221
|
+
"Set role to access": "Podesi ulogu za pristup",
|
|
1222
|
+
"User must have this role or higher to update or create field values": "Korisnik mora imati ovu ulogu ili višu da bi ažurirao ili kreirao vrednosti polja.",
|
|
1223
|
+
"Disable on mobile": "Onemogući na mobilnim uređajima",
|
|
1224
|
+
"moment.js format specifier": "moment.js specifikator formata",
|
|
1225
|
+
"Primary button": "Primarno dugme",
|
|
1226
|
+
"Secondary button": "Sekundarno dugme",
|
|
1227
|
+
"Success button": "Dugme za uspeh",
|
|
1228
|
+
"Danger button": "Dugme za opasnu radnju",
|
|
1229
|
+
"Primary outline button": "Primarno dugme obrisa",
|
|
1230
|
+
"Secondary outline button": "Dugme sekundarnog obrisa",
|
|
1231
|
+
"Standard": "Standardni",
|
|
1232
|
+
"X-Small": "Ekstra malo",
|
|
1233
|
+
"Block": "Blok",
|
|
1234
|
+
"Large block": "Veliki blok",
|
|
1235
|
+
"Formula for JavaScript object that will be added to state parameters": "Formula za JavaScript objekat koji će biti dodat parametrima stanja",
|
|
1236
|
+
"Alignment": "Poravnanje",
|
|
1237
|
+
"Click to edit?": "Kliknite za uređivanje?",
|
|
1238
|
+
"Format": "Format",
|
|
1239
|
+
"Table Synchronization": "Sinhronizacija tabele",
|
|
1240
|
+
"unsynched": "neasinhonizovano",
|
|
1241
|
+
"synched": "sinhronizovano",
|
|
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 prate vremensku oznaku poslednje izmene ili brisanja kako bi se podaci tabele mogli sinhronizovati sa mobilnom aplikacijom.",
|
|
1244
|
+
"Included Plugins": "Uključeni priključci",
|
|
1245
|
+
"exclude": "isključiti",
|
|
1246
|
+
"include": "uključiti",
|
|
1247
|
+
"Auto public login": "Automatsko javno prijavljivanje",
|
|
1248
|
+
"New user view": "Prikaz novog korisnika",
|
|
1249
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "Prikaz za nove korisnike, za finalizaciju registracije (ako je Uredi) ili kao početni (welcome) prikaz.",
|
|
1250
|
+
"View decoration": "Dekoracija prikaza",
|
|
1251
|
+
"Title formula": "Formula naslova",
|
|
1252
|
+
"Show if true": "Prikaži ako je tačno",
|
|
1253
|
+
"Formula. Leave blank to always show": "Formula. Ostavite prazno da se uvek prikazuje",
|
|
1254
|
+
"Popup width": "Širina iskačućeg prozora",
|
|
1255
|
+
"Show an icon in the title bar to indicate when form data is being saved": "Prikaži ikonicu u naslovnoj traci da označi kada se podaci iz forme čuvaju.",
|
|
1256
|
+
"install a different version": "инсталирај другу верзију",
|
|
1257
|
+
"%s versions": "%s verzije",
|
|
1258
|
+
"Close": "Zatvori",
|
|
1259
|
+
"Module up-to-date": "Modul je ažuran",
|
|
1260
|
+
"Module '%s' not found": "Modul „%s” nije pronađen",
|
|
1261
|
+
"Module %s not found": "Modul %s nije pronađen",
|
|
1262
|
+
"Include Event Logs": "Uključi dnevnike događaja",
|
|
1263
|
+
"Backup with event logs": "Bekap sa evidencijama događaja",
|
|
1264
|
+
"Initially open": "Prvobitno otvoren",
|
|
1265
|
+
"Not a valid pack": "Nije važeći paket",
|
|
1266
|
+
"Pack file": "Datoteka paketa",
|
|
1267
|
+
"Upload a pack file": "Otpremi pack datoteku",
|
|
1268
|
+
"No menu": "Nema menija",
|
|
1269
|
+
"Omit the menu from this page": "Izostavi meni sa ove stranice",
|
|
1270
|
+
"%s finished without a result": "%s je završio bez rezultata",
|
|
1271
|
+
"Body size limit (Kb)": "Ograničenje veličine tela (KB)",
|
|
1272
|
+
"Maximum request body size in kilobytes": "Maksimalna veličina tela zahteva u kilobajtima",
|
|
1273
|
+
"URL encoded size limit (Kb)": "Ograničenje veličine URL enkodovanih podataka (KB)",
|
|
1274
|
+
"Maximum URL encoded request size in kilobytes": "Maksimalna veličina URL kodiranog zahteva u kilobajtima",
|
|
1275
|
+
"HTML file": "HTML fajl",
|
|
1276
|
+
"HTML file to use as page content": "HTML fajl koji će se koristiti kao sadržaj stranice",
|
|
1277
|
+
"Offline mode: cannot load file": "Režim van mreže: nije moguće učitati fajl",
|
|
1278
|
+
"None - use drag and drop builder": "Nijedno – koristite drag‑and‑drop builder",
|
|
1279
|
+
"Do not pick or compare time": "Nemoj birati ili upoređivati vreme.",
|
|
1280
|
+
"Installed theme": "Instalirana tema",
|
|
1281
|
+
"Theme for role": "Tema za ulogu",
|
|
1282
|
+
"Set theme for each user role »": "Podesi temu za svaku korisničku ulogu »",
|
|
1283
|
+
"Available themes": "Dostupne teme",
|
|
1284
|
+
"Install more themes »": "Instaliraj još tema »",
|
|
1285
|
+
"Configure action": "Konfiguriši akciju",
|
|
1286
|
+
"No changes detected, snapshot skipped": "Nema detektovanih izmena, snimak preskočen",
|
|
1287
|
+
"Cannot remove module: views %s depend on it": "Nije moguće ukloniti modul: prikazi %s zavise od njega",
|
|
1288
|
+
"The view name is part of the URL when it is shown alone.": "Naziv view‑a je deo URL‑a kada se prikazuje samostalno.",
|
|
1289
|
+
"Exclusion relations": "Relacije isključenja",
|
|
1290
|
+
"Do not include row if this relation has a match": "Ne uključuj red ako ova relacija ima podudaranje.",
|
|
1291
|
+
"Exclusion where": "Isključenje gde",
|
|
1292
|
+
"Hoverable rows": "Redovi osetljivi na prelazak miša",
|
|
1293
|
+
"Highlight row under cursor": "Istakni red pod kursorom",
|
|
1294
|
+
"Striped rows": "Isprugani redovi",
|
|
1295
|
+
"Add zebra stripes to rows": "Dodaj zebra pruge na redove",
|
|
1296
|
+
"New page group": "Nova grupa stranica",
|
|
1297
|
+
"Page Groups": "Grupe stranica",
|
|
1298
|
+
"%s edit": "%s uređivanje",
|
|
1299
|
+
"Members": "Članovi",
|
|
1300
|
+
"Add member": "Dodaj člana",
|
|
1301
|
+
"Edit group properties": "Uredi svojstva grupe",
|
|
1302
|
+
"Page to be served": "Stranica koja će biti poslužena",
|
|
1303
|
+
"A description of the group member": "Opis člana grupe",
|
|
1304
|
+
"Eligible Formula": "Podobna formula",
|
|
1305
|
+
"Formula to determine if this page should be served.": "Formula za određivanje da li ovu stranicu treba poslužiti.",
|
|
1306
|
+
"Cancel": "Otkaži",
|
|
1307
|
+
"%s add-member": "%s dodaj-člana",
|
|
1308
|
+
"add-member": "dodaj-člana",
|
|
1309
|
+
"add member to %s": "dodaj člana u %s",
|
|
1310
|
+
"Added member": "Dodat član",
|
|
1311
|
+
"Member %s": "Član %s",
|
|
1312
|
+
"Updated member": "Ažurirani član",
|
|
1313
|
+
"%s edit-member": "%s uređivanje-člana",
|
|
1314
|
+
"edit member of %s": "uredi člana %s",
|
|
1315
|
+
"Removed member %s": "Uklonjen član %s",
|
|
1316
|
+
"Deleted page group %s": "Obrisana grupa stranica %s",
|
|
1317
|
+
"Missing screen info": "Nedostaju informacije o ekranu",
|
|
1318
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "Šta uraditi ako nisu prosleđeni podaci o ekranu. Ponovo učitati sa parametrima ili ih proceniti na osnovu user-agent stringa.",
|
|
1319
|
+
"Guess from user agent": "Pogodi iz korisničkog agenta",
|
|
1320
|
+
"Reload": "Ponovo učitaj",
|
|
1321
|
+
"User Agent screen infos": "Informacije o ekranu korisničkog 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.": "Ove informacije o ekranu se koriste kada ih pregledač ne pošalje. Kada je opcija „Missing screen info“ podešena na „Guess from user agent“, user agent se mapira na uređaj sa sledećim vrednostima.",
|
|
1323
|
+
"Add screen info": "Dodaj informacije o ekranu",
|
|
1324
|
+
"Page Group settings": "Podešavanja grupe stranica",
|
|
1325
|
+
"Pagegroups": "Grupe stranica",
|
|
1326
|
+
"width": "širina",
|
|
1327
|
+
"height": "visina",
|
|
1328
|
+
"innerWidth": "unutrašnja širina",
|
|
1329
|
+
"innerHeight": "unutrašnjaVisina",
|
|
1330
|
+
"Screen info added": "Informacije o ekranu dodate",
|
|
1331
|
+
"Screen info removed": "Информације о екрану уклоњене",
|
|
1332
|
+
"Edit screen info": "Informacije ekrana za uređivanje",
|
|
1333
|
+
"Screen info saved": "Informacije o ekranu sačuvane",
|
|
1334
|
+
"Settings saved": "Podešavanja sačuvana",
|
|
1335
|
+
"Destination page group": "Odredišna grupa stranica",
|
|
1336
|
+
"Your page groups": "Grupe vaših stranica",
|
|
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.": "Grupa ima stranice sa odgovarajućom formulom. Kada zatražite grupu, prva stranica čija formula odgovara biće isporučena. Na ovaj način možete izabrati stranicu u zavisnosti od ekrana uređaja.",
|
|
1338
|
+
"Create page group": "Kreiraj grupu stranica",
|
|
1339
|
+
"Page groups": "Grupe stranica",
|
|
1340
|
+
"Calculated non-stored fields cannot have Key type": "Izračunata, nečuvana polja ne mogu imati tip Ključ.",
|
|
1341
|
+
"Row click URL": "URL klika na red",
|
|
1342
|
+
"Formula. Navigate to this URL when row is clicked": "Formula. Navigiraj na ovaj URL kada se klikne na red",
|
|
1343
|
+
"Time of day": "Doba dana",
|
|
1344
|
+
"UTC timezone": "UTC vremenska zona",
|
|
1345
|
+
"Show if formula": "Prikaži ako 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 link ili ugradnju ako je vrednost true, ne prikazuj ako je false. Zasniva se na promenljivama stanja iz URL query string‑a i objekta <code>user</code>. Za potpuno stanje koristi se <code>row</code>. Primer: <code>!!row.createlink</code> za prikaz linka ako i samo ako stanje sadrži <code>createlink</code>.",
|
|
1347
|
+
"Pagegroup": "Grupa stranica",
|
|
1348
|
+
"Pagegroup %s has no members": "Grupa stranica %s nema članove",
|
|
1349
|
+
"Remove border": "Ukloni ivicu",
|
|
1350
|
+
"No lines between tables": "Bez linija između tabela",
|
|
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.": "Koristite ovo da ograničite svoje polje na listu opcija (razdvojenih zarezima). Na primer, unesite ovde <kbd class=\"fst-normal\">Red, Green, Blue</kbd> ako su dozvoljene vrednosti Red, Green i Blue. Ostavite prazno ako string može da ima bilo koju vrednost.",
|
|
1352
|
+
"Page description": "Opis stranice",
|
|
1353
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "Neki šabloni prikaza prihvataju interpolacije. Na primer: <code>{{ name }}</code> ili <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>",
|
|
1354
|
+
"For search engines. Some view patterns accept interpolations.": "Za pretraživače. Neki obrasci prikaza prihvataju interpolacije.",
|
|
1355
|
+
"Files cache TTL (minutes)": "TTL keš memorije fajlova (minuti)",
|
|
1356
|
+
"Cache-control max-age for files.": "Cache-control max-age za fajlove.",
|
|
1357
|
+
"Popup min width": "Minimalna širina iskačućeg prozora",
|
|
1358
|
+
"Add %s to tag %s": "Dodaj %s oznaci %s",
|
|
1359
|
+
"Add entries to tag %s": "Dodaj unose za oznaku %s",
|
|
1360
|
+
"Tag not found": "Oznaka nije pronađena",
|
|
1361
|
+
"Unable to save: No page or no layout": "Nije moguće sačuvati: Nema stranice ili nema rasporeda (layout‑a)",
|
|
1362
|
+
"Unable to save: No view": "Nije moguće sačuvati: Nema prikaza",
|
|
1363
|
+
"%s has no eligible page": "%s nema nijednu odgovarajuću stranicu",
|
|
1364
|
+
"Random allocation": "Nasumična dodela",
|
|
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.": "Serviraj nasumičnu stranicu, ignorišući formulu podobnosti. U okviru jedne sesije, ponovna učitavanja će uvek isporučiti istu stranicu. Ovo je osnovni zahtev za A/B testiranje.",
|
|
1366
|
+
"Pagegroup %s not found": "Grupa stranica %s nije pronađena",
|
|
1367
|
+
"Create trigger": "Kreiraj okidač",
|
|
1368
|
+
"Omit the menu from this view": "Izostavi meni iz ovog prikaza.",
|
|
1369
|
+
"Cross-domain iframe": "Iframe između različitih domena",
|
|
1370
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "Dozvoli ugrađivanje u iframe na različitim domenima. Uklanja X-Frame-Options zaglavlje.",
|
|
1371
|
+
"Logout URL": "URL za odjavu",
|
|
1372
|
+
"The URL to direct to after logout": "URL na koji se preusmerava nakon odjave",
|
|
1373
|
+
"Runtime informations": "Informacije o izvršavanju",
|
|
1374
|
+
"open logs viewer": "otvori prikaz dnevničkih zapisa",
|
|
1375
|
+
"Server logs": "Serverski logovi",
|
|
1376
|
+
"Timestamp": "Vremenska oznaka",
|
|
1377
|
+
"Message": "Poruka",
|
|
1378
|
+
"Please enter the two-factor authetication code from your authenticator device": "Unesite kod dvofaktorske autentifikacije sa vašeg autentifikacionog uređaja.",
|
|
1379
|
+
"Only if...": "Samo ako...",
|
|
1380
|
+
"Allow self signed": "Dozvoli samopotpisane sertifikate",
|
|
1381
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "Otvaranje veze ka TLS serveru sa samopotpisanim ili nevažećim TLS sertifikatom",
|
|
1382
|
+
"Allow self-signed": "Dozvoli samopotpisane sertifikate",
|
|
1383
|
+
"Optionally associate a table with this trigger": "Opcionalno poveži tabelu sa ovim okidačem",
|
|
1384
|
+
"Delete table": "Obriši tabelu",
|
|
1385
|
+
"Signup role": "Uloga pri registraciji",
|
|
1386
|
+
"The initial role of signed up users": "Inicijalna uloga registrovanih korisnika",
|
|
1387
|
+
"Cordova builder": "Cordova graditelj",
|
|
1388
|
+
"not available": "nije dostupno",
|
|
1389
|
+
"pull": "povlačenje",
|
|
1390
|
+
"refresh": "osveži",
|
|
1391
|
+
"installed": "инсталирано",
|
|
1392
|
+
"Include table history in backup": "Uključi istoriju tabele u rezervnu kopiju",
|
|
1393
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "Plugin je bio oštećen i morao je biti popravljen. Preporučujemo da ponovo pokrenete svoj server.",
|
|
1394
|
+
"%s code page": "%s kodna stranica",
|
|
1395
|
+
"Constants and function code": "Konstante i kod funkcija",
|
|
1396
|
+
"Delete code page": "Obriši kodnu stranicu",
|
|
1397
|
+
"Adjust the the theme for this user": "Prilagodi temu za ovog korisnika",
|
|
1398
|
+
"Configure theme": "Podesi temu",
|
|
1399
|
+
"Remove all user specific theme settings": "Ukloni sva korisnički specifična podešavanja teme",
|
|
1400
|
+
"Configure %s Plugin for %s": "Konfiguriši %s dodatak za %s",
|
|
1401
|
+
"The current theme has no user specific settings": "Trenutna tema nema korisnički specifična podešavanja.",
|
|
1402
|
+
"Some themes support only one level of menu nesting.": "Neke teme podržavaju samo jedan nivo ugnježđavanja menija.",
|
|
1403
|
+
"Apple Team ID": "Apple Team ID",
|
|
1404
|
+
"Please enter your Apple Team ID": "Unesite svoj Apple Team ID",
|
|
1405
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "Da bi videli izmene za „%s” u show-if formulama, korisnici moraju ponovo da se prijave.",
|
|
1406
|
+
"Server host": "Server host",
|
|
1407
|
+
"Username": "Korisničko ime",
|
|
1408
|
+
"Port": "Port",
|
|
1409
|
+
"All tenants": "Svi tenanti",
|
|
1410
|
+
"Also backup all tenants": "Takođe napravi rezervnu kopiju svih tenant‑a.",
|
|
1411
|
+
"Retain local directory": "Zadrži lokalni direktorijum",
|
|
1412
|
+
"Retain a local backup copy in this directory (optional)": "Zadrži lokalnu rezervnu kopiju u ovom direktorijumu (opciono)",
|
|
1413
|
+
"Do not wrap response in a success object": "Nemoj umotavati odgovor u objekat uspeha.",
|
|
1414
|
+
"Use table description instead of name as header": "Koristi opis tabele umesto naziva kao zaglavlje.",
|
|
1415
|
+
"Description header": "Zaglavlje opisa",
|
|
1416
|
+
"Lazy load views": "Leno učitavanje prikaza",
|
|
1417
|
+
"Log IP address": "Evidentiraj IP adresu",
|
|
1418
|
+
"Record the request IP address in log messages": "Zabeleži IP adresu zahteva u log porukama.",
|
|
1419
|
+
"App ID": "ID aplikacije",
|
|
1420
|
+
"Build type": "Tip izgradnje",
|
|
1421
|
+
"debug": "otklanjanje grešaka",
|
|
1422
|
+
"release": "izdanje",
|
|
1423
|
+
"Keystore File": "Datoteka keystore",
|
|
1424
|
+
"Keystore Alias": "Alias keystore‑a",
|
|
1425
|
+
"Keystore Password": "Lozinka keystore‑a",
|
|
1426
|
+
"xcodebuild": "xcodebuild",
|
|
1427
|
+
"Provisioning Profile": "Profil za provisioniranje",
|
|
1428
|
+
"Registry editor": "Uređivač 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 stavku u donjoj navigacionoj traci. Trenutno je podržano samo od strane Metronic teme.",
|
|
1431
|
+
"A short name that will be in the page URL": "Kratko ime koje će biti u URL‑u stranice",
|
|
1432
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "Duži opis koji nije vidljiv, ali se pojavljuje u zaglavlju stranice i indeksira ga pretraživači.",
|
|
1433
|
+
"User role required to access page": "Korisnička uloga neophodna za pristup stranici",
|
|
1434
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "Primer: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1435
|
+
"Older": "Starije",
|
|
1436
|
+
"Newest": "Najnovije",
|
|
1437
|
+
"Delete all read": "Obriši sve pročitano",
|
|
1438
|
+
"Trigger %s duplicated as %s": "Okidač %s je dupliran kao %s",
|
|
1439
|
+
"Tooltip": "Opis alata",
|
|
1440
|
+
"Tooltip formula": "Formula za oblačić sa savetom",
|
|
1441
|
+
"Install a different version": "Instaliraj drugu verziju",
|
|
1442
|
+
"Page group": "Grupa stranica",
|
|
1443
|
+
"Starting upgrade, please wait...\n": "Pokretanje nadogradnje, molimo sačekajte...",
|
|
1444
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Nadogradnja je završena (ako je bila dostupna) sa kodom 0.\n\nPritisnite dugme NAZAD u vašem pregledaču, zatim OSVEŽITE stranicu.",
|
|
1445
|
+
"Installing %s, please wait...\n": "Instalira se %s, molimo sačekajte...",
|
|
1446
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Instalacija je završena sa kodom 0.\n\nPritisnite dugme NAZAD u svom pregledaču, zatim OSVEŽITE stranicu.",
|
|
1447
|
+
"Pulling the cordova-builder docker image...": "Povlačenje Docker imidža `cordova-builder`...",
|
|
1448
|
+
"Check updates": "Proveri ažuriranja",
|
|
1449
|
+
"Choose version": "Izaberite verziju",
|
|
1450
|
+
"Unknown authentication method %s": "Nepoznat metod autentifikacije %s",
|
|
1451
|
+
"Card rows": "Redovi kartica",
|
|
1452
|
+
"Each row in a card. Not supported by all themes": "Svaki red u kartici. Nije podržano od strane svih tema.",
|
|
1453
|
+
"Prune session interval (seconds)": "Interval za čišćenje sesija (sekunde)",
|
|
1454
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Interval u sekundama za proveru istečenih sesija u Postgres bazi. 0, prazno ili negativan broj da biste onemogućili.",
|
|
1455
|
+
"Progressive Web Application is not enabled": "Progresivna veb aplikacija (PWA) nije omogućena",
|
|
1456
|
+
"Events and Trigger settings": "Podešavanja događaja i okidača",
|
|
1457
|
+
"Periodic trigger timing (next event)": "Vremensko zakazivanje periodičkog okidača (sledeći događaj)",
|
|
1458
|
+
"Hourly": "Načasovno",
|
|
1459
|
+
"Daily": "Dnevni",
|
|
1460
|
+
"Weekly": "Nedeljno",
|
|
1461
|
+
"Code pages": "Kodne stranice",
|
|
1462
|
+
"Please select a file": "Молимо изаберите датотеку",
|
|
1463
|
+
"Zip compression level": "Nivo Zip kompresije",
|
|
1464
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1=Brzo, veća datoteka, 9=Sporo, manje datoteke",
|
|
1465
|
+
"Use system zip": "Koristi sistemski ZIP.",
|
|
1466
|
+
"Recommended. Executable <code>zip</code> must be installed": "Preporučeno. Izvršni program <code>zip</code> mora biti instaliran.",
|
|
1467
|
+
"Time to run": "Vreme izvođenja",
|
|
1468
|
+
"Mobile": "Mobilni",
|
|
1469
|
+
"Plain password trigger row": "Okidač reda sa običnom lozinkom",
|
|
1470
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "Šalji promene lozinke u čistom tekstu okidačima nad tabelom Users (Insert, Update i 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>": "Minimalna korisnička uloga neophodna za kreiranje novog tenant‑a<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Davanje pristupa nekredibilnim korisnicima za kreiranje tenant‑a predstavlja bezbednosni rizik i nije preporučljivo.</div>",
|
|
1472
|
+
"Select tag": "Izaberi oznaku",
|
|
1473
|
+
"Invalid build directory path": "Nevažeća putanja direktorijuma za build",
|
|
1474
|
+
"Invalid build directory name": "Nevažeći naziv direktorijuma za build",
|
|
1475
|
+
"clean node_modules": "očisti direktorijum `node_modules`",
|
|
1476
|
+
"After delete": "Posle brisanja",
|
|
1477
|
+
"Search only on exact match, not substring match. Useful for large tables": "Pretraživanje samo po tačnom poklapanju, ne po podnizu. Korisno za velike tabele.",
|
|
1478
|
+
"Please select an entry point.": "Изаберите улазну тачку.",
|
|
1479
|
+
"Group by": "Grupisanje po",
|
|
1480
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Prikaz %s je dodat u meni. Podesite dozvole pristupa u <a href=\"/menu\">Podešavanja » Meni</a>",
|
|
1481
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "Stranica %s je dodata u meni. Podesite dozvole pristupa u <a href=\"/menu\">Podešavanja » Meni</a>",
|
|
1482
|
+
"SameSite": "SameSite",
|
|
1483
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "Ograniči upotrebu kolačića na veb lokacije trećih strana. Režim Strict je bezbedniji, ali može uticati na autentifikaciju.",
|
|
1484
|
+
"Content Security Policy": "Politika bezbednosti sadržaja",
|
|
1485
|
+
"CORS": "CORS",
|
|
1486
|
+
"Cross-origin resource sharing": "Deljenje resursa između različitih izvora (CORS)",
|
|
1487
|
+
"Signup and login views": "Prikazi za registraciju i prijavu",
|
|
1488
|
+
"Additional login and signup settings": "Dodatna podešavanja prijavljivanja i registracije",
|
|
1489
|
+
"Login and signup views should be accessible by public users": "Prikazi za prijavu i registraciju treba da budu dostupni javnim korisnicima.",
|
|
1490
|
+
"Shared: %s": "Deljeno: %s",
|
|
1491
|
+
"Sharing not enabled": "Deljenje nije omogućeno",
|
|
1492
|
+
"You must be logged in to share": "Morate biti prijavljeni da biste mogli da delite.",
|
|
1493
|
+
"Fluid layout": "Fluidni raspored",
|
|
1494
|
+
"Request fluid layout from theme for a wider display for this page": "Zahtevaj fluidni raspored iz teme za širi prikaz za ovu stranicu.",
|
|
1495
|
+
"Location of view to create new row": "Lokacija prikaza za kreiranje novog reda",
|
|
1496
|
+
"Capacitor builder": "Konstruktor kondenzatora",
|
|
1497
|
+
"Pulling the capacitor-builder docker image...": "Povlačenje Docker imidža capacitor-builder...",
|
|
1498
|
+
"Pull done with code %s": "Povlačenje završeno sa kodom %s",
|
|
1499
|
+
"Default locale": "Podrazumevana lokalizacija",
|
|
1500
|
+
"Next step": "Sledeći korak",
|
|
1501
|
+
"Step name": "Naziv koraka",
|
|
1502
|
+
"Step saved": "Korak je sačuvan",
|
|
1503
|
+
"Initial step": "Inicijalni korak",
|
|
1504
|
+
"Confirm leaving unsaved": "Potvrdi napuštanje bez čuvanja",
|
|
1505
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "Pitaj korisnika da potvrdi zatvaranje kartice ako postoje nesačuvane izmene.",
|
|
1506
|
+
"Workflow runs": "Pokretanja tokova rada",
|
|
1507
|
+
"Workflow run": "Pokretanje radnog toka",
|
|
1508
|
+
"Share to enabled": "Deljenje omogućeno",
|
|
1509
|
+
"Enable the share to feature": "Omogući funkciju deljenja",
|
|
1510
|
+
"Allocate new row": "Alociraj novi red",
|
|
1511
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "Ako se prikaz pokrene bez postojeće vrste, alociraj novu vrstu pri učitavanju. Podrazumevane vrednosti moraju biti postavljene za sva obavezna polja.",
|
|
1512
|
+
"Step traces": "Praćenje koraka",
|
|
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.": "Unesite verziju u formatu „x.y.z“ (npr. 0.0.1 sa brojevima od 0 do 999) ili ostavite prazno.",
|
|
1514
|
+
"Delete unchanged": "Obriši neizmenjeno",
|
|
1515
|
+
"Delete allocated row if there are no changes.": "Obriši alocirani red ako nema izmena.",
|
|
1516
|
+
"Triggers on table": "Okidači na tabeli",
|
|
1517
|
+
"Please provide the keystore alias and password for the android build.": "Molimo navedite keystore alias i lozinku za Android build.",
|
|
1518
|
+
"Submit": "Pošalji",
|
|
1519
|
+
"OK": "U redu",
|
|
1520
|
+
"Step settings": "Podešavanja koraka",
|
|
1521
|
+
"Action settings": "Podešavanja akcije",
|
|
1522
|
+
"Keystore file is not applied for debug builds.": "Datoteka keystore se ne primenjuje na debug build-ove.",
|
|
1523
|
+
"Workflow": "Radni tok",
|
|
1524
|
+
"Previous runs": "Prethodna pokretanja",
|
|
1525
|
+
"The workflow the user will be interacting with.": "Radni tok sa kojim će korisnik interagovati.",
|
|
1526
|
+
"Delete old workflow runs with status after days": "Obriši stare tokove rada sa zadatim statusom nakon određenog broja dana",
|
|
1527
|
+
"Finished": "Završeno",
|
|
1528
|
+
"Error": "Greška",
|
|
1529
|
+
"Waiting": "Čekanje",
|
|
1530
|
+
"Running": "Pokretanje",
|
|
1531
|
+
"Minimum role to access search page": "Minimalna uloga za pristup stranici za pretragu",
|
|
1532
|
+
"Edit tables": "Uređivanje tabela",
|
|
1533
|
+
"Minimum role to edit tables": "Minimalna uloga za uređivanje tabela",
|
|
1534
|
+
"Edit views": "Uredi prikaze",
|
|
1535
|
+
"Minimum role to edit views": "Minimalna uloga za uređivanje prikaza",
|
|
1536
|
+
"Edit pages": "Uređivanje stranica",
|
|
1537
|
+
"Minimum role to edit pages": "Minimalna uloga za uređivanje stranica",
|
|
1538
|
+
"Edit triggers": "Uredi okidače",
|
|
1539
|
+
"Minimum role to edit triggers": "Minimalna uloga za uređivanje okidača",
|
|
1540
|
+
"Development permissions": "Dozvole za razvoj",
|
|
1541
|
+
"Inspect tables": "Pregledaj tabele",
|
|
1542
|
+
"Minimum role to inspect (see, without editing) tables": "Minimalna uloga za inspekciju (pregled bez uređivanja) tabela",
|
|
1543
|
+
"Home pages": "Početne stranice",
|
|
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.": "Početna stranica je stranica koja se isporučuje kada korisnik poseti početnu lokaciju (/). Ovo se može podesiti za svaku korisničku ulogu.",
|
|
1545
|
+
"Trigger %s deleted": "Okidač %s je obrisan",
|
|
1546
|
+
"Edit menu": "Meni za uređivanje",
|
|
1547
|
+
"Minimum role to edit menu": "Minimalna uloga za uređivanje 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 pretragu punog teksta nije dostupan jer tabela sadrži ključna polja (%s) sa uključenom opcijom „Uključi u pretragu punog teksta“. Onemogućite ovu opciju pre kreiranja indeksa za pretragu punog teksta.",
|
|
1549
|
+
"Share Extension Provisioning Profile": "Provisioning profil za Share ekstenziju",
|
|
1550
|
+
"Show results in": "Prikaži rezultate u",
|
|
1551
|
+
"Show results from each table in this type of element": "Prikaži rezultate iz svake tabele u ovom tipu elementa.",
|
|
1552
|
+
"Search syntax help": "Pomoć za sintaksu pretrage",
|
|
1553
|
+
"Search syntax": "Sintaksa pretrage",
|
|
1554
|
+
"Maximum role": "Maksimalna uloga",
|
|
1555
|
+
"Module dependencies": "Zavisnosti modula",
|
|
1556
|
+
"Prompt": "Prompt",
|
|
1557
|
+
"Clean modules and restart": "Očisti module i ponovo pokreni sistem.",
|
|
1558
|
+
"Modules cleaned, server restarting...": "Moduli očišćeni, server se ponovo pokreće...",
|
|
1559
|
+
"Delete table+views+triggers": "Obriši tabelu, poglede i okidače.",
|
|
1560
|
+
"No file uploaded": "Nijedna datoteka nije otpremljena.",
|
|
1561
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "Da biste dobili sertifikat, administratorska imejl adresa biće podeljena sa Let's Encrypt‑om.",
|
|
1562
|
+
"Local state": "Lokalno stanje",
|
|
1563
|
+
"Isolate state of each repeated view": "Izoluj stanje svake ponovljene view instance",
|
|
1564
|
+
"Processing CSV file": "Obrada CSV fajla",
|
|
1565
|
+
"Edit files": "Uređivanje fajlova",
|
|
1566
|
+
"Minimum role to edit files": "Minimalna uloga za uređivanje fajlova",
|
|
1567
|
+
"Edit search": "Uredi pretragu",
|
|
1568
|
+
"Minimum role to edit search": "Minimalna uloga za uređivanje pretrage",
|
|
1569
|
+
"Create snapshot": "Kreiraj snimak",
|
|
1570
|
+
"Minimum role to create snapshot": "Minimalna uloga za kreiranje snimka stanja",
|
|
1571
|
+
"Min length": "Minimalna dužina",
|
|
1572
|
+
"Max length": "Maksimalna dužina",
|
|
1573
|
+
"Regular expression": "Regularni izraz",
|
|
1574
|
+
"Exact search only": "Samo tačno pretraživanje",
|
|
1575
|
+
"Translation of": "Prevod od",
|
|
1576
|
+
"Minimum": "Minimum",
|
|
1577
|
+
"Maximum": "Maksimum",
|
|
1578
|
+
"All tags": "Sve oznake",
|
|
1579
|
+
"Manage tags...": "Upravljaj oznakama...",
|
|
1580
|
+
"Started": "Pokrenuto",
|
|
1581
|
+
"Updated": "Ažurirano",
|
|
1582
|
+
"Status": "Status",
|
|
1583
|
+
"Working directory": "Radni direktorijum",
|
|
1584
|
+
"Row click event": "Događaj klika na red",
|
|
1585
|
+
"What happens when a row is clicked": "Šta se dešava kada se klikne na red",
|
|
1586
|
+
"Row click action": "Radnja pri kliku na red",
|
|
1587
|
+
"Run this action when row is clicked": "Pokreni ovu akciju kada se klikne na red",
|
|
1588
|
+
"Reset password view": "Prikaz za resetovanje lozinke",
|
|
1589
|
+
"A view that will be emailed to users when they have forgotten their password": "Prikaz koji će biti poslat imejlom korisnicima kada zaborave svoju lozinku",
|
|
1590
|
+
"Allow login methods": "Dozvoli metode prijavljivanja",
|
|
1591
|
+
"Inherit configuration values": "Nasledi vrednosti konfiguracije",
|
|
1592
|
+
"Comma-separated list of configuration settings tenants inherit from root. Ex: <code>site_name, smtp_host, allow_signup</code>": "Lista podešavanja konfiguracije razdvojenih zarezom koje zakupci nasleđuju od root-a. Npr: <code>site_name, smtp_host, allow_signup</code>",
|
|
1593
|
+
"Disable CSRF routes": "Onemogući CSRF rute",
|
|
1594
|
+
"Comma-separated list of relative URL routes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Lista relativnih URL ruta razdvojenih zarezom za koje je CSRF provera tokena onemogućena. Primer: <code>/files/upload, /auth/signup</code>",
|
|
1595
|
+
"Only day": "Samo dan",
|
|
1596
|
+
"Language CSV": "Jezik CSV",
|
|
1597
|
+
"Upload language CSV": "Otpremi CSV sa jezičkim podacima",
|
|
1598
|
+
"Create an account!": "Kreiraj nalog!",
|
|
1599
|
+
"Login with %s": "Prijava putem %s",
|
|
1600
|
+
"Already have an account? Login!": "Već imate nalog? Prijavite se!",
|
|
1601
|
+
"Translated %s strings. Click 'Translate with LLM' again to continue": "Prevedeno je %s niska. Kliknite ponovo na „Prevedi pomoću LLM“ da biste nastavili.",
|
|
1602
|
+
"Translate with LLM": "Prevod uz LLM",
|
|
1603
|
+
"You may need to adjust view relations associated with this table after renaming it": "Možda ćete morati da prilagodite relacije prikaza povezane sa ovom tabelom nakon njenog preimenovanja.",
|
|
1604
|
+
"Error running workflow": "Greška pri pokretanju radnog toka",
|
|
1605
|
+
"Choose File": "Izaberi fajl",
|
|
1606
|
+
"No file chosen": "Nijedna datoteka nije izabrana",
|
|
1607
|
+
"S3 Bucket Name": "Naziv S3 bucket-a",
|
|
1608
|
+
"S3 Access Key": "S3 pristupni ključ",
|
|
1609
|
+
"S3 Secret Key": "S3 tajni ključ",
|
|
1610
|
+
"S3 Region": "S3 region",
|
|
1611
|
+
"S3 Endpoint": "S3 krajnja tačka",
|
|
1612
|
+
"Enable maintenance mode": "Omogući režim održavanja",
|
|
1613
|
+
"Enable maintenance mode to restrict access to non-admin users": "Omogući režim održavanja da ograničiš pristup korisnicima koji nisu administratori.",
|
|
1614
|
+
"Maintenance mode page": "Stranica režima održavanja",
|
|
1615
|
+
"Select the page to display during maintenance mode": "Izaberite stranicu koja će biti prikazana tokom režima održavanja",
|
|
1616
|
+
"Create basic views": "Kreiraj osnovne prikaze",
|
|
1617
|
+
"Create views": "Kreiraj prikaze",
|
|
1618
|
+
"Decimal places": "Decimalna mesta",
|
|
1619
|
+
"%s view - %s": "%s prikaz – %s",
|
|
1620
|
+
"Password to encrypt the backup file. Leave empty for no encryption": "Lozinka za šifrovanje rezervne kopije fajla. Ostavite prazno za bez šifrovanja.",
|
|
1621
|
+
"Show full error to user on crash, enable editing field type": "Prikaži punu grešku korisniku pri padu sistema, omogući uređivanje tipa polja",
|
|
1622
|
+
"Shown to the user if foreign key constraint is violated": "Prikazuje se korisniku ako je prekršen ograničavajući uslov stranog ključa.",
|
|
1623
|
+
"Button Style": "Stil dugmeta",
|
|
1624
|
+
"Disable full-text search": "Onemogući pretragu punog teksta",
|
|
1625
|
+
"Use LIKE instead of tsvector. Use to match against phrase in the middle of a word.": "Koristi LIKE umesto tsvector. Koristi ga za poređenje sa frazom koja se nalazi u sredini reči.",
|
|
1626
|
+
"Model configuration": "Konfiguracija modela",
|
|
1627
|
+
"Push Notifications": "Push notifikacije",
|
|
1628
|
+
"Push Notifications enabled": "Push obaveštenja omogućena",
|
|
1629
|
+
"VAPID public key": "VAPID javni ključ",
|
|
1630
|
+
"Public key for VAPID authentication in web push notifications": "Javni ključ za VAPID autentifikaciju u web push notifikacijama",
|
|
1631
|
+
"VAPID private key": "VAPID privatni ključ",
|
|
1632
|
+
"Private key for VAPID authentication in web push notifications": "Privatni ključ za VAPID autentifikaciju u web push obaveštenjima",
|
|
1633
|
+
"VAPID email": "VAPID imejl",
|
|
1634
|
+
"Email address for VAPID authentication in web push notifications. Usually, it is your email address.": "Adresa e‑pošte za VAPID autentikaciju u web push notifikacijama. Obično je to vaša adresa e‑pošte.",
|
|
1635
|
+
"Web push icon": "Ikonica za veb push",
|
|
1636
|
+
"Select a publicly accessible square image file": "Izaberite javno dostupnu kvadratnu slikovnu datoteku",
|
|
1637
|
+
"Web push badge": "Značka za web push obaveštenja",
|
|
1638
|
+
"Select a publicly accessible monochrome square image file (prefarbly 72x72px)": "Izaberite javno dostupnu monohromatsku kvadratnu slikovnu datoteku (po mogućstvu 72x72 px).",
|
|
1639
|
+
"Comma-separated list of relative URL route prefixes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "Lista prefiksa relativnih URL ruta, razdvojenih zarezom, za koje je provera CSRF tokena onemogućena. Primer: <code>/files/upload, /auth/signup</code>",
|
|
1640
|
+
"Push icon": "Ikonica za slanje",
|
|
1641
|
+
"Push badge": "Značka za push obaveštenja",
|
|
1642
|
+
"Web push": "Veb puš",
|
|
1643
|
+
"Native Android": "Nativni Android",
|
|
1644
|
+
"Firebase JSON key": "Firebase JSON ključ",
|
|
1645
|
+
"This is your Firebase Service Account JSON key file. ": "Ovo je vaš JSON fajl sa ključem Firebase servisnog naloga.",
|
|
1646
|
+
"Serve HTML files": "Služi HTML fajlove",
|
|
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": "Nesigurno. HTML fajlovi će biti renderovani u pregledaču umesto prikazani kao običan tekst. Koristite Page sa podešavanjem HTML file da biste bezbedno služili određene HTML fajlove.",
|
|
1648
|
+
"Real-time updates": "Ažuriranja u realnom vremenu",
|
|
1649
|
+
"Enable real-time updates for this view": "Omogući ažuriranja u realnom vremenu za ovaj prikaz",
|
|
1650
|
+
"today": "danas",
|
|
1651
|
+
"Push notifications": "Push obaveštenja",
|
|
1652
|
+
"Password Policy": "Pravila lozinke",
|
|
1653
|
+
"Minimum password length": "Minimalna dužina lozinke",
|
|
1654
|
+
"The minimum length of passwords for users. Set to 0 to disable password requirements.": "Minimalna dužina lozinki za korisnike. Postavite na 0 da biste onemogućili zahteve za lozinku.",
|
|
1655
|
+
"Check common passwords": "Proveri uobičajene lozinke",
|
|
1656
|
+
"Check if the password is in the list of common passwords. If enabled, users will not be able to use common passwords.": "Proveri da li je lozinka na listi najčešćih lozinki. Ako je omogućeno, korisnici neće moći da koriste uobičajene lozinke.",
|
|
1657
|
+
"Require uppercase": "ZAHTEVAJ VELIKA SLOVA",
|
|
1658
|
+
"Require at least one uppercase letter in the password": "Zahtevaj najmanje jedno veliko slovo u lozinki.",
|
|
1659
|
+
"Require lowercase": "zahteva mala slova",
|
|
1660
|
+
"Require at least one lowercase letter in the password": "Zahtevaj najmanje jedno malo slovo u lozinci.",
|
|
1661
|
+
"Require number": "Zahtevaj broj",
|
|
1662
|
+
"Require at least one number in the password": "Zahtevaj najmanje jednu cifru u lozinki.",
|
|
1663
|
+
"Require special character": "Zahtevaj specijalni znak",
|
|
1664
|
+
"Require at least one special character in the password": "Zahtevaj najmanje jedan specijalan znak u lozinki.",
|
|
1665
|
+
"Password complexity": "Složenost lozinke",
|
|
1666
|
+
"The regular expression that passwords must match. Set to empty string to disable password complexity requirements.": "Regularni izraz kojem lozinke moraju odgovarati. Podesite na prazan string da onemogućite zahteve za složenost lozinke.",
|
|
1667
|
+
"Password complexity error": "Greška složenosti lozinke",
|
|
1668
|
+
"The error message to show when password does not match the complexity requirements.": "Poruka o grešci koja se prikazuje kada lozinka ne ispunjava zahteve složenosti.",
|
|
1669
|
+
"Only if": "Samo ako",
|
|
1670
|
+
"Optional JavaScript expression to determine if the trigger should run.": "Opcioni JavaScript izraz za određivanje da li okidač treba da se izvrši.",
|
|
1671
|
+
"Admin Page": "Administratorska stranica",
|
|
1672
|
+
"User Page": "Korisnička stranica",
|
|
1673
|
+
"User menu header": "Zaglavlje korisničkog menija",
|
|
1674
|
+
"Some themes display this header differently": "Neke teme prikazuju ovo zaglavlje na drugačiji način.",
|
|
1675
|
+
"Dynamic server side updates": "Dinamička ažuriranja na serverskoj strani",
|
|
1676
|
+
"Enable dynamic updates": "Omogući dinamička ažuriranja",
|
|
1677
|
+
"Enable server side updates from within run_js_code actions": "Omogući ažuriranja na serverskoj strani iz run_js_code akcija",
|
|
1678
|
+
"Vertical alignment": "Vertikalno poravnanje",
|
|
1679
|
+
"Header filters": "Filteri zaglavlja",
|
|
1680
|
+
"Update event": "Događaj ažuriranja",
|
|
1681
|
+
"Custom event for real-time updates": "Prilagođeni događaj za ažuriranja u realnom vremenu",
|
|
1682
|
+
"Responsve collapse": "Responzivno sklapanje",
|
|
1683
|
+
"Horizontal display on smaller screens": "Horizontalni prikaz na manjim ekranima",
|
|
1684
|
+
"Collapse breakpoint (px)": "Tačka preloma za sažimanje (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 ne postoje okidači, ali možete kreirati jedan klikom na dugme ispod. Okidači su akcije koje se izvršavaju kao odgovor na neki događaj, koji može biti periodičan, izazvan promenom u tabeli baze podataka, klikom na dugme ili nekim drugim spoljnim događajem.",
|
|
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.": "Okidač je definisan uslovom (kada će se okidač pokrenuti), akcijom (koju obezbeđuje modul) i konfiguracijom za tu akciju.",
|
|
1687
|
+
"Run async": "Pokreni asinhrono",
|
|
1688
|
+
"Run action in background": "Pokreni akciju u pozadini",
|
|
1689
|
+
"Delegate error handling to tenants": "Delegiraj rukovanje greškama tenantima",
|
|
1690
|
+
"Toggle header filters": "Uključi/isključi filtere zaglavlja",
|
|
1691
|
+
"Row color formula": "Formula za boju reda",
|
|
1692
|
+
"Formula for row background color. Ex.: <code>age>65 ?'#aaffaa': null</code>": "Formula za boju pozadine reda. Npr.: <code>age>65 ?'#aaffaa': null</code>",
|
|
1693
|
+
"Table layout": "Raspored tabele",
|
|
1694
|
+
"CSV BOM": "CSV BOM",
|
|
1695
|
+
"Include the Byte-Order Mark in downloaded CSV files": "Uključi oznaku redosleda bajtova (Byte-Order Mark, BOM) u preuzete CSV fajlove.",
|
|
1696
|
+
"Localize CSV downloads": "Lokalizuj CSV preuzimanja",
|
|
1697
|
+
"Sticky headers": "Lepljiva zaglavlja",
|
|
1698
|
+
"API tokens for this user:": "API tokeni za ovog korisnika:",
|
|
1699
|
+
"Revoke": "Poništi (opozovi)",
|
|
1700
|
+
"original": "original",
|
|
1701
|
+
"Remove all": "Ukloni sve",
|
|
1702
|
+
"API token revoked": "API token opozvan",
|
|
1703
|
+
"Dropdown header filters": "Padajući zaglavni filteri",
|
|
1704
|
+
"Show if": "Prikaži ako",
|
|
1705
|
+
"Optional expression. Show only if true. In scope: <code>user</code>, <code>url</code>, <code>query</code>": "Opcionalni izraz. Prikazati samo ako je tačan. U opsegu: <code>user</code>, <code>url</code>, <code>query</code>",
|
|
1706
|
+
"Search entities by name or type...": "Pretraži entitete po nazivu ili tipu...",
|
|
1707
|
+
"Tags:": "Oznake:",
|
|
1708
|
+
"Types:": "Tipovi:",
|
|
1709
|
+
"Access | Read/Write": "Pristup | Čitanje/Pisanje",
|
|
1710
|
+
"No entities found": "Nijedan entitet nije pronađen",
|
|
1711
|
+
"Try adjusting your search or filter options": "Pokušajte da prilagodite opcije pretrage ili filtriranja.",
|
|
1712
|
+
"Entities": "Entiteti",
|
|
1713
|
+
"Sessions": "Sesije",
|
|
1714
|
+
"Updates and module store": "Ažuriranja i prodavnica modula",
|
|
1715
|
+
"Air gap deployment": "Implementacija u izolovanom okruženju (air gap deployment)",
|
|
1716
|
+
"Disable updates from NPM and Saltcorn module store for isolated network environments": "Onemogućite ažuriranja sa NPM‑a i Saltcorn prodavnice modula za izolovana mrežna okruženja",
|
|
1717
|
+
"The endpoint of module store.": "Krajnja tačka prodavnice modula.",
|
|
1718
|
+
"Maintenance mode": "Režim održavanja",
|
|
1719
|
+
"Full page count": "Ukupan broj stranica",
|
|
1720
|
+
"Disable for to increase performance for large tables": "Onemogući za povećanje performansi kod velikih tabela",
|
|
1721
|
+
"Go to tables list": "Idi na listu tabela",
|
|
1722
|
+
"Go to views list": "Idi na listu prikaza",
|
|
1723
|
+
"Go to pages list": "Idi na listu stranica",
|
|
1724
|
+
"Go to triggers list": "Idi na listu okidača",
|
|
1725
|
+
"Open legacy list": "Otvori zastarelu listu",
|
|
1726
|
+
"Set context": "Podesi kontekst",
|
|
1727
|
+
"Array": "Niz",
|
|
1728
|
+
"Add step": "Dodaj korak",
|
|
1729
|
+
"Edit step": "Korak uređivanja",
|
|
1730
|
+
"Add after": "Dodaj posle",
|
|
1731
|
+
"Set as start": "Postavi kao početnu",
|
|
1732
|
+
"Start": "Početak",
|
|
1733
|
+
"Show runs": "Prikaži pokretanja",
|
|
1734
|
+
"Auto layout": "Automatski raspored",
|
|
1735
|
+
"No steps yet": "Još uvek nema koraka.",
|
|
1736
|
+
"Loading": "Učitavanje",
|
|
1737
|
+
"Loop body": "Telo petlje",
|
|
1738
|
+
"Show runs »": "Prikaži pokretanja",
|
|
1739
|
+
"Entry point by role": "Ulazna tačka po ulozi",
|
|
1740
|
+
"When enabled, you will be logged in as a public user without any login screen.": "Kada je ova opcija omogućena, bićete prijavljeni kao javni korisnik bez ikakvog ekrana za prijavljivanje.",
|
|
1741
|
+
"Show 'Continue as public user' link": "Prikaži link „Nastavi kao javni korisnik“",
|
|
1742
|
+
"When enabled, the login screen shows you a link to login as public user.": "Kada je ova opcija omogućena, ekran za prijavu prikazuje link za prijavu kao javni korisnik.",
|
|
1743
|
+
"Allow clear text traffic": "Dozvoli saobraćaj u otvorenom tekstu",
|
|
1744
|
+
"Enable this to allow unsecure HTTP connections. Useful for local testing.": "Omogućite ovo da biste dozvolili nesigurne HTTP konekcije. Korisno za lokalno testiranje.",
|
|
1745
|
+
"Enable this to integrate offline/online Synchronization into your app.": "Omogućite ovo da integrišete oflajn/onlajn sinhronizaciju u svoju aplikaciju.",
|
|
1746
|
+
"Tables to synchronize": "Tabele za sinhronizaciju",
|
|
1747
|
+
"Sync on reconnect": "Sinhronizacija pri ponovnom povezivanju",
|
|
1748
|
+
"Run Synchronizations when the network connection is restored.": "Pokreni sinhronizacije kada se mrežna veza obnovi.",
|
|
1749
|
+
"Sync on app resume": "Sinhronizacija pri nastavku rada aplikacije",
|
|
1750
|
+
"Run Synchronizations when the app is resumed from background.": "Pokreni sinhronizacije kada se aplikacija ponovo aktivira iz pozadine.",
|
|
1751
|
+
"Push sync": "Guraj sinhronizaciju",
|
|
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).": "Pokreni sinhronizacije kada server pošalje push obaveštenje. Na Androidu je za ovo potreban Firebase JSON ključ i Google Services fajl (vidi dole).",
|
|
1753
|
+
"Background Sync interval": "Interval pozadinske sinhronizacije",
|
|
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 (u minutima) za pokretanje sinhronizacija u pozadini. Ovo je samo minimalni interval; u zavisnosti od uslova u sistemu, stvarno vreme može biti duže.",
|
|
1755
|
+
"Release Signing": "Potpisivanje izdanja",
|
|
1756
|
+
"Firebase JSON Key": "Firebase JSON ključ",
|
|
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.": "Ovo je fajl privatnog ključa za vaš Firebase projekat. Vaš Saltcorn server ga koristi za slanje push notifikacija ili sinhronizacija zasnovanih na push mehanizmu ka vašoj Android mobilnoj aplikaciji. Otpremite ga u direktorijum „/mobile-app-configurations“ (ako ne postoji, kreirajte ga). Možete ga konfigurisati ovde ili u meniju „Notifications“.",
|
|
1758
|
+
"Google Services File": "Datoteka Google usluga",
|
|
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.": "Ovo je konfiguracioni fajl specifičan za vašu mobilnu aplikaciju. Sadrži, između ostalog, vaš App ID, Firebase project ID i API ključ. Fajl se pakuje u klijentsku aplikaciju i koristiće se za pretplatu na push notifikacije ili sinhronizacije zasnovane na push mehanizmu sa servera. Otpremite ga u direktorijum „/mobile-app-configurations“ (ako ne postoji, kreirajte ga). Možete ga konfigurisati ovde ili u meniju „Notifications“.",
|
|
1760
|
+
"Build tools": "Alati za izgradnju",
|
|
1761
|
+
"Not a Mac OS system": "Nije Mac OS sistem",
|
|
1762
|
+
"Provisioning profiles": "Provisioning profili",
|
|
1763
|
+
"No Provisioning Profile": "Nema provisioning profila",
|
|
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.": "Samo kreiraj projektni direktorijum bez generisanja .ipa fajla. Ovo može biti korisno ako želiš da otvoriš projekat u Xcode‑u i pokreneš ga u Simulatoru.",
|
|
1765
|
+
"APN Signing Key (.p8 file)": "APN potpisni ključ (.p8 fajl)",
|
|
1766
|
+
"This is a private key file": "Ovo je fajl sa privatnim ključem.",
|
|
1767
|
+
"APN Signing Key ID": "ID ključa za potpisivanje APN",
|
|
1768
|
+
"The 10-character Key ID obtained from Apple developer account": "10-znakovni ID ključa dobijen sa Apple developer naloga",
|
|
1769
|
+
"Edit file": "Uredi fajl",
|
|
1770
|
+
"Editing %s": "Uređivanje %s",
|
|
1771
|
+
"Run immediately in background": "Pokreni odmah u pozadini",
|
|
1772
|
+
"Row expression": "Izraz reda",
|
|
1773
|
+
"Less...": "Manje...",
|
|
1774
|
+
"Deep search": "Dubinsko pretraživanje",
|
|
1775
|
+
"Clear selection": "Poništi izbor",
|
|
1776
|
+
"%s selected": "%s izabrano",
|
|
1777
|
+
"Delete selected": "Obriši izabrano",
|
|
1778
|
+
"selected": "izabrano",
|
|
1779
|
+
"Delete %s selected items?": "Obrisati %s izabranih stavki?",
|
|
1780
|
+
"Delete selected items?": "Obrisati izabrane stavke?",
|
|
1781
|
+
"Failed to delete selected items": "Brisanje izabranih stavki nije uspelo",
|
|
1782
|
+
"Configurable": "Podesivo",
|
|
1783
|
+
"Info": "Информације",
|
|
1784
|
+
"Show tables (Alt+T)": "Prikaži tabele (Alt+T)",
|
|
1785
|
+
"Show views (Alt+V)": "Prikaži prikaze (Alt+V)",
|
|
1786
|
+
"Show pages (Alt+P)": "Prikaži stranice (Alt+P)",
|
|
1787
|
+
"Show triggers (Alt+R)": "Prikaži okidače (Alt+R)",
|
|
1788
|
+
"Show users (Alt+U)": "Prikaži korisnike (Alt+U)",
|
|
1789
|
+
"Show modules (Alt+M)": "Prikaži module (Alt+M)",
|
|
1790
|
+
"Finished translating %s strings.": "Završeno prevođenje %s stringova.",
|
|
1791
|
+
"This is a Share extension profile": "Ovo je profil Share ekstenzije",
|
|
1792
|
+
"App Group ID": "ID grupe aplikacije",
|
|
1793
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "ID grupe aplikacije koristi se za deljenje podataka između glavne aplikacije i Share ekstenzije."
|
|
275
1794
|
}
|