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