@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/ur.json
ADDED
|
@@ -0,0 +1,1793 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Not found": "نہیں ملا",
|
|
3
|
+
"Page not found": "صفحہ نہیں ملا",
|
|
4
|
+
"Incorrect user or password": "غلط صارف یا پاس ورڈ",
|
|
5
|
+
"Internal Error": "اندرونی خرابی",
|
|
6
|
+
"A report has been logged and a team of bug-squashing squirrels has been dispatched to deal with the situation.": "ایک رپورٹ لاگ کر دی گئی ہے اور بگ ختم کرنے والی گلہریوں کی ایک ٹیم صورتحال سے نمٹنے کے لیے روانہ کر دی گئی ہے۔",
|
|
7
|
+
"User": "صارف",
|
|
8
|
+
"User Settings": "یوزر سیٹنگز",
|
|
9
|
+
"Logout": "لاگ آؤٹ",
|
|
10
|
+
"Tables": "ٹیبلز",
|
|
11
|
+
"Views": "ویوز",
|
|
12
|
+
"Pages": "پیجز",
|
|
13
|
+
"Files": "فائلز",
|
|
14
|
+
"Settings": "سیٹنگز",
|
|
15
|
+
"Menu": "مینُو",
|
|
16
|
+
"Users": "صارفین",
|
|
17
|
+
"Search": "تلاش",
|
|
18
|
+
"Configuration": "کنفیگریشن",
|
|
19
|
+
"Admin": "ایڈمن",
|
|
20
|
+
"Tenants": "کرایہ داران",
|
|
21
|
+
"Crash log": "کریش لاگ",
|
|
22
|
+
"Sign up": "سائن اپ کریں",
|
|
23
|
+
"Login": "لاگ اِن",
|
|
24
|
+
"An error occurred": "ایک خرابی پیش آگئی۔",
|
|
25
|
+
"ID": "آئی ڈی",
|
|
26
|
+
"Email": "ای میل",
|
|
27
|
+
"Role": "رول",
|
|
28
|
+
"View": "ویو",
|
|
29
|
+
"Delete": "حذف کریں",
|
|
30
|
+
"Add user": "صارف شامل کریں",
|
|
31
|
+
"New user": "نیا صارف",
|
|
32
|
+
"New": "نیا",
|
|
33
|
+
"User %s created": "صارف %s بنایا گیا ہے",
|
|
34
|
+
"Edit user": "صارف میں ترمیم کریں",
|
|
35
|
+
"Edit user %s": "صارف %s میں ترمیم کریں",
|
|
36
|
+
"User %s saved": "صارف %s محفوظ ہو گیا",
|
|
37
|
+
"User %s deleted": "صارف %s کو حذف کر دیا گیا",
|
|
38
|
+
"E-mail": "ای میل",
|
|
39
|
+
"Password": "پاس ورڈ",
|
|
40
|
+
"User settings": "صارف کی ترتیبات",
|
|
41
|
+
"Password reset not enabled. Contact your administrator.": "پاس ورڈ ری سیٹ فعال نہیں ہے۔ براہِ کرم اپنے ایڈمنسٹریٹر سے رابطہ کریں۔",
|
|
42
|
+
"Reset password": "پاس ورڈ ری سیٹ کریں",
|
|
43
|
+
"Enter your email address below and we'll send you a link to reset your password.": "نیچے اپنا ای میل ایڈریس درج کریں اور ہم آپ کو پاس ورڈ ری سیٹ کرنے کے لیے ایک لنک بھیجیں گے۔",
|
|
44
|
+
"Enter your new password below": "اپنا نیا پاس ورڈ نیچے درج کریں",
|
|
45
|
+
"Set password": "پاس ورڈ مقرر کریں",
|
|
46
|
+
"Password reset. Log in with your new password": "پاس ورڈ ری سیٹ۔ اپنے نئے پاس ورڈ کے ساتھ لاگ اِن کریں۔",
|
|
47
|
+
"Change": "تبدیل کریں",
|
|
48
|
+
"Old password": "پرانا پاس ورڈ",
|
|
49
|
+
"New password": "نیا پاس ورڈ",
|
|
50
|
+
"Email: ": "ای میل:",
|
|
51
|
+
"Change password": "پاس ورڈ تبدیل کریں",
|
|
52
|
+
"Password changed": "پاس ورڈ تبدیل کر دیا گیا ہے۔",
|
|
53
|
+
"Reset password instructions": "پاس ورڈ ری سیٹ کرنے کی ہدایات",
|
|
54
|
+
"Hi %s": "ہیلو %s",
|
|
55
|
+
"You have requested a link to change your password. You can do this through this link:": "آپ نے اپنا پاس ورڈ تبدیل کرنے کے لیے لنک کی درخواست کی ہے۔ آپ یہ کام اس لنک کے ذریعے کر سکتے ہیں:",
|
|
56
|
+
"If you did not request this, please ignore this email.": "اگر آپ نے اس کی درخواست نہیں کی ہے، تو براہ کرم اس ای میل کو نظر انداز کریں۔",
|
|
57
|
+
"Your password will not change until you access the link above and set a new one.": "آپ کا پاس ورڈ اُس وقت تک تبدیل نہیں ہوگا جب تک آپ اوپر دیے گئے لنک تک رسائی حاصل کرکے نیا پاس ورڈ مقرر نہیں کرتے۔",
|
|
58
|
+
"Change my password": "میرا پاس ورڈ تبدیل کریں",
|
|
59
|
+
"Must be admin": "ایڈمن ہونا لازمی ہے",
|
|
60
|
+
"Site identity": "سائٹ شناخت",
|
|
61
|
+
"Authentication": "تصدیقِ شناخت",
|
|
62
|
+
"Development": "ڈیولپمنٹ",
|
|
63
|
+
"Edit": "ترمیم",
|
|
64
|
+
"Unknown file": "نامعلوم فائل",
|
|
65
|
+
"Other": "دیگر",
|
|
66
|
+
"Edit configuration key %s": "کنفیگریشن کی %s میں ترمیم کریں",
|
|
67
|
+
"Configuration key %s saved": "کنفیگریشن کی %s محفوظ کر دی گئی ہے",
|
|
68
|
+
"Configuration key %s deleted": "کنفیگریشن کی %s حذف کر دی گئی ہے۔",
|
|
69
|
+
"Must be logged in first": "سب سے پہلے لاگ اِن ہونا ضروری ہے۔",
|
|
70
|
+
"Hello": "ہیلو",
|
|
71
|
+
"Restart server. Try reloading the page after a few seconds after pressing this button.": "سرور کو دوبارہ شروع کریں۔ \nاس بٹن کو دبانے کے چند سیکنڈ بعد صفحہ کو دوبارہ لوڈ کرنے کی کوشش کریں۔",
|
|
72
|
+
"Restart": "دوبارہ شروع کریں",
|
|
73
|
+
"Backup": "بیک اَپ",
|
|
74
|
+
"Restore": "بحال کریں",
|
|
75
|
+
"Not authorized": "غیر مجاز",
|
|
76
|
+
"Page %s not found": "صفحہ %s نہیں ملا",
|
|
77
|
+
"Warning": "انتباہ",
|
|
78
|
+
"Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "اس سائٹ پر ہوسٹنگ مفت فراہم کی جاتی ہے اور آپ کی ایپلیکیشن کی دستیابی یا سیکیورٹی کے حوالے سے کوئی ضمانت نہیں دی جاتی۔",
|
|
79
|
+
"This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "یہ سہولت صرف آپ کے لیے Saltcorn کی موزونیت کا جائزہ لینے کی غرض سے فراہم کی گئی ہے۔",
|
|
80
|
+
"If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "اگر آپ ایسی نجی معلومات محفوظ کرنا چاہتے ہیں جنہیں محفوظ رکھنا ضروری ہے، تو براہِ کرم خود میزبان (self-hosted) سالٹ کارن استعمال کریں۔",
|
|
81
|
+
"Create application": "ایپلی کیشن بنائیں",
|
|
82
|
+
"Create": "بنائیں",
|
|
83
|
+
"Please select a name for your application. The name will determine the address at which it will be available. ": "براہِ کرم اپنی ایپلیکیشن کے لیے ایک نام منتخب کریں۔ یہ نام اس پتے کا تعین کرے گا جس پر یہ دستیاب ہوگی۔",
|
|
84
|
+
"Application name": "ایپلیکیشن کا نام",
|
|
85
|
+
"Success! Your new application is available at:": "کامیابی! آپ کی نئی ایپلیکیشن اب یہاں دستیاب ہے:",
|
|
86
|
+
"Please click the above link now to create the first user.": "براہِ کرم اوپر دیے گئے لنک پر ابھی کلک کریں تاکہ پہلا یوزر بنایا جا سکے۔",
|
|
87
|
+
"A site with this subdomain already exists": "اس سب ڈومین کے ساتھ ایک سائٹ پہلے سے موجود ہے۔",
|
|
88
|
+
"No such view: %s": "ایسی کوئی ویو موجود نہیں: %s",
|
|
89
|
+
"Search all tables": "تمام ٹیبلز میں تلاش کریں",
|
|
90
|
+
"Show": "دکھائیں",
|
|
91
|
+
"When": "جب",
|
|
92
|
+
"Tenant": "کرایہ دار نظام / ٹیننٹ",
|
|
93
|
+
"Crash log entry %s": "کریش لاگ اندراج %s",
|
|
94
|
+
"New %s": "نیا %s",
|
|
95
|
+
"Data": "ڈیٹا",
|
|
96
|
+
"Add row": "قطار شامل کریں",
|
|
97
|
+
"Add %s": "%s شامل کریں",
|
|
98
|
+
"Edit row": "قطار میں ترمیم کریں",
|
|
99
|
+
"Edit %s": "%s میں ترمیم کریں",
|
|
100
|
+
"No errors reported": "کوئی خرابی رپورٹ نہیں ہوئی۔",
|
|
101
|
+
"Everything is going extremely well.": "ہر چیز انتہائی اچھے طریقے سے چل رہی ہے۔",
|
|
102
|
+
"Filename": "فائل نام",
|
|
103
|
+
"Size (KiB)": "سائز (کیبی بائٹس)",
|
|
104
|
+
"Media type": "میڈیا کی قسم",
|
|
105
|
+
"Role to access": "رسائی کے لیے رول",
|
|
106
|
+
"Link": "لنک",
|
|
107
|
+
"Download": "ڈاؤن لوڈ",
|
|
108
|
+
"Upload file ": "فائل اپ لوڈ کریں",
|
|
109
|
+
"Minimum role for %s updated to %s": "%s کے لیے کم از کم رول کو %s پر اپ ڈیٹ کر دیا گیا ہے",
|
|
110
|
+
"File %s deleted": "فائل %s حذف کر دی گئی ہے۔",
|
|
111
|
+
"More...": "مزید...",
|
|
112
|
+
"Quick Start": "فوری آغاز",
|
|
113
|
+
"Four different ways to get started using Saltcorn": "Saltcorn استعمال کرنا شروع کرنے کے چار مختلف طریقے",
|
|
114
|
+
"Build": "بلڈ",
|
|
115
|
+
"Start by creating the tables to hold your data": "اپنے ڈیٹا کو محفوظ کرنے کے لیے سب سے پہلے جدولیں (Tables) بنائیں۔",
|
|
116
|
+
"Create a table »": "ٹیبل بنائیں »",
|
|
117
|
+
"When you have created the tables, you can create views so users can interact with the data.": "جب آپ ٹیبلز بنا لیں، تو آپ ویوز بنا سکتے ہیں تاکہ یوزرز ڈیٹا کے ساتھ انٹرایکٹ کر سکیں۔",
|
|
118
|
+
"You can also start by creating a page.": "آپ صفحہ تخلیق کرکے بھی آغاز کر سکتے ہیں۔",
|
|
119
|
+
"Create a page »": "ایک صفحہ بنائیں »",
|
|
120
|
+
"Upload": "اپ لوڈ",
|
|
121
|
+
"You can skip creating a table by hand by uploading a CSV file from a spreadsheet.": "آپ اسپریڈشیٹ سے CSV فائل اپ لوڈ کرکے دستی طور پر ٹیبل بنانے کے عمل کو چھوڑ سکتے ہیں۔",
|
|
122
|
+
"Create table with CSV upload": "CSV اپ لوڈ کے ساتھ ٹیبل بنائیں",
|
|
123
|
+
"If you have a backup from a previous Saltcorn instance, you can also restore it.": "اگر آپ کے پاس Saltcorn کی کسی سابقہ انسٹینس کا بیک اَپ موجود ہے، تو آپ اسے بھی ری اسٹور کر سکتے ہیں۔",
|
|
124
|
+
"Install pack": "پیک انسٹال کریں",
|
|
125
|
+
"Instead of building, get up and running in no time with packs": "بلڈنگ کرنے کے بجائے، پیکس کے ساتھ نہایت کم وقت میں فوری طور پر چلنے کے قابل ہو جائیں۔",
|
|
126
|
+
"Packs are collections of tables, views and plugins that give you a full application which you can then edit to suit your needs.": "پیکس ٹیبلز، ویوز اور پلگ اِنز کے مجموعے ہوتے ہیں جو آپ کو ایک مکمل ایپلیکیشن فراہم کرتے ہیں، جسے آپ بعد میں اپنی ضروریات کے مطابق ترمیم کر سکتے ہیں۔",
|
|
127
|
+
"Name": "نام",
|
|
128
|
+
"Description": "تفصیل",
|
|
129
|
+
"Go to pack store »": "پیک اسٹور پر جائیں »",
|
|
130
|
+
"Learn": "سیکھیں",
|
|
131
|
+
"Confused?": "الجھن میں ہیں؟",
|
|
132
|
+
"The Wiki contains the documentation and tutorials on installing and using Saltcorn": "وکی میں سالٹ کارن کی تنصیب اور استعمال سے متعلق دستاویزات اور ٹیوٹوریلز شامل ہیں۔",
|
|
133
|
+
"Go to Wiki »": "وکی پر جائیں »",
|
|
134
|
+
"The YouTube channel has some video tutorials": "یوٹیوب چینل پر کچھ ویڈیو ٹیوٹوریلز موجود ہیں۔",
|
|
135
|
+
"Go to YouTube »": "یوٹیوب پر جائیں »",
|
|
136
|
+
"What's new? Read the blog »": "کیا نیا ہے؟ بلاگ پڑھیں »",
|
|
137
|
+
"Create a table": "ایک جدول بنائیں",
|
|
138
|
+
"Create table from CSV upload": "CSV اپ لوڈ سے جدول بنائیں",
|
|
139
|
+
"You have no views!": "آپ کے پاس کوئی ویوز نہیں ہیں!",
|
|
140
|
+
"Create a view »": "ایک ویو بنائیں »",
|
|
141
|
+
"Create a view": "ایک ویو بنائیں",
|
|
142
|
+
"%s data table": "%s ڈیٹا ٹیبل",
|
|
143
|
+
"Versions": "ورژنز",
|
|
144
|
+
"Version": "ورژن",
|
|
145
|
+
"Saved": "محفوظ کیا گیا",
|
|
146
|
+
"By user ID": "صارف آئی ڈی کے مطابق",
|
|
147
|
+
"%s History": "%s کی ہسٹری",
|
|
148
|
+
"back to table list": "ٹیبل کی فہرست پر واپس جائیں",
|
|
149
|
+
"Version %s restored": "ورژن %s بحال کر دیا گیا ہے",
|
|
150
|
+
"Site name": "سائٹ کا نام",
|
|
151
|
+
"Site logo": "سائٹ کا لوگو",
|
|
152
|
+
"Type": "قسم",
|
|
153
|
+
"Text label": "متن لیبل",
|
|
154
|
+
"Minimum role": "کم از کم کردار",
|
|
155
|
+
"URL": "یو آر ایل",
|
|
156
|
+
"Page": "صفحہ",
|
|
157
|
+
"Menu editor": "می뉴 ایڈیٹر",
|
|
158
|
+
"Menu updated": "مینُو اپ ڈیٹ کر دیا گیا ہے۔",
|
|
159
|
+
"Plugin and pack store": "پلگ اِن اور پیک اسٹور",
|
|
160
|
+
"All": "سبھی",
|
|
161
|
+
"Packs": "پیکس",
|
|
162
|
+
"Themes": "تھیمز",
|
|
163
|
+
"Installed": "انسٹال شدہ",
|
|
164
|
+
"Refresh": "ریفریش",
|
|
165
|
+
"Upgrade installed plugins": "انسٹال شدہ پلگ اِنز کو اپ گریڈ کریں",
|
|
166
|
+
"Add another plugin": "ایک اور ماڈیول شامل کریں",
|
|
167
|
+
"Add another pack": "ایک اور پیک شامل کریں",
|
|
168
|
+
"Create pack": "پیک بنائیں",
|
|
169
|
+
"Pack": "پیک",
|
|
170
|
+
"Install": "انسٹال کریں",
|
|
171
|
+
"Plugin": "پلگ اِن",
|
|
172
|
+
"Theme": "تھیم",
|
|
173
|
+
"Remove": "ہٹائیں",
|
|
174
|
+
"Configure plugin": "پلگ اِن کو تشکیل دیں",
|
|
175
|
+
"Create Pack": "پیک بنائیں",
|
|
176
|
+
"You can copy the pack contents below to another Saltcorn installation.": "آپ نیچے دیے گئے پیک کے مواد کو کسی دوسری Saltcorn انسٹالیشن میں کاپی کر سکتے ہیں۔",
|
|
177
|
+
"Install Pack": "پیک انسٹال کریں",
|
|
178
|
+
"Pack %s installed": "پیک %s انسٹال ہو گیا ہے",
|
|
179
|
+
"Pack %s uninstalled": "پیک %s اَن انسٹال کر دیا گیا",
|
|
180
|
+
"Uninstall": "ان انسٹال کریں",
|
|
181
|
+
"Result preview for ": "نتیجہ کا پیش نظارہ برائے",
|
|
182
|
+
"Choose views for <a href=\"/search\">search results</a> for each table.<br/>Set to blank to omit table from global search.": "ہر ٹیبل کے لیے <a href=\"/search\">سرچ رزلٹس</a> کے لیے ویوز منتخب کریں۔<br/>ٹیبل کو گلوبل سرچ سے خارج کرنے کے لیے اسے خالی چھوڑ دیں۔",
|
|
183
|
+
"These tables lack suitable views: ": "ان جدولوں کے لیے مناسب ویوز موجود نہیں ہیں:",
|
|
184
|
+
"Search configuration": "سرچ کنفیگریشن",
|
|
185
|
+
"Table saved with version history enabled": "ٹیبل ورژن ہسٹری فعال ہونے کے ساتھ محفوظ کر دی گئی ہے۔",
|
|
186
|
+
"Label": "لیبل",
|
|
187
|
+
"Required": "لازمی",
|
|
188
|
+
"Add field": "فیلڈ شامل کریں",
|
|
189
|
+
"Template": "سانچہ",
|
|
190
|
+
"Run": "چلائیں",
|
|
191
|
+
"Views of this table": "اس جدول کے ویوز",
|
|
192
|
+
"Add view": "ویو شامل کریں",
|
|
193
|
+
"Rows": "قطاریں",
|
|
194
|
+
"Download CSV": "CSV ڈاؤن لوڈ کریں",
|
|
195
|
+
"Upload CSV": "CSV اپ لوڈ کریں",
|
|
196
|
+
"%s table": "%s جدول",
|
|
197
|
+
"Fields": "فیلڈز",
|
|
198
|
+
"Table data": "ٹیبل ڈیٹا",
|
|
199
|
+
"Edit table properties": "ٹیبل کی خصوصیات میں ترمیم کریں",
|
|
200
|
+
"API access": "API تک رسائی",
|
|
201
|
+
"APIs allow developers access to your data without using a user interface": "APIs ڈویلپرز کو یوزر انٹرفیس استعمال کیے بغیر آپ کے ڈیٹا تک رسائی فراہم کرتے ہیں۔",
|
|
202
|
+
"Minimum role for read": "پڑھنے کے لیے کم از کم کردار",
|
|
203
|
+
"Minimum role for writing": "لکھنے کے لیے کم از کم کردار",
|
|
204
|
+
"Version history": "ورژن ہسٹری",
|
|
205
|
+
"New table": "نیا جدول",
|
|
206
|
+
"Table name": "ٹیبل کا نام",
|
|
207
|
+
"Table %s created": "ٹیبل %s بنا دیا گیا ہے",
|
|
208
|
+
"No fields defined in %s table": "%s ٹیبل میں کوئی فیلڈز متعین نہیں ہیں۔",
|
|
209
|
+
"Fields define the columns in your table.": "فیلڈز آپ کی ٹیبل میں کالمز کو متعین کرتی ہیں۔",
|
|
210
|
+
"Add field to table": "ٹیبل میں فیلڈ شامل کریں",
|
|
211
|
+
"Table %s already exists": "ٹیبل %s پہلے سے موجود ہے",
|
|
212
|
+
"Invalid table name %s": "غلط جدول نام %s",
|
|
213
|
+
"Create from CSV upload": "CSV اپ لوڈ سے تخلیق کریں",
|
|
214
|
+
"Your tables": "آپ کی ٹیبلز",
|
|
215
|
+
"Create table": "ٹیبل بنائیں",
|
|
216
|
+
"Table saved": "ٹیبل محفوظ ہو گیا۔",
|
|
217
|
+
"Create table from CSV file": "CSV فائل سے ٹیبل بنائیں",
|
|
218
|
+
"Create from CSV": "CSV سے تخلیق کریں",
|
|
219
|
+
"File": "فائل",
|
|
220
|
+
"Created table %s.": "ٹیبل %s بنا دیا گیا ہے۔",
|
|
221
|
+
"Table %s deleted": "ٹیبل %s حذف کر دی گئی ہے",
|
|
222
|
+
"Table": "ٹیبل",
|
|
223
|
+
"Your views": "آپ کے ویوز",
|
|
224
|
+
"Configure": "کنفیگر کریں",
|
|
225
|
+
"First, please give some basic information about the view.": "سب سے پہلے، براہِ کرم ویو کے بارے میں کچھ بنیادی معلومات فراہم کریں۔",
|
|
226
|
+
"View name": "ویو کا نام",
|
|
227
|
+
"Views are based on a view template": "ویوز ایک ویو ٹیمپلیٹ پر مبنی ہوتے ہیں۔",
|
|
228
|
+
"Edit view": "ویو میں ترمیم کریں",
|
|
229
|
+
"Edit %s view": "%s ویو میں ترمیم کریں",
|
|
230
|
+
"Create view": "ویو بنائیں",
|
|
231
|
+
"View deleted": "حذف شدہ ویو",
|
|
232
|
+
"Display data from this table": "اس جدول سے ڈیٹا ظاہر کریں",
|
|
233
|
+
"Role required to run view": "ویو چلانے کے لیے درکار رول",
|
|
234
|
+
"On root page": "روٹ صفحہ پر",
|
|
235
|
+
"Layout": "لے آؤٹ",
|
|
236
|
+
"Fixed states": "جامد حالتیں",
|
|
237
|
+
"A short name that will be in your URL": "ایک مختصر نام جو آپ کے URL میں شامل ہوگا",
|
|
238
|
+
"Title": "عنوان",
|
|
239
|
+
"Page title": "صفحہ کا عنوان",
|
|
240
|
+
"A longer description": "ایک طویل تر وضاحت",
|
|
241
|
+
"Role required to access page": "صفحہ تک رسائی کے لیے درکار رول",
|
|
242
|
+
"Page attributes": "صفحہ کی خصوصیات",
|
|
243
|
+
"Page configuration": "صفحہ تشکیل",
|
|
244
|
+
"Fixed state for %s view": "%s ویو کے لیے مستحکم اسٹیٹ",
|
|
245
|
+
"Set fixed states for views": "ویوز کے لیے مقررہ اسٹیٹس سیٹ کریں",
|
|
246
|
+
"Page %s saved": "صفحہ %s محفوظ کر دیا گیا",
|
|
247
|
+
"Your pages": "آپ کے صفحات",
|
|
248
|
+
"Add page": "صفحہ شامل کریں",
|
|
249
|
+
"Root pages": "روٹ پیجز",
|
|
250
|
+
"The root page is the page that is served when the user visits the home location (/). This can be set for each user role.": "روٹ پیج وہ پیج ہے جو اُس وقت سرور کیا جاتا ہے جب صارف ہوم لوکیشن (/) پر جائے۔ یہ ہر یوزر رول کے لیے علیحدہ طور پر سیٹ کیا جا سکتا ہے۔",
|
|
251
|
+
"Root pages updated": "روٹ پیجز اپ ڈیٹ ہو گئے ہیں",
|
|
252
|
+
"Page deleted": "صفحہ حذف کر دیا گیا۔",
|
|
253
|
+
"Basic properties": "بنیادی خصوصیات",
|
|
254
|
+
"Attributes": "خصوصیات",
|
|
255
|
+
"Summary": "خلاصہ",
|
|
256
|
+
"Default": "ڈیفالٹ",
|
|
257
|
+
"Edit field": "فیلڈ میں ترمیم کریں",
|
|
258
|
+
"Edit %s field": "%s فیلڈ میں ترمیم کریں",
|
|
259
|
+
"New field": "نیا فیلڈ",
|
|
260
|
+
"New field:": "نیا فیلڈ:",
|
|
261
|
+
"Field attributes": "فیلڈ کی خصوصیات",
|
|
262
|
+
"Field %s created": "فیلڈ %s بنا دیا گیا ہے",
|
|
263
|
+
"Summary field": "خلاصہ فیلڈ",
|
|
264
|
+
"A default value is required when adding required fields to nonempty tables": "غیر خالی ٹیبلز میں لازمی (required) فیلڈز شامل کرتے وقت ایک ڈیفالٹ ویلیو دینا ضروری ہے۔",
|
|
265
|
+
"Create user": "صارف بنائیں",
|
|
266
|
+
"Please create your first user account, which will have administrative privileges. You can add other users and give them administrative privileges later.": "براہِ کرم اپنا پہلا یوزر اکاؤنٹ بنائیں، جس کے پاس انتظامی مراعات (administrative privileges) ہوں گی۔ آپ بعد میں دیگر یوزرز شامل کر سکتے ہیں اور انہیں بھی انتظامی مراعات دے سکتے ہیں۔",
|
|
267
|
+
"Create first user": "پہلا صارف بنائیں",
|
|
268
|
+
"Create an account": "اکاؤنٹ بنائیں",
|
|
269
|
+
"No views defined": "کوئی ویوز متعین نہیں کیے گئے ہیں۔",
|
|
270
|
+
"Views define how table rows are displayed to the user": "ویوز اس بات کی وضاحت کرتے ہیں کہ ٹیبل کی قطاریں صارف کو کس طرح دکھائی جائیں گی۔",
|
|
271
|
+
"Field %s saved": "فیلڈ %s محفوظ کر دیا گیا ہے",
|
|
272
|
+
"View configuration": "ویو کنفیگریشن",
|
|
273
|
+
"Field %s deleted": "فیلڈ %s کو حذف کر دیا گیا ہے",
|
|
274
|
+
"No tables defined": "کوئی ٹیبل متعین نہیں کیے گئے۔",
|
|
275
|
+
"Tables hold collections of similar data": "ٹیبلز مشابہ ڈیٹا کے مجموعوں کو محفوظ کرتی ہیں۔",
|
|
276
|
+
"Invalid form data, try again": "فارم کا ڈیٹا درست نہیں ہے، دوبارہ کوشش کریں۔",
|
|
277
|
+
"Role required to access added files": "شامل کی گئی فائلوں تک رسائی کے لیے درکار رول",
|
|
278
|
+
"The user uploading the file has access irrespective of their role": "فائل اپ لوڈ کرنے والا صارف، اس کے رول سے قطع نظر، رسائی رکھتا ہے۔",
|
|
279
|
+
"Already have an account? Login": "پہلے سے اکاؤنٹ موجود ہے؟ لاگ اِن کریں",
|
|
280
|
+
"Subdomain not found": "سب ڈومین نہیں ملا",
|
|
281
|
+
"You must create at least one table before you can create views.": "آپ کو ویوز بنانے سے پہلے کم از کم ایک ٹیبل ضرور بنانا ہوگا۔",
|
|
282
|
+
"Language: ": "زبان:",
|
|
283
|
+
"Language changed to %s": "زبان کو %s میں تبدیل کر دیا گیا ہے۔",
|
|
284
|
+
"Table saved with version history disabled": "ٹیبل محفوظ کر دیا گیا ہے اور ورژن ہسٹری غیر فعال ہے۔",
|
|
285
|
+
"Missing name": "نام موجود نہیں ہے۔",
|
|
286
|
+
"Successfully restored backup": "بیک اپ کامیابی کے ساتھ بحال ہو گیا۔",
|
|
287
|
+
"Welcome to Saltcorn!": "Saltcorn میں خوش آمدید!",
|
|
288
|
+
"File %s uploaded": "فائل %s اپ لوڈ ہو گئی ہے",
|
|
289
|
+
"Local": "لوکل",
|
|
290
|
+
"Name required": "نام ضروری ہے",
|
|
291
|
+
"Expression": "ایکسپریشن",
|
|
292
|
+
"Formula": "فارمولا",
|
|
293
|
+
"new": "نیا",
|
|
294
|
+
"Password does not match": "پاس ورڈ مطابقت نہیں رکھتا",
|
|
295
|
+
"Not allowed to write to table %s": "ٹیبل %s پر لکھنے کی اجازت نہیں ہے۔",
|
|
296
|
+
"Login successful": "لاگ اِن کامیاب رہا۔",
|
|
297
|
+
"Welcome, %s!": "خوش آمدید، %s!",
|
|
298
|
+
"Error: missing name or file": "خرابی: نام یا فائل غائب ہے",
|
|
299
|
+
"Restart server.": "سرور کو دوبارہ شروع کریں۔",
|
|
300
|
+
"Add to menu": "مینُو میں شامل کریں",
|
|
301
|
+
"View %s added to menu. Adjust access permissions in Settings » Menu": "ویو %s مینو میں شامل کر دیا گیا ہے۔ رسائی کی اجازتیں سیٹنگز » مینو میں ایڈجسٹ کریں۔",
|
|
302
|
+
"Clone": "کلون",
|
|
303
|
+
"View %s cloned as %s": "ویو %s کو %s کے طور پر کلون کر دیا گیا ہے",
|
|
304
|
+
"Duplicate": "نقل بنانا",
|
|
305
|
+
"View %s duplicated as %s": "ویو %s کو نقل کر کے %s کے طور پر بنا دیا گیا ہے",
|
|
306
|
+
"The view name will appear as the title of pop-ups showing this view, and in the URL when it is shown alone.": "ویو کا نام اُن پاپ اپس کے عنوان کے طور پر ظاہر ہوگا جو یہ ویو دکھاتے ہیں، اور جب یہ ویو اکیلا دکھایا جائے گا تو یہ نام URL میں بھی نظر آئے گا۔",
|
|
307
|
+
"Saltcorn version": "سالٹ کارن ورژن",
|
|
308
|
+
"Node.js version": "Node.js ورژن",
|
|
309
|
+
"Table not found": "ٹیبل نہیں ملا۔",
|
|
310
|
+
"No row selected": "کوئی قطار منتخب نہیں کی گئی۔",
|
|
311
|
+
"Calculated": "حساب شدہ",
|
|
312
|
+
"Unique": "منفرد",
|
|
313
|
+
"Stored": "محفوظ شدہ",
|
|
314
|
+
"Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "براہِ کرم نئے فیلڈ کے لیے فارمولا جاوا اسکرپٹ اظہار (expression) کی صورت میں درج کریں۔ یہ اظہار لازماً %s قسم (type) کا نتیجہ پیدا کرے۔",
|
|
315
|
+
"Fields you can use as variables: ": "فیلڈز جو آپ ویریایبلز کے طور پر استعمال کر سکتے ہیں:",
|
|
316
|
+
"Examples:": "مثالیں:",
|
|
317
|
+
"Missing label": "غیر موجود لیبل",
|
|
318
|
+
"Column %s already exists (but is hidden)": "کالم %s پہلے سے موجود ہے (لیکن مخفی ہے)",
|
|
319
|
+
"Column %s already exists": "کالم %s پہلے سے موجود ہے۔",
|
|
320
|
+
"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.": "اس فیلڈ کو اختیارات کی ایک فہرست تک محدود کرنے کے لیے اس کا استعمال کریں (اختیارات کو کاما کے ذریعے الگ کریں)۔ مثال کے طور پر، اگر قابلِ قبول اقدار \"Red\"، \"Green\" اور \"Blue\" ہیں، تو یہاں \"Red, Green, Blue\" درج کریں۔ اگر اسٹرنگ میں کوئی بھی ویلیو رکھی جا سکتی ہو تو اسے خالی چھوڑ دیں۔",
|
|
321
|
+
"Columns": "کالمز",
|
|
322
|
+
"Default state": "پہلی حالت (ڈیفالٹ اسٹیٹ)",
|
|
323
|
+
"Specify the fields in the table to show": "ٹیبل میں دکھانے کے لیے فیلڈز کی وضاحت کریں۔",
|
|
324
|
+
"Use view to create": "ویو استعمال کر کے بنائیں",
|
|
325
|
+
"If user has write permission. Leave blank to have no link to create a new item": "اگر صارف کے پاس لکھنے کی اجازت ہو۔ نیا آئٹم بنانے کے لیے کوئی لنک نہ رکھنے کی صورت میں اسے خالی چھوڑ دیں۔",
|
|
326
|
+
"Display create view as": "ویو کو بطور تخلیق (Create View) ظاہر کریں",
|
|
327
|
+
"Label for create": "تخلیق کے لیے لیبل",
|
|
328
|
+
"Label in link or button to create. Leave blank for a default label": "لنک یا بٹن میں بنانے کے لیے لیبل۔ ڈیفالٹ لیبل کے لیے خالی چھوڑ دیں۔",
|
|
329
|
+
"Fixed fields": "فکسڈ فیلڈز",
|
|
330
|
+
"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.": "یہ فیلڈز غائب تھیں، آپ یہاں ان کے لیے ویلیوز فراہم کر سکتے ہیں۔ یہاں درج کی گئی ویلیوز کو دوسری ویوز سے آنے والی معلومات کے ذریعے اوور رائٹ کیا جا سکتا ہے، مثال کے طور پر اگر فارم کسی لسٹ سے ٹرِگر کیا جائے۔",
|
|
331
|
+
"Edit options": "ترمیم کے اختیارات",
|
|
332
|
+
"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.": "یہاں آپ جو ویو منتخب کرتے ہیں وہ فارم کے تناظر کے مطابق نظرانداز بھی کیا جا سکتا ہے، مثال کے طور پر اگر یہ کسی پاپ اَپ میں ظاہر ہو تو ری ڈائریکٹ نہیں ہوگا۔",
|
|
333
|
+
"View when done": "کام مکمل ہونے پر ویو کریں",
|
|
334
|
+
"Item View": "آئٹم ویو",
|
|
335
|
+
"If user has write permission. Leave blank to have no link to create a new item": "اگر صارف کے پاس لکھنے کی اجازت ہو۔ نیا آئٹم بنانے کے لیے کوئی لنک نہ رکھنے کے لیے اسے خالی چھوڑ دیں۔",
|
|
336
|
+
"Subtables": "ذیلی ٹیبلز",
|
|
337
|
+
"List View": "لسٹ ویو",
|
|
338
|
+
"Show View": "ویو دکھائیں",
|
|
339
|
+
"Which related tables would you like to show in sub-lists below the selected item?": "منتخب آئٹم کے نیچے سب لسٹس میں آپ کون سی متعلقہ ٹیبلز دکھانا چاہتے ہیں؟",
|
|
340
|
+
"Order and layout": "آرڈر اور لے آؤٹ",
|
|
341
|
+
"Order by": "آرڈر بائی",
|
|
342
|
+
"Descending": "نزولی",
|
|
343
|
+
"Columns small screen": "چھوٹی اسکرین پر کالمز",
|
|
344
|
+
"Columns medium screen": "کالمز میڈیم اسکرین",
|
|
345
|
+
"Columns large screen": "بڑے اسکرین پر کالمز",
|
|
346
|
+
"Columns extra-large screen": "کالمز ایکسٹرا لارج اسکرین",
|
|
347
|
+
"Each in card?": "ہر ایک کارڈ میں؟",
|
|
348
|
+
"Omit search form": "تلاش فارم کو خارج کریں",
|
|
349
|
+
"Do not display the search filter form": "تلاش فلٹر فارم کو ظاہر نہ کریں۔",
|
|
350
|
+
"Default search form values when first loaded": "پہلی بار لوڈ ہونے پر سرچ فارم کی ڈیفالٹ ویلیوز",
|
|
351
|
+
"Next": "اگلا",
|
|
352
|
+
"Save": "محفوظ کریں",
|
|
353
|
+
"Calculated fields cannot have File type": "حساب شدہ فیلڈز کی قسم فائل (File) نہیں ہو سکتی۔",
|
|
354
|
+
"On Field": "فیلڈ پر",
|
|
355
|
+
"Field in %s table": "%s ٹیبل میں فیلڈ",
|
|
356
|
+
"Action on row": "صف پر عمل",
|
|
357
|
+
"Link to other view": "کسی اور ویو سے لنک کریں",
|
|
358
|
+
"Link to anywhere": "کہیں بھی لنک کریں",
|
|
359
|
+
"Join Field": "جائن فیلڈ",
|
|
360
|
+
"Aggregation": "ایگریگیشن",
|
|
361
|
+
"Field": "فیلڈ",
|
|
362
|
+
"Field view": "فیلڈ ویو",
|
|
363
|
+
"Action": "ایکشن",
|
|
364
|
+
"Action Label": "ایکشن لیبل",
|
|
365
|
+
"View label": "ویو لیبل",
|
|
366
|
+
"Leave blank for default label.": "ڈیفالٹ لیبل کے لیے خالی چھوڑ دیں۔",
|
|
367
|
+
"View label is a formula?": "کیا ویو لیبل ایک فارمولا ہے؟",
|
|
368
|
+
"Open in popup modal?": "پاپ اَپ موڈل میں کھولیں؟",
|
|
369
|
+
"Link text": "لنک ٹیکسٹ",
|
|
370
|
+
"Link text is a formula?": "لنک ٹیکسٹ ایک فارمولا ہے؟",
|
|
371
|
+
"Link URL": "لنک URL",
|
|
372
|
+
"Link URL is a formula?": "لنک URL ایک فارمولا ہے؟",
|
|
373
|
+
"Open in new tab": "نئی ٹیب میں کھولیں",
|
|
374
|
+
"Relation": "ریلیشن",
|
|
375
|
+
"Statistic": "اسٹیٹسٹک",
|
|
376
|
+
"In search form": "تلاش فارم میں",
|
|
377
|
+
"Header label": "ہیڈر لیبل",
|
|
378
|
+
"step": "مرحلہ",
|
|
379
|
+
"max": "زیادہ سے زیادہ",
|
|
380
|
+
"Base URL": "بیس یوآرایل",
|
|
381
|
+
"Allow signups": "سائن اَپ کی اجازت دیں",
|
|
382
|
+
"Login in menu": "لاگ اِن مینو میں",
|
|
383
|
+
"Allow password reset": "پاس ورڈ ری سیٹ کی اجازت دیں",
|
|
384
|
+
"SMTP host": "SMTP ہوسٹ",
|
|
385
|
+
"SMTP username": "SMTP یوزرنیم",
|
|
386
|
+
"SMTP password": "SMTP پاس ورڈ",
|
|
387
|
+
"SMTP port": "SMTP پورٹ",
|
|
388
|
+
"SMTP secure": "محفوظ SMTP",
|
|
389
|
+
"Email from address": "ای میل بھیجنے والا پتہ",
|
|
390
|
+
"Development mode": "ڈیولپمنٹ موڈ",
|
|
391
|
+
"Log SQL to stdout": "SQL کو stdout پر لاگ کریں۔",
|
|
392
|
+
"Menu items": "مینُو آئٹمز",
|
|
393
|
+
"Global search": "گلوبل سرچ",
|
|
394
|
+
"Available packs": "دستیاب پیکز",
|
|
395
|
+
"Available packs fetched": "دستیاب پیک کامیابی سے حاصل کر لیے گئے ہیں",
|
|
396
|
+
"Available plugins": "دستیاب پلگ اِنز",
|
|
397
|
+
"Available plugins fetched": "دستیاب پلگ اِنز حاصل کر لیے گئے ہیں۔",
|
|
398
|
+
"Public home page": "عوامی ہوم پیج",
|
|
399
|
+
"User home page": "صارف کا ہوم پیج",
|
|
400
|
+
"Staff home page": "اسٹاف ہوم پیج",
|
|
401
|
+
"Admin home page": "ایڈمن ہوم پیج",
|
|
402
|
+
"Installed packs": "انسٹال شدہ پیکس",
|
|
403
|
+
"A short string which is the name of your site": "ایک مختصر سٹرنگ جو آپ کی سائٹ کا نام ہے",
|
|
404
|
+
"Select a publicly accessible image file": "کسی عوامی طور پر قابلِ رسائی امیج فائل کا انتخاب کریں۔",
|
|
405
|
+
"The URL at which your site is available. For instance, https://example.com/": "وہ URL جس پر آپ کی سائٹ دستیاب ہے۔ مثال کے طور پر: https://example.com/",
|
|
406
|
+
"Allow users to sign up for a new user account": "صارفین کو نیا یوزر اکاؤنٹ بنانے کے لیے سائن اپ کرنے کی اجازت دیں",
|
|
407
|
+
"Show the login link in the menu": "می뉴 میں لاگ اِن لنک دکھائیں",
|
|
408
|
+
"Allow users to request a password reset email. Email must be configured.": "صارفین کو پاس ورڈ ری سیٹ ای میل کی درخواست کرنے کی اجازت دیں۔ ای میل کنفیگر ہونا لازمی ہے۔",
|
|
409
|
+
"The host address of your SMTP server. For instance, smtp.postmarkapp.com": "آپ کے SMTP سرور کا ہوسٹ ایڈریس۔ مثال کے طور پر: smtp.postmarkapp.com",
|
|
410
|
+
"Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "JS/CSS اثاثوں کی کیشنگ غیر فعال کریں، کریش کی صورت میں صارف کو مکمل ایرر دکھائیں، فیلڈ ٹائپ میں ترمیم کو فعال کریں۔",
|
|
411
|
+
"Print all SQL statements to the standard output": "تمام SQL بیانات کو معیاری آؤٹ پٹ (standard output) پر پرنٹ کریں۔",
|
|
412
|
+
"The email address from which emails are sent. For instance, hello@saltcorn.com": "وہ ای میل پتہ جس سے ای میل بھیجی جاتی ہے۔ مثال کے طور پر: hello@saltcorn.com",
|
|
413
|
+
"Is the connection to the SMTP server over a secure transport protocol?": "کیا SMTP سرور سے کنکشن کسی محفوظ ٹرانسپورٹ پروٹوکول کے ذریعے قائم کیا گیا ہے؟",
|
|
414
|
+
"About Saltcorn": "سالٹ کارن کے بارے میں",
|
|
415
|
+
"Apply": "لاگو کریں",
|
|
416
|
+
"Anywhere": "کہیں بھی",
|
|
417
|
+
"Search filter": "سرچ فلٹر",
|
|
418
|
+
"Are you sure you want to delete %s?": "کیا آپ واقعی %s کو حذف کرنا چاہتے ہیں؟",
|
|
419
|
+
"Are you sure?": "کیا آپ کو یقین ہے؟",
|
|
420
|
+
"Set random password": "بے ترتیب پاس ورڈ سیٹ کریں",
|
|
421
|
+
"Changed password for user %s to %s": "صارف %s کا پاس ورڈ %s میں تبدیل کر دیا گیا ہے",
|
|
422
|
+
"Disable": "غیر فعال کریں",
|
|
423
|
+
"Enabled user %s": "فعال کردہ صارف %s",
|
|
424
|
+
"Enable": "فعال کریں",
|
|
425
|
+
"Disabled user %s": "غیر فعال صارف %s",
|
|
426
|
+
"Disabled": "غیر فعال",
|
|
427
|
+
"Send password reset email": "پاس ورڈ ری سیٹ ای میل بھیجیں",
|
|
428
|
+
" with password %s": "پاس ورڈ %s کے ساتھ",
|
|
429
|
+
"User confirmation?": "صارف کی تصدیق؟",
|
|
430
|
+
"New user form": "نیا صارف فارم",
|
|
431
|
+
"A view to show to new users": "نئے صارفین کو دکھانے کے لیے ایک ویو",
|
|
432
|
+
"Account already exists": "اکاؤنٹ پہلے سے موجود ہے",
|
|
433
|
+
"Search not configured": "تلاش کنفیگر نہیں کی گئی ہے۔",
|
|
434
|
+
"Already in use": "پہلے سے استعمال میں ہے",
|
|
435
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "فنکشنز جو آپ استعمال کر سکتے ہیں (معیاری جاوا اسکرپٹ فنکشنز کے علاوہ):",
|
|
436
|
+
"Items per page": "آئٹمز فی صفحہ",
|
|
437
|
+
"Variable name": "ویری ایبل کا نام",
|
|
438
|
+
"Delete all rows": "تمام قطاریں حذف کریں",
|
|
439
|
+
"Recalculate stored fields": "محفوظ شدہ فیلڈز کو دوبارہ حساب کریں",
|
|
440
|
+
"Started recalculating stored fields": "محفوظ شدہ فیلڈز کی دوبارہ गणना شروع کر دی گئی ہے۔",
|
|
441
|
+
"Deleted all rows": "تمام قطاریں حذف کر دی گئیں۔",
|
|
442
|
+
"Database": "ڈیٹا بیس",
|
|
443
|
+
"API token": "API ٹوکن",
|
|
444
|
+
"No API token issued": "کوئی API ٹوکن جاری نہیں کیا گیا۔",
|
|
445
|
+
"New API token generated": "نیا API ٹوکن تیار کر دیا گیا ہے",
|
|
446
|
+
"Actions": "اعمال",
|
|
447
|
+
"Actions available": "دستیاب ایکشنز",
|
|
448
|
+
"Triggers": "ٹرگرز",
|
|
449
|
+
"Add trigger": "ٹرِگر شامل کریں",
|
|
450
|
+
"New trigger": "نیا ٹرِگر",
|
|
451
|
+
"Configure trigger": "ٹرگر تشکیل دیں",
|
|
452
|
+
"Action label is a formula?": "کیا ایکشن لیبل ایک فارمولا ہے؟",
|
|
453
|
+
"Action Style": "ایکشن اسٹائل",
|
|
454
|
+
"Button size": "بٹن کا سائز",
|
|
455
|
+
"A view with this name already exists": "اسی نام کا ایک ویو پہلے ہی موجود ہے۔",
|
|
456
|
+
"Constraints": "پابندیاں",
|
|
457
|
+
"%s constraints": "%s پابندیاں",
|
|
458
|
+
"Add constraint": "پابندی شامل کریں",
|
|
459
|
+
"Add constraint to %s": "%s میں پابندی (constraint) شامل کریں",
|
|
460
|
+
"Cannot delete users table": "صارفین کی ٹیبل کو حذف نہیں کیا جا سکتا۔",
|
|
461
|
+
"Test run": "ٹیسٹ رن",
|
|
462
|
+
"Test run output": "ٹیسٹ رن آؤٹ پٹ",
|
|
463
|
+
"Run %s": "%s چلائیں",
|
|
464
|
+
"back to actions": "واپس اعمال پر",
|
|
465
|
+
"Action %s run successfully with no console output": "ایکشن %s کامیابی کے ساتھ چل گیا، کنسول پر کوئی آؤٹ پٹ نہیں آیا۔",
|
|
466
|
+
"Roles": "کردار",
|
|
467
|
+
"Saved layout for role": "کردار کے لیے محفوظ کردہ لے آؤٹ",
|
|
468
|
+
"Layout by role": "رول کے مطابق لے آؤٹ",
|
|
469
|
+
"Users and roles": "صارفین اور کردار",
|
|
470
|
+
"Match regular expression": "ریگولر ایکسپریشن سے مطابقت پیدا کریں",
|
|
471
|
+
"Error message when regular expression does not match": "ریگولر ایکسپریشن سے میچ نہ ہونے کی صورت میں ایرر میسج",
|
|
472
|
+
"Invalid attributes": "غلط خصوصیات",
|
|
473
|
+
"Documentation": "دستاویزات",
|
|
474
|
+
"Plugin %s installed": "پلگ اِن %s انسٹال ہو گیا ہے",
|
|
475
|
+
"Plugin %s removed.": "پلگ اِن %s ہٹا دیا گیا۔",
|
|
476
|
+
"Plugin %s installed, please complete configuration.": "پلگ اِن %s انسٹال ہو گیا ہے، براہِ کرم کنفیگریشن مکمل کریں۔",
|
|
477
|
+
"Configure %s Plugin": "%s پلگ اِن کو تشکیل دیں",
|
|
478
|
+
"Cannot remove plugin: views %s depend on it": "پلگ اِن کو ہٹایا نہیں جا سکتا: ویوز %s اس پر منحصر ہیں",
|
|
479
|
+
"New Plugin": "نیا پلگ اِن",
|
|
480
|
+
"Add plugin": "پلگ اِن شامل کریں",
|
|
481
|
+
"Store refreshed": "اسٹور تازہ کر دیا گیا ہے",
|
|
482
|
+
"Plugins up-to-date": "پلگ اِنز تازہ ترین ہیں۔",
|
|
483
|
+
"Source": "ماخذ",
|
|
484
|
+
"Inbound keys: ": "انوَبنڈ کیز:",
|
|
485
|
+
"Icon": "آئیکن",
|
|
486
|
+
"Create database view": "ڈیٹابیس ویو بنائیں",
|
|
487
|
+
"Create an SQL view in the database with the fields in this list": "ڈیٹا بیس میں اس فہرست میں موجود فیلڈز کے ساتھ ایک SQL ویو بنائیں۔",
|
|
488
|
+
"Upgrade": "اپ گریڈ",
|
|
489
|
+
"Show only matches in table:": "صرف جدول میں موجود مماثلتیں دکھائیں:",
|
|
490
|
+
"Showing matches in table %s.": "ٹیبل %s میں مماثل ریکارڈز دکھائے جا رہے ہیں۔",
|
|
491
|
+
"Edit trigger": "ٹرِگر میں ترمیم کریں",
|
|
492
|
+
"Show on page": "صفحے پر دکھائیں",
|
|
493
|
+
"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.": "اس ویو کو براہِ راست رینڈر کرنے کی کسی بھی درخواست کے جواب میں، اگر کوئی منتخب شدہ صفحہ موجود ہو تو اس کی بجائے وہی منتخب صفحہ دکھایا جائے گا۔ منتخب شدہ صفحہ کے اندر اس ویو کو ایمبیڈ کیا جانا چاہیے۔ اس ترتیب کو ویو کو اضافی عناصر کے ساتھ سجا دینے (ڈیکوریٹ کرنے) کے لیے استعمال کریں۔",
|
|
494
|
+
"Hide pagination": "صفحہ بندی چھپائیں",
|
|
495
|
+
"True": "درست",
|
|
496
|
+
"False": "غلط",
|
|
497
|
+
"Clear all": "سب مٹا دیں",
|
|
498
|
+
"This will delete <strong>EVERYTHING</strong> in the selected categories": "یہ منتخب کردہ زمروں میں موجود <strong>ہر چیز</strong> کو حذف کر دے گا۔",
|
|
499
|
+
"Deleted all %s": "تمام %s حذف کر دیے گئے ہیں",
|
|
500
|
+
"Restart server": "سرور کو دوبارہ شروع کریں",
|
|
501
|
+
"Edit Plugin": "پلاگ اِن میں ترمیم کریں",
|
|
502
|
+
"Unknown authentication method %ss": "نامعلوم توثیقی طریقہ %ss",
|
|
503
|
+
"Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "تبدیلیوں کے مؤثر ہونے کے لیے دوبارہ آغاز (ری اسٹارٹ) درکار ہے۔ سرور کو دوبارہ شروع کرنے کے لیے <a href=\"/admin\">ایڈمن صفحہ</a> سے ری اسٹارٹ کریں۔",
|
|
504
|
+
"Email with password reset link sent": "پاس ورڈ ری سیٹ لنک کے ساتھ ای میل بھیج دی گئی ہے۔",
|
|
505
|
+
"Link Style": "لنک اسٹائل",
|
|
506
|
+
"Link size": "لنک کا سائز",
|
|
507
|
+
"Set page title": "صفحہ کا عنوان مقرر کریں",
|
|
508
|
+
"Skip this section if you do not want to set the page title": "اگر آپ صفحہ کا عنوان سیٹ نہیں کرنا چاہتے تو اس حصے کو چھوڑ دیں۔",
|
|
509
|
+
"Page title is a formula?": "کیا پیج کا عنوان ایک فارمولا ہے؟",
|
|
510
|
+
"Enable LetsEncrypt HTTPS": "LetsEncrypt HTTPS فعال کریں",
|
|
511
|
+
"Set Base URL configuration first": "سب سے پہلے بنیادی URL (Base URL) کی تشکیل/کنفیگریشن سیٹ کریں۔",
|
|
512
|
+
"LetsEncrypt enabled": "لیٹس اینکرپٹ فعال کیا گیا ہے",
|
|
513
|
+
"LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL فعال کر دیا گیا ہے۔ تبدیلیوں کے مؤثر ہونے کے لیے ری اسٹارٹ کریں۔",
|
|
514
|
+
"File not found": "فائل نہیں ملی۔",
|
|
515
|
+
"Table %s not found": "ٹیبل %s نہیں ملا۔",
|
|
516
|
+
"Page %s added to menu. Adjust access permissions in Settings » Menu": "صفحہ %s مینو میں شامل کر دیا گیا ہے۔ رسائی کی اجازتوں کو سیٹنگز » مینو میں ایڈجسٹ کریں۔",
|
|
517
|
+
"Page %s duplicated as %s": "صفحہ %s کو بطور %s نقل کر دیا گیا ہے۔",
|
|
518
|
+
"Custom SSL certificate": "کسٹم SSL سرٹیفیکیٹ",
|
|
519
|
+
"Custom SSL private key": "کسٹم SSL پرائیویٹ کی",
|
|
520
|
+
"Login view": "لاگ اِن ویو",
|
|
521
|
+
"Signup view": "سائن اپ ویو",
|
|
522
|
+
"A view with the login form": "لاگ اِن فارم کے ساتھ ایک ویو",
|
|
523
|
+
"A view with the signup form": "سائن اپ فارم کے ساتھ ایک ویو",
|
|
524
|
+
"Signups not enabled": "سائن اپ فی الحال فعال نہیں ہیں۔",
|
|
525
|
+
"Ownership field": "ملکیت فیلڈ",
|
|
526
|
+
"The user referred to in this field will be the owner of the row": "اس فیلڈ میں جس صارف کا حوالہ دیا گیا ہے وہ اس قطار کا مالک ہوگا۔",
|
|
527
|
+
"None": "کوئی نہیں",
|
|
528
|
+
"Information about plugin": "پلگ اِن کے بارے میں معلومات",
|
|
529
|
+
"%s plugin information": "%s پلگ اِن کی معلومات",
|
|
530
|
+
"Package version": "پیکیج ورژن",
|
|
531
|
+
"Package name": "پیکیج کا نام",
|
|
532
|
+
"Plugin dependencies": "پلگ اِن انحصارات",
|
|
533
|
+
"This plugin supplies a theme.": "یہ پلگ اِن ایک تھیم فراہم کرتا ہے۔",
|
|
534
|
+
"Types": "اقسام",
|
|
535
|
+
"This plugin supplies these types: ": "یہ پلگ اِن درج ذیل اقسام فراہم کرتا ہے:",
|
|
536
|
+
"Functions": "فنکشنز",
|
|
537
|
+
"Returns: ": "واپس کرتا ہے:",
|
|
538
|
+
"View templates": "ویو ٹیمپلیٹس",
|
|
539
|
+
"Repository": "ریپوزٹری",
|
|
540
|
+
"Latest": "تازہ ترین",
|
|
541
|
+
"Latest version": "تازہ ترین ورژن",
|
|
542
|
+
"Latest npm version cache": "تازہ ترین npm ورژن کیش",
|
|
543
|
+
"Plugin up-to-date": "پلگ اِن تازہ ترین ہے۔",
|
|
544
|
+
"Upgrade here": "یہاں اپ گریڈ کریں",
|
|
545
|
+
"An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Saltcorn کا نیا اپ گریڈ دستیاب ہے! موجودہ ورژن: %s؛ تازہ ترین ورژن: %s۔",
|
|
546
|
+
"Passwords do not match": "پاس ورڈ مطابقت نہیں رکھتے۔",
|
|
547
|
+
"Not a valid e-mail address": "درست ای میل ایڈریس نہیں ہے۔",
|
|
548
|
+
"Custom CSS": "کسٹم CSS",
|
|
549
|
+
"Custom HTML": "کسٹم HTML",
|
|
550
|
+
"Site structure": "سائٹ کا ڈھانچہ",
|
|
551
|
+
"SSL": "SSL",
|
|
552
|
+
"Users and security": "صارفین اور سیکیورٹی",
|
|
553
|
+
"User settings updated": "صارف کی سیٹنگز اپ ڈیٹ ہو گئیں۔",
|
|
554
|
+
"SSL encryption for HTTPS traffic": "HTTPS ٹریفک کے لیے SSL خفیہ کاری",
|
|
555
|
+
"HTTPS encryption with Let's Encrypt SSL certificate": "HTTPS انکرپشن بمعہ Let's Encrypt SSL سرٹیفیکیٹ",
|
|
556
|
+
"Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "سالٹ کارن واحد ڈومینز کے لیے خودکار طور پر لیٹس اینکرپٹ (<a href=\"https://letsencrypt.org/\">Let's Encrypt</a>) سے SSL سرٹیفکیٹ حاصل کر سکتا ہے۔",
|
|
557
|
+
"Currently: ": "فی الحال:",
|
|
558
|
+
"HTTPS encryption with custom SSL certificate": "HTTPS انکرپشن کسٹم SSL سرٹیفکیٹ کے ساتھ",
|
|
559
|
+
"Or use custom SSL certificates, including wildcard certificates for multitenant applications": "یا اپنی مرضی کے SSL سرٹیفکیٹ استعمال کریں، جن میں ملٹی ٹیننٹ ایپلیکیشنز کے لیے وائلڈ کارڈ سرٹیفکیٹس بھی شامل ہوں۔",
|
|
560
|
+
"Authentication settings": "توثیق کی ترتیبات",
|
|
561
|
+
"Custom SSL certificates": "کسٹم SSL سرٹیفیکیٹس",
|
|
562
|
+
"Custom SSL enabled. Restart for changes to take effect.": "کسٹم SSL فعال کر دیا گیا ہے۔ تبدیلیوں کے مؤثر ہونے کے لیے دوبارہ آغاز (ری اسٹارٹ) کریں۔",
|
|
563
|
+
"Enabled": "فعال کیا گیا",
|
|
564
|
+
"You have enabled both Let's Encrypt certificates and custom SSL certificates. Let's Encrypt takes priority and the custom certificates will be ignored.": "آپ نے Let's Encrypt سرٹیفکیٹس اور کسٹم SSL سرٹیفکیٹس دونوں کو فعال کر رکھا ہے۔ Let's Encrypt کو ترجیح دی جائے گی اور کسٹم سرٹیفکیٹس نظر انداز کر دیے جائیں گے۔",
|
|
565
|
+
"Events": "ایونٹس",
|
|
566
|
+
"About application": "ایپلیکیشن کے بارے میں",
|
|
567
|
+
"System": "سسٹم",
|
|
568
|
+
"Site identity settings updated": "سائٹ کی شناخت کی سیٹنگز اپ ڈیٹ کر دی گئیں۔",
|
|
569
|
+
"Email settings": "ای میل سیٹنگز",
|
|
570
|
+
"Site identity settings": "سائٹ کی شناخت کی ترتیبات",
|
|
571
|
+
"Email settings updated": "ای میل کی سیٹنگز اپ ڈیٹ کر دی گئیں۔",
|
|
572
|
+
"System operations": "سسٹم آپریشنز",
|
|
573
|
+
"About the system": "نظام کے بارے میں",
|
|
574
|
+
"Restart here": "یہاں سے دوبارہ شروع کریں",
|
|
575
|
+
"Download a backup": "بیک اَپ ڈاؤن لوڈ کریں",
|
|
576
|
+
"Restore a backup": "بیک اَپ بحال کریں",
|
|
577
|
+
"Add new role": "نیا رول شامل کریں",
|
|
578
|
+
"Role updated": "رول اپ ڈیٹ کر دیا گیا۔",
|
|
579
|
+
"First delete users with this role": "پہلے اس کردار والے صارفین کو حذف کریں۔",
|
|
580
|
+
"Role %s deleted": "کردار %s حذف کر دیا گیا",
|
|
581
|
+
"This is the rank of the user role, lower role IDs will be able to access more resources.": "یہ یوزر رول کی درجہ بندی (رینک) ہے، کم رول آئی ڈی والے زیادہ ریسورسز تک رسائی حاصل کر سکیں گے۔",
|
|
582
|
+
"Role name": "رول کا نام",
|
|
583
|
+
"Cannot delete this role": "اس کردار کو حذف نہیں کیا جا سکتا۔",
|
|
584
|
+
"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>.": "سالٹ کارن ایک <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">آزاد</a> اور <a href=\"https://opensource.org/\">اوپن سورس</a> سافٹ ویئر ہے، جو <a href=\"https://github.com/saltcorn/saltcorn/\">جاری</a> کیا گیا ہے <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT لائسنس</a> کے تحت۔",
|
|
585
|
+
"Create a page": "ایک صفحہ بنائیں",
|
|
586
|
+
"Test": "ٹیسٹ",
|
|
587
|
+
"E-mail and password required": "ای میل اور پاس ورڈ درکار ہیں",
|
|
588
|
+
"Masonry columns": "میزنری ستون",
|
|
589
|
+
"Where": "کہاں",
|
|
590
|
+
"Access Read/Write": "رسائی پڑھنے/لکھنے",
|
|
591
|
+
"History": "تاریخ",
|
|
592
|
+
"Owned": "ملکیّت رکھنے والا",
|
|
593
|
+
"Primary key": "پرائمری کی (Primary Key)",
|
|
594
|
+
"Users already present": "پہلے سے موجود صارفین",
|
|
595
|
+
"Discover tables": "ٹیبلز دریافت کریں",
|
|
596
|
+
"The following tables in your database can be imported into Saltcorn:": "آپ کے ڈیٹا بیس میں موجود درج ذیل ٹیبلز کو Saltcorn میں امپورٹ کیا جا سکتا ہے:",
|
|
597
|
+
"Discovered tables: %s": "دریافت شدہ ٹیبلز: %s",
|
|
598
|
+
"There are no tables in the database that can be imported into Saltcorn.": "ڈیٹا بیس میں کوئی ایسی ٹیبل موجود نہیں ہے جسے سالٹ کارن میں امپورٹ کیا جا سکے۔",
|
|
599
|
+
"Import": "امپورٹ",
|
|
600
|
+
"Discover": "دریافت کریں",
|
|
601
|
+
"Discover tables in database": "ڈیٹابیس میں ٹیبلز دریافت کریں",
|
|
602
|
+
"Single item view": "سنگل آئٹم ویو",
|
|
603
|
+
"The underlying individual view of each table row": "ہر جدول کی قطار کا بنیادی انفرادی ویو",
|
|
604
|
+
"Minimum role to read": "پڑھنے کے لیے کم از کم رول",
|
|
605
|
+
"Minimum role to write": "لکھنے کے لیے کم از کم رول",
|
|
606
|
+
"Create page": "صفحہ بنائیں",
|
|
607
|
+
"Multi-tenancy not enabled": "ملٹی ٹیننسی فعال نہیں ہے",
|
|
608
|
+
"Identity": "شناخت",
|
|
609
|
+
"Email sent to %s with no errors": "%s کو ای میل بغیر کسی خرابی کے بھیج دی گئی ہے۔",
|
|
610
|
+
"External": "بیرونی",
|
|
611
|
+
"Force TLS": "TLS کو لازمی کریں",
|
|
612
|
+
"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 استعمال کریں؟ \nاگر اس کو منتخب نہ کیا جائے تو، TLS اس صورت میں استعمال ہوگا جب سرور STARTTLS ایکسٹینشن کو سپورٹ کرے۔ زیادہ تر صورتوں میں، اگر آپ پورٹ 465 سے کنیکٹ ہو رہے ہیں تو اس باکس کو چیک کریں۔ پورٹ 587 یا 25 کے لیے اسے غیر منتخب (unchecked) ہی رہنے دیں۔",
|
|
613
|
+
"Relationship diagram": "ریلیشن شپ ڈایاگرام",
|
|
614
|
+
"Verified": "توثیق شدہ",
|
|
615
|
+
"Send verification email": "تصدیقی ای میل بھیجیں",
|
|
616
|
+
"Email verification link sent to %s": "ای میل تصدیقی لنک %s کو بھیج دیا گیا ہے",
|
|
617
|
+
"Verification view": "تصدیقی ویو",
|
|
618
|
+
"A view with the view to be emailed to users for email address verification": "ایسا ویو جسے صارفین کو ای میل ایڈریس کی توثیق کے لیے ای میل کیا جائے",
|
|
619
|
+
"Email verified": "ای میل تصدیق ہو گئی",
|
|
620
|
+
"An email has been sent to %s to verify your address": "%s پر آپ کا ایڈریس تصدیق کرنے کے لیے ایک ای میل بھیج دی گئی ہے۔",
|
|
621
|
+
"Elevate verified to role": "تصدیق شدہ صارف کو کردار تک بلند کریں",
|
|
622
|
+
"Elevate users to a higher role when their email addresses have been verified": "جب صارفین کے ای میل پتے تصدیق ہو جائیں تو انہیں ایک اعلیٰ رول پر ترقی دیں۔",
|
|
623
|
+
"Email mask": "ای میل ماسک",
|
|
624
|
+
"Emails used for signup must end with this string": "سائن اپ کے لیے استعمال ہونے والی ای میلز کا اختتام لازماً اس سٹرنگ پر ہونا چاہیے۔",
|
|
625
|
+
"Signups with this email address are not accepted": "اس ای میل پتے کے ساتھ سائن اپ قبول نہیں کیے جاتے۔",
|
|
626
|
+
"Default order by": "ڈیفالٹ آرڈر بائی",
|
|
627
|
+
"Default descending?": "ڈیفالٹ نزولی؟",
|
|
628
|
+
"Omit header": "ہیڈر کو خارج کریں",
|
|
629
|
+
"Do not display the header": "ہیڈر مت دکھائیں",
|
|
630
|
+
"The maximum number of characters in the string": "اسٹرنگ میں حروف کی زیادہ سے زیادہ تعداد",
|
|
631
|
+
"The minimum number of characters in the string": "اسٹرنگ میں حروف کی کم سے کم تعداد",
|
|
632
|
+
"Style": "انداز",
|
|
633
|
+
"Not all themes support menu buttons": "ہر تھیم مینو بٹنوں کی سپورٹ فراہم نہیں کرتا۔",
|
|
634
|
+
"Select a publicly accessible image file for the menu logo": "مینیو لوگو کے لیے عوامی طور پر قابل رسائی امیج فائل منتخب کریں",
|
|
635
|
+
"Favicon": "فیوی کون",
|
|
636
|
+
"Select a publicly accessible image file for the browser tab icon": "براؤزر ٹیب آئیکن کے لیے عوامی طور پر قابل رسائی امیج فائل منتخب کریں",
|
|
637
|
+
"Site identity settings, backup, email settings, system control and information": "سائٹ کی شناخت کی سیٹنگز، بیک اَپ، ای میل سیٹنگز، سسٹم کنٹرول اور معلومات",
|
|
638
|
+
"Plugin and pack installation and control": "پلگ اِن اور پیک کی تنصیب اور کنٹرول",
|
|
639
|
+
"User administration, edit roles, user and security settings, SSL certificates for https encryption": "یوزر انتظامیہ، رولز میں ترمیم، یوزر اور سیکیورٹی سیٹنگز، HTTPS انکرپشن کے لیے SSL سرٹیفیکیٹس",
|
|
640
|
+
"Menu, search and tenants": "مینیو، تلاش اور ٹیننٹس",
|
|
641
|
+
"Actions, triggers and crash log": "ایکشنز، ٹرگرز اور کریش لاگ",
|
|
642
|
+
"Multitenancy enabled": "کثیر کرایہ داری فعال کر دی گئی ہے",
|
|
643
|
+
"Restart required for changes to take effect.": "تبدیلیوں کے مؤثر ہونے کے لیے دوبارہ آغاز (ری اسٹارٹ) درکار ہے۔",
|
|
644
|
+
"Tenant settings": "کرایہ دار کی ترتیبات",
|
|
645
|
+
"Role to create tenants": "ٹیننٹس بنانے کے لیے رول",
|
|
646
|
+
"Minimum user role required to create a new tenant": "نیا ٹیننٹ بنانے کے لیے درکار کم از کم یوزر رول",
|
|
647
|
+
"Tenant settings updated": "کرایہ دار کی سیٹنگز اپ ڈیٹ کر دی گئیں۔",
|
|
648
|
+
"Not allowed": "اجازت نہیں ہے۔",
|
|
649
|
+
"You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "آپ ایک ڈومین کے بجائے IP ایڈریس کے ذریعے کنیکٹ ہو کر ٹیننٹ بنانے کی کوشش کر رہے ہیں۔ یہ غالباً کام نہیں کرے گا۔",
|
|
650
|
+
"Create tenant warning": "ٹیننٹ بنانے کی وارننگ",
|
|
651
|
+
"Show a warning to users creating a tenant disclaiming warranty of availability or security": "کرایہ دار (tenant) بناتے وقت صارفین کو ایک انتباہ دکھائیں جس میں دستیابی یا سیکیورٹی کی کسی بھی قسم کی ضمانت سے دستبرداری (disclaimer of warranty) واضح کی گئی ہو۔",
|
|
652
|
+
"A list view shown on the left, to select rows": "بائیں جانب دکھایا گیا فہرست ویو، قطاریں منتخب کرنے کے لیے",
|
|
653
|
+
"The view to show the selected row": "منتخب شدہ صف دکھانے کے لیے ویو",
|
|
654
|
+
"Location": "مقام",
|
|
655
|
+
"Location of link to create new row": "نئی رو بنانے کے لیے لنک کا محلِ وقوع",
|
|
656
|
+
"Options": "اختیارات",
|
|
657
|
+
"List options": "فہرست کے اختیارات",
|
|
658
|
+
"Rows per page": "فی صفحہ قطاریں",
|
|
659
|
+
"Invalid administrative action": "غلط انتظامی عمل",
|
|
660
|
+
"User settings form": "صارف کی سیٹنگز فارم",
|
|
661
|
+
"A view for users to change their custom user fields": "صارفین کے لیے اپنے کسٹم یوزر فیلڈز تبدیل کرنے کی ویو",
|
|
662
|
+
"Error: ": "خرابی:",
|
|
663
|
+
"User settings changed": "صارف کی سیٹنگز تبدیل کر دی گئیں",
|
|
664
|
+
"Rename table": "ٹیبل کا نام تبدیل کریں",
|
|
665
|
+
"Rename table %s": "ٹیبل %s کا نام تبدیل کریں",
|
|
666
|
+
"Base URL domain %s does not match hostname %s": "بنیادی URL ڈومین %s میزبان نام %s سے مطابقت نہیں رکھتا۔",
|
|
667
|
+
"Custom HTTP headers": "کسٹم HTTP ہیڈرز",
|
|
668
|
+
"Format for each line: Header-Name: value": "ہر سطر کا فارمیٹ: ہیڈر-نام: ویلیو",
|
|
669
|
+
"Role to upload files": "فائلیں اپ لوڈ کرنے کا رول",
|
|
670
|
+
"User should have this role or higher to upload files with API (uploads through forms are not affected)": "یوزر کو API کے ذریعے فائلیں اپ لوڈ کرنے کے لیے یہ رول یا اس سے بلند رول ہونا چاہیے (فارمز کے ذریعے ہونے والی اپ لوڈز متاثر نہیں ہوں گی)",
|
|
671
|
+
"Always show create view": "ہمیشہ ویو بنانا دکھائیں",
|
|
672
|
+
"If off, only show create view if the query state is about the current user": "اگر یہ بند ہو، تو صرف اسی صورت میں ویو بنانے کا آپشن دکھائیں جب کوئری کی حالت موجودہ صارف کے بارے میں ہو۔",
|
|
673
|
+
"Process uptime": "پروسیس اَپ ٹائم",
|
|
674
|
+
"A configuration error occurred": "ایک تشکیل کی خرابی واقع ہوئی ہے۔",
|
|
675
|
+
"HTTP timeout (s)": "HTTP ٹائم آؤٹ (سیکنڈ)",
|
|
676
|
+
"Increase if you expect large uploads": "اگر آپ بڑی اپ لوڈز کی توقع کرتے ہیں تو اسے بڑھا دیں۔",
|
|
677
|
+
"Cookie sessions": "کوکی سیشنز",
|
|
678
|
+
"Store sessions entirely in client cookies for higher performance": "زیادہ کارکردگی کے لیے سیشنز کو مکمل طور پر کلائنٹ کوکیز میں محفوظ کریں",
|
|
679
|
+
"git commit": "گِٹ کمِٹ",
|
|
680
|
+
"Send test email": "ٹیسٹ ای میل بھیجیں",
|
|
681
|
+
"Edit custom SSL certificates": "حسبِ منشا SSL سرٹیفیکیٹس میں ترمیم کریں",
|
|
682
|
+
"User must have this role or higher to read rows from the table": "صارف کے لیے جدول سے قطاریں پڑھنے کے لیے اس کردار یا اس سے بلند کردار کا ہونا لازمی ہے۔",
|
|
683
|
+
"User must have this role or higher to edit or create new rows in the table": "صارف کے پاس اس جدول میں قطاروں کو ترمیم کرنے یا نئی قطاریں بنانے کے لیے کم از کم یہ کردار یا اس سے اعلیٰ کردار ہونا لازمی ہے۔",
|
|
684
|
+
"Name of the field": "فیلڈ کا نام",
|
|
685
|
+
"The type determines the kind of data that can be stored in the field": "ٹائپ اس قسم کے ڈیٹا کا تعین کرتی ہے جو فیلڈ میں محفوظ کیا جا سکتا ہے۔",
|
|
686
|
+
"Calculated from other fields with a formula": "فارمولے کے ذریعے دیگر فیلڈز سے حساب شدہ",
|
|
687
|
+
"There must be a value in every row": "ہر قطار میں کسی نہ کسی قدر کا موجود ہونا لازمی ہے۔",
|
|
688
|
+
"Different rows must have different values for this field": "اس فیلڈ کے لیے مختلف قطاروں میں مختلف اقدار ہونا لازمی ہے۔",
|
|
689
|
+
"Add more fields to enable edit": "ترمیم کو فعال کرنے کے لیے مزید فیلڈز شامل کریں",
|
|
690
|
+
"Multitenancy": "ملٹی ٹیننسی",
|
|
691
|
+
"Subdomain": "سب ڈومین",
|
|
692
|
+
"Information": "معلومات",
|
|
693
|
+
"Found %s tenants": "%s کرایہ دار ملے ہیں",
|
|
694
|
+
"Create new tenant": "نیا ٹیننٹ بنائیں",
|
|
695
|
+
"%s tenant statistics": "%s کرایہ دار کے اعداد و شمار",
|
|
696
|
+
"Table columns": "ٹیبل کالمز",
|
|
697
|
+
"Configuration items": "کنفیگریشن آئٹمز",
|
|
698
|
+
"Crashlogs": "کریش لاگز",
|
|
699
|
+
"Multitenancy settings": "ملٹی ٹیننسی سیٹنگز",
|
|
700
|
+
"See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "ہدایات کے لیے <a href=\"https://github.com/saltcorn/saltcorn\">GitHub ریپوزٹری</a> ملاحظہ کریں<p>",
|
|
701
|
+
"API token for this user: ": "اس صارف کے لیے API ٹوکن:",
|
|
702
|
+
"Reset": "ری سیٹ",
|
|
703
|
+
"Generate": "جنریٹ کریں",
|
|
704
|
+
"URL after delete": "حذف کے بعد URL",
|
|
705
|
+
"Track table data changes over time": "وقت کے ساتھ ساتھ ٹیبل کے ڈیٹا میں ہونے والی تبدیلیوں کا سراغ لگائیں",
|
|
706
|
+
"Description allows you to give more information about the table": "Description آپ کو ٹیبل کے بارے میں مزید معلومات فراہم کرنے کی اجازت دیتا ہے۔",
|
|
707
|
+
"Description allows you to give more information about the view.": "تفصیل آپ کو ویو کے بارے میں مزید معلومات فراہم کرنے کی اجازت دیتی ہے۔",
|
|
708
|
+
"Description allows to give more information about field": "Description فیلڈ کے بارے میں مزید معلومات فراہم کرنے کی اجازت دیتا ہے۔",
|
|
709
|
+
"Name of action": "ایکشن کا نام",
|
|
710
|
+
"Description allows you to give more information about the action": "تفصیل آپ کو اس ایکشن کے بارے میں مزید معلومات فراہم کرنے کی اجازت دیتی ہے۔",
|
|
711
|
+
"The action to be taken when the trigger fires": "ٹرِگر فعال ہونے پر کی جانے والی کارروائی",
|
|
712
|
+
"The table for which the trigger condition is checked.": "وہ ٹیبل جس کے لیے ٹرِگر کی شرط چیک کی جاتی ہے۔",
|
|
713
|
+
"Condition under which the trigger will fire": "وہ شرط جس کے تحت ٹرگر فعال ہوگا",
|
|
714
|
+
"Test trigger": "ٹیسٹ ٹرِگر",
|
|
715
|
+
"Edit trigger %s": "ٹرگر %s میں ترمیم کریں",
|
|
716
|
+
"Preset %s": "پری سیٹ %s",
|
|
717
|
+
"The user password or application token to access SMTP server for sending emails": "SMTP سرور تک رسائی حاصل کرنے اور ای میل بھیجنے کے لیے صارف کا پاس ورڈ یا ایپلیکیشن ٹوکن۔",
|
|
718
|
+
"The port of your SMTP server": "آپ کے SMTP سرور کا پورٹ",
|
|
719
|
+
"The user name to access SMTP server for sending emails.": "ای میل بھیجنے کے لیے SMTP سرور تک رسائی حاصل کرنے کے لیے استعمال ہونے والا یوزر نیم۔",
|
|
720
|
+
"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.": "ایس ایم ٹی پی سرور کے ذریعے ای میل بھیجنے کے لیے استعمال ہونے والا صارف پاس ورڈ یا ایپ پاس ورڈ۔ اگر آپ کا ایس ایم ٹی پی فراہم کنندہ ایپلیکیشن سے استعمال کے لیے ایپ پاس ورڈ بنانے کی سہولت دیتا ہے تو ہم تجویز کرتے ہیں کہ صارف پاس ورڈ کے بجائے ایپ پاس ورڈ استعمال کریں۔",
|
|
721
|
+
"Tick the boxes for the fields that should be jointly unique": "ان فیلڈز کے لیے باکسز پر نشان لگائیں جنہیں مشترکہ طور پر منفرد (jointly unique) ہونا چاہیے۔",
|
|
722
|
+
"Private SSH key": "پرائیویٹ SSH کلید",
|
|
723
|
+
"Timezone": "ٹائم زون",
|
|
724
|
+
"Home Timezone": "ہوم ٹائم زون",
|
|
725
|
+
"Use this link to revisit your application at any time.": "اس لنک کو استعمال کریں تاکہ آپ کسی بھی وقت اپنی ایپلیکیشن پر واپس آ سکیں۔",
|
|
726
|
+
"To login to a previously created application, go to: ": "کسی پہلے سے بنائی گئی ایپلیکیشن میں لاگ اِن کرنے کے لیے، یہاں جائیں:",
|
|
727
|
+
"Event types": "ایونٹ کی اقسام",
|
|
728
|
+
"Channel": "چینل",
|
|
729
|
+
"Leave blank for all channels": "تمام چینلز کے لیے خالی چھوڑیں۔",
|
|
730
|
+
"Table or Channel": "ٹیبل یا چینل",
|
|
731
|
+
"Events to log": "لاگ کرنے کے لیے ایونٹس",
|
|
732
|
+
"Log settings": "لاگ سیٹنگز",
|
|
733
|
+
"Which events should be logged?": "کون سے ایونٹس کو لاگ کیا جانا چاہیے؟",
|
|
734
|
+
"Event log": "ایونٹ لاگ",
|
|
735
|
+
"Custom Events": "حسبِ منشاء ایونٹس",
|
|
736
|
+
"Channels": "چینلز",
|
|
737
|
+
"Custom": "کسٹم",
|
|
738
|
+
"Create custom event": "کسٹم ایونٹ بنائیں",
|
|
739
|
+
"Yes": "جی ہاں",
|
|
740
|
+
"Alternative destinations if formula evaluates to true": "متبادل منزلیں اگر فارمولا کا نتیجہ درست (true) آئے",
|
|
741
|
+
"Default view when done": "مکمل ہونے پر ڈیفالٹ ویو",
|
|
742
|
+
"This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "یہ وہ ویو ہے جس پر فارم سبمٹ ہونے کے بعد یوزر کو بھیجا جائے گا، جب تک کہ نیچے دی گئی کوئی فارمولا درست نہ ہو۔",
|
|
743
|
+
"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": "آپ صارف کو اس دن کے مطابق کسی مختلف ویو پر بھیج سکتے ہیں جس دن صارف نے سبمٹ کیا ہو۔ اگر آپ ہمیشہ صارف کو ایک ہی منزل پر بھیجنا چاہتے ہیں تو اس آپشن کو نظر انداز کریں۔",
|
|
744
|
+
"Plugin name": "پلگ اِن کا نام",
|
|
745
|
+
"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": "پلگ اِن انسٹال کرنے کا ماخذ۔ چند اختیارات: \nnpm - npm ریپوزٹری سے ڈاؤن لوڈ کریں، \nlocal - مقامی فائل سسٹم سے حاصل کریں، \ngithub - GitHub سے ڈاؤن لوڈ کریں، \ngit - Git سے حاصل کریں۔",
|
|
746
|
+
"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 پر چیک کریں؛ \nlocal کے لیے - فائل سسٹم میں پلگ اِن فولڈر کا مطلق (absolute) راستہ، مثلاً C:\\gitsrc\\any-bootstrap-theme\\؛ \ngithub کے لیے - GitHub پروجیکٹ کا نام۔",
|
|
747
|
+
"Version of plugin, latest is default value": "پلگ اِن کا ورژن، تازہ ترین (لیٹسٹ) بطور ڈیفالٹ ویلیو ہے۔",
|
|
748
|
+
"Account verification": "اکاؤنٹ کی توثیق",
|
|
749
|
+
"User verification failed": "صارف کی توثیق ناکام ہو گئی۔",
|
|
750
|
+
"User verified": "صارف کی توثیق ہو گئی ہے۔",
|
|
751
|
+
"Error editing user: %s": "صارف میں ترمیم کرتے وقت خرابی: %s",
|
|
752
|
+
"User must have this role or higher to make API call for action (trigger)": "صارف کے پاس اس کردار یا اس سے اعلیٰ کردار کا ہونا لازمی ہے تاکہ وہ ایکشن (ٹرِگر) کے لیے API کال کر سکے۔",
|
|
753
|
+
"Restart complete": "ری اسٹارٹ مکمل ہوا",
|
|
754
|
+
"Languages": "زبانیں",
|
|
755
|
+
"Add language": "زبان شامل کریں",
|
|
756
|
+
"Language": "زبان",
|
|
757
|
+
"Locale": "لوکیل",
|
|
758
|
+
"Menu, search, languages and tenants": "مینو، تلاش، زبانیں اور ٹیننٹس",
|
|
759
|
+
"This is a translation of a different field in a different language": "یہ کسی دوسرے فیلڈ کا کسی دوسری زبان میں ترجمہ ہے۔",
|
|
760
|
+
"Language locale of translation": "ترجمے کی زبان کی مقامی ترتیب (لوکیل)",
|
|
761
|
+
"Action not configurable": "ایکشن قابلِ تشکیل نہیں ہے",
|
|
762
|
+
"Event type which runs the trigger": "ایونٹ کی قسم جو ٹرگر کو چلाती ہے",
|
|
763
|
+
"Message string field": "پیغام سٹرنگ فیلڈ",
|
|
764
|
+
"The field for the message content on the table for messages": "پیغامات کی جدول میں پیغام کے مواد کے لیے فیلڈ",
|
|
765
|
+
"Participant field": "شرکت کنندہ فیلڈ",
|
|
766
|
+
"The field for the sender user id on the table for messages": "پیغامات کی ٹیبل میں بھیجنے والے کے یوزر آئی ڈی کے لیے فیلڈ",
|
|
767
|
+
"The field for the participant user id": "شرکت کنندہ کے یوزر آئی ڈی کے لیے فیلڈ",
|
|
768
|
+
"Message sender field": "پیغام بھیجنے والے کا فیلڈ",
|
|
769
|
+
"Message view or string field": "پیغام ویو یا سٹرنگ فیلڈ",
|
|
770
|
+
"A view to show individual messages, or the field for the message content on the table for messages": "ایک ویو جو انفرادی پیغامات دکھانے کے لیے ہو، یا پیغامات کی ٹیبل میں پیغام کے مواد کے فیلڈ کے لیے۔",
|
|
771
|
+
"Message relation": "پیغام کا تعلق",
|
|
772
|
+
"The relationship to the table of individual messages": "انفرادی پیغامات کی ٹیبل کے ساتھ تعلق",
|
|
773
|
+
"Message show view": "پیغام دکھانے کا ویو",
|
|
774
|
+
"The view to show an individual message": "پیغامِ واحد کو دکھانے کے لیے ویو",
|
|
775
|
+
"New message form view": "نیا پیغام فارم ویو",
|
|
776
|
+
"The view to enter a new message": "نیا پیغام داخل کرنے کے لیے ویو",
|
|
777
|
+
"Participant max read id field": "شرکت کنندہ زیادہ سے زیادہ پڑھا گیا آئی ڈی فیلڈ",
|
|
778
|
+
"The field for the participant's last read message, of type Key to message table": "شرکت کنندہ کے آخری پڑھے گئے پیغام کے لیے فیلڈ، جس کی قسم \"Key to message table\" ہے",
|
|
779
|
+
"Show older messages": "پرانے پیغامات دکھائیں",
|
|
780
|
+
"New table name": "نئی ٹیبل کا نام",
|
|
781
|
+
"Password Repeat": "پاس ورڈ دوبارہ درج کریں",
|
|
782
|
+
"Remember me": "مجھے یاد رکھیں",
|
|
783
|
+
"Column width": "کالم کی چوڑائی",
|
|
784
|
+
"Column width units": "کالم کی چوڑائی کی اکائیاں",
|
|
785
|
+
"Ownership formula": "مالکیت کا فارمولہ",
|
|
786
|
+
"User is treated as owner if true. In scope: ": "اگر درست ہو تو صارف کو مالک تصور کیا جاتا ہے۔ دائرہ کار میں شامل:",
|
|
787
|
+
"Not all themes support all locations": "تمام تھیمز تمام مقامات کو سپورٹ نہیں کرتیں۔",
|
|
788
|
+
"Default language": "پہلی سے طے شدہ زبان",
|
|
789
|
+
"Library": "لائبریری",
|
|
790
|
+
"Library item %s deleted": "لائبریری آئٹم %s حذف کر دیا گیا ہے",
|
|
791
|
+
"Library: component assemblies that can be used in the builder": "لائبریری: ایسے کمپوننٹ اسمبلیز جو بلڈر میں استعمال کی جا سکتی ہیں۔",
|
|
792
|
+
"Edit properties": "خصوصیات میں ترمیم کریں",
|
|
793
|
+
"Images and other files for download": "ڈاؤن لوڈ کے لیے تصاویر اور دیگر فائلیں",
|
|
794
|
+
"Disable LetsEncrypt HTTPS": "Let's Encrypt HTTPS کو غیر فعال کریں",
|
|
795
|
+
"Type %s not found": "قسم %s نہیں ملی۔",
|
|
796
|
+
"No pages": "کوئی صفحات نہیں ہیں۔",
|
|
797
|
+
"No views": "کوئی ویوز نہیں",
|
|
798
|
+
"CSV upload": "CSV اپ لوڈ",
|
|
799
|
+
"Pages are the web pages of your application built with drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "پیجز آپ کی ایپلیکیشن کے ویب صفحات ہوتے ہیں جو ڈریگ اینڈ ڈراپ بلڈر کے ذریعے بنائے جاتے ہیں۔ ان میں سٹیٹک مواد شامل ہوتا ہے، اور ویوز کو ایمبیڈ کرکے ان میں ڈائنامک مواد بھی شامل کیا جا سکتا ہے۔",
|
|
800
|
+
"Views display data from tables. A view is a view template applied to a table, with configuration.": "ویوز جدولوں سے ڈیٹا ظاہر کرتے ہیں۔ ایک ویو، کنفیگریشن کے ساتھ، کسی جدول پر لاگو ہونے والا ویو ٹیمپلیٹ ہوتا ہے۔",
|
|
801
|
+
"Tables organise data by fields and rows.": "ٹیبلز ڈیٹا کو فیلڈز اور روز کی شکل میں منظم کرتی ہیں۔",
|
|
802
|
+
"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.": "پیجز آپ کی ایپلیکیشن کے ویب پیجز ہوتے ہیں جو ڈریگ اینڈ ڈراپ بلڈر کے ذریعے بنائے جاتے ہیں۔ ان میں جامد (static) مواد ہوتا ہے، اور ویوز کو ایمبیڈ کر کے ان میں متحرک (dynamic) مواد شامل کیا جا سکتا ہے۔",
|
|
803
|
+
"Triggers run actions in response to events.": "ٹرِگرز واقعات کے ردِ عمل میں ایکشنز چلاتے ہیں۔",
|
|
804
|
+
"No files": "کوئی فائلیں نہیں ہیں۔",
|
|
805
|
+
"Cookie duration (hours)": "کوکی کی مدت (گھنٹوں میں)",
|
|
806
|
+
"Set to 0 for expiration at the end of browser session": "براؤزر سیشن کے اختتام پر میعاد ختم ہونے کے لیے اسے 0 پر سیٹ کریں۔",
|
|
807
|
+
"Cookie duration (hours) when remember ticked": "جب \"یاد رکھیں\" منتخب ہو تو کوکی کی مدت (گھنٹوں میں)",
|
|
808
|
+
"Forget table": "ٹیبل بھول جائیں",
|
|
809
|
+
"Table %s forgotten. You can now discover it.": "ٹیبل %s بھلا دی گئی ہے۔ آپ اب اسے دوبارہ دریافت کر سکتے ہیں۔",
|
|
810
|
+
"No triggers": "کوئی ٹرگرز نہیں",
|
|
811
|
+
"List width": "فہرست کی چوڑائی",
|
|
812
|
+
"Number of columns (1-12) allocated to the list view": "فہرست ویو کے لیے مختص کردہ کالموں کی تعداد (1–12)",
|
|
813
|
+
"New tenant template": "نیا ٹیننٹ ٹیمپلیٹ",
|
|
814
|
+
"Copy site structure for new tenants from this tenant": "اس ٹیننٹ سے نئے ٹیننٹس کے لیے سائٹ اسٹرکچر کاپی کریں",
|
|
815
|
+
"Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "اس لنک کا استعمال کریں: <a href=\"%s\">%s</a> تاکہ آپ کسی بھی وقت اپنی ایپلیکیشن پر دوبارہ آ سکیں۔",
|
|
816
|
+
"Use Amazon S3": "Amazon S3 استعمال کریں",
|
|
817
|
+
"Use Amazon S3 (or compatible) service to store files. If disabled, Saltcorn uses local disk. WARNING: Changing this may break your uploaded files!": "فائلیں محفوظ کرنے کے لیے Amazon S3 (یا اس کے مطابق) سروس استعمال کریں۔ اگر یہ غیر فعال ہو تو Saltcorn مقامی ڈسک استعمال کرے گا۔ انتباہ: اس سیٹنگ میں تبدیلی آپ کی اپ لوڈ کی گئی فائلوں کو خراب کر سکتی ہے!",
|
|
818
|
+
"Amazon S3 Bucket": "ایمیزون S3 بکٹ",
|
|
819
|
+
"Name you selected for your S3 bucket in AWS.": "AWS میں آپ کے S3 بکٹ کے لیے منتخب کیا گیا نام۔",
|
|
820
|
+
"Amazon S3 Path Prefix": "ایمیزون S3 پاتھ پری فکس",
|
|
821
|
+
"Prefix you selected for your S3 bucket in AWS.": "AWS میں آپ کے S3 بکٹ کے لیے منتخب کردہ پری فکس۔",
|
|
822
|
+
"Amazon S3 Endpoint": "ایمیزون S3 اینڈ پوائنٹ",
|
|
823
|
+
"Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "آپ کے S3 مطابقت رکھنے والے اسٹوریج فراہم کنندہ کا ہوسٹ نیم۔ بطور ڈیفالٹ 's3.amazonaws.com' استعمال ہوتا ہے۔",
|
|
824
|
+
"Amazon S3 Region": "ایمیزون S3 ریجن",
|
|
825
|
+
"AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "وہ AWS ریجن جو آپ نے اپنا S3 بکٹ بناتے وقت منتخب کیا تھا۔ بطور ڈیفالٹ 'us-east-1'۔",
|
|
826
|
+
"Amazon S3 Access Key ID": "ایمیزون S3 ایکسس کی آئی ڈی",
|
|
827
|
+
"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.": "صرف اس صورت میں درکار ہے جب آپ S3 کے ساتھ توثیق (authenticate) کے لیے IAM رول استعمال نہیں کرنا چاہتے۔ وہ Access Key ID درج کریں جو آپ کے Amazon EC2 منتظم نے فراہم کی ہے۔",
|
|
828
|
+
"Amazon S3 Secret Access Key": "Amazon S3 سیکرٹ ایکسس کی",
|
|
829
|
+
"The secret access key associated with your Amazon S3 Access Key ID.": "آپ کی Amazon S3 Access Key ID کے ساتھ منسلک خفیہ رسائی کلید۔",
|
|
830
|
+
"Use Amazon S3 Secure Connection.": "Amazon S3 محفوظ کنکشن استعمال کریں۔",
|
|
831
|
+
"Connect to Amazon S3 (or compatible) securely.": "Amazon S3 (یا مطابقت رکھنے والی سروس) سے محفوظ طریقے سے کنیکٹ کریں۔",
|
|
832
|
+
"Storage settings": "اسٹوریج سیٹنگز",
|
|
833
|
+
"Storage": "اسٹوریج",
|
|
834
|
+
"Storage settings updated": "اسٹوریج سیٹنگز اپ ڈیٹ کر دی گئیں۔",
|
|
835
|
+
"Label formula": "لیبل فارمولا",
|
|
836
|
+
"Include formula": "فارمولہ شامل کریں",
|
|
837
|
+
"If specified, only include in menu rows that evaluate to true": "اگر متعین ہو، تو مینو میں صرف وہی قطاریں شامل کریں جو true کے طور پر evaluate ہوں۔",
|
|
838
|
+
"URL formula": "یو آر ایل فارمولا",
|
|
839
|
+
"Order field": "آرڈر فیلڈ",
|
|
840
|
+
"Section field": "سیکشن فیلڈ",
|
|
841
|
+
"Optional. String type with options, each of which will become a menu section": "اختیاری۔ اسٹرنگ ٹائپ جس میں آپشنز ہوں، جن میں سے ہر ایک ایک مینو سیکشن بن جائے گا۔",
|
|
842
|
+
"Role to generate API keys": "API keys تیار کرنے کے لیے کردار",
|
|
843
|
+
"User should have this role or higher to generate API keys in their user settings": "صارف کے لیے اپنی یوزر سیٹنگز میں API کیز جنریٹ کرنے کے لیے اس کردار یا اس سے بلند کردار کا ہونا ضروری ہے۔",
|
|
844
|
+
"API token removed": "API ٹوکن ہٹا دیا گیا ہے۔",
|
|
845
|
+
"Row inclusion formula": "صف شمولیت فارمولا",
|
|
846
|
+
"Only include rows where this formula is true": "صرف وہی قطاریں شامل کریں جن میں یہ فارمولا درست ہو",
|
|
847
|
+
"Slug": "سلگ",
|
|
848
|
+
"Field that can be used for a prettier URL structure": "وہ فیلڈ جو زیادہ خوبصورت URL اسٹرکچر کے لیے استعمال کی جا سکتی ہے",
|
|
849
|
+
"Setup two-factor authentication": "دوہری عنصر توثیق (2FA) ترتیب دیں",
|
|
850
|
+
"Setup two-factor authentication with Time-based One-Time Password (TOTP)": "ٹائم بیسڈ ون ٹائم پاس ورڈ (TOTP) کے ساتھ ٹو فیکٹر آتھنٹیکیشن (2FA) سیٹ اپ کریں",
|
|
851
|
+
"1. Scan this QR code in your Authenticator app": "1. اپنے Authenticator ایپ میں یہ QR کوڈ اسکین کریں۔",
|
|
852
|
+
"2. Enter the six-digit code generated in your Authenticator app": "2. اپنے Authenticator ایپ میں جنریٹ ہونے والا چھ ہندسوں پر مشتمل کوڈ درج کریں",
|
|
853
|
+
"Code": "کوڈ",
|
|
854
|
+
"Two-factor authentication with Time-based One-Time Password enabled": "ٹائم بیسڈ ون ٹائم پاس ورڈ (TOTP) کے ساتھ ٹو فیکٹر آتھنٹیکیشن فعال ہے",
|
|
855
|
+
"Two-factor authentication": "دو سطحی تصدیق",
|
|
856
|
+
"Two-factor authentication is enabled": "دو مرحلہ جاتی تصدیق فعال ہے",
|
|
857
|
+
"Two-factor authentication with Time-based One-Time Password disabled": "ٹائم بیسڈ ون ٹائم پاس ورڈ کے ساتھ دو عنصری تصدیق غیر فعال ہے",
|
|
858
|
+
"Two-factor authentication is disabled": "دو مرحلہ جاتی توثیق غیر فعال ہے۔",
|
|
859
|
+
"Auto save": "خودکار محفوظ کرنا",
|
|
860
|
+
"Save any changes immediately": "کسی بھی تبدیلی کو فوراً محفوظ کریں",
|
|
861
|
+
"Transpose": "ٹرانسپوز",
|
|
862
|
+
"Display one column per line": "ہر کالم کو الگ سطر میں دکھائیں",
|
|
863
|
+
"Vertical column width": "عمودی کالم کی چوڑائی",
|
|
864
|
+
"Vertical width units": "عمودی چوڑائی کی اکائیاں",
|
|
865
|
+
"Save before going back": "واپس جانے سے پہلے محفوظ کریں",
|
|
866
|
+
"Reload after going back": "واپس جانے کے بعد دوبارہ لوڈ کریں",
|
|
867
|
+
"2FA policy": "ٹو فیکٹر تصدیق (2FA) کی پالیسی",
|
|
868
|
+
"Steps to go back": "واپس جانے کے مراحل",
|
|
869
|
+
"Place in dropdown": "ڈراپ ڈاؤن میں جگہ دیں",
|
|
870
|
+
"Hide null columns": "نَل کالمز کو مخفی کریں",
|
|
871
|
+
"Do not display a column if it contains entirely missing values": "اگر کسی کالم میں تمام قدریں مکمل طور پر غائب ہوں تو اس کالم کو ڈسپلے نہ کریں۔",
|
|
872
|
+
"Could not verify code": "کوڈ کی تصدیق نہیں ہو سکی۔",
|
|
873
|
+
"Disable two-factor authentication": "دو مرحلہ جاتی تصدیق (ٹو فیکٹر آتھنٹیکیشن) غیر فعال کریں",
|
|
874
|
+
"Enter your two-factor code in order to disable it": "دوہری توثیق (ٹو فیکٹر کوڈ) کو غیر فعال کرنے کے لیے اپنا دو فیکٹر کوڈ درج کریں۔",
|
|
875
|
+
"Allow the user to enter a new key that is not in the schema": "صارف کو ایسا نیا کلید (key) درج کرنے کی اجازت دیں جو اسکیمہ میں موجود نہ ہو۔",
|
|
876
|
+
"Check for updates": "تازہ کاریوں کے لیے جانچ کریں",
|
|
877
|
+
"Versions refreshed": "ورژنز تازہ کر دیے گئے ہیں۔",
|
|
878
|
+
"Configuration check": "کنفیگریشن چیک",
|
|
879
|
+
"Configuration errors": "کنفیگریشن کی غلطیاں",
|
|
880
|
+
"Configuration checks passed": "ترتیب کی جانچیں کامیابی سے مکمل ہو گئیں",
|
|
881
|
+
"On delete cascade": "حذف پر سلسلہ وار حذف (On Delete Cascade)",
|
|
882
|
+
"If the parent row is deleted, automatically delete the child rows.": "اگر پیرنٹ رو حذف کی جائے تو چائلڈ روز کو خودکار طور پر حذف کر دیں۔",
|
|
883
|
+
"Extra state Formula": "اضافی اسٹیٹ فارمولا",
|
|
884
|
+
"Cannot install unsafe plugins on subdomain tenants": "سب ڈومین ٹیننٹس پر غیر محفوظ پلگ اِنز انسٹال نہیں کیے جا سکتے۔",
|
|
885
|
+
"Default order descending?": "ڈیفالٹ ترتیب نزولی ہو؟",
|
|
886
|
+
"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.": "یہ وہ ویو ہے جس پر فارم جمع ہونے کے بعد صارف کو بھیجا جائے گا۔ یہاں آپ جو ویو متعین کرتے ہیں اسے فارم کے سیاق و سباق کے مطابق نظرانداز بھی کیا جا سکتا ہے، مثال کے طور پر اگر فارم کسی پاپ اَپ میں ظاہر ہو تو ری ڈائریکٹ نہیں ہوگا۔",
|
|
887
|
+
"Destination view": "منزل ویو",
|
|
888
|
+
"Finish": "ختم کریں",
|
|
889
|
+
"Include in full-text search": "فل ٹیکسٹ تلاش میں شامل کریں",
|
|
890
|
+
"Strings": "سٹرنگز",
|
|
891
|
+
"In default language": "بنیادی زبان میں",
|
|
892
|
+
"In %s": "میں %s میں",
|
|
893
|
+
"Enable 2FA": "2FA فعال کریں",
|
|
894
|
+
"Or enter this code:": "یا یہ کوڈ درج کریں:",
|
|
895
|
+
"Disable 2FA": "2FA غیر فعال کریں",
|
|
896
|
+
"Cascade delete to file": "فائل پر کاسکیڈ ڈیلیٹ",
|
|
897
|
+
"Deleting a row will also delete the file referenced by this field": "کسی قطار کو حذف کرنے سے اس فیلڈ کے ذریعے حوالہ دیا گیا فائل بھی حذف ہو جائے گی۔",
|
|
898
|
+
"Has channels?": "کیا چینلز ہیں؟",
|
|
899
|
+
"Channels to create events for. Separate by comma; leave blank for all": "ایونٹس بنانے کے لیے چینلز۔ کوما سے الگ کریں؛ تمام کے لیے خالی چھوڑ دیں۔",
|
|
900
|
+
"Event Name": "ایونٹ کا نام",
|
|
901
|
+
"Plugins (Extensions) Store endpoint": "پلگ اِنز (ایکسٹینشنز) اسٹور اینڈ پوائنٹ",
|
|
902
|
+
"Packs Store endpoint": "پیکس اسٹور اینڈ پوائنٹ",
|
|
903
|
+
"The endpoint of plugins store.": "پلگ اِنز اسٹور کا اینڈ پوائنٹ۔",
|
|
904
|
+
"The endpoint of packs store.": "پیکس اسٹور کا اینڈ پوائنٹ۔",
|
|
905
|
+
"Manual backup": "دستی بیک اپ",
|
|
906
|
+
"Automated backup": "خودکار بیک اَپ",
|
|
907
|
+
"Frequency": "فریکوئنسی",
|
|
908
|
+
"Destination": "منزل",
|
|
909
|
+
"Directory": "ڈائریکٹری",
|
|
910
|
+
"Backup settings updated": "بیک اَپ سیٹنگز اپ ڈیٹ کر دی گئیں۔",
|
|
911
|
+
"Backup successful": "بیک اَپ کامیاب رہا۔",
|
|
912
|
+
"Invalid ownership formula: %s": "ملکیت کا فارمولا غلط ہے: %s",
|
|
913
|
+
"Expiration in days": "ختم ہونے کی مدت (دنوں میں)",
|
|
914
|
+
"Delete old backup files in this directory after the set number of days": "متعین کردہ دنوں کی تعداد کے بعد اس ڈائریکٹری میں موجود پرانی بیک اپ فائلیں حذف کریں",
|
|
915
|
+
"Mobile app": "موبائل ایپ",
|
|
916
|
+
"Build mobile app": "موبائل ایپ بنائیں",
|
|
917
|
+
"Build Result": "بلڈ نتیجہ",
|
|
918
|
+
"Download automated backup": "خودکار بیک اَپ ڈاؤن لوڈ کریں",
|
|
919
|
+
"Restoring automated backup": "خودکار بیک اَپ بحال کرنا",
|
|
920
|
+
"No errors detected during configuration check": "کنفیگریشن چیک کے دوران کوئی خرابی کا پتہ نہیں چلا۔",
|
|
921
|
+
"%s view - %s on %s": "%s ویو - %s بر %s",
|
|
922
|
+
"Please select at least one platform (android or iOS).": "براہِ کرم کم از کم ایک پلیٹ فارم (Android یا iOS) منتخب کریں۔",
|
|
923
|
+
"Back": "واپس",
|
|
924
|
+
"Periodic snapshots enabled": "دوری وقفوں پر اسنیپ شاٹس فعال کر دیے گئے ہیں۔",
|
|
925
|
+
"Snapshot will be made every hour if there are changes": "اگر تبدیلیاں ہوں تو ہر گھنٹے بعد اسنیپ شاٹ لیا جائے گا۔",
|
|
926
|
+
"Snapshots": "سنیپ شاٹس",
|
|
927
|
+
"Snapshot settings updated": "اسنیپ شاٹ سیٹنگز اپ ڈیٹ کر دی گئیں۔",
|
|
928
|
+
"Download snapshots": "اسنیپ شاٹس ڈاؤن لوڈ کریں",
|
|
929
|
+
"Snapshot successful": "اسنیپ شاٹ کامیاب رہا۔",
|
|
930
|
+
"System logging verbosity": "سسٹم لاگنگ کی تفصیل کی سطح",
|
|
931
|
+
"Destination URL Formula": "منزل URL فارمولا",
|
|
932
|
+
"Pattern": "پیٹرن",
|
|
933
|
+
"View pattern": "ویو پیٹرن",
|
|
934
|
+
"The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "ویو پیٹرن اس بات کی بنیاد طے کرتا ہے کہ ویو کا ٹیبل کے ساتھ کیا تعلق ہوگا اور ویو کا برتاؤ (رویّہ) کس طرح ہوگا۔",
|
|
935
|
+
"Views display data from tables. A view is a view pattern applied to a table, with configuration.": "ویوز جدولوں سے ڈیٹا دکھاتے ہیں۔ ایک ویو دراصل کنفیگریشن کے ساتھ کسی جدول پر لاگو کیا گیا ویو پیٹرن ہوتا ہے۔",
|
|
936
|
+
"Modules": "ماڈیولز",
|
|
937
|
+
"Module installation and control": "ماڈیول کی تنصیب اور کنٹرول",
|
|
938
|
+
"Module store": "ماڈیول اسٹور",
|
|
939
|
+
"Module": "ماڈیول",
|
|
940
|
+
"View patterns": "ویو پیٹرنز",
|
|
941
|
+
"%s module information": "%s ماڈیول کی معلومات",
|
|
942
|
+
"Upgrade installed modules": "انسٹال شدہ ماڈیولز کو اپ گریڈ کریں",
|
|
943
|
+
"Add another module": "ایک اور ماڈیول شامل کریں",
|
|
944
|
+
"Add module": "ماڈیول شامل کریں",
|
|
945
|
+
"Module name": "ماڈیول کا نام",
|
|
946
|
+
"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": "انسٹال کے لیے ماڈیول کا ماخذ۔ چند اختیارات: \nnpm - npm ریپوزٹری سے ڈاؤن لوڈ کریں، \nlocal - مقامی فائل سسٹم سے حاصل کریں، \ngithub - GitHub سے ڈاؤن لوڈ کریں، \ngit - Git سے حاصل کریں۔",
|
|
947
|
+
"Version of module, latest is default value": "ماڈیول کا ورژن، تازہ ترین بطور طے شدہ قدر",
|
|
948
|
+
"For npm - name of npm package, e.g. @saltcorn/html or saltcorn-gantt, check at npmjs.com, for local - absolute path to module folder in file system, e.g. C:\\gitsrc\\any-bootstrap-theme\\, for github - name of github project.": "npm کے لیے - npm پیکیج کا نام، مثلاً @saltcorn/html یا saltcorn-gantt، npmjs.com پر چیک کریں؛ \nlocal کے لیے - فائل سسٹم میں ماڈیول فولڈر کا مطلق (absolute) پاتھ، مثلاً C:\\gitsrc\\any-bootstrap-theme\\؛ \ngithub کے لیے - GitHub پروجیکٹ کا نام۔",
|
|
949
|
+
"Modules up-to-date": "ماڈیولز تازہ ترین ہیں۔",
|
|
950
|
+
"User must have this role or higher to read rows from the table, unless they are the owner": "صارف کو جدول سے قطاریں پڑھنے کے لیے کم از کم یہ کردار یا اس سے اعلیٰ کردار ہونا ضروری ہے، جب تک کہ وہ مالک نہ ہو۔",
|
|
951
|
+
"User must have this role or higher to edit or create new rows in the table, unless they are the owner": "صارف کو جدول میں قطاروں میں ترمیم کرنے یا نئی قطاریں بنانے کے لیے کم از کم یہ کردار (یا اس سے اعلیٰ کردار) ہونا چاہیے، جب تک کہ وہ مالک نہ ہو۔",
|
|
952
|
+
"Tagname": "ٹیگ نام",
|
|
953
|
+
"Create tag": "ٹیگ بنائیں",
|
|
954
|
+
"Tags": "ٹیگز",
|
|
955
|
+
"New tag": "نیا ٹیگ",
|
|
956
|
+
"Tag name": "ٹیگ کا نام",
|
|
957
|
+
"%s Tag": "%s ٹیگ",
|
|
958
|
+
"Remove From Tag": "ٹیگ سے ہٹائیں",
|
|
959
|
+
"Add tables": "ٹیبلز شامل کریں",
|
|
960
|
+
"Add views": "ویوز شامل کریں",
|
|
961
|
+
"Add tags": "ٹیگز شامل کریں",
|
|
962
|
+
"Trigger": "ٹرگر",
|
|
963
|
+
"Add %s to tag": "ٹیگ میں %s شامل کریں",
|
|
964
|
+
"Tag %s deleted": "ٹیگ %s حذف کر دیا گیا۔",
|
|
965
|
+
"Tag %s created": "ٹیگ %s بنا دیا گیا ہے",
|
|
966
|
+
"Application diagram": "ایپلیکیشن ڈایاگرام",
|
|
967
|
+
"Diagram": "ڈایاگرام",
|
|
968
|
+
"Entry point": "انٹری پوائنٹ",
|
|
969
|
+
"Platform": "پلیٹ فارم",
|
|
970
|
+
"docker": "ڈوکر",
|
|
971
|
+
"android": "اینڈروئیڈ",
|
|
972
|
+
"iOS": "آئی او ایس",
|
|
973
|
+
"App file": "ایپ فائل",
|
|
974
|
+
"Server URL": "سرور یو آر ایل",
|
|
975
|
+
"Module %s installed, please complete configuration.": "ماڈیول %s انسٹال ہو گیا ہے، براہِ کرم کنفیگریشن مکمل کریں۔",
|
|
976
|
+
"Module %s removed.": "ماڈیول %s ہٹا دیا گیا۔",
|
|
977
|
+
"Module %s installed": "ماڈیول %s انسٹال ہو گیا ہے",
|
|
978
|
+
"Upgrading modules...": "ماڈیولز کو اپ گریڈ کیا جا رہا ہے...",
|
|
979
|
+
"Backup now": "ابھی بیک اپ لیں",
|
|
980
|
+
"Snapshot now": "ابھی اسنیپ شاٹ لیں",
|
|
981
|
+
"Restore/download automated backups »": "خودکار بیک اپ بحال/ڈاؤن لوڈ کریں »",
|
|
982
|
+
"Snapshots store your application structure and definition, without the table data. Individual views and pages can be restored from snapshots from the <a href='/viewedit'>view</a> or <a href='/pageedit'>pages</a> overviews (\"Restore\" from individual page or view dropdowns).": "اسنیپ شاٹس آپ کی ایپلیکیشن کی ساخت اور تعریف کو محفوظ کرتے ہیں، بغیر ٹیبل ڈیٹا کے۔ انفرادی ویوز اور پیجز کو اسنیپ شاٹس سے بحال کیا جا سکتا ہے، <a href='/viewedit'>ویو</a> یا <a href='/pageedit'>پیجز</a> کے اوورویوز سے (ہر پیج یا ویو کے ڈراپ ڈاؤن میں موجود \"Restore\" آپشن کے ذریعے)۔",
|
|
983
|
+
"List/download snapshots »": "اسنیپ شاٹس کی فہرست/ڈاؤن لوڈ کریں »",
|
|
984
|
+
"Discover tables that are already in the Database, but not known to Saltcorn": "ان ٹیبلز کو دریافت کریں جو پہلے سے ڈیٹا بیس میں موجود ہیں لیکن Saltcorn کے لیے نامعلوم ہیں۔",
|
|
985
|
+
"Split paste": "اسپلِٹ پیسٹ",
|
|
986
|
+
"Separate paste content into separate inputs": "چسپاں کیے گئے مواد کو الگ الگ ان پٹس میں تقسیم کریں۔",
|
|
987
|
+
"Add entries to tag": "ٹیگ میں اندراجات شامل کریں",
|
|
988
|
+
"Add pages": "صفحے شامل کریں",
|
|
989
|
+
"Add triggers": "ٹرگرز شامل کریں",
|
|
990
|
+
"Formula value": "فارمولہ ویلیو",
|
|
991
|
+
"The build was successfully": "بلڈ کامیابی کے ساتھ مکمل ہو گیا۔",
|
|
992
|
+
"Unable to build the app": "ایپ کو بلڈ کرنے میں ناکامی",
|
|
993
|
+
"Add tag": "ٹیگ شامل کریں",
|
|
994
|
+
"Create new row": "نئی قطار بنائیں",
|
|
995
|
+
"Specify how to create a new row": "یہ وضاحت کریں کہ نیا row کیسے بنایا جائے۔",
|
|
996
|
+
"Preview": "پری ویو",
|
|
997
|
+
"Minimum role updated": "کم از کم کردار کو اپ ڈیٹ کر دیا گیا ہے۔",
|
|
998
|
+
"Module not found": "ماڈیول نہیں ملا",
|
|
999
|
+
"View %s not found": "ویو %s نہیں ملا",
|
|
1000
|
+
"Query %s not found": "کوئری %s نہیں ملی۔",
|
|
1001
|
+
"Open": "کھولیں",
|
|
1002
|
+
"Only the android build supports docker.": "صرف اینڈرائیڈ بلڈ ہی ڈوکر کو سپورٹ کرتا ہے۔",
|
|
1003
|
+
"Please enter a valid server URL.": "براہِ کرم ایک درست سرور URL درج کریں۔",
|
|
1004
|
+
"Table access": "ٹیبل تک رسائی",
|
|
1005
|
+
"Download one of the backups above": "اوپر دی گئی بیک اپ فائلوں میں سے کسی ایک کو ڈاؤن لوڈ کریں۔",
|
|
1006
|
+
"Clear this application": "اس ایپلیکیشن کو صاف کریں",
|
|
1007
|
+
"(tick all boxes)": "(تمام خانے منتخب کریں)",
|
|
1008
|
+
"When prompted to create the first user, click the link to restore a backup": "جب پہلے صارف کو بنانے کا پرامپٹ آئے، تو بیک اپ بحال کرنے کے لیے لنک پر کلک کریں۔",
|
|
1009
|
+
"Select the downloaded backup file": "ڈاؤن لوڈ کی گئی بیک اپ فائل منتخب کریں",
|
|
1010
|
+
"Units": "یونٹس",
|
|
1011
|
+
"Descending?": "نزولی؟",
|
|
1012
|
+
"Small": "چھوٹا",
|
|
1013
|
+
"Medium": "درمیانہ",
|
|
1014
|
+
"Large": "بڑا",
|
|
1015
|
+
"Extra-large": "اضافی بڑا",
|
|
1016
|
+
"Please select at least one item": "براہِ کرم کم از کم ایک آئٹم منتخب کریں۔",
|
|
1017
|
+
"Only include rows where this formula is true. ": "صرف وہی سطور شامل کریں جہاں یہ فارمولا درست ہو۔",
|
|
1018
|
+
"Use %s to access current user ID": "موجودہ صارف کا ID حاصل کرنے کے لیے %s استعمال کریں۔",
|
|
1019
|
+
"Action not found": "ایکشن نہیں ملا",
|
|
1020
|
+
"Development settings": "ڈیولپمنٹ سیٹنگز",
|
|
1021
|
+
"All entities": "تمام اینٹیٹیز",
|
|
1022
|
+
"no tags": "کوئی ٹیگز نہیں",
|
|
1023
|
+
"Development mode settings updated": "ڈیولپمنٹ موڈ کی سیٹنگز اپ ڈیٹ کر دی گئی ہیں۔",
|
|
1024
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "لوکیل شناخت کار مختصر کوڈ، مثلاً en، zh، fr، ar وغیرہ۔",
|
|
1025
|
+
"Is this the default language in which the application is built?": "کیا یہ وہ طے شدہ (ڈیفالٹ) زبان ہے جس میں ایپلیکیشن تیار کی گئی ہے؟",
|
|
1026
|
+
"Database type": "ڈیٹابیس کی قسم",
|
|
1027
|
+
"Database schema name": "ڈیٹا بیس اسکیما نام",
|
|
1028
|
+
"Database user": "ڈیٹا بیس صارف",
|
|
1029
|
+
"Database host": "ڈیٹا بیس ہوسٹ",
|
|
1030
|
+
"Database port": "ڈیٹا بیس پورٹ",
|
|
1031
|
+
"Creator email": "خالق کا ای میل",
|
|
1032
|
+
"Create tenant warning text": "کرایہ دار (ٹیننٹ) بنانے کے لیے انتباہی متن تیار کریں۔",
|
|
1033
|
+
"Provide your own create warning text if need": "ضرورت پڑنے پر اپنی مرضی کا وارننگ ٹیکسٹ فراہم کریں۔",
|
|
1034
|
+
"Specify some description for tenant if need": "ضرورت پڑنے پر کرایہ دار (tenant) کے لیے کچھ وضاحت/تفصیل متعین کریں۔",
|
|
1035
|
+
"Created": "تخلیق کیا گیا",
|
|
1036
|
+
"First user E-mail": "پہلا صارف ای میل",
|
|
1037
|
+
"HTTP settings": "HTTP سیٹنگز",
|
|
1038
|
+
"Login and Signup": "لاگ اِن اور سائن اَپ",
|
|
1039
|
+
"Rights": "حقوق",
|
|
1040
|
+
"Rights settings": "رائٹس سیٹنگز",
|
|
1041
|
+
"Database name": "ڈیٹابیس کا نام",
|
|
1042
|
+
"Database schema": "ڈیٹا بیس اسکیما",
|
|
1043
|
+
"If the parent row is deleted, do this to the child rows.": "اگر بنیادی (parent) صف حذف ہو جائے تو تابع (child) صفوں کے ساتھ یہ کارروائی کریں۔",
|
|
1044
|
+
"On delete": "حذف کے وقت",
|
|
1045
|
+
"Permissions": "اجازتیں",
|
|
1046
|
+
"Permissions settings": "اجازتوں کی ترتیبات",
|
|
1047
|
+
"Files accept filter ": "فائلوں کے قابل قبول فلٹر",
|
|
1048
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "یہ وضاحت کرتا ہے کہ فائل اِن پٹ ڈائیلاگ باکس میں صارف کن فائل ٹائپس میں سے انتخاب کر سکتا ہے۔ مثال: `.doc,audio/*,video/*,image/*`",
|
|
1049
|
+
"Permissions settings updated": "اجازت کی ترتیبات کو اپ ڈیٹ کر دیا گیا ہے۔",
|
|
1050
|
+
"Upload file(s)": "فائل(ز) اپ لوڈ کریں",
|
|
1051
|
+
"Specifies a filter for what file types the user can pick from the file input dialog box. Example is `text/csv,audio/*,video/*,image/*`": "یہ وضاحت کرتا ہے کہ فائل ان پٹ ڈائیلاگ باکس میں صارف کن قسم کی فائلیں منتخب کر سکتا ہے۔ مثال کے طور پر: `text/csv,audio/*,video/*,image/*`",
|
|
1052
|
+
"Default Files accept filter": "ڈیفالٹ فائلز ایکسیپٹ فلٹر",
|
|
1053
|
+
"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/*`": "وضاحت کرتا ہے کہ فائل اِن پٹ ڈائیلاگ باکس میں صارف کن قسم کی فائلیں منتخب کر سکتا ہے، اس کے لیے ڈیفالٹ فلٹر کیا ہو گا۔ مثال کے طور پر: \n`.doc, text/csv, audio/*, video/*, image/*`",
|
|
1054
|
+
"Destination page": "منزل صفحہ",
|
|
1055
|
+
"Module Store endpoint": "ماڈیول اسٹور اینڈ پو ائنٹ",
|
|
1056
|
+
"Authentication settings updated": "توثیق کی ترتیبات کو اپ ڈیٹ کر دیا گیا ہے",
|
|
1057
|
+
"Log client errors": "کلائنٹ کی غلطیوں کو لاگ کریں",
|
|
1058
|
+
"Record all client errors in the crash log": "تمام کلائنٹ ایررز کو کریش لاگ میں ریکارڈ کریں۔",
|
|
1059
|
+
"Default File accept filter": "ڈیفالٹ فائل قبولیت فلٹر",
|
|
1060
|
+
"File upload debug": "فائل اپ لوڈ ڈیبگ",
|
|
1061
|
+
"Turn on to debug file upload in express-fileupload.": "ایکسپریس فائل اپ لوڈ (express-fileupload) میں فائل اپ لوڈ کی ڈیبگنگ آن کریں۔",
|
|
1062
|
+
"Upload size limit (Kb)": "اپ لوڈ سائز کی حد (کلو بائٹ)",
|
|
1063
|
+
"Maximum upload file size in kilobytes": "زیادہ سے زیادہ اپ لوڈ فائل سائز (کلو بائٹس میں)",
|
|
1064
|
+
"File upload timeout": "فائل اپ لوڈ ٹائم آؤٹ",
|
|
1065
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "فائل اپ لوڈ منسوخ کرنے سے پہلے ڈیٹا کے لیے کتنی دیر تک انتظار کرنا ہے، اس کی مدت متعین کرتا ہے۔ اگر آپ ٹائم آؤٹ چیک کو بند کرنا چاہتے ہیں تو اسے 0 پر سیٹ کریں۔",
|
|
1066
|
+
"Files settings": "فائلز کی سیٹنگز",
|
|
1067
|
+
"NPM packages in code": "کوڈ میں NPM پیکجز",
|
|
1068
|
+
"Comma-separated list of packages which will be available in JavaScript actions": "جاوا اسکرپٹ ایکشنز میں دستیاب ہونے والے پیکیجز کی کاما سے جدا کی گئی فہرست",
|
|
1069
|
+
"Become user": "صارف بنیں",
|
|
1070
|
+
"Your are now logged in as %s. Logout and login again to assume your usual identity": "آپ اب %s کے طور پر لاگ اِن ہیں۔ لاگ آؤٹ کریں اور دوبارہ لاگ اِن ہوں تاکہ اپنی معمول کی شناخت استعمال کر سکیں۔",
|
|
1071
|
+
"Done": "مکمل ہوا۔",
|
|
1072
|
+
"Configure trigger %s": "ٹرگر %s تشکیل دیں",
|
|
1073
|
+
"Saved 2FA policy for role": "رول کے لیے محفوظ کردہ 2FA پالیسی",
|
|
1074
|
+
"HTTP settings updated": "HTTP سیٹنگز کو اپ ڈیٹ کر دیا گیا۔",
|
|
1075
|
+
"%s configuration": "%s کنفیگریشن",
|
|
1076
|
+
"Save indicator": "محفوظی اشارہ",
|
|
1077
|
+
"Public cache TTL (minutes)": "پبلک کیش TTL (منٹوں میں)",
|
|
1078
|
+
"Cache-control max-age for public views and pages. 0 to disable": "پبلک ویوز اور پیجز کے لیے Cache-Control max-age۔ غیر فعال کرنے کے لیے 0 استعمال کریں۔",
|
|
1079
|
+
"Files accept filter": "فائلوں کے قبولیت کا فلٹر",
|
|
1080
|
+
"User group": "صارف گروپ",
|
|
1081
|
+
"Add relations to this table in dropdown options for ownership field": "ملکیت کے فیلڈ کے لیے ڈراپ ڈاؤن آپشنز میں اس جدول کے ساتھ ریلیشنز شامل کریں۔",
|
|
1082
|
+
"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.": "آپ کے پاس ایسی ویوز ہیں جن کا رسائی رول ٹیبل کے ریڈ رول سے کم ہے، اور ان کے پاس ٹیبل اونرشپ بھی نہیں ہے۔ اس سے رسائی کی نفی (denial of access) ہو سکتی ہے۔ صارفین کو کسی بھی ظاہر کیے جانے والے ڈیٹا کے لیے متعلقہ ٹیبل پر ریڈ رسائی ہونا لازمی ہے۔",
|
|
1083
|
+
"Views potentially affected": "ممکنہ طور پر متاثر ہونے والی ویوز",
|
|
1084
|
+
"Empty view": "خالی ویو",
|
|
1085
|
+
"A view that will be shown only if there are no tables rows to show": "ایسا ویو جو صرف اس صورت میں دکھایا جائے گا جب ظاہر کرنے کے لیے ٹیبل کی کوئی رو موجود نہ ہو۔",
|
|
1086
|
+
"Calculated field will be stored in Database": "حساب شدہ فیلڈ ڈیٹا بیس میں محفوظ کی جائے گی۔",
|
|
1087
|
+
"Set Email": "ای میل مقرر کریں",
|
|
1088
|
+
"Please enter your email address": "براہِ کرم اپنا ای میل ایڈریس درج کریں",
|
|
1089
|
+
"Role for search": "تلاش کے لیے رول",
|
|
1090
|
+
"Min role to access search page": "تلاش کے صفحے تک رسائی کے لیے کم از کم کردار (Min Role)",
|
|
1091
|
+
"Update": "اپ ڈیٹ",
|
|
1092
|
+
"Add": "شامل کریں",
|
|
1093
|
+
"Recalculate dynamic": "حرکی کو دوبارہ حساب کریں",
|
|
1094
|
+
"Force logout": "زبردستی لاگ آؤٹ",
|
|
1095
|
+
"Logged out user %s": "لاگ آؤٹ شدہ صارف %s",
|
|
1096
|
+
"Reset password link sent to %s": "پاس ورڈ ری سیٹ کرنے کا لنک %s پر بھیج دیا گیا ہے",
|
|
1097
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "ہم آپ سے درخواست کرتے ہیں کہ آپ اپنا پاس ورڈ %s پر تبدیل کریں۔ آپ اس لنک کے ذریعے اپنا نیا پاس ورڈ سیٹ کر سکتے ہیں:",
|
|
1098
|
+
"Welcome to %s": "%s میں خوش آمدید",
|
|
1099
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "ہم نے آپ کے لیے %s پر ایک اکاؤنٹ بنا دیا ہے۔ آپ اس لنک کے ذریعے اپنا نیا پاس ورڈ سیٹ کر سکتے ہیں:",
|
|
1100
|
+
"Use this link to access the application once you have set your password: %s": "اپنا پاس ورڈ سیٹ کرنے کے بعد اس لنک کا استعمال کرتے ہوئے ایپلیکیشن تک رسائی حاصل کریں: %s",
|
|
1101
|
+
"Tag: %s": "ٹیگ: %s",
|
|
1102
|
+
"Tag entry": "ٹیگ اندراج",
|
|
1103
|
+
"Clear": "صاف کریں",
|
|
1104
|
+
"Restore a snapshot": "اسنیپ شاٹ بحال کریں",
|
|
1105
|
+
"Snapshot restored": "اسنیپ شاٹ بحال کر دیا گیا۔",
|
|
1106
|
+
"Configuration check report": "کنفیگریشن چیک رپورٹ",
|
|
1107
|
+
"Re-run": "دوبارہ چلائیں",
|
|
1108
|
+
"Add constraint:": "پابندی شامل کریں:",
|
|
1109
|
+
"Index": "انڈیکس",
|
|
1110
|
+
"Add constraint: ": "پابندی شامل کریں:",
|
|
1111
|
+
"Choose the field to be indexed": "انڈیکس کیے جانے والا فیلڈ منتخب کریں۔",
|
|
1112
|
+
"Constraint formula": "پابندی فارمولا",
|
|
1113
|
+
"Formula must evaluate to true for valid rows. In scope: ": "فارمولہ کو درست قطاروں کے لیے لازماً true پر evaluate ہونا چاہیے۔ دائرہ کار میں:",
|
|
1114
|
+
"Add %s constraint to %s": "%s پر %s پابندی شامل کریں",
|
|
1115
|
+
"What": "کیا",
|
|
1116
|
+
"Choose the field to be indexed. This make searching the table faster.": "انڈیکس کیے جانے والا فیلڈ منتخب کریں۔ اس سے جدول میں تلاش تیز ہو جاتی ہے۔",
|
|
1117
|
+
"Disk usage": "ڈسک کا استعمال",
|
|
1118
|
+
"CPU usage": "CPU استعمال",
|
|
1119
|
+
"Mem usage": "میم یوزج",
|
|
1120
|
+
"The field that will be shown to the user when choosing a value": "وہ فیلڈ جو کسی ویلیو کے انتخاب کے وقت صارف کو دکھایا جائے گا",
|
|
1121
|
+
"String value must match regular expression": "اسٹرنگ ویلیو کو ریگولر ایکسپریشن سے میچ کرنا لازمی ہے۔",
|
|
1122
|
+
"Modules up-to-date. Please restart server": "ماڈیولز تازہ ترین ہیں۔ براہِ کرم سرور کو دوبارہ شروع کریں۔",
|
|
1123
|
+
"Install git plugins": "گیٹ پلگ اِنز انسٹال کریں",
|
|
1124
|
+
"Set available npm modules": "دستیاب npm ماڈیولز سیٹ کریں",
|
|
1125
|
+
"Only store modules can be installed on tenant instances": "صرف اسٹور ماڈیولز کو ٹیننٹ انسٹننسز پر انسٹال کیا جا سکتا ہے۔",
|
|
1126
|
+
"Unsafe modules": "غیر محفوظ ماڈیولز",
|
|
1127
|
+
"Notifications": "اطلاعات",
|
|
1128
|
+
"No notifications": "کوئی نوٹیفیکیشن نہیں",
|
|
1129
|
+
"In user menu": "یوزر مینو میں",
|
|
1130
|
+
"Show notifications in the user menu": "یوزر مینو میں نوٹیفیکیشنز دکھائیں",
|
|
1131
|
+
"Notification settings": "نوٹیفیکیشن سیٹنگز",
|
|
1132
|
+
"PWA": "پی ڈبلیو اے",
|
|
1133
|
+
"Progressive Web Application": "پروگریسیو ویب ایپلیکیشن",
|
|
1134
|
+
"Display": "ڈسپلے",
|
|
1135
|
+
"Progressive Web Application enabled": "پروگریسیو ویب ایپلیکیشن فعال کر دی گئی ہے۔",
|
|
1136
|
+
"Saltcorn test email": "سالٹ کارن ٹیسٹ ای میل",
|
|
1137
|
+
"Hello from Saltcorn": "سالٹ کارن کی طرف سے سلام",
|
|
1138
|
+
"Set colors": "رنگ سیٹ کریں",
|
|
1139
|
+
"Theme color": "تھیم کا رنگ",
|
|
1140
|
+
"Background color": "پس منظر کا رنگ",
|
|
1141
|
+
"Table provider": "ٹیبل پرووائیڈر",
|
|
1142
|
+
"Database table": "ڈیٹا بیس ٹیبل",
|
|
1143
|
+
"Configure provider": "پرووائیڈر تشکیل دیں",
|
|
1144
|
+
"In scope:": "دائرہ کار میں:",
|
|
1145
|
+
"SSL expiry": "SSL میعاد ختم ہونے کی تاریخ",
|
|
1146
|
+
"A page with this name already exists": "اس نام کا ایک صفحہ پہلے سے موجود ہے",
|
|
1147
|
+
"Tenant Base URL": "ٹی ننٹ بیس یو آر ایل",
|
|
1148
|
+
"Base hostname for newly created tenants. If unset, defaults to hostname": "نئے بنائے گئے ٹیننٹس کے لیے بنیادی ہوسٹ نیم۔ اگر سیٹ نہ ہو تو بطور ڈیفالٹ موجودہ ہوسٹ نیم استعمال ہوگا۔",
|
|
1149
|
+
"Redirect unauthorized": "غیر مجاز صارف کو ری ڈائریکٹ کریں",
|
|
1150
|
+
"If tenant creation is not authorized, redirect to this URL": "اگر ٹیننٹ کی تخلیق کی اجازت نہ ہو تو اس URL پر ری ڈائریکٹ کریں۔",
|
|
1151
|
+
"Import table %s": "ٹیبل %s درآمد کریں",
|
|
1152
|
+
"Import CSV": "CSV درآمد کریں",
|
|
1153
|
+
"Show configuration object": "کنفیگریشن آبجیکٹ دکھائیں",
|
|
1154
|
+
"Connected views": "منسلک ویوز",
|
|
1155
|
+
"Tenant application capabilities": "کرایہ دار (ٹیننٹ) ایپلیکیشن کی صلاحیتیں",
|
|
1156
|
+
"Edit Module": "ماڈیول میں ترمیم کریں",
|
|
1157
|
+
"Roles 2-10 are reserved": "رولز 2 تا 10 محفوظ ہیں۔",
|
|
1158
|
+
"Role IDs 2-10 are reserved": "رول IDs 2-10 محفوظ ہیں۔",
|
|
1159
|
+
"Allow offline mode": "آف لائن موڈ کی اجازت دیں",
|
|
1160
|
+
"Embedded in": "ایمبیڈ کیا ہوا",
|
|
1161
|
+
"Linked from": "سے منسلک",
|
|
1162
|
+
"Table constraints": "ٹیبل کی پابندیاں",
|
|
1163
|
+
"Event logs": "ایونٹ لاگز",
|
|
1164
|
+
"Migrations": "مائیگریشنز",
|
|
1165
|
+
"Tag Entries": "ٹیگ اندراجات",
|
|
1166
|
+
"Not a valid field name": "درست فیلڈ نام نہیں ہے۔",
|
|
1167
|
+
"Set a default value for missing data": "غائب ڈیٹا کے لیے ایک طے شدہ (ڈیفالٹ) ویلیو مقرر کریں",
|
|
1168
|
+
"Create model": "ماڈل بنائیں",
|
|
1169
|
+
"Models": "ماڈلز",
|
|
1170
|
+
"New model": "نیا ماڈل",
|
|
1171
|
+
"Show model": "ماڈل دکھائیں",
|
|
1172
|
+
"Model instances": "ماڈل انسٹینسز",
|
|
1173
|
+
"Trained": "ٹرینڈ",
|
|
1174
|
+
"Train new instance": "نئی انسٹینس کو ٹرین کریں",
|
|
1175
|
+
"Train model": "ماڈل کو تربیت دیں",
|
|
1176
|
+
"Train": "ٹرین",
|
|
1177
|
+
"Report": "رپورٹ",
|
|
1178
|
+
"Model training report": "ماڈل ٹریننگ رپورٹ",
|
|
1179
|
+
"Model training error": "ماڈل ٹریننگ کی خرابی",
|
|
1180
|
+
"Training error": "ٹریننگ ایرر",
|
|
1181
|
+
"Model": "ماڈل",
|
|
1182
|
+
"Model instance": "ماڈل انسٹینس",
|
|
1183
|
+
"Prediction output": "پیش گوئی کا آؤٹ پٹ",
|
|
1184
|
+
"Table triggers: ": "ٹیبل ٹرگرز:",
|
|
1185
|
+
"App name": "ایپ کا نام",
|
|
1186
|
+
"App icon": "ایپ آئیکن",
|
|
1187
|
+
"Splash Page": "اسپلَش پیج",
|
|
1188
|
+
"App version": "ایپ ورژن",
|
|
1189
|
+
"Forgot password?": "کیا آپ اپنا پاس ورڈ بھول گئے ہیں؟",
|
|
1190
|
+
"Details": "تفصیلات",
|
|
1191
|
+
"URL is a formula?": "کیا URL ایک فارمولا ہے؟",
|
|
1192
|
+
"Receive notifications by:": "اطلاعات موصول کرنے کا طریقہ:",
|
|
1193
|
+
"Backup settings": "بیک اَپ سیٹنگز",
|
|
1194
|
+
"Logo image": "لوگو کی تصویر",
|
|
1195
|
+
"Custom code": "کسٹم کوڈ",
|
|
1196
|
+
"Extension store": "ایکسٹینشن اسٹور",
|
|
1197
|
+
"Backup file prefix": "بیک اپ فائل پری فکس",
|
|
1198
|
+
"Directory for backup files": "بیک اَپ فائلوں کے لیے ڈائریکٹری",
|
|
1199
|
+
"Backup File Prefix": "بیک اَپ فائل کا سابقہ",
|
|
1200
|
+
"Search for...": "...تلاش کریں",
|
|
1201
|
+
"Every 5 minutes": "ہر 5 منٹ بعد",
|
|
1202
|
+
"Not scheduled but can be run as an action from a button click": "شیڈول نہیں ہے لیکن بٹن کلک سے ایک ایکشن کے طور پر چلایا جا سکتا ہے۔",
|
|
1203
|
+
"Fixed and blocked fields": "مستقل اور مسدود فیلڈز",
|
|
1204
|
+
"Do not allow the following fields to have a value set from the query string or state": "درج ذیل فیلڈز کو اس بات کی اجازت نہ دیں کہ ان کی ویلیو کوئری اسٹرنگ یا اسٹیٹ سے سیٹ کی جائے۔",
|
|
1205
|
+
"Action configuration saved": "ایکشن کی تشکیل محفوظ کر دی گئی ہے",
|
|
1206
|
+
"Prevent any deletion of parent rows": "والد قطاروں کی کسی بھی حذف کو روکیں",
|
|
1207
|
+
"If the parent row is deleted, set key fields on child rows to null": "اگر پیرنٹ صف حذف ہو جائے تو چائلڈ صفوں میں کلیدی فیلڈز کو NULL پر سیٹ کریں۔",
|
|
1208
|
+
"Link out?": "بیرونی لنک؟",
|
|
1209
|
+
"Show a link to open popup contents in new tab": "پاپ اَپ کے مشمولات کو نئی ٹیب میں کھولنے کے لیے ایک لنک دکھائیں",
|
|
1210
|
+
"Model %s deleted": "ماڈل %s حذف کر دیا گیا۔",
|
|
1211
|
+
"Model instance %s deleted": "ماڈل انسٹینس %s حذف کر دیا گیا ہے۔",
|
|
1212
|
+
"Action information saved": "ایکشن کی معلومات محفوظ کر دی گئی ہیں۔",
|
|
1213
|
+
"JavaScript code:": "جاوا اسکرپٹ کوڈ:",
|
|
1214
|
+
"code here": "کوڈ یہاں",
|
|
1215
|
+
"Page '%s' was loaded": "صفحہ '%s' لوڈ ہو گیا تھا",
|
|
1216
|
+
"View '%s' was loaded": "ویو '%s' لوڈ ہو گیا تھا",
|
|
1217
|
+
"Error message": "خرابی کا پیغام",
|
|
1218
|
+
"Error shown to user if uniqueness is violated": "اگر یکتائی (uniqueness) کی خلاف ورزی ہو جائے تو صارف کو دکھایا جانے والا خرابی پیغام",
|
|
1219
|
+
"Protected": "محفوظ",
|
|
1220
|
+
"Set role to access": "رول کو رسائی کے لیے سیٹ کریں",
|
|
1221
|
+
"User must have this role or higher to update or create field values": "فیلڈ ویلیوز کو اپ ڈیٹ یا تخلیق کرنے کے لیے صارف کے پاس یہ رول یا اس سے بلند درجہ کا رول ہونا لازمی ہے۔",
|
|
1222
|
+
"Disable on mobile": "موبائل پر غیر فعال کریں",
|
|
1223
|
+
"moment.js format specifier": "moment.js فارمیٹ اسپیسیفائر",
|
|
1224
|
+
"Primary button": "پرائمری بٹن",
|
|
1225
|
+
"Secondary button": "ثانوی بٹن",
|
|
1226
|
+
"Success button": "کامیابی بٹن",
|
|
1227
|
+
"Danger button": "خطر کا بٹن",
|
|
1228
|
+
"Primary outline button": "پرائمری آؤٹ لائن بٹن",
|
|
1229
|
+
"Secondary outline button": "سیکنڈری آؤٹ لائن بٹن",
|
|
1230
|
+
"Standard": "معیاری",
|
|
1231
|
+
"X-Small": "انتہائی چھوٹا",
|
|
1232
|
+
"Block": "بلاک",
|
|
1233
|
+
"Large block": "بڑا بلاک",
|
|
1234
|
+
"Formula for JavaScript object that will be added to state parameters": "اسٹیٹ پیرامیٹرز میں شامل کیے جانے والے جاوا اسکرپٹ آبجیکٹ کے لیے فارمولا",
|
|
1235
|
+
"Alignment": "الائنمنٹ",
|
|
1236
|
+
"Click to edit?": "ترمیم کے لیے کلک کریں؟",
|
|
1237
|
+
"Format": "فارمیٹ",
|
|
1238
|
+
"Table Synchronization": "ٹیبل ہم آہنگی",
|
|
1239
|
+
"unsynched": "غیر ہم آہنگ",
|
|
1240
|
+
"synched": "ہم آہنگ کیا گیا",
|
|
1241
|
+
"Sync information": "ہم وقت سازی کی معلومات",
|
|
1242
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "سنک کی معلومات آخری ترمیم یا حذف ہونے کے ٹائم اسٹیمپ کو ٹریک کرتی ہیں تاکہ ٹیبل کا ڈیٹا موبائل ایپ کے ساتھ ہم آہنگ (سینکرونائز) کیا جا سکے۔",
|
|
1243
|
+
"Included Plugins": "شامل کردہ پلگ اِنز",
|
|
1244
|
+
"exclude": "خارج کریں",
|
|
1245
|
+
"include": "شامل کریں",
|
|
1246
|
+
"Auto public login": "خودکار عوامی لاگ اِن",
|
|
1247
|
+
"New user view": "نیا صارف ویو",
|
|
1248
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "نئے صارفین کو دکھانے کے لیے ایک ویو، تاکہ رجسٹریشن کو حتمی شکل دی جا سکے (اگر ایڈٹ ہو) یا بطور خوش آمدیدی ویو استعمال ہو۔",
|
|
1249
|
+
"View decoration": "ویو ڈیکوریشن",
|
|
1250
|
+
"Title formula": "عنوان فارمولا",
|
|
1251
|
+
"Show if true": "اگر درست ہو تو دکھائیں",
|
|
1252
|
+
"Formula. Leave blank to always show": "فارمولا۔ ہمیشہ دکھانے کے لیے خالی چھوڑ دیں",
|
|
1253
|
+
"Popup width": "پاپ اَپ کی چوڑائی",
|
|
1254
|
+
"Show an icon in the title bar to indicate when form data is being saved": "فارم ڈیٹا محفوظ ہوتے وقت اس کی نشاندہی کے لیے ٹائٹل بار میں ایک آئیکن دکھائیں",
|
|
1255
|
+
"install a different version": "ایک مختلف ورژن انسٹال کریں",
|
|
1256
|
+
"%s versions": "%s ورژنز",
|
|
1257
|
+
"Close": "بند کریں",
|
|
1258
|
+
"Module up-to-date": "ماڈیول تازہ ترین ہے",
|
|
1259
|
+
"Module '%s' not found": "ماڈیول '%s' نہیں ملا",
|
|
1260
|
+
"Module %s not found": "ماڈیول %s نہیں ملا",
|
|
1261
|
+
"Include Event Logs": "ایونٹ لاگز شامل کریں",
|
|
1262
|
+
"Backup with event logs": "ایونٹ لاگز کے ساتھ بیک اپ",
|
|
1263
|
+
"Initially open": "ابتدائی طور پر کھلا",
|
|
1264
|
+
"Not a valid pack": "درست پیک نہیں ہے۔",
|
|
1265
|
+
"Pack file": "پیک فائل",
|
|
1266
|
+
"Upload a pack file": "ایک پیک فائل اپ لوڈ کریں",
|
|
1267
|
+
"No menu": "کوئی مینو نہیں",
|
|
1268
|
+
"Omit the menu from this page": "اس صفحے سے مینو کو حذف کریں۔",
|
|
1269
|
+
"%s finished without a result": "%s نتیجہ کے بغیر مکمل ہوا",
|
|
1270
|
+
"Body size limit (Kb)": "باڈی سائز کی حد (کلو بائٹ)",
|
|
1271
|
+
"Maximum request body size in kilobytes": "زیادہ سے زیادہ ریکویسٹ باڈی سائز (کلو بائٹس میں)",
|
|
1272
|
+
"URL encoded size limit (Kb)": "یو آر ایل اینکوڈڈ سائز کی حد (کلو بائٹس میں)",
|
|
1273
|
+
"Maximum URL encoded request size in kilobytes": "زیادہ سے زیادہ URL اِنکوڈ کی گئی ریکویسٹ کا سائز (کلو بائٹس میں)",
|
|
1274
|
+
"HTML file": "HTML فائل",
|
|
1275
|
+
"HTML file to use as page content": "صفحہ کے مواد کے طور پر استعمال ہونے والی HTML فائل",
|
|
1276
|
+
"Offline mode: cannot load file": "آف لائن موڈ: فائل لوڈ نہیں کی جا سکتی۔",
|
|
1277
|
+
"None - use drag and drop builder": "کوئی نہیں - ڈریگ اینڈ ڈراپ بلڈر استعمال کریں",
|
|
1278
|
+
"Do not pick or compare time": "وقت منتخب یا موازنہ نہ کریں",
|
|
1279
|
+
"Installed theme": "انسٹال شدہ تھیم",
|
|
1280
|
+
"Theme for role": "رول کے لیے تھیم",
|
|
1281
|
+
"Set theme for each user role »": "ہر صارف کے کردار کے لیے تھیم سیٹ کریں »",
|
|
1282
|
+
"Available themes": "دستیاب تھیمز",
|
|
1283
|
+
"Install more themes »": "مزید تھیمز انسٹال کریں »",
|
|
1284
|
+
"Configure action": "ایکشن تشکیل دیں",
|
|
1285
|
+
"No changes detected, snapshot skipped": "کوئی تبدیلی نہیں پائی گئی، اسنیپ شاٹ چھوڑ دیا گیا۔",
|
|
1286
|
+
"Cannot remove module: views %s depend on it": "ماڈیول کو ہٹایا نہیں جا سکتا: ویوز %s اس پر منحصر ہیں",
|
|
1287
|
+
"The view name is part of the URL when it is shown alone.": "جب ویو اکیلا دکھایا جاتا ہے تو ویو کا نام URL کا حصہ ہوتا ہے۔",
|
|
1288
|
+
"Exclusion relations": "اخراجی تعلقات",
|
|
1289
|
+
"Do not include row if this relation has a match": "اگر اس relation میں کوئی مطابقت (match) ہو تو row شامل نہ کریں۔",
|
|
1290
|
+
"Exclusion where": "استثناء جہاں",
|
|
1291
|
+
"Hoverable rows": "ہوور کے قابل قطاریں",
|
|
1292
|
+
"Highlight row under cursor": "کرسر کے نیچے والی قطار کو نمایاں کریں",
|
|
1293
|
+
"Striped rows": "پٹی دار قطاریں",
|
|
1294
|
+
"Add zebra stripes to rows": "قطاروں میں زیبرا اسٹرائپس شامل کریں",
|
|
1295
|
+
"New page group": "نیا پیج گروپ",
|
|
1296
|
+
"Page Groups": "صفحہ گروپس",
|
|
1297
|
+
"%s edit": "%s ترمیم کریں",
|
|
1298
|
+
"Members": "اراکین",
|
|
1299
|
+
"Add member": "رکن شامل کریں",
|
|
1300
|
+
"Edit group properties": "گروپ کی خصوصیات میں ترمیم کریں",
|
|
1301
|
+
"Page to be served": "پیش کی جانے والی صفحہ",
|
|
1302
|
+
"A description of the group member": "گروپ رکن کی وضاحت",
|
|
1303
|
+
"Eligible Formula": "اہلیت فارمولا",
|
|
1304
|
+
"Formula to determine if this page should be served.": "یہ فارمولا طے کرتا ہے کہ آیا یہ صفحہ سرور کیا جانا چاہیے۔",
|
|
1305
|
+
"Cancel": "منسوخ کریں",
|
|
1306
|
+
"%s add-member": "%s ممبر شامل کریں",
|
|
1307
|
+
"add-member": "رکن شامل کریں",
|
|
1308
|
+
"add member to %s": "%s میں رکن شامل کریں",
|
|
1309
|
+
"Added member": "ارکان شامل کر دیا گیا",
|
|
1310
|
+
"Member %s": "رکن %s",
|
|
1311
|
+
"Updated member": "اپ ڈیٹ شدہ ممبر",
|
|
1312
|
+
"%s edit-member": "%s ممبر میں ترمیم کریں",
|
|
1313
|
+
"edit member of %s": "%s کے رکن کو ترمیم کریں",
|
|
1314
|
+
"Removed member %s": "رکن %s کو ہٹا دیا گیا ہے",
|
|
1315
|
+
"Deleted page group %s": "حذف شدہ صفحہ گروپ %s",
|
|
1316
|
+
"Missing screen info": "اسکرین کی معلومات غائب ہیں",
|
|
1317
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "اگر اسکرین کی معلومات فراہم نہ کی گئی ہوں تو کیا کرنا چاہیے؟ یا تو پیج کو پیرامیٹرز کے ساتھ دوبارہ لوڈ کریں، یا پھر اسے یوزر ایجنٹ سے اندازہ لگائیں۔",
|
|
1318
|
+
"Guess from user agent": "یوزر ایجنٹ سے اندازہ لگائیں",
|
|
1319
|
+
"Reload": "دوبارہ لوڈ کریں",
|
|
1320
|
+
"User Agent screen infos": "یوزر ایجنٹ اسکرین معلومات",
|
|
1321
|
+
"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.": "جب براؤزر یہ اسکرین کی معلومات نہیں بھیجتا تو یہ اسکرین انفوز استعمال کی جاتی ہیں۔ اگر 'Missing screen info' کو 'Guess from user agent' پر سیٹ کیا جائے، تو یوزر ایجنٹ کو درج ذیل ویلیوز کے ساتھ ایک ڈیوائس پر میپ کیا جاتا ہے۔",
|
|
1322
|
+
"Add screen info": "اسکرین کی معلومات شامل کریں",
|
|
1323
|
+
"Page Group settings": "صفحہ گروپ کی ترتیبات",
|
|
1324
|
+
"Pagegroups": "صفحہ گروپس",
|
|
1325
|
+
"width": "چوڑائی",
|
|
1326
|
+
"height": "اونچائی",
|
|
1327
|
+
"innerWidth": "innerWidth",
|
|
1328
|
+
"innerHeight": "انر ہائٹ",
|
|
1329
|
+
"Screen info added": "اسکرین کی معلومات شامل کر دی گئی ہیں۔",
|
|
1330
|
+
"Screen info removed": "اسکرین کی معلومات ہٹا دی گئی ہے۔",
|
|
1331
|
+
"Edit screen info": "اسکرین کی معلومات میں ترمیم کریں",
|
|
1332
|
+
"Screen info saved": "اسکرین کی معلومات محفوظ کر دی گئیں۔",
|
|
1333
|
+
"Settings saved": "ترتیبات محفوظ کر دی گئیں",
|
|
1334
|
+
"Destination page group": "منزل صفحہ گروپ",
|
|
1335
|
+
"Your page groups": "آپ کے صفحہ گروپس",
|
|
1336
|
+
"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.": "ایک گروپ میں صفحات ہوتے ہیں جن پر ایک اہل فارمولا لگا ہوتا ہے۔ جب آپ کسی گروپ کی درخواست کرتے ہیں تو وہ پہلا صفحہ پیش کیا جاتا ہے جس پر فارمولا میچ ہوتا ہے۔ اس طرح، آپ ڈیوائس کی اسکرین کے مطابق مناسب صفحہ منتخب کر سکتے ہیں۔",
|
|
1337
|
+
"Create page group": "پیج گروپ بنائیں",
|
|
1338
|
+
"Page groups": "صفحہ گروپس",
|
|
1339
|
+
"Calculated non-stored fields cannot have Key type": "حساب شدہ نان اسٹورڈ فیلڈز کا Key ٹائپ نہیں ہو سکتا۔",
|
|
1340
|
+
"Row click URL": "رو کلک یو آر ایل",
|
|
1341
|
+
"Formula. Navigate to this URL when row is clicked": "فارمولہ۔ جب قطار پر کلک کیا جائے تو اس URL پر نیویگیٹ کریں",
|
|
1342
|
+
"Time of day": "دن کا وقت",
|
|
1343
|
+
"UTC timezone": "UTC ٹائم زون",
|
|
1344
|
+
"Show if formula": "فارمولا دکھائیں",
|
|
1345
|
+
"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>.": "اگر قدر true ہو تو لنک دکھائیں یا ایمبیڈ کریں، اور اگر false ہو تو نہ دکھائیں۔ یہ فیصلہ URL کی query string سے حاصل کردہ state variables اور <code>user</code> کی بنیاد پر کریں۔ مکمل state کے لیے <code>row</code> استعمال کریں۔ مثال کے طور پر: <code>!!row.createlink</code> لنک صرف اسی صورت میں دکھائے گا جب state میں <code>createlink</code> موجود ہو (truthy ہو)۔",
|
|
1346
|
+
"Pagegroup": "پیج گروپ",
|
|
1347
|
+
"Pagegroup %s has no members": "صفحہ گروپ %s کے کوئی اراکین نہیں ہیں",
|
|
1348
|
+
"Remove border": "بارڈر ہٹا دیں",
|
|
1349
|
+
"No lines between tables": "ٹیبلز کے درمیان کوئی لائنیں نہیں",
|
|
1350
|
+
"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.": "اس فیلڈ کو اختیارات کی فہرست (کاما سے جدا کیے ہوئے) تک محدود کرنے کے لیے اس کا استعمال کریں۔ مثال کے طور پر، اگر قابلِ قبول ویلیوز Red، Green اور Blue ہوں تو یہاں <kbd class=\"fst-normal\">Red, Green, Blue</kbd> درج کریں۔ اگر اسٹرنگ میں کوئی بھی ویلیو رکھی جا سکتی ہو تو اسے خالی چھوڑ دیں۔",
|
|
1351
|
+
"Page description": "صفحہ کی وضاحت",
|
|
1352
|
+
"Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "کچھ ویو پیٹرنز انٹرپولیشنز قبول کرتے ہیں۔ مثال کے طور پر: <code>{{ name }}</code> یا <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>",
|
|
1353
|
+
"For search engines. Some view patterns accept interpolations.": "سرچ انجنز کے لیے۔ کچھ ویو پیٹرنز انٹرپولیشنز قبول کرتے ہیں۔",
|
|
1354
|
+
"Files cache TTL (minutes)": "فائلز کیش TTL (منٹوں میں)",
|
|
1355
|
+
"Cache-control max-age for files.": "فائلوں کے لیے Cache-Control max-age",
|
|
1356
|
+
"Popup min width": "پاپ اَپ کی کم از کم چوڑائی",
|
|
1357
|
+
"Add %s to tag %s": "ٹیگ %2$s میں %1$s شامل کریں",
|
|
1358
|
+
"Add entries to tag %s": "ٹیگ %s میں اندراجات شامل کریں",
|
|
1359
|
+
"Tag not found": "ٹیگ نہیں ملا",
|
|
1360
|
+
"Unable to save: No page or no layout": "محفوظ نہیں کیا جا سکا: کوئی صفحہ موجود نہیں یا کوئی لے آؤٹ موجود نہیں۔",
|
|
1361
|
+
"Unable to save: No view": "محفوظ کرنے میں ناکامی: کوئی ویو موجود نہیں ہے",
|
|
1362
|
+
"%s has no eligible page": "%s کے پاس کوئی موزوں صفحہ نہیں ہے",
|
|
1363
|
+
"Random allocation": "رینڈم الاوکیشن",
|
|
1364
|
+
"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.": "ایک تصادفی صفحہ پیش کریں، اہل فارمولہ (eligible formula) کو نظر انداز کرتے ہوئے۔ ایک سیشن کے اندر، ری لوڈ کرنے پر ہمیشہ وہی صفحہ فراہم کیا جائے گا۔ یہ A/B ٹیسٹنگ کے لیے ایک بنیادی تقاضا ہے۔",
|
|
1365
|
+
"Pagegroup %s not found": "صفحہ گروپ %s نہیں ملا",
|
|
1366
|
+
"Create trigger": "ٹرگر بنائیں",
|
|
1367
|
+
"Omit the menu from this view": "اس ویو سے مینو کو خارج کریں۔",
|
|
1368
|
+
"Cross-domain iframe": "کراس ڈومین آئی فریم",
|
|
1369
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "مختلف ڈومینز پر iframes میں ایمبیڈنگ کی اجازت دیتا ہے۔ X-Frame-Options ہیڈر کو اَن سیٹ کر دیتا ہے۔",
|
|
1370
|
+
"Logout URL": "لاگ آؤٹ URL",
|
|
1371
|
+
"The URL to direct to after logout": "لاگ آؤٹ کے بعد جس URL پر ری ڈائریکٹ کرنا ہے",
|
|
1372
|
+
"Runtime informations": "رَن ٹائم معلومات",
|
|
1373
|
+
"open logs viewer": "لاگز ویور کھولیں",
|
|
1374
|
+
"Server logs": "سرور لاگز",
|
|
1375
|
+
"Timestamp": "ٹائم اسٹیمپ",
|
|
1376
|
+
"Message": "پیغام",
|
|
1377
|
+
"Please enter the two-factor authetication code from your authenticator device": "براہِ کرم اپنے آتھنٹی کیٹر ڈیوائس سے ٹو فیکٹر آتھنٹی کیشن کوڈ درج کریں۔",
|
|
1378
|
+
"Only if...": "صرف اگر...",
|
|
1379
|
+
"Allow self signed": "خود دستخط شدہ (self-signed) کی اجازت دیں",
|
|
1380
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "خود دستخط شدہ یا غلط TLS سرٹیفیکیٹ کے ساتھ TLS سرور سے کنکشن کھولیں",
|
|
1381
|
+
"Allow self-signed": "سیلف سائنڈ کی اجازت دیں",
|
|
1382
|
+
"Optionally associate a table with this trigger": "اختیاری طور پر اس ٹرگر کے ساتھ کسی ٹیبل کو منسلک کریں۔",
|
|
1383
|
+
"Delete table": "ٹیبل حذف کریں",
|
|
1384
|
+
"Signup role": "سائن اَپ رول",
|
|
1385
|
+
"The initial role of signed up users": "سائن اپ کیے گئے صارفین کا ابتدائی رول",
|
|
1386
|
+
"Cordova builder": "کوردووا بلڈر",
|
|
1387
|
+
"not available": "دستیاب نہیں ہے",
|
|
1388
|
+
"pull": "پُل",
|
|
1389
|
+
"refresh": "ریفریش",
|
|
1390
|
+
"installed": "انسٹال شدہ",
|
|
1391
|
+
"Include table history in backup": "بیک اَپ میں ٹیبل کی ہسٹری شامل کریں۔",
|
|
1392
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "پلگ اِن خراب ہو گیا تھا اور اسے مرمت کرنا ضروری تھا۔ ہم آپ کو مشورہ دیتے ہیں کہ آپ اپنا سرور دوبارہ شروع کریں۔",
|
|
1393
|
+
"%s code page": "%s کوڈ پیج",
|
|
1394
|
+
"Constants and function code": "کانسٹنٹس اور فنکشن کوڈ",
|
|
1395
|
+
"Delete code page": "کوڈ پیج حذف کریں",
|
|
1396
|
+
"Adjust the the theme for this user": "اس صارف کے لیے تھیم کو ایڈجسٹ کریں۔",
|
|
1397
|
+
"Configure theme": "تھیم تشکیل دیں",
|
|
1398
|
+
"Remove all user specific theme settings": "تمام صارف مخصوص تھیم سیٹنگز کو ہٹا دیں۔",
|
|
1399
|
+
"Configure %s Plugin for %s": "%s پلگ اِن کو %s کے لیے تشکیل دیں",
|
|
1400
|
+
"The current theme has no user specific settings": "موجودہ تھیم میں صارف کے لیے مخصوص سیٹنگز موجود نہیں ہیں۔",
|
|
1401
|
+
"Some themes support only one level of menu nesting.": "کچھ تھیمز صرف ایک سطح کی مینو نیسٹنگ کو ہی سپورٹ کرتی ہیں۔",
|
|
1402
|
+
"Apple Team ID": "ایپل ٹیم آئی ڈی",
|
|
1403
|
+
"Please enter your Apple Team ID": "براہ کرم اپنا Apple Team ID درج کریں",
|
|
1404
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "'%s' میں show-if-formulas کی تبدیلیاں دیکھنے کے لیے، صارفین کو دوبارہ لاگ اِن کرنا ہوگا۔",
|
|
1405
|
+
"Server host": "سرور ہوسٹ",
|
|
1406
|
+
"Username": "صارف نام",
|
|
1407
|
+
"Port": "پورٹ",
|
|
1408
|
+
"All tenants": "تمام ٹیننٹس",
|
|
1409
|
+
"Also backup all tenants": "تمام ٹیننٹس کا بھی بیک اپ لیں۔",
|
|
1410
|
+
"Retain local directory": "مقامی ڈائریکٹری کو برقرار رکھیں",
|
|
1411
|
+
"Retain a local backup copy in this directory (optional)": "اس ڈائریکٹری میں ایک مقامی بیک اپ کاپی محفوظ کریں (اختیاری)",
|
|
1412
|
+
"Do not wrap response in a success object": "جواب کو کسی success آبجیکٹ میں نہ لپیٹیں۔",
|
|
1413
|
+
"Use table description instead of name as header": "ہیڈر کے طور پر نام کی بجائے ٹیبل کی تفصیل استعمال کریں۔",
|
|
1414
|
+
"Description header": "تفصیل ہیڈر",
|
|
1415
|
+
"Lazy load views": "ویوز کو لیزی لوڈ کریں",
|
|
1416
|
+
"Log IP address": "آئی پی ایڈریس لاگ کریں",
|
|
1417
|
+
"Record the request IP address in log messages": "لاگ پیغامات میں درخواست کا IP ایڈریس ریکارڈ کریں۔",
|
|
1418
|
+
"App ID": "ایپ آئی ڈی",
|
|
1419
|
+
"Build type": "بلڈ ٹائپ",
|
|
1420
|
+
"debug": "ڈیبگ",
|
|
1421
|
+
"release": "ریلیز",
|
|
1422
|
+
"Keystore File": "کی اسٹور فائل",
|
|
1423
|
+
"Keystore Alias": "کی اسٹور عرفیت",
|
|
1424
|
+
"Keystore Password": "کی اسٹور پاس ورڈ",
|
|
1425
|
+
"xcodebuild": "xcodebuild",
|
|
1426
|
+
"Provisioning Profile": "پروویژننگ پروفائل",
|
|
1427
|
+
"Registry editor": "رجسٹری ایڈیٹر",
|
|
1428
|
+
"Mobile HTML": "موبائل HTML",
|
|
1429
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "نیچے والے نیویگیشن بار میں آئٹم کے لیے HTML۔ فی الحال صرف میٹرونک تھیم کے ذریعے سپورٹڈ ہے۔",
|
|
1430
|
+
"A short name that will be in the page URL": "ایک مختصر نام جو صفحہ کے URL میں شامل ہوگا۔",
|
|
1431
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "ایک طویل وضاحت جو صارف کو نظر نہیں آتی لیکن صفحہ ہیڈر میں ظاہر ہوتی ہے اور سرچ انجنز کے ذریعے انڈیکس کی جاتی ہے۔",
|
|
1432
|
+
"User role required to access page": "صفحہ تک رسائی کے لیے درکار صارف کردار",
|
|
1433
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "مثال: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1434
|
+
"Older": "پرانا",
|
|
1435
|
+
"Newest": "نیا ترین",
|
|
1436
|
+
"Delete all read": "تمام پڑھی ہوئی چیزیں حذف کریں",
|
|
1437
|
+
"Trigger %s duplicated as %s": "ٹرِگر %s کو نقل کر کے %s کے طور پر بنا دیا گیا ہے",
|
|
1438
|
+
"Tooltip": "ٹول ٹِپ",
|
|
1439
|
+
"Tooltip formula": "ٹول ٹِپ فارمولا",
|
|
1440
|
+
"Install a different version": "ایک مختلف ورژن انسٹال کریں",
|
|
1441
|
+
"Page group": "صفحہ گروپ",
|
|
1442
|
+
"Starting upgrade, please wait...\n": "اپ گریڈ شروع ہو رہا ہے، براہِ کرم انتظار کریں...",
|
|
1443
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "اپ گریڈ مکمل ہو گیا (اگر دستیاب تھا) کوڈ 0 کے ساتھ۔\n\nاپنے براؤزر میں BACK بٹن دبائیں، پھر صفحہ RELOAD کریں۔",
|
|
1444
|
+
"Installing %s, please wait...\n": "%s انسٹال ہو رہا ہے، براہِ کرم انتظار کریں...",
|
|
1445
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "انسٹالیشن کوڈ 0 کے ساتھ مکمل ہو گئی ہے۔\n\nاپنے براؤزر میں BACK بٹن دبائیں، پھر صفحہ RELOAD کریں۔",
|
|
1446
|
+
"Pulling the cordova-builder docker image...": "cordova-builder ڈوکر امیج کھینچا جا رہا ہے...",
|
|
1447
|
+
"Check updates": "اپ ڈیٹس چیک کریں",
|
|
1448
|
+
"Choose version": "ورژن منتخب کریں",
|
|
1449
|
+
"Unknown authentication method %s": "نامعلوم توثیقی طریقہ %s",
|
|
1450
|
+
"Card rows": "کارڈ قطاریں",
|
|
1451
|
+
"Each row in a card. Not supported by all themes": "ہر قطار ایک کارڈ میں۔ تمام تھیمز میں معاونت یافتہ نہیں۔",
|
|
1452
|
+
"Prune session interval (seconds)": "سیشن چھانٹنے کا وقفہ (سیکنڈز)",
|
|
1453
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "سیکنڈز میں وقفہ جس پر پوسٹگریس ڈی بی میں ختم شدہ سیشنز کو چیک کیا جائے۔ غیر فعال کرنے کے لیے 0، خالی یا منفی عدد استعمال کریں۔",
|
|
1454
|
+
"Progressive Web Application is not enabled": "پروگریسو ویب ایپلیکیشن فعال نہیں ہے۔",
|
|
1455
|
+
"Events and Trigger settings": "ایونٹس اور ٹرِگر سیٹنگز",
|
|
1456
|
+
"Periodic trigger timing (next event)": "دورانیہ پر مبنی ٹرگر کی ٹائمنگ (اگلا ایونٹ)",
|
|
1457
|
+
"Hourly": "فی ساعتی",
|
|
1458
|
+
"Daily": "روزانہ",
|
|
1459
|
+
"Weekly": "ہفتہ وار",
|
|
1460
|
+
"Code pages": "کوڈ پیجز",
|
|
1461
|
+
"Please select a file": "براہِ کرم ایک فائل منتخب کریں",
|
|
1462
|
+
"Zip compression level": "زِپ کمپریشن لیول",
|
|
1463
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1 = تیز، بڑی فائل \n9 = سست، چھوٹی فائلیں",
|
|
1464
|
+
"Use system zip": "سسٹم زِپ استعمال کریں۔",
|
|
1465
|
+
"Recommended. Executable <code>zip</code> must be installed": "تجویز کردہ۔ قابلِ عمل `<code>zip</code>` انسٹال ہونا ضروری ہے۔",
|
|
1466
|
+
"Time to run": "چلانے کا وقت",
|
|
1467
|
+
"Mobile": "موبائل",
|
|
1468
|
+
"Plain password trigger row": "سادہ پاس ورڈ ٹرگر کی قطار",
|
|
1469
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "پلیٹ ٹیکسٹ پاس ورڈ کی تبدیلیاں Users ٹیبل کے ٹرگرز (Insert، Update اور Validate) کو بھیجیں۔",
|
|
1470
|
+
"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>": "نئے ٹیننٹ بنانے کے لیے درکار کم از کم یوزر رول \n<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">غیر معتبر یوزرز کو ٹیننٹ بنانے کی رسائی دینا ایک سکیورٹی رسک ہے اور تجویز نہیں کیا جاتا۔</div>",
|
|
1471
|
+
"Select tag": "ٹیگ منتخب کریں",
|
|
1472
|
+
"Invalid build directory path": "غلط بلڈ ڈائریکٹری پاتھ",
|
|
1473
|
+
"Invalid build directory name": "غلط بلڈ ڈائریکٹری نام",
|
|
1474
|
+
"clean node_modules": "node_modules صاف کریں",
|
|
1475
|
+
"After delete": "حذف کے بعد",
|
|
1476
|
+
"Search only on exact match, not substring match. Useful for large tables": "صرف بالکل مماثل ریکارڈ پر سرچ کریں، سب اسٹرنگ میچ پر نہیں۔ بڑی Tables کے لیے مفید۔",
|
|
1477
|
+
"Please select an entry point.": "براہِ کرم کوئی انٹری پوائنٹ منتخب کریں۔",
|
|
1478
|
+
"Group by": "گروپ بائی",
|
|
1479
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "ویو %s مینو میں شامل کر دیا گیا ہے۔ رسائی کی اجازتیں یہاں سے ایڈجسٹ کریں: <a href=\"/menu\">Settings » Menu</a>",
|
|
1480
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "صفحہ %s مینو میں شامل کر دیا گیا ہے۔ رسائی کی اجازتیں ایڈجسٹ کرنے کے لیے <a href=\"/menu\">Settings » Menu</a> پر جائیں۔",
|
|
1481
|
+
"SameSite": "سیم سائیٹ",
|
|
1482
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "کوکی کے استعمال کو صرف تھرڈ پارٹی سائٹس تک محدود کریں۔ \"اسٹرکٹ\" زیادہ محفوظ ہے، لیکن اس سے تصدیق (authentication) پر اثر پڑ سکتا ہے۔",
|
|
1483
|
+
"Content Security Policy": "کنٹینٹ سیکیورٹی پالیسی",
|
|
1484
|
+
"CORS": "سی او آر ایس (Cross-Origin Resource Sharing)",
|
|
1485
|
+
"Cross-origin resource sharing": "کراس اوریجن ریسورس شیئرنگ",
|
|
1486
|
+
"Signup and login views": "سائن اپ اور لاگ اِن ویوز",
|
|
1487
|
+
"Additional login and signup settings": "اضافی لاگ اِن اور سائن اَپ سیٹنگز",
|
|
1488
|
+
"Login and signup views should be accessible by public users": "لاگ اِن اور سائن اَپ ویوز عوامی یوزرز کے لیے قابلِ رسائی ہونے چاہئیں۔",
|
|
1489
|
+
"Shared: %s": "مشترکہ: %s",
|
|
1490
|
+
"Sharing not enabled": "شیئرنگ فعال نہیں ہے",
|
|
1491
|
+
"You must be logged in to share": "اشتراک کرنے کے لیے آپ کا لاگ اِن ہونا ضروری ہے۔",
|
|
1492
|
+
"Fluid layout": "سیال لے آؤٹ",
|
|
1493
|
+
"Request fluid layout from theme for a wider display for this page": "اس صفحے کے لیے زیادہ چوڑے ڈسپلے کی خاطر تھیم سے فلوئڈ لے آؤٹ کی درخواست کریں۔",
|
|
1494
|
+
"Location of view to create new row": "نئی قطار بنانے کے لیے ویو کا مقام",
|
|
1495
|
+
"Capacitor builder": "کیپیسیٹر بلڈر",
|
|
1496
|
+
"Pulling the capacitor-builder docker image...": "capacitator-builder ڈوکر امیج کو کھینچا جا رہا ہے...",
|
|
1497
|
+
"Pull done with code %s": "کوڈ %s کے ساتھ پل مکمل ہو گیا ہے",
|
|
1498
|
+
"Default locale": "طے شدہ لوکیل",
|
|
1499
|
+
"Next step": "اگلا مرحلہ",
|
|
1500
|
+
"Step name": "اسٹیپ کا نام",
|
|
1501
|
+
"Step saved": "اسٹیپ محفوظ ہو گیا۔",
|
|
1502
|
+
"Initial step": "ابتدائی مرحلہ",
|
|
1503
|
+
"Confirm leaving unsaved": "غیر محفوظ شدہ تبدیلیوں کے ساتھ چھوڑنے کی تصدیق کریں",
|
|
1504
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "جب صارف کسی ٹیب کو بند کرے اور اس میں غیر محفوظ تبدیلیاں ہوں تو اس سے تصدیق طلب کریں۔",
|
|
1505
|
+
"Workflow runs": "ورک فلو رنز",
|
|
1506
|
+
"Workflow run": "ورک فلو رَن",
|
|
1507
|
+
"Share to enabled": "شیئر کرنے کی سہولت فعال ہے",
|
|
1508
|
+
"Enable the share to feature": "شیئر کرنے کی فیچر کو فعال کریں",
|
|
1509
|
+
"Allocate new row": "نئی قطار مختص کریں",
|
|
1510
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "اگر ویو کو کسی موجودہ رو کے بغیر چلایا جائے تو لوڈ کے وقت ایک نیا رو الاٹ کریں۔ تمام لازمی فیلڈز پر ڈیفالٹس سیٹ ہونا ضروری ہیں۔",
|
|
1511
|
+
"Step traces": "اسٹیپ ٹریسز",
|
|
1512
|
+
"Please enter a version in the format 'x.y.z' (e.g. 0.0.1 with numbers from 0 to 999) or leave it empty.": "براہِ کرم ورژن کو ‘x.y.z’ فارمیٹ میں درج کریں (مثال کے طور پر 0.0.1، جہاں ہر عدد 0 سے 999 کے درمیان ہو) یا اسے خالی چھوڑ دیں۔",
|
|
1513
|
+
"Delete unchanged": "غیر تبدیل شدہ کو حذف کریں",
|
|
1514
|
+
"Delete allocated row if there are no changes.": "اگر کوئی تبدیلی نہ ہو تو مختص کردہ رو کو حذف کریں۔",
|
|
1515
|
+
"Triggers on table": "ٹیبل پر ٹرِگرز",
|
|
1516
|
+
"Please provide the keystore alias and password for the android build.": "براہ کرم اینڈرائیڈ بلڈ کے لیے کی اسٹور الیاس اور پاس ورڈ فراہم کریں۔",
|
|
1517
|
+
"Submit": "جمع کریں",
|
|
1518
|
+
"OK": "ٹھیک ہے",
|
|
1519
|
+
"Step settings": "اسٹیپ سیٹنگز",
|
|
1520
|
+
"Action settings": "ایکشن سیٹنگز",
|
|
1521
|
+
"Keystore file is not applied for debug builds.": "کی اسٹور فائل ڈیبگ بلڈز پر لاگو نہیں ہوتی۔",
|
|
1522
|
+
"Workflow": "ورک فلو",
|
|
1523
|
+
"Previous runs": "پچھلی رنز",
|
|
1524
|
+
"The workflow the user will be interacting with.": "وہ ورک فلو جس کے ساتھ صارف تعامل کرے گا۔",
|
|
1525
|
+
"Delete old workflow runs with status after days": "دنوں کے بعد مخصوص اسٹیٹس والے پرانے ورک فلو رنز کو حذف کریں",
|
|
1526
|
+
"Finished": "مکمل ہوا",
|
|
1527
|
+
"Error": "خرابی",
|
|
1528
|
+
"Waiting": "انتظار ہو رہا ہے",
|
|
1529
|
+
"Running": "چل رہا ہے",
|
|
1530
|
+
"Minimum role to access search page": "سرچ پیج تک رسائی کے لیے کم از کم رول",
|
|
1531
|
+
"Edit tables": "ٹیبلز میں ترمیم کریں",
|
|
1532
|
+
"Minimum role to edit tables": "ٹیبلز میں ترمیم کرنے کے لیے کم از کم رول",
|
|
1533
|
+
"Edit views": "ویوز میں ترمیم کریں",
|
|
1534
|
+
"Minimum role to edit views": "ویوز میں ترمیم کرنے کے لیے کم از کم درکار رول",
|
|
1535
|
+
"Edit pages": "پیجز میں ترمیم کریں",
|
|
1536
|
+
"Minimum role to edit pages": "صفحات میں ترمیم کے لیے کم از کم رول",
|
|
1537
|
+
"Edit triggers": "ٹرگرز میں ترمیم کریں",
|
|
1538
|
+
"Minimum role to edit triggers": "ٹرگرز میں ترمیم کرنے کے لیے کم از کم درکار رول",
|
|
1539
|
+
"Development permissions": "ڈیولپمنٹ کی اجازتیں",
|
|
1540
|
+
"Inspect tables": "ٹیبلز کا معائنہ کریں",
|
|
1541
|
+
"Minimum role to inspect (see, without editing) tables": "ٹیبلز کا معائنہ کرنے (دیکھنے، بغیر ترمیم) کے لیے کم از کم رول",
|
|
1542
|
+
"Home pages": "ہوم پیجز",
|
|
1543
|
+
"The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "ہوم پیج وہ صفحہ ہے جو اُس وقت فراہم کیا جاتا ہے جب صارف ہوم لوکیشن (/) پر جائے۔ اسے ہر یوزر رول کے لیے علیحدہ طور پر مقرر کیا جا سکتا ہے۔",
|
|
1544
|
+
"Trigger %s deleted": "ٹرِگر %s حذف کر دیا گیا ہے",
|
|
1545
|
+
"Edit menu": "ایڈٹ مینو",
|
|
1546
|
+
"Minimum role to edit menu": "می뉴 میں ترمیم کرنے کے لیے کم از کم رول",
|
|
1547
|
+
"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": "فل ٹیکسٹ سرچ انڈیکس دستیاب نہیں ہے کیونکہ ٹیبل میں Key فیلڈز (%s) موجود ہیں جن پر \"Include in full-text search\" آپشن فعال ہے۔ فل ٹیکسٹ سرچ انڈیکس بنانے سے پہلے اس آپشن کو غیر فعال کریں۔",
|
|
1548
|
+
"Share Extension Provisioning Profile": "شیئر ایکسٹینشن پروویژننگ پروفائل",
|
|
1549
|
+
"Show results in": "میں نتائج دکھائیں",
|
|
1550
|
+
"Show results from each table in this type of element": "ہر ٹیبل کے نتائج اس قسم کے عنصر میں دکھائیں۔",
|
|
1551
|
+
"Search syntax help": "تلاش کی نحوی مدد",
|
|
1552
|
+
"Search syntax": "تلاش کی نحو",
|
|
1553
|
+
"Maximum role": "زیادہ سے زیادہ رول",
|
|
1554
|
+
"Module dependencies": "ماڈیول انحصار",
|
|
1555
|
+
"Prompt": "پرومپٹ",
|
|
1556
|
+
"Clean modules and restart": "ماڈیولز کو صاف کریں اور دوبارہ شروع کریں۔",
|
|
1557
|
+
"Modules cleaned, server restarting...": "ماڈیول صاف کر دیے گئے ہیں، سرور دوبارہ شروع ہو رہا ہے...",
|
|
1558
|
+
"Delete table+views+triggers": "ٹیبل، ویوز اور ٹرگرز کو حذف کریں",
|
|
1559
|
+
"No file uploaded": "کوئی فائل اپ لوڈ نہیں کی گئی۔",
|
|
1560
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "سرٹیفکیٹ حاصل کرنے کے لیے، منتظم کا ای میل پتہ Let's Encrypt کے ساتھ شیئر کیا جائے گا۔",
|
|
1561
|
+
"Local state": "لوکل اسٹیٹ",
|
|
1562
|
+
"Isolate state of each repeated view": "ہر دہرائے گئے ویو کی حالت کو الگ (آئیسولیٹ) کریں",
|
|
1563
|
+
"Processing CSV file": "CSV فائل پر کارروائی کرنا",
|
|
1564
|
+
"Edit files": "فائلیں ترمیم کریں",
|
|
1565
|
+
"Minimum role to edit files": "فائلوں میں ترمیم کرنے کے لیے کم از کم رول",
|
|
1566
|
+
"Edit search": "تلاش میں ترمیم کریں",
|
|
1567
|
+
"Minimum role to edit search": "سرچ میں ترمیم کرنے کے لیے کم از کم رول",
|
|
1568
|
+
"Create snapshot": "سنیپ شاٹ بنائیں",
|
|
1569
|
+
"Minimum role to create snapshot": "اسنیپ شاٹ بنانے کے لیے کم از کم درکار رول",
|
|
1570
|
+
"Min length": "کم از کم لمبائی",
|
|
1571
|
+
"Max length": "زیادہ سے زیادہ لمبائی",
|
|
1572
|
+
"Regular expression": "باقاعدہ اظہار (Regular Expression)",
|
|
1573
|
+
"Exact search only": "صرف عین مطابق تلاش",
|
|
1574
|
+
"Translation of": "ترجمہ کا",
|
|
1575
|
+
"Minimum": "کم از کم",
|
|
1576
|
+
"Maximum": "زیادہ سے زیادہ",
|
|
1577
|
+
"All tags": "تمام ٹیگز",
|
|
1578
|
+
"Manage tags...": "ٹیگز کا انتظام کریں...",
|
|
1579
|
+
"Started": "شروع کیا گیا",
|
|
1580
|
+
"Updated": "اپ ڈیٹ کیا گیا",
|
|
1581
|
+
"Status": "اسٹیٹس",
|
|
1582
|
+
"Working directory": "ورکنگ ڈائریکٹری",
|
|
1583
|
+
"Row click event": "قطار کلک ایونٹ",
|
|
1584
|
+
"What happens when a row is clicked": "جب کسی قطار پر کلک کیا جاتا ہے تو کیا ہوتا ہے؟",
|
|
1585
|
+
"Row click action": "قطار کلک ایکشن",
|
|
1586
|
+
"Run this action when row is clicked": "جب قطار پر کلک کیا جائے تو یہ ایکشن چلائیں",
|
|
1587
|
+
"Reset password view": "پاس ورڈ ری سیٹ ویو",
|
|
1588
|
+
"A view that will be emailed to users when they have forgotten their password": "ایک ویو جو اُس وقت صارفین کو ای میل کیا جائے گا جب وہ اپنا پاس ورڈ بھول جائیں۔",
|
|
1589
|
+
"Allow login methods": "لاگ اِن کے طریقوں کی اجازت دیں",
|
|
1590
|
+
"Inherit configuration values": "کنفیگریشن ویلیوز کو وراثت میں حاصل کریں",
|
|
1591
|
+
"Comma-separated list of configuration settings tenants inherit from root. Ex: <code>site_name, smtp_host, allow_signup</code>": "کاما سے جدا کی گئی کنفیگریشن سیٹنگز کی فہرست جو ٹیننٹس روٹ سے وراثت میں لیتے ہیں۔ مثال: <code>site_name, smtp_host, allow_signup</code>",
|
|
1592
|
+
"Disable CSRF routes": "CSRF روٹس کو غیر فعال کریں",
|
|
1593
|
+
"Comma-separated list of relative URL routes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "کاما سے جدا کی گئی رشتہ دار URL روٹس کی فہرست جن پر CSRF ٹوکن چیکنگ غیر فعال ہے۔ مثال: <code>/files/upload, /auth/signup</code>",
|
|
1594
|
+
"Only day": "صرف دن",
|
|
1595
|
+
"Language CSV": "لسانی CSV",
|
|
1596
|
+
"Upload language CSV": "زبان کا CSV اپ لوڈ کریں",
|
|
1597
|
+
"Create an account!": "اکاؤنٹ بنائیں!",
|
|
1598
|
+
"Login with %s": "%s کے ساتھ لاگ اِن کریں",
|
|
1599
|
+
"Already have an account? Login!": "پہلے سے اکاؤنٹ موجود ہے؟ لاگ اِن کریں!",
|
|
1600
|
+
"Translated %s strings. Click 'Translate with LLM' again to continue": "%s سٹرنگز کا ترجمہ ہو چکا ہے۔ جاری رکھنے کے لیے دوبارہ 'Translate with LLM' پر کلک کریں۔",
|
|
1601
|
+
"Translate with LLM": "ایل ایل ایم کے ساتھ ترجمہ کریں",
|
|
1602
|
+
"You may need to adjust view relations associated with this table after renaming it": "اس جدول کا نام تبدیل کرنے کے بعد، آپ کو اس کے ساتھ منسلک ویو ریلیشنز کو ایڈجسٹ کرنے کی ضرورت پڑ سکتی ہے۔",
|
|
1603
|
+
"Error running workflow": "ورک فلو چلانے میں خرابی",
|
|
1604
|
+
"Choose File": "فائل منتخب کریں",
|
|
1605
|
+
"No file chosen": "کوئی فائل منتخب نہیں کی گئی",
|
|
1606
|
+
"S3 Bucket Name": "S3 بکٹ کا نام",
|
|
1607
|
+
"S3 Access Key": "S3 رسائی کلید",
|
|
1608
|
+
"S3 Secret Key": "S3 سیکرٹ کی",
|
|
1609
|
+
"S3 Region": "S3 ریجن",
|
|
1610
|
+
"S3 Endpoint": "S3 اینڈ پوائنٹ",
|
|
1611
|
+
"Enable maintenance mode": "مینٹیننس موڈ فعال کریں",
|
|
1612
|
+
"Enable maintenance mode to restrict access to non-admin users": "مینٹیننس موڈ فعال کریں تاکہ نان ایڈمن صارفین کی رسائی محدود کی جا سکے۔",
|
|
1613
|
+
"Maintenance mode page": "مینٹیننس موڈ صفحہ",
|
|
1614
|
+
"Select the page to display during maintenance mode": "مینٹیننس موڈ کے دوران ظاہر کی جانے والی صفحہ منتخب کریں",
|
|
1615
|
+
"Create basic views": "بنیادی ویوز بنائیں",
|
|
1616
|
+
"Create views": "ویوز بنائیں",
|
|
1617
|
+
"Decimal places": "اعشاری مقامات",
|
|
1618
|
+
"%s view - %s": "%s ویو - %s",
|
|
1619
|
+
"Password to encrypt the backup file. Leave empty for no encryption": "بیک اَپ فائل کو اِنکرپٹ کرنے کے لیے پاس ورڈ۔ بغیر اِنکرپشن کے لیے خالی چھوڑ دیں۔",
|
|
1620
|
+
"Show full error to user on crash, enable editing field type": "کریش ہونے پر صارف کو مکمل ایرر دکھائیں، فیلڈ ٹائپ کی تدوین کو فعال کریں۔",
|
|
1621
|
+
"Shown to the user if foreign key constraint is violated": "اگر فارن کی کنسٹرینٹ کی خلاف ورزی ہو تو صارف کو دکھایا جائے گا",
|
|
1622
|
+
"Button Style": "بٹن اسٹائل",
|
|
1623
|
+
"Disable full-text search": "فُل ٹیکسٹ سرچ غیر فعال کریں",
|
|
1624
|
+
"Use LIKE instead of tsvector. Use to match against phrase in the middle of a word.": "tsvector کے بجائے LIKE استعمال کریں۔ LIKE کو اس طرح استعمال کریں کہ وہ کسی لفظ کے درمیان میں موجود فقرہ/عبارت سے بھی میچ کر سکے۔",
|
|
1625
|
+
"Model configuration": "ماڈل کنفیگریشن",
|
|
1626
|
+
"Push Notifications": "پش نوٹیفیکیشنز",
|
|
1627
|
+
"Push Notifications enabled": "پش نوٹیفیکیشنز فعال کر دی گئی ہیں",
|
|
1628
|
+
"VAPID public key": "VAPID عوامی کلید",
|
|
1629
|
+
"Public key for VAPID authentication in web push notifications": "ویب پش نوٹیفیکیشنز میں VAPID تصدیق کے لیے پبلک کی۔",
|
|
1630
|
+
"VAPID private key": "VAPID پرائیویٹ کی۔",
|
|
1631
|
+
"Private key for VAPID authentication in web push notifications": "ویب پوش نوٹیفیکیشنز میں VAPID تصدیق کے لیے پرائیویٹ کی (Private Key)",
|
|
1632
|
+
"VAPID email": "VAPID ای میل",
|
|
1633
|
+
"Email address for VAPID authentication in web push notifications. Usually, it is your email address.": "ویب پش نوٹیفیکیشنز میں VAPID تصدیق کے لیے ای میل ایڈریس۔ عموماً یہ آپ ہی کا ای میل ایڈریس ہوتا ہے۔",
|
|
1634
|
+
"Web push icon": "ویب پُش آئیکن",
|
|
1635
|
+
"Select a publicly accessible square image file": "عوامی طور پر قابل رسائی مربع شکل کی امیج فائل منتخب کریں۔",
|
|
1636
|
+
"Web push badge": "ویب پوش بیج",
|
|
1637
|
+
"Select a publicly accessible monochrome square image file (prefarbly 72x72px)": "کوئی عوامی طور پر قابلِ رسائی یکرنگ (monochrome) مربع امیج فائل منتخب کریں (ترجیحاً 72x72 پکسل)",
|
|
1638
|
+
"Comma-separated list of relative URL route prefixes where CSRF token checking is disabled. Example: <code>/files/upload, /auth/signup</code>": "کوما سے جدا کی گئی رشتہ دار URL روٹ پری فکسز کی فہرست، جہاں CSRF ٹوکن چیکنگ غیر فعال ہو۔ مثال: <code>/files/upload, /auth/signup</code>",
|
|
1639
|
+
"Push icon": "پُش آئیکن",
|
|
1640
|
+
"Push badge": "پُش بیج",
|
|
1641
|
+
"Web push": "ویب پوش",
|
|
1642
|
+
"Native Android": "نیٹو اینڈرائیڈ",
|
|
1643
|
+
"Firebase JSON key": "فائر بیس JSON کلید",
|
|
1644
|
+
"This is your Firebase Service Account JSON key file. ": "یہ آپ کی Firebase سروس اکاؤنٹ JSON کلید فائل ہے۔",
|
|
1645
|
+
"Serve HTML files": "HTML فائلیں سرور سے فراہم کریں",
|
|
1646
|
+
"Unsafe. HTML files will be rendered in browser instead of as plaintext. Use Page with HTML file setting to safely serve specific HTML files": "غیر محفوظ۔ HTML فائلیں بطور سادہ متن دکھانے کے بجائے براہِ راست براؤزر میں رینڈر کی جائیں گی۔ مخصوص HTML فائلوں کو محفوظ طریقے سے سرور کرنے کے لیے “Page with HTML file” سیٹنگ استعمال کریں۔",
|
|
1647
|
+
"Real-time updates": "ریئل ٹائم اپ ڈیٹس",
|
|
1648
|
+
"Enable real-time updates for this view": "اس ویو کے لیے ریئل ٹائم اپڈیٹس فعال کریں",
|
|
1649
|
+
"today": "آج",
|
|
1650
|
+
"Push notifications": "پُش نوٹیفیکیشنز",
|
|
1651
|
+
"Password Policy": "پاس ورڈ پالیسی",
|
|
1652
|
+
"Minimum password length": "کم از کم پاس ورڈ کی لمبائی",
|
|
1653
|
+
"The minimum length of passwords for users. Set to 0 to disable password requirements.": "صارفین کے پاس ورڈ کی کم از کم لمبائی۔ پاس ورڈ کی شرائط کو غیر فعال کرنے کے لیے اسے 0 پر سیٹ کریں۔",
|
|
1654
|
+
"Check common passwords": "عام پاس ورڈز چیک کریں",
|
|
1655
|
+
"Check if the password is in the list of common passwords. If enabled, users will not be able to use common passwords.": "یہ جانچ کریں کہ آیا پاس ورڈ عام پاس ورڈز کی فہرست میں موجود ہے یا نہیں۔ اگر یہ فیچر فعال ہو، تو صارفین عام پاس ورڈز استعمال نہیں کر سکیں گے۔",
|
|
1656
|
+
"Require uppercase": "بڑے حروف درکار ہیں۔",
|
|
1657
|
+
"Require at least one uppercase letter in the password": "پاس ورڈ میں کم از کم ایک بڑا حرف (uppercase letter) ہونا لازمی ہے۔",
|
|
1658
|
+
"Require lowercase": "کم حروف کی ضرورت ہے",
|
|
1659
|
+
"Require at least one lowercase letter in the password": "پاس ورڈ میں کم از کم ایک چھوٹا حرف (lowercase letter) لازم قرار دیں۔",
|
|
1660
|
+
"Require number": "نمبر درکار ہے",
|
|
1661
|
+
"Require at least one number in the password": "پاس ورڈ میں کم از کم ایک عدد (نمبر) ہونا لازمی ہے۔",
|
|
1662
|
+
"Require special character": "خصوصی حرف درکار ہے۔",
|
|
1663
|
+
"Require at least one special character in the password": "پاس ورڈ میں کم از کم ایک خصوصی کریکٹر کا ہونا لازمی بنائیں۔",
|
|
1664
|
+
"Password complexity": "پاس ورڈ کی پیچیدگی",
|
|
1665
|
+
"The regular expression that passwords must match. Set to empty string to disable password complexity requirements.": "وہ ریگولر ایکسپریشن جس سے پاس ورڈز کو مطابقت رکھنی چاہیے۔ پاس ورڈ کی پیچیدگی کی پابندیوں کو غیر فعال کرنے کے لیے اسے خالی سٹرنگ پر سیٹ کریں۔",
|
|
1666
|
+
"Password complexity error": "پاس ورڈ کی پیچیدگی کی خرابی",
|
|
1667
|
+
"The error message to show when password does not match the complexity requirements.": "وہ خرابی کا پیغام جو اس وقت ظاہر کیا جائے جب پاس ورڈ پیچیدگی کی ضروریات پر پورا نہ اترے۔",
|
|
1668
|
+
"Only if": "صرف اگر",
|
|
1669
|
+
"Optional JavaScript expression to determine if the trigger should run.": "ٹرگر کو چلنا چاہیے یا نہیں، اس کا تعین کرنے کے لیے اختیاری جاوا اسکرپٹ ایکسپریشن۔",
|
|
1670
|
+
"Admin Page": "ایڈمن صفحہ",
|
|
1671
|
+
"User Page": "صارف صفحہ",
|
|
1672
|
+
"User menu header": "یوزر مینو ہیڈر",
|
|
1673
|
+
"Some themes display this header differently": "کچھ تھیمز اس ہیڈر کو مختلف انداز میں ظاہر کرتی ہیں۔",
|
|
1674
|
+
"Dynamic server side updates": "ڈائنامک سرور سائیڈ اپ ڈیٹس",
|
|
1675
|
+
"Enable dynamic updates": "ڈائنامک اپ ڈیٹس فعال کریں",
|
|
1676
|
+
"Enable server side updates from within run_js_code actions": "run_js_code اعمال کے اندر سے سرور سائیڈ اپڈیٹس کو فعال کریں",
|
|
1677
|
+
"Vertical alignment": "عمودی سیدھ",
|
|
1678
|
+
"Header filters": "ہیڈر فلٹرز",
|
|
1679
|
+
"Update event": "ایونٹ کو اپڈیٹ کریں",
|
|
1680
|
+
"Custom event for real-time updates": "ریئل ٹائم اپڈیٹس کے لیے کسٹم ایونٹ",
|
|
1681
|
+
"Responsve collapse": "ریسپانسیو کولیپس",
|
|
1682
|
+
"Horizontal display on smaller screens": "چھوٹی اسکرینوں پر افقی ڈسپلے",
|
|
1683
|
+
"Collapse breakpoint (px)": "سکڑنے کا بریک پوائنٹ (پکسل میں)",
|
|
1684
|
+
"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.": "فی الحال کوئی ٹرگر موجود نہیں ہیں، لیکن آپ نیچے دیے گئے بٹن پر کلک کر کے ایک نیا ٹرگر بنا سکتے ہیں۔ ٹرگر وہ ایکشنز ہوتے ہیں جو کسی ایونٹ کے ردِ عمل میں چلائے جاتے ہیں، جو کہ وقفہ وار (periodic)، ڈیٹا بیس ٹیبل میں تبدیلی، بٹن کلک، یا کسی اور بیرونی ایونٹ کی وجہ سے ہو سکتے ہیں۔",
|
|
1685
|
+
"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.": "ٹرِگر کو ایک شرط (کہ ٹرِگر کب چلے گا)، ایک ایکشن (جو کسی ماڈیول کے ذریعے فراہم کیا جاتا ہے) اور اس ایکشن کی کنفیگریشن کے ذریعے متعین کیا جاتا ہے۔",
|
|
1686
|
+
"Run async": "غیر ہم وقت (asynchronous) طور پر چلائیں",
|
|
1687
|
+
"Run action in background": "پس منظر میں ایکشن چلائیں",
|
|
1688
|
+
"Delegate error handling to tenants": "ایرر ہینڈلنگ کو کرایہ داروں (ٹیننٹس) کے سپرد کریں۔",
|
|
1689
|
+
"Toggle header filters": "ہیڈر فلٹرز کو ٹوگل کریں",
|
|
1690
|
+
"Row color formula": "قطار کے رنگ کا فارمولا",
|
|
1691
|
+
"Formula for row background color. Ex.: <code>age>65 ?'#aaffaa': null</code>": "قطار کے پس منظر کے رنگ کے لیے فارمولا۔ مثال: `<code>age>65 ?'#aaffaa': null</code>`",
|
|
1692
|
+
"Table layout": "ٹیبل لے آؤٹ",
|
|
1693
|
+
"CSV BOM": "CSV BOM",
|
|
1694
|
+
"Include the Byte-Order Mark in downloaded CSV files": "ڈاؤن لوڈ کی گئی CSV فائلوں میں بائٹ آرڈر مارک (Byte-Order Mark) شامل کریں",
|
|
1695
|
+
"Localize CSV downloads": "CSV ڈاؤن لوڈز کو مقامی بنائیں",
|
|
1696
|
+
"Sticky headers": "اسٹکی ہیڈرز",
|
|
1697
|
+
"API tokens for this user:": "اس صارف کے لیے API ٹوکنز:",
|
|
1698
|
+
"Revoke": "منسوخ کرنا",
|
|
1699
|
+
"original": "اصلی",
|
|
1700
|
+
"Remove all": "سب کو ہٹا دیں",
|
|
1701
|
+
"API token revoked": "API ٹوکن منسوخ کر دیا گیا ہے۔",
|
|
1702
|
+
"Dropdown header filters": "ڈراپ ڈاؤن ہیڈر فلٹرز",
|
|
1703
|
+
"Show if": "اگر دکھائیں",
|
|
1704
|
+
"Optional expression. Show only if true. In scope: <code>user</code>, <code>url</code>, <code>query</code>": "اختیاری اظہار۔ صرف اس صورت میں دکھائیں جب درست (true) ہو۔ دائرۂ کار میں: <code>user</code>، <code>url</code>، <code>query</code>",
|
|
1705
|
+
"Search entities by name or type...": "نام یا قسم کے مطابق اینٹیٹیز تلاش کریں...",
|
|
1706
|
+
"Tags:": "ٹیگز:",
|
|
1707
|
+
"Types:": "اقسام:",
|
|
1708
|
+
"Access | Read/Write": "رسائی | پڑھنے / لکھنے",
|
|
1709
|
+
"No entities found": "کوئی اینٹیٹی نہیں ملی",
|
|
1710
|
+
"Try adjusting your search or filter options": "اپنی تلاش یا فلٹر کے اختیارات کو تبدیل کرنے کی کوشش کریں۔",
|
|
1711
|
+
"Entities": "اینٹیٹیز",
|
|
1712
|
+
"Sessions": "سیشنز",
|
|
1713
|
+
"Updates and module store": "اپ ڈیٹس اور ماڈیول اسٹور",
|
|
1714
|
+
"Air gap deployment": "ایئر گیپ ڈپلائمنٹ",
|
|
1715
|
+
"Disable updates from NPM and Saltcorn module store for isolated network environments": "تنہائی (isolated) نیٹ ورک ماحول کے لیے NPM اور Saltcorn ماڈیول اسٹور سے اپ ڈیٹس کو غیر فعال کریں",
|
|
1716
|
+
"The endpoint of module store.": "ماڈیول اسٹور کا اینڈ پوائنٹ۔",
|
|
1717
|
+
"Maintenance mode": "مینٹیننس موڈ",
|
|
1718
|
+
"Full page count": "کل صفحہ شمار",
|
|
1719
|
+
"Disable for to increase performance for large tables": "بڑی ٹیبلز کی کارکردگی بہتر بنانے کے لیے اسے غیر فعال کریں۔",
|
|
1720
|
+
"Go to tables list": "ٹیبلز کی فہرست پر جائیں",
|
|
1721
|
+
"Go to views list": "ویوز کی فہرست پر جائیں",
|
|
1722
|
+
"Go to pages list": "صفحہ جات کی فہرست پر جائیں",
|
|
1723
|
+
"Go to triggers list": "ٹرگرز کی فہرست پر جائیں",
|
|
1724
|
+
"Open legacy list": "لیگیسی فہرست کھولیں",
|
|
1725
|
+
"Set context": "سیاق و سباق مقرر کریں",
|
|
1726
|
+
"Array": "اریے",
|
|
1727
|
+
"Add step": "مرحلہ شامل کریں",
|
|
1728
|
+
"Edit step": "ترمیمی مرحلہ",
|
|
1729
|
+
"Add after": "کے بعد شامل کریں",
|
|
1730
|
+
"Set as start": "بطور آغاز مقرر کریں",
|
|
1731
|
+
"Start": "شروع کریں",
|
|
1732
|
+
"Show runs": "رنز دکھائیں",
|
|
1733
|
+
"Auto layout": "خودکار لے آؤٹ",
|
|
1734
|
+
"No steps yet": "ابھی تک کوئی مرحلہ نہیں ہے۔",
|
|
1735
|
+
"Loading": "لوڈ ہو رہا ہے",
|
|
1736
|
+
"Loop body": "لوپ باڈی",
|
|
1737
|
+
"Show runs »": "رنز دکھائیں »",
|
|
1738
|
+
"Entry point by role": "کردار کے مطابق انٹری پوائنٹ",
|
|
1739
|
+
"When enabled, you will be logged in as a public user without any login screen.": "جب یہ فعال ہو، تو آپ بغیر کسی لاگ اِن اسکرین کے بطور عوامی صارف لاگ اِن ہو جائیں گے۔",
|
|
1740
|
+
"Show 'Continue as public user' link": "'عوامی صارف کے طور پر جاری رکھیں' لنک دکھائیں",
|
|
1741
|
+
"When enabled, the login screen shows you a link to login as public user.": "جب یہ فعال ہو، تو لاگ اِن اسکرین پر آپ کو بطور پبلک یوزر لاگ اِن کرنے کے لیے ایک لنک دکھایا جاتا ہے۔",
|
|
1742
|
+
"Allow clear text traffic": "صاف متن ٹریفک کی اجازت دیں",
|
|
1743
|
+
"Enable this to allow unsecure HTTP connections. Useful for local testing.": "اسے فعال کریں تاکہ غیر محفوظ HTTP کنیکشنز کی اجازت دی جا سکے۔ یہ مقامی ٹیسٹنگ کے لیے مفید ہے۔",
|
|
1744
|
+
"Enable this to integrate offline/online Synchronization into your app.": "اپنی ایپ میں آف لائن/آن لائن ہم آہنگی (Synchronization) کو ضم کرنے کے لیے اسے فعال کریں۔",
|
|
1745
|
+
"Tables to synchronize": "ہم آہنگ کرنے کے لیے ٹیبلز",
|
|
1746
|
+
"Sync on reconnect": "دوبارہ کنیکٹ ہونے پر ہم وقت سازی کریں",
|
|
1747
|
+
"Run Synchronizations when the network connection is restored.": "جب نیٹ ورک کنکشن بحال ہو جائے تو سنکرونائزیشنز چلائیں۔",
|
|
1748
|
+
"Sync on app resume": "ایپ کے دوبارہ فعال ہونے پر ہم وقت سازی کریں",
|
|
1749
|
+
"Run Synchronizations when the app is resumed from background.": "جب ایپ پس منظر سے دوبارہ فعال ہو تو ہم وقت سازی (Synchronizations) چلائیں۔",
|
|
1750
|
+
"Push sync": "پُش سنک",
|
|
1751
|
+
"Run Synchronizations when the server sends a push notification. On Android, this requires a Firebase JSON key and a Google Services File (see below).": "جب سرور ایک پُش نوٹیفکیشن بھیجے تو ہم وقت سازی (Synchronizations) چلائیں۔ اینڈرائیڈ پر، اس کے لیے Firebase JSON key اور Google Services فائل (نیچے ملاحظہ کریں) درکار ہوتی ہے۔",
|
|
1752
|
+
"Background Sync interval": "بیک گراؤنڈ ہم وقت سازی کا وقفہ",
|
|
1753
|
+
"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.": "پس منظر میں ہم آہنگی (synchronizations) چلانے کے لیے وقفہ (منٹوں میں)۔ یہ صرف کم از کم وقفہ ہے؛ نظامی حالات کے مطابق اصل وقت اس سے زیادہ بھی ہو سکتا ہے۔",
|
|
1754
|
+
"Release Signing": "ریلیز سائننگ",
|
|
1755
|
+
"Firebase JSON Key": "Firebase JSON Key",
|
|
1756
|
+
"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.": "یہ آپ کے Firebase پروجیکٹ کے لیے ایک پرائیویٹ کی فائل ہے۔ آپ کا Saltcorn سرور اسے آپ کی اینڈرائیڈ موبائل ایپ کو پُش نوٹیفکیشنز یا پُش پر مبنی ہم آہنگی (synchronizations) بھیجنے کے لیے استعمال کرتا ہے۔ اسے '/mobile-app-configurations' ڈائریکٹری میں اپ لوڈ کریں (اگر یہ موجود نہ ہو تو اسے بنائیں)۔ آپ اسے یہاں یا 'Notifications' مینو میں کنفیگر کر سکتے ہیں۔",
|
|
1757
|
+
"Google Services File": "گوگل سروسز فائل",
|
|
1758
|
+
"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.": "یہ فائل آپ کی موبائل ایپ کے لیے مخصوص کنفیگریشن فائل ہے۔ اس میں دیگر معلومات کے ساتھ آپ کا App ID، Firebase پروجیکٹ ID، اور ایک API key شامل ہوتی ہے۔ یہ فائل کلائنٹ کے ساتھ بنڈل ہو جاتی ہے اور سرور سے پش نوٹیفیکیشنز یا پش پر مبنی ہم آہنگی (synchronization) پر سبسکرائب کرنے کے لیے استعمال کی جائے گی۔ اسے '/mobile-app-configurations' ڈائریکٹری میں اپ لوڈ کریں (اگر یہ ڈائریکٹری موجود نہ ہو تو اسے بنا لیں)۔ آپ اسے یہاں یا 'Notifications' مینو میں کنفیگر کر سکتے ہیں۔",
|
|
1759
|
+
"Build tools": "بلڈ ٹولز",
|
|
1760
|
+
"Not a Mac OS system": "Mac OS سسٹم نہیں ہے۔",
|
|
1761
|
+
"Provisioning profiles": "پروویژننگ پروفائلز",
|
|
1762
|
+
"No Provisioning Profile": "کوئی پروویژننگ پروفائل موجود نہیں ہے",
|
|
1763
|
+
"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.": "صرف پروجیکٹ ڈائریکٹری بنائیں، بغیر .ipa فائل بنائے۔ یہ اُس وقت مفید ہو سکتا ہے جب آپ پروجیکٹ کو Xcode میں کھول کر Simulator میں چلانا چاہتے ہوں۔",
|
|
1764
|
+
"APN Signing Key (.p8 file)": "اے پی این سائننگ کی (.p8 فائل)",
|
|
1765
|
+
"This is a private key file": "یہ ایک پرائیویٹ کی فائل ہے",
|
|
1766
|
+
"APN Signing Key ID": "APN سائننگ کی آئی ڈی",
|
|
1767
|
+
"The 10-character Key ID obtained from Apple developer account": "ایپل ڈیولپر اکاؤنٹ سے حاصل کردہ 10 حروف پر مشتمل Key ID",
|
|
1768
|
+
"Edit file": "فائل میں ترمیم کریں",
|
|
1769
|
+
"Editing %s": "%s میں ترمیم کرنا",
|
|
1770
|
+
"Run immediately in background": "فوراً پس منظر میں چلائیں",
|
|
1771
|
+
"Row expression": "رو اظہاریہ",
|
|
1772
|
+
"Less...": "کم...",
|
|
1773
|
+
"Deep search": "گہری تلاش",
|
|
1774
|
+
"Clear selection": "انتخاب صاف کریں",
|
|
1775
|
+
"%s selected": "%s منتخب کیا گیا ہے",
|
|
1776
|
+
"Delete selected": "منتخب شدہ کو حذف کریں",
|
|
1777
|
+
"selected": "منتخب شدہ",
|
|
1778
|
+
"Delete %s selected items?": "کیا آپ منتخب کردہ %s آئٹمز حذف کرنا چاہتے ہیں؟",
|
|
1779
|
+
"Delete selected items?": "منتخب آئٹمز کو حذف کریں؟",
|
|
1780
|
+
"Failed to delete selected items": "منتخب آئٹمز کو حذف کرنے میں ناکامی ہوئی۔",
|
|
1781
|
+
"Configurable": "قابلِ تشکیل",
|
|
1782
|
+
"Info": "معلومات",
|
|
1783
|
+
"Show tables (Alt+T)": "ٹیبلز دکھائیں (Alt+T)",
|
|
1784
|
+
"Show views (Alt+V)": "ویوز دکھائیں (Alt+V)",
|
|
1785
|
+
"Show pages (Alt+P)": "پیجز دکھائیں (Alt+P)",
|
|
1786
|
+
"Show triggers (Alt+R)": "ٹرگرز دکھائیں (Alt+R)",
|
|
1787
|
+
"Show users (Alt+U)": "صارفین دکھائیں (Alt+U)",
|
|
1788
|
+
"Show modules (Alt+M)": "ماڈیولز دکھائیں (Alt+M)",
|
|
1789
|
+
"Finished translating %s strings.": "%s سٹرنگز کا ترجمہ مکمل ہو گیا ہے۔",
|
|
1790
|
+
"This is a Share extension profile": "یہ ایک شیئر ایکسٹینشن پروفائل ہے۔",
|
|
1791
|
+
"App Group ID": "ایپ گروپ آئی ڈی",
|
|
1792
|
+
"The App Group ID is used to share data between the main app and the Share extension.": "ایپ گروپ آئی ڈی بنیادی ایپ اور شیئر ایکسٹینشن کے درمیان ڈیٹا شیئر کرنے کے لیے استعمال ہوتی ہے۔"
|
|
1793
|
+
}
|