@saltcorn/server 1.1.2-beta.9 → 1.1.2
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 +17 -0
- package/auth/admin.js +8 -1
- package/auth/routes.js +45 -4
- package/docs/.nojekyll +1 -0
- package/docs/assets/custom.css +6 -0
- package/docs/assets/highlight.css +85 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/_saltcorn_common_code.Relation.html +162 -0
- package/docs/classes/_saltcorn_common_code.RelationsFinder.html +182 -0
- package/docs/classes/_saltcorn_data.models.Crash-1.html +316 -0
- package/docs/classes/_saltcorn_data.models.EventLog-1.html +350 -0
- package/docs/classes/_saltcorn_data.models.Field.html +949 -0
- package/docs/classes/_saltcorn_data.models.FieldRepeat-1.html +293 -0
- package/docs/classes/_saltcorn_data.models.File-1.html +881 -0
- package/docs/classes/_saltcorn_data.models.Form-1.html +494 -0
- package/docs/classes/_saltcorn_data.models.Library.html +295 -0
- package/docs/classes/_saltcorn_data.models.Page.html +417 -0
- package/docs/classes/_saltcorn_data.models.PageGroup-1.html +500 -0
- package/docs/classes/_saltcorn_data.models.Plugin.html +414 -0
- package/docs/classes/_saltcorn_data.models.Role.html +254 -0
- package/docs/classes/_saltcorn_data.models.Table-1.html +1830 -0
- package/docs/classes/_saltcorn_data.models.TableConstraint-1.html +296 -0
- package/docs/classes/_saltcorn_data.models.Trigger.html +672 -0
- package/docs/classes/_saltcorn_data.models.User-1.html +813 -0
- package/docs/classes/_saltcorn_data.models.View-1.html +878 -0
- package/docs/classes/_saltcorn_data.models.Workflow-1.html +374 -0
- package/docs/classes/_saltcorn_data.models.WorkflowRun.html +529 -0
- package/docs/classes/_saltcorn_data.models.WorkflowStep.html +421 -0
- package/docs/classes/_saltcorn_data.models.WorkflowTrace.html +318 -0
- package/docs/classes/_saltcorn_mobile_builder.MobileBuilder.html +356 -0
- package/docs/enums/_saltcorn_common_code.RelationType.html +115 -0
- package/docs/enums/_saltcorn_common_code.ViewDisplayType.html +94 -0
- package/docs/functions/_saltcorn_admin_models.backup.create_backup.html +76 -0
- package/docs/functions/_saltcorn_admin_models.backup.create_csv_from_rows.html +77 -0
- package/docs/functions/_saltcorn_admin_models.backup.restore.html +93 -0
- package/docs/functions/_saltcorn_admin_models.pack.add_to_menu.html +100 -0
- package/docs/functions/_saltcorn_admin_models.pack.can_install_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.pack.fetch_available_packs.html +83 -0
- package/docs/functions/_saltcorn_admin_models.pack.fetch_pack_by_name.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.install_pack.html +107 -0
- package/docs/functions/_saltcorn_admin_models.pack.library_pack.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.model_instance_pack.html +95 -0
- package/docs/functions/_saltcorn_admin_models.pack.model_pack.html +96 -0
- package/docs/functions/_saltcorn_admin_models.pack.page_group_pack.html +91 -0
- package/docs/functions/_saltcorn_admin_models.pack.page_pack.html +91 -0
- package/docs/functions/_saltcorn_admin_models.pack.plugin_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.pack.role_pack.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.table_pack.html +90 -0
- package/docs/functions/_saltcorn_admin_models.pack.trigger_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.pack.uninstall_pack.html +92 -0
- package/docs/functions/_saltcorn_admin_models.pack.view_pack.html +89 -0
- package/docs/functions/_saltcorn_admin_models.tenant.copy_tenant_template.html +105 -0
- package/docs/functions/_saltcorn_admin_models.tenant.create_tenant.html +107 -0
- package/docs/functions/_saltcorn_admin_models.tenant.deleteTenant.html +88 -0
- package/docs/functions/_saltcorn_admin_models.tenant.domain_sanitize.html +87 -0
- package/docs/functions/_saltcorn_admin_models.tenant.eachTenant.html +91 -0
- package/docs/functions/_saltcorn_admin_models.tenant.getAllTenantRows.html +77 -0
- package/docs/functions/_saltcorn_admin_models.tenant.getAllTenants.html +77 -0
- package/docs/functions/_saltcorn_admin_models.tenant.insertTenant.html +103 -0
- package/docs/functions/_saltcorn_admin_models.tenant.switchToTenant.html +92 -0
- package/docs/functions/_saltcorn_common_code.buildTableCaches.html +81 -0
- package/docs/functions/_saltcorn_common_code.parseLegacyRelation.html +77 -0
- package/docs/functions/_saltcorn_common_code.parseRelationPath.html +76 -0
- package/docs/functions/_saltcorn_data.models.config.check_email_mask.html +131 -0
- package/docs/functions/_saltcorn_data.models.config.deleteConfig.html +131 -0
- package/docs/functions/_saltcorn_data.models.config.getAllConfig.html +125 -0
- package/docs/functions/_saltcorn_data.models.config.getConfig.html +134 -0
- package/docs/functions/_saltcorn_data.models.config.get_base_url.html +130 -0
- package/docs/functions/_saltcorn_data.models.config.get_latest_npm_version.html +132 -0
- package/docs/functions/_saltcorn_data.models.config.remove_from_menu.html +131 -0
- package/docs/functions/_saltcorn_data.models.config.save_menu_items.html +126 -0
- package/docs/functions/_saltcorn_data.models.config.setConfig.html +134 -0
- package/docs/functions/_saltcorn_data.models.discovery.discover_tables.html +131 -0
- package/docs/functions/_saltcorn_data.models.discovery.discoverable_tables.html +129 -0
- package/docs/functions/_saltcorn_data.models.discovery.findType.html +127 -0
- package/docs/functions/_saltcorn_data.models.discovery.get_existing_views.html +127 -0
- package/docs/functions/_saltcorn_data.models.discovery.implement_discovery.html +129 -0
- package/docs/functions/_saltcorn_data.models.email.getMailTransport.html +114 -0
- package/docs/functions/_saltcorn_data.models.email.send_verification_email.html +130 -0
- package/docs/functions/_saltcorn_data.models.email.viewToEmailHtml.html +130 -0
- package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields.html +131 -0
- package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields_stored.html +131 -0
- package/docs/functions/_saltcorn_data.models.expression.eval_expression.html +132 -0
- package/docs/functions/_saltcorn_data.models.expression.expressionValidator.html +126 -0
- package/docs/functions/_saltcorn_data.models.expression.get_async_expression_function.html +132 -0
- package/docs/functions/_saltcorn_data.models.expression.get_expression_function.html +129 -0
- package/docs/functions/_saltcorn_data.models.expression.jsexprToWhere.html +131 -0
- package/docs/functions/_saltcorn_data.models.expression.recalculate_for_stored.html +132 -0
- package/docs/functions/_saltcorn_data.models.expression.transform_for_async.html +134 -0
- package/docs/functions/_saltcorn_data.models.layout.eachView.html +128 -0
- package/docs/functions/_saltcorn_data.models.layout.getStringsForI18n.html +123 -0
- package/docs/functions/_saltcorn_data.models.layout.getViews.html +123 -0
- package/docs/functions/_saltcorn_data.models.layout.translateLayout.html +126 -0
- package/docs/functions/_saltcorn_data.models.layout.traverse.html +126 -0
- package/docs/functions/_saltcorn_data.models.layout.traverseSync.html +126 -0
- package/docs/functions/_saltcorn_data.models.random.all_views.html +123 -0
- package/docs/functions/_saltcorn_data.models.random.fill_table_row.html +123 -0
- package/docs/functions/_saltcorn_data.models.random.initial_view.html +126 -0
- package/docs/functions/_saltcorn_data.models.random.random_table.html +120 -0
- package/docs/functions/_saltcorn_db_common.buildInsertBulkSql.html +127 -0
- package/docs/functions/_saltcorn_db_common.buildInsertSql.html +128 -0
- package/docs/functions/_saltcorn_db_common.doCount.html +110 -0
- package/docs/functions/_saltcorn_db_common.doDeleteWhere.html +110 -0
- package/docs/functions/_saltcorn_db_common.doListScTables.html +104 -0
- package/docs/functions/_saltcorn_db_common.doListTables.html +104 -0
- package/docs/functions/_saltcorn_db_common.doListUserDefinedTables.html +104 -0
- package/docs/functions/_saltcorn_db_common.do_add_index.html +120 -0
- package/docs/functions/_saltcorn_db_common.do_drop_index.html +120 -0
- package/docs/functions/_saltcorn_db_common.ftsFieldsSqlExpr.html +106 -0
- package/docs/functions/_saltcorn_db_common.mkSelectOptions.html +108 -0
- package/docs/functions/_saltcorn_db_common.mkVal.html +105 -0
- package/docs/functions/_saltcorn_db_common.mkWhere.html +110 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.enable_multi_tenant.html +108 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.getTenantSchema.html +110 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.init.html +116 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.is_it_multi_tenant.html +110 -0
- package/docs/functions/_saltcorn_db_common.multi_tenant.runWithTenant.html +130 -0
- package/docs/functions/_saltcorn_db_common.orderByIsObject.html +102 -0
- package/docs/functions/_saltcorn_db_common.orderByIsOperator.html +102 -0
- package/docs/functions/_saltcorn_db_common.prefixFieldsInWhere.html +104 -0
- package/docs/functions/_saltcorn_db_common.reprAsJson.html +107 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.enable_multi_tenant.html +107 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.getTenantSchema.html +109 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.init.html +115 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.is_it_multi_tenant.html +109 -0
- package/docs/functions/_saltcorn_db_common.single_tenant.runWithTenant.html +129 -0
- package/docs/functions/_saltcorn_db_common.sqlBinOp.html +111 -0
- package/docs/functions/_saltcorn_db_common.sqlFun.html +111 -0
- package/docs/functions/_saltcorn_db_common.sqlsanitize.html +108 -0
- package/docs/functions/_saltcorn_db_common.sqlsanitizeAllowDots.html +110 -0
- package/docs/functions/_saltcorn_db_common.subSelectWhere.html +133 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.buildTablesFile.html +110 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyPrepopulatedDb.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyServerFiles.html +104 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyShareExtFiles.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copySiteLogo.html +102 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyTranslationFiles.html +104 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.createSqliteDb.html +105 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.decodeProvisioningProfile.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.extractDomain.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.generateAndroidVersionCode.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyAndroidManifest.html +102 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyConfigXml.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyGradleConfig.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyInfoPlist.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyXcodeProjectFile.html +107 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepAppIcon.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareAppIcon.html +109 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareBuildDir.html +110 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareExportOptionsPlist.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashIcon.html +110 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashPage.html +119 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCapacitorConfig.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCfgFile.html +102 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeDataExtractionRules.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeNetworkSecurityConfig.html +100 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePodfile.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePrivacyInfo.html +98 -0
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundleMobileAppCode.html +73 -0
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundlePackagesAndPlugins.html +82 -0
- package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyPublicDirs.html +80 -0
- package/docs/functions/_saltcorn_sqlite.add_index.html +105 -0
- package/docs/functions/_saltcorn_sqlite.add_unique_constraint.html +105 -0
- package/docs/functions/_saltcorn_sqlite.begin.html +92 -0
- package/docs/functions/_saltcorn_sqlite.changeConnection.html +100 -0
- package/docs/functions/_saltcorn_sqlite.close.html +92 -0
- package/docs/functions/_saltcorn_sqlite.commit.html +92 -0
- package/docs/functions/_saltcorn_sqlite.count.html +106 -0
- package/docs/functions/_saltcorn_sqlite.deleteWhere.html +106 -0
- package/docs/functions/_saltcorn_sqlite.dropTable.html +95 -0
- package/docs/functions/_saltcorn_sqlite.dropTables.html +95 -0
- package/docs/functions/_saltcorn_sqlite.drop_index.html +105 -0
- package/docs/functions/_saltcorn_sqlite.drop_reset_schema.html +94 -0
- package/docs/functions/_saltcorn_sqlite.drop_unique_constraint.html +105 -0
- package/docs/functions/_saltcorn_sqlite.getVersion.html +93 -0
- package/docs/functions/_saltcorn_sqlite.get_db_filepath.html +92 -0
- package/docs/functions/_saltcorn_sqlite.get_sql_logging.html +92 -0
- package/docs/functions/_saltcorn_sqlite.init.html +105 -0
- package/docs/functions/_saltcorn_sqlite.insert.html +113 -0
- package/docs/functions/_saltcorn_sqlite.listScTables.html +89 -0
- package/docs/functions/_saltcorn_sqlite.listTables.html +89 -0
- package/docs/functions/_saltcorn_sqlite.listUserDefinedTables.html +89 -0
- package/docs/functions/_saltcorn_sqlite.query.html +98 -0
- package/docs/functions/_saltcorn_sqlite.rollback.html +92 -0
- package/docs/functions/_saltcorn_sqlite.select.html +108 -0
- package/docs/functions/_saltcorn_sqlite.selectMaybeOne.html +110 -0
- package/docs/functions/_saltcorn_sqlite.selectOne.html +109 -0
- package/docs/functions/_saltcorn_sqlite.set_sql_logging.html +96 -0
- package/docs/functions/_saltcorn_sqlite.slugify.html +93 -0
- package/docs/functions/_saltcorn_sqlite.sql_log.html +104 -0
- package/docs/functions/_saltcorn_sqlite.update.html +111 -0
- package/docs/functions/_saltcorn_sqlite.updateWhere.html +97 -0
- package/docs/functions/_saltcorn_sqlite_mobile.add_index.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.add_unique_constraint.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.count.html +88 -0
- package/docs/functions/_saltcorn_sqlite_mobile.deleteWhere.html +85 -0
- package/docs/functions/_saltcorn_sqlite_mobile.drop_index.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.drop_reset_schema.html +78 -0
- package/docs/functions/_saltcorn_sqlite_mobile.drop_unique_constraint.html +95 -0
- package/docs/functions/_saltcorn_sqlite_mobile.init.html +78 -0
- package/docs/functions/_saltcorn_sqlite_mobile.insert.html +96 -0
- package/docs/functions/_saltcorn_sqlite_mobile.insertRows.html +94 -0
- package/docs/functions/_saltcorn_sqlite_mobile.listScTables.html +79 -0
- package/docs/functions/_saltcorn_sqlite_mobile.listTables.html +79 -0
- package/docs/functions/_saltcorn_sqlite_mobile.listUserDefinedTables.html +79 -0
- package/docs/functions/_saltcorn_sqlite_mobile.query.html +85 -0
- package/docs/functions/_saltcorn_sqlite_mobile.select.html +87 -0
- package/docs/functions/_saltcorn_sqlite_mobile.selectMaybeOne.html +88 -0
- package/docs/functions/_saltcorn_sqlite_mobile.selectOne.html +88 -0
- package/docs/functions/_saltcorn_sqlite_mobile.setConnectionObject.html +85 -0
- package/docs/functions/_saltcorn_sqlite_mobile.tableExists.html +87 -0
- package/docs/functions/_saltcorn_sqlite_mobile.time.html +78 -0
- package/docs/functions/_saltcorn_sqlite_mobile.update.html +97 -0
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_field.instanceOfField.html +88 -0
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_page.instanceOfPage.html +87 -0
- package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_view.instanceOfView.html +87 -0
- package/docs/functions/_saltcorn_types.Types.base_types.instanceOWithHtmlFile.html +107 -0
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfErrorMsg.html +84 -0
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfSuccessMsg.html +84 -0
- package/docs/functions/_saltcorn_types.Types.common_types.instanceOfType.html +84 -0
- package/docs/functions/_saltcorn_types.generators.generateBool.html +68 -0
- package/docs/functions/_saltcorn_types.generators.generateString.html +75 -0
- package/docs/functions/_saltcorn_types.generators.num_between.html +75 -0
- package/docs/functions/_saltcorn_types.generators.oneOf.html +73 -0
- package/docs/index.html +56 -0
- package/docs/interfaces/_saltcorn_mobile_builder.common_build_utils.ScCapacitorConfig.html +169 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractField.html +187 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractFieldRepeat.html +110 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_form.AbstractForm.html +268 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_page.AbstractPage.html +153 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_role.AbstractRole.html +108 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_table.AbstractTable.html +147 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_trigger.AbstractTrigger.html +224 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_view.AbstractView.html +174 -0
- package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_workflow.AbstractWorkflow.html +264 -0
- package/docs/modules/_saltcorn_admin_models.backup.html +74 -0
- package/docs/modules/_saltcorn_admin_models.html +68 -0
- package/docs/modules/_saltcorn_admin_models.pack.html +100 -0
- package/docs/modules/_saltcorn_admin_models.tenant.html +86 -0
- package/docs/modules/_saltcorn_common_code.html +77 -0
- package/docs/modules/_saltcorn_data.html +476 -0
- package/docs/modules/_saltcorn_data.models.Crash.html +113 -0
- package/docs/modules/_saltcorn_data.models.EventLog.html +113 -0
- package/docs/modules/_saltcorn_data.models.FieldRepeat.html +113 -0
- package/docs/modules/_saltcorn_data.models.File.html +113 -0
- package/docs/modules/_saltcorn_data.models.Form.html +115 -0
- package/docs/modules/_saltcorn_data.models.PageGroup.html +113 -0
- package/docs/modules/_saltcorn_data.models.Table.html +117 -0
- package/docs/modules/_saltcorn_data.models.TableConstraint.html +113 -0
- package/docs/modules/_saltcorn_data.models.User.html +113 -0
- package/docs/modules/_saltcorn_data.models.View.html +113 -0
- package/docs/modules/_saltcorn_data.models.Workflow.html +113 -0
- package/docs/modules/_saltcorn_data.models.config.html +135 -0
- package/docs/modules/_saltcorn_data.models.discovery.html +120 -0
- package/docs/modules/_saltcorn_data.models.email.html +116 -0
- package/docs/modules/_saltcorn_data.models.expression.html +128 -0
- package/docs/modules/_saltcorn_data.models.html +150 -0
- package/docs/modules/_saltcorn_data.models.layout.html +122 -0
- package/docs/modules/_saltcorn_data.models.random.html +118 -0
- package/docs/modules/_saltcorn_data.models.scheduler.html +112 -0
- package/docs/modules/_saltcorn_data.plugin_helper.html +70 -0
- package/docs/modules/_saltcorn_data.utils.html +72 -0
- package/docs/modules/_saltcorn_db_common.html +181 -0
- package/docs/modules/_saltcorn_db_common.multi_tenant.html +120 -0
- package/docs/modules/_saltcorn_db_common.single_tenant.html +115 -0
- package/docs/modules/_saltcorn_markup.html +399 -0
- package/docs/modules/_saltcorn_mobile_builder.common_build_utils.html +124 -0
- package/docs/modules/_saltcorn_mobile_builder.html +75 -0
- package/docs/modules/_saltcorn_mobile_builder.package_bundle_utils.html +71 -0
- package/docs/modules/_saltcorn_sqlite.html +123 -0
- package/docs/modules/_saltcorn_sqlite_mobile.html +103 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_field.html +94 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_form.html +85 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_library.html +82 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_page.html +92 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_plugin.html +82 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_role.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_table.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_trigger.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_view.html +92 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_workflow.html +87 -0
- package/docs/modules/_saltcorn_types.ModelAbstracts.html +88 -0
- package/docs/modules/_saltcorn_types.Types.base_types.html +141 -0
- package/docs/modules/_saltcorn_types.Types.common_types.html +91 -0
- package/docs/modules/_saltcorn_types.Types.html +68 -0
- package/docs/modules/_saltcorn_types.generators.html +76 -0
- package/docs/modules/_saltcorn_types.html +67 -0
- package/docs/types/_saltcorn_data.models.Crash.CrashCfg.html +128 -0
- package/docs/types/_saltcorn_data.models.EventLog.EventLogCfg.html +122 -0
- package/docs/types/_saltcorn_data.models.FieldRepeat.FieldRepeatCfg.html +126 -0
- package/docs/types/_saltcorn_data.models.File.FileCfg.html +132 -0
- package/docs/types/_saltcorn_data.models.Form.AdditionalButton.html +108 -0
- package/docs/types/_saltcorn_data.models.Form.FormCfg.html +180 -0
- package/docs/types/_saltcorn_data.models.PageGroup.ScreenInfoParams.html +118 -0
- package/docs/types/_saltcorn_data.models.Table.ChildRelations.html +116 -0
- package/docs/types/_saltcorn_data.models.Table.ParentRelations.html +116 -0
- package/docs/types/_saltcorn_data.models.Table.RelationData.html +116 -0
- package/docs/types/_saltcorn_data.models.TableConstraint.TableConstraintCfg.html +120 -0
- package/docs/types/_saltcorn_data.models.User.UserCfg.html +138 -0
- package/docs/types/_saltcorn_data.models.View.FindViewsPred.html +127 -0
- package/docs/types/_saltcorn_data.models.Workflow.WorkflowCfg.html +161 -0
- package/docs/types/_saltcorn_db_common.AggregationOptions.html +114 -0
- package/docs/types/_saltcorn_db_common.CoordOpts.html +104 -0
- package/docs/types/_saltcorn_db_common.JoinField.html +106 -0
- package/docs/types/_saltcorn_db_common.JoinFields.html +98 -0
- package/docs/types/_saltcorn_db_common.JoinOptions.html +107 -0
- package/docs/types/_saltcorn_db_common.JsonPath.html +93 -0
- package/docs/types/_saltcorn_db_common.JsonPathElem.html +93 -0
- package/docs/types/_saltcorn_db_common.Operator.html +102 -0
- package/docs/types/_saltcorn_db_common.PrimaryKeyValue.html +93 -0
- package/docs/types/_saltcorn_db_common.Row.html +98 -0
- package/docs/types/_saltcorn_db_common.SelectOptions.html +132 -0
- package/docs/types/_saltcorn_db_common.SqlAndValues.html +104 -0
- package/docs/types/_saltcorn_db_common.SubselectOptions.html +104 -0
- package/docs/types/_saltcorn_db_common.Value.html +93 -0
- package/docs/types/_saltcorn_db_common.Where.html +115 -0
- package/docs/types/_saltcorn_mobile_builder.IosCfg.html +76 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.FieldCfg.html +168 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.InputType.html +79 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_form.AdditionalButton.html +87 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryCfg.html +87 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryPack.html +79 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PageCfg.html +97 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PagePack.html +85 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginCfg.html +103 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginPack.html +79 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RoleCfg.html +84 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RolePack.html +80 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TableCfg.html +111 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TablePack.html +86 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerCfg.html +104 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerPack.html +80 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewCfg.html +109 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewPack.html +89 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.ConfigWorkflowStep.html +97 -0
- package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.RunResult.html +100 -0
- package/docs/types/_saltcorn_types.Types.base_types.Action.html +189 -0
- package/docs/types/_saltcorn_types.Types.base_types.AuthenticationMethod.html +109 -0
- package/docs/types/_saltcorn_types.Types.base_types.CodePagePack.html +107 -0
- package/docs/types/_saltcorn_types.Types.base_types.Column.html +103 -0
- package/docs/types/_saltcorn_types.Types.base_types.ConnectedObjects.html +109 -0
- package/docs/types/_saltcorn_types.Types.base_types.CopilotSkill.html +149 -0
- package/docs/types/_saltcorn_types.Types.base_types.FieldLike.html +98 -0
- package/docs/types/_saltcorn_types.Types.base_types.FieldView.html +166 -0
- package/docs/types/_saltcorn_types.Types.base_types.Header.html +107 -0
- package/docs/types/_saltcorn_types.Types.base_types.JoinFieldOption.html +109 -0
- package/docs/types/_saltcorn_types.Types.base_types.Layout.html +98 -0
- package/docs/types/_saltcorn_types.Types.base_types.MobileConfig.html +133 -0
- package/docs/types/_saltcorn_types.Types.base_types.ModelPattern.html +261 -0
- package/docs/types/_saltcorn_types.Types.base_types.Pack.html +129 -0
- package/docs/types/_saltcorn_types.Types.base_types.Plugin.html +122 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginFunction.html +120 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginLayout.html +116 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginRoute.html +125 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginSourceType.html +98 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginType.html +183 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginWrap.html +111 -0
- package/docs/types/_saltcorn_types.Types.base_types.PluginWrapArg.html +122 -0
- package/docs/types/_saltcorn_types.Types.base_types.RelationOption.html +105 -0
- package/docs/types/_saltcorn_types.Types.base_types.Req.html +178 -0
- package/docs/types/_saltcorn_types.Types.base_types.Res.html +168 -0
- package/docs/types/_saltcorn_types.Types.base_types.RouteAction.html +121 -0
- package/docs/types/_saltcorn_types.Types.base_types.RunExtra.html +103 -0
- package/docs/types/_saltcorn_types.Types.base_types.TableProvider.html +140 -0
- package/docs/types/_saltcorn_types.Types.base_types.TableQuery.html +129 -0
- package/docs/types/_saltcorn_types.Types.base_types.Tablely.html +103 -0
- package/docs/types/_saltcorn_types.Types.base_types.ViewTemplate.html +471 -0
- package/docs/types/_saltcorn_types.Types.common_types.ErrorMessage.html +84 -0
- package/docs/types/_saltcorn_types.Types.common_types.GenObj.html +80 -0
- package/docs/types/_saltcorn_types.Types.common_types.ReqRes.html +82 -0
- package/docs/types/_saltcorn_types.Types.common_types.ResultMessage.html +75 -0
- package/docs/types/_saltcorn_types.Types.common_types.SuccessMessage.html +86 -0
- package/docs/types/_saltcorn_types.Types.common_types.Type.html +144 -0
- package/docs/variables/_saltcorn_data.db.html +60 -0
- package/docs/variables/_saltcorn_data.migrations.html +60 -0
- package/docs/variables/_saltcorn_data.models.config.available_languages.html +154 -0
- package/docs/variables/_saltcorn_data.models.config.configTypes.html +117 -0
- package/docs/variables/_saltcorn_data.models.scheduler.runScheduler.html +152 -0
- package/docs/variables/_saltcorn_data.plugin_helper.run_action_column.html +65 -0
- package/docs/variables/_saltcorn_data.utils.NotAuthorized.html +66 -0
- package/docs/variables/_saltcorn_data.utils.sleep.html +66 -0
- package/docs/variables/_saltcorn_db_common.multi_tenant.tenantNamespace.html +103 -0
- package/help/Extra state formula.tmd +1 -1
- package/help/JavaScript action code.tmd +1 -1
- package/locales/ar.json +1289 -4
- package/locales/da.json +355 -203
- package/locales/de.json +665 -149
- package/locales/en.json +16 -1
- package/locales/es.json +1567 -1271
- package/locales/fr.json +1562 -294
- package/locales/hi.json +1563 -0
- package/locales/pt.json +1300 -11
- package/locales/ru.json +1577 -1222
- package/locales/si.json +402 -4
- package/locales/uk.json +399 -3
- package/locales/zh.json +689 -7
- package/markup/admin.js +32 -14
- package/package.json +9 -9
- package/public/gridedit.js +4 -2
- package/public/saltcorn-common.js +45 -13
- package/public/saltcorn.js +17 -28
- package/routes/actions.js +4 -42
- package/routes/admin.js +78 -43
- package/routes/api.js +9 -9
- package/routes/delete.js +4 -2
- package/routes/eventlog.js +64 -27
- package/routes/fields.js +25 -14
- package/routes/files.js +9 -9
- package/routes/infoarch.js +57 -2
- package/routes/list.js +6 -4
- package/routes/pageedit.js +1 -1
- package/routes/plugins.js +36 -1
- package/routes/search.js +7 -3
- package/routes/tables.js +207 -28
- package/tests/admin.test.js +15 -0
- package/wrapper.js +14 -4
package/locales/si.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"Sign up": "ලියාපදිංචි වන්න",
|
|
24
24
|
"Login": "ඇතුල් වන්න",
|
|
25
25
|
"An error occurred": "දෝෂයක් ඇතිවිය",
|
|
26
|
-
"ID": "
|
|
26
|
+
"ID": "අනන්යතා අංකය",
|
|
27
27
|
"Email": "විද්යුත් තැපෑල",
|
|
28
28
|
"Role": "කාර්යභාරය",
|
|
29
29
|
"View": "දැක්ම",
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"Style": "විලාසය",
|
|
635
635
|
"Not all themes support menu buttons": "සියලුම තේමාවන් මෙනේට්ස් බොත්තම් සඳහා සහාය නොදක්වයි",
|
|
636
636
|
"Select a publicly accessible image file for the menu logo": "මෙනු ලාංඡනය සඳහා ප්රසිද්ධියේ ප්රවේශ විය හැකි රූප ගොනුවක් තෝරන්න",
|
|
637
|
-
"Favicon": "
|
|
637
|
+
"Favicon": "ෆේවිකොන",
|
|
638
638
|
"Select a publicly accessible image file for the browser tab icon": "බ්රව්සර් ටැබ් නිරූපකය සඳහා ප්රසිද්ධියේ ප්රවේශ විය හැකි රූප ගොනුවක් තෝරන්න",
|
|
639
639
|
"Site identity settings, backup, email settings, system control and information": "අඩවි හැඳුනුම් සැකසුම්, උපස්ථ, ඊමේල් සැකසුම්, පද්ධති පාලනය සහ තොරතුරු",
|
|
640
640
|
"Plugin and pack installation and control": "ප්ලගිනය සහ ඇසුරුම් ස්ථාපනය සහ පාලනය",
|
|
@@ -1193,5 +1193,403 @@
|
|
|
1193
1193
|
"Prevent any deletion of parent rows": "දෙමව්පියන් පේළි වල මකාදැමීම වළක්වන්න",
|
|
1194
1194
|
"If the parent row is deleted, set key fields on child rows to null": "මව් පේළිය මකා දැමුවහොත්, දරුවා පේළි මත ප්රධාන ක්ෂේත්ර ශුන්ය වීමට සකසන්න",
|
|
1195
1195
|
"Link out?": "සම්බන්ධ වන්න?",
|
|
1196
|
-
"Show a link to open popup contents in new tab": "නව පටිත්තෙහි උත්පතන අන්තර්ගතයන් විවෘත කිරීමට සබැඳියක් පෙන්වන්න"
|
|
1197
|
-
|
|
1196
|
+
"Show a link to open popup contents in new tab": "නව පටිත්තෙහි උත්පතන අන්තර්ගතයන් විවෘත කිරීමට සබැඳියක් පෙන්වන්න",
|
|
1197
|
+
"Email: ": "ඊමේල්:",
|
|
1198
|
+
"Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "මෙම අඩවියේ හෝස්ටින් සේවාව නොමිලේ සහ ඔබේ යෙදුමේ ලබාගැනීමේ හෝ ආරක්ෂාවේ සහතිකයකින් තොරව සපයනු ලැබේ.",
|
|
1199
|
+
"This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "මෙම පහසුකම සෝල්ට්කෝන් සුදුසුකම් ඇගයීම සඳහා පමණක් අදහස් කොට ඇත.",
|
|
1200
|
+
"If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "ඔබට ආරක්ෂිතව තබා ගත යුතු පුද්ගලික තොරතුරු ගබඩා කිරීමට අවශ්ය නම්, කරුණාකර ස්වයං හෝස්ට් කරන ලද Saltcorn භාවිතා කරන්න.",
|
|
1201
|
+
"Please select a name for your application. The name will determine the address at which it will be available. ": "ඔබේ යෙදුම සඳහා නමක් තෝරන්න. එම නම එය ලබා ගත හැකි ලිපිනය නිර්ණය කරනු ඇත.",
|
|
1202
|
+
"Upload file ": "ගොනුව උඩුගත කරන්න",
|
|
1203
|
+
"Result preview for ": "ප්රතිඵල පෙරදසුනට සඳහා",
|
|
1204
|
+
"These tables lack suitable views: ": "මෙම වගු වලට සුදුසු දර්ශන නොමැත:",
|
|
1205
|
+
"Language: ": "භාෂාව: ",
|
|
1206
|
+
"Fields you can use as variables: ": "ඔබට විචල්ය ලෙස භාවිතා කළ හැකි ක්ෂේත්ර:",
|
|
1207
|
+
" with password %s": "මුරපදය %s සමඟ",
|
|
1208
|
+
"Functions you can use (in addition to standard JavaScript functions): ": "ඔබට භාවිතා කළ හැකි කාර්යයන් (සම්මත JavaScript කාර්යයන්ට අමතරව):",
|
|
1209
|
+
"Inbound keys: ": "ආගමන යතුරු:",
|
|
1210
|
+
"This plugin supplies these types: ": "මෙම ප්ලගිනය මෙම වර්ග සපයයි:",
|
|
1211
|
+
"Returns: ": "ආපසු ලබා දෙයි:",
|
|
1212
|
+
"Currently: ": "වර්තමානයේ:",
|
|
1213
|
+
"Error: ": "දෝෂය:",
|
|
1214
|
+
"API token for this user: ": "මෙම පරිශීලකයාට සඳහා API ටෝකනය:",
|
|
1215
|
+
"To login to a previously created application, go to: ": "පෙර සාදන ලද යෙදුමකට පිවිසීම සඳහා, යන්න:",
|
|
1216
|
+
"User is treated as owner if true. In scope: ": "පරිශීලකයා සත්ය නම් හිමිකරු ලෙස සැලකේ. වලංගු වේළාවක්:",
|
|
1217
|
+
"Only include rows where this formula is true. ": "මෙම සූත්රය සත්ය වූ විට පමණක් පේළි ඇතුළත් කරන්න.",
|
|
1218
|
+
"Locale identifier short code, e.g. en, zh, fr, ar etc. ": "ප්රාදේශීය හඳුනාගැනීමේ කෙටි කේතය, උදා. en, zh, fr, ar යනාදිය.",
|
|
1219
|
+
"Files accept filter ": "ගොනු පිළිගනු ලබන පෙරහන",
|
|
1220
|
+
"Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "ගොනු උඩුගත කිරීම් අත්හිටුවීමට පෙර දත්ත සඳහා කොපමණ කාලයක් බලාසිටීමට යන්නේ ය යන්න අර්ථ දක්වයි. කාලෝත්තර පරීක්ෂා අක්රීය කිරීමට ඔබ කැමති නම් එය 0 ට සකසන්න.",
|
|
1221
|
+
"We request that you change your password on %s. You can set your new password through this link: ": "ඔබගේ මුරපදය වෙනස් කළ යුතු බව අපි ඉල්ලා සිටිමු. ඔබට මෙම සබැඳිය හරහා ඔබේ නව මුරපදය සකස් කළ හැක:",
|
|
1222
|
+
"We have created an account for you on %s. You can set your new password through this link: ": "අපි ඔබ සඳහා %s හි ගිණුමක් සාදා ඇත. ඔබට මෙම සබැඳියෙන් ඔබේ නව මුරපදය සකස් කළ හැකිය:",
|
|
1223
|
+
"Add constraint: ": "බාධාකය එක් කරන්න:",
|
|
1224
|
+
"Formula must evaluate to true for valid rows. In scope: ": "සත්යයට පත් විය යුතු අත්තිකාරම් මත වලංගු පේළි සඳහා සූත්රය ඇගයීමට යුතුය. පරිදි:",
|
|
1225
|
+
"Create model": "ආකෘතිය සාදන්න",
|
|
1226
|
+
"Models": "ආකෘතියන්",
|
|
1227
|
+
"New model": "නව ආකෘතිය",
|
|
1228
|
+
"Show model": "ආකෘතිය පෙන්වන්න",
|
|
1229
|
+
"Model instances": "ආකෘති උදාහරණ",
|
|
1230
|
+
"Trained": "පුහුණු කරන ලද",
|
|
1231
|
+
"Train new instance": "නව ආකෘතියක් පුහුණු කරන්න",
|
|
1232
|
+
"Train model": "මාදිලිය පුහුණු කරන්න",
|
|
1233
|
+
"Train": "දැනුම් දෙනවා",
|
|
1234
|
+
"Report": "වාර්තාව",
|
|
1235
|
+
"Model training report": "ආකස්මික පුහුණු වාර්තාව",
|
|
1236
|
+
"Model training error": "ආදර්ශ පුහුණු දෝෂය",
|
|
1237
|
+
"Training error": "පුහුණු දෝෂය",
|
|
1238
|
+
"Model": "ආකෘතිය",
|
|
1239
|
+
"Model instance": "ආදර්ශ අනුරූපය",
|
|
1240
|
+
"Prediction output": "ප්රතිඵල ප්රතිදානය",
|
|
1241
|
+
"Table triggers: ": "දත්ත වගු ත්රිගර: ",
|
|
1242
|
+
"Model %s deleted": "ආකෘතිය %s මකා දමන ලදි",
|
|
1243
|
+
"Model instance %s deleted": "ආකෘති උදාහරණය %s මකා දමන ලදි",
|
|
1244
|
+
"Action information saved": "ක්රියාකාරකම් තොරතුරු සුරකින ලදි",
|
|
1245
|
+
"JavaScript code:": "JavaScript කේතය:",
|
|
1246
|
+
"code here": "මෙහි කේතයක් යොදන්න",
|
|
1247
|
+
"Page '%s' was loaded": "පිටුව '%s' පූරණය විය",
|
|
1248
|
+
"View '%s' was loaded": "'%' මත දැක්ම පූරණය විය",
|
|
1249
|
+
"Error message": "දෝෂ පණිවිඩය",
|
|
1250
|
+
"Error shown to user if uniqueness is violated": "පරිශීලකට පෙන්වන දෝෂය එකක් නොවන බව උල්ලංඝනය වූ විට",
|
|
1251
|
+
"Protected": "ආරක්ෂිත",
|
|
1252
|
+
"Set role to access": "ප්රවේශය සඳහා භූමිකාව සකසන්න",
|
|
1253
|
+
"User must have this role or higher to update or create field values": "පරිශීලකයාට ක්ෂේත්ර අගයන් යාවත්කාලීන කිරීමට හෝ සාදන්නට මෙම භූමිකාව හෝ ඉහළ භූමිකාව තිබිය යුතුය.",
|
|
1254
|
+
"Disable on mobile": "ජංගම දුරකථන වලදී අක්රීය කරන්න",
|
|
1255
|
+
"moment.js format specifier": "moment.js ආකෘති නියෝජිතය",
|
|
1256
|
+
"Primary button": "ප්රාථමික බොත්තම",
|
|
1257
|
+
"Secondary button": "ද්විතීයික බොත්තම",
|
|
1258
|
+
"Success button": "සාර්ථකත්ව බොත්තම",
|
|
1259
|
+
"Danger button": "අනතුරු බොත්තම",
|
|
1260
|
+
"Primary outline button": "ප්රාථමික රූපරේඛා බොත්තම",
|
|
1261
|
+
"Secondary outline button": "ද්විතීයික රූපරේඛා බොත්තම",
|
|
1262
|
+
"Standard": "සම්මත",
|
|
1263
|
+
"X-Small": "එක්ස්-කුඩා",
|
|
1264
|
+
"Block": "කොටුව",
|
|
1265
|
+
"Large block": "විශාල කොටස",
|
|
1266
|
+
"Formula for JavaScript object that will be added to state parameters": "JavaScript වස්තුව සඳහා සූත්රය තත්ව පරාමිතීන්ට එකතු කරන ලදී",
|
|
1267
|
+
"Alignment": "ගැලපුම",
|
|
1268
|
+
"Click to edit?": "සංස්කරණය කිරීමට ක්ලික් කරන්න?",
|
|
1269
|
+
"Format": "ආකෘතිය",
|
|
1270
|
+
"Table Synchronization": "දත්ත වගු සමකාලීනතාව",
|
|
1271
|
+
"unsynched": "එකක්ෂණික නොවූ",
|
|
1272
|
+
"synched": "සමකාලීනතාවයෙන්",
|
|
1273
|
+
"Sync information": "තොරතුරු සමකාලීනකරණය",
|
|
1274
|
+
"Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "තොරතුරු සමකාලීනතාවය අවසන් වරක් සංශෝධනය හෝ මකාදැමීමේ ටයිම්ස්ටැම්පය අනුගමනය කරන අතර එමඟින් දත්ත වගුව ජංගම යෙදුම සමඟ සමකාලීන කළ හැකිය.",
|
|
1275
|
+
"Included Plugins": "ඇතුළත් කළ ප්ලගින්ස්",
|
|
1276
|
+
"exclude": "බහිෂ්කරන්න",
|
|
1277
|
+
"include": "හැඳුනුම්පත් කරන්න",
|
|
1278
|
+
"Auto public login": "ස්වයංක්රීය පොදු පුරනය",
|
|
1279
|
+
"New user view": "නව පරිශීලක දසුන",
|
|
1280
|
+
"A view to show to new users, to finalise registration (if Edit) or as a welcome view": "නව පරිශීලකයන්ට පෙන්වීමට දැක්මක්, ලියාපදිංචිය අවසන් කිරීමට (සංස්කරණය නම්) හෝ සාදරය දැක්මක් ලෙසින්.",
|
|
1281
|
+
"View decoration": "දසුන් සරසවිම",
|
|
1282
|
+
"Title formula": "ශීර්ෂ සූත්රය",
|
|
1283
|
+
"Show if true": "සත්ය නම් පෙන්වන්න",
|
|
1284
|
+
"Formula. Leave blank to always show": "සූත්රය. සෑම විටම පෙන්වීමට හිස්ව තබන්න.",
|
|
1285
|
+
"Popup width": "උත්පාදන පළල",
|
|
1286
|
+
"Show an icon in the title bar to indicate when form data is being saved": "පෝරම දත්ත සුරැකෙන විට තත්ව තීරුවේ අයිකනයක් පෙන්වන්න",
|
|
1287
|
+
"install a different version": "වෙනත් අනුවාදයක් ස්ථාපනය කරන්න",
|
|
1288
|
+
"%s versions": "%s අනුවාදයන්",
|
|
1289
|
+
"Close": "වසන්න",
|
|
1290
|
+
"Module up-to-date": "මොඩියුලය යාවත්කාලීනයි",
|
|
1291
|
+
"Module '%s' not found": "මොඩියුලය '%s' හමු නොවීය",
|
|
1292
|
+
"Module %s not found": "මොඩියුලය %s හමු නොවීය",
|
|
1293
|
+
"Include Event Logs": "උද්ගත ලොග් ඇතුළත් කරන්න",
|
|
1294
|
+
"Backup with event logs": "ඉසව් ලොග් සමඟ උපස්ථයක්",
|
|
1295
|
+
"Initially open": "මුලිකව විවෘත කරන්න",
|
|
1296
|
+
"Not a valid pack": "වලංගු නොවන පැකේජයකි",
|
|
1297
|
+
"Pack file": "ගොනු ඇසුරුම් කරන්න",
|
|
1298
|
+
"Upload a pack file": "පැක් ගොනුවක් උඩුගත කරන්න",
|
|
1299
|
+
"No menu": "මෙනුවක් නැත",
|
|
1300
|
+
"Omit the menu from this page": "මෙම පිටුවෙන් මෙනුව ඉවත් කරන්න",
|
|
1301
|
+
"%s finished without a result": "%s ප්රතිඵලයක් නැතිව අවසන් විය",
|
|
1302
|
+
"Body size limit (Kb)": "කාය ප්රමාණයේ සීමාව (Kb)",
|
|
1303
|
+
"Maximum request body size in kilobytes": "කිලෝබයිට් වලින් උපරිම ඉල්ලීම් ශරීරයේ ප්රමාණය",
|
|
1304
|
+
"URL encoded size limit (Kb)": "URL සංකේතිත ප්රමාණයේ සීමාව (Kb)",
|
|
1305
|
+
"Maximum URL encoded request size in kilobytes": "උපරිම URL කේතාන්විත ඉල්ලීම් ප්රමාණය කිලෝබයිට්වලින්",
|
|
1306
|
+
"HTML file": "HTML ගොනුව",
|
|
1307
|
+
"HTML file to use as page content": "HTML ගොනුව පිටු අන්තර්ගතය ලෙස භාවිතා කිරීමට",
|
|
1308
|
+
"Offline mode: cannot load file": "නොබැඳි ප්රකාරය: ගොනුව පූරණය කළ නොහැක",
|
|
1309
|
+
"None - use drag and drop builder": "කිසිවක් නොමැත - ඇද හැලීමේ සහ දැමීමේ ගොඩනැගුම්කරු භාවිතා කරන්න",
|
|
1310
|
+
"Do not pick or compare time": "කාලය තෝරාගැනීමට හෝ සසඳා බැලීමට එපා",
|
|
1311
|
+
"Installed theme": "ස්ථාපිත තේමාව",
|
|
1312
|
+
"Theme for role": "කාර්ය භාරය සඳහා තේමාව",
|
|
1313
|
+
"Set theme for each user role »": "සෑම පරිශීලක භූමිකාවකටම තේමාව සකසන්න",
|
|
1314
|
+
"Available themes": "ලබා ගත හැකි තේමාවන්",
|
|
1315
|
+
"Install more themes »": "තවත් තේමා ස්ථාපනය කරන්න »",
|
|
1316
|
+
"Configure action": "ක්රියාව වින්යාස කරන්න",
|
|
1317
|
+
"No changes detected, snapshot skipped": "කිසිදු වෙනසක් නොපෙනී යන බැවින්, ස්නැප්ෂොට් මගහැරියාය",
|
|
1318
|
+
"Cannot remove module: views %s depend on it": "මොඩියුලය ඉවත් කළ නොහැක: දැක්ම %s එයට යැපෙනවා",
|
|
1319
|
+
"The view name is part of the URL when it is shown alone.": "දැක්මේ නම URL එකේ කොටසක් වන විට එය තනිවම පෙන්වනු ලැබේ.",
|
|
1320
|
+
"Exclusion relations": "බහිෂ්කරණ සබඳතාවයන්",
|
|
1321
|
+
"Do not include row if this relation has a match": "මෙම සබඳතාවට ගැලපීමක් තිබේ නම් පේළිය ඇතුළත් නොකරන්න",
|
|
1322
|
+
"Exclusion where": "ප්රතිහරණය කොහෙද?",
|
|
1323
|
+
"Hoverable rows": "හොවර් කළ හැකි පේළි",
|
|
1324
|
+
"Highlight row under cursor": "කර්සරය යටතේ පේළිය අලවන්න",
|
|
1325
|
+
"Striped rows": "ඉරි තැඹිලි පේළි",
|
|
1326
|
+
"Add zebra stripes to rows": "පේළිවලට සෙබ්රා ඉරි එක් කරන්න",
|
|
1327
|
+
"New page group": "නව පිටු කණ්ඩායම",
|
|
1328
|
+
"Page Groups": "පිටු කණ්ඩායම්",
|
|
1329
|
+
"%s edit": "%s සංස්කරණය",
|
|
1330
|
+
"Members": "සාමාජිකයන්",
|
|
1331
|
+
"Add member": "සාමාජිකයෙකු එක් කරන්න",
|
|
1332
|
+
"Edit group properties": "කණ්ඩායම් ගුණාංග සංස්කරණය කරන්න",
|
|
1333
|
+
"Page to be served": "සේවා කළ යුතු පිටුව",
|
|
1334
|
+
"A description of the group member": "සමූහ සාමාජිකයාගේ විස්තරය",
|
|
1335
|
+
"Eligible Formula": "සුදුසු සූත්රය",
|
|
1336
|
+
"Formula to determine if this page should be served.": "මෙම පිටුව සේවා කළ යුතු දැයි තීරණය කිරීමට සූත්රය.",
|
|
1337
|
+
"Cancel": "අවලංගු කරන්න",
|
|
1338
|
+
"%s add-member": "%s සාමාජික-එක්කිරීම",
|
|
1339
|
+
"add-member": "සාමාජික-එක්කිරීම",
|
|
1340
|
+
"add member to %s": "%s වෙත සාමාජිකයෙකු එක් කරන්න",
|
|
1341
|
+
"Added member": "එක් කළ සාමාජිකයා",
|
|
1342
|
+
"Member %s": "සාමාජික %s",
|
|
1343
|
+
"Updated member": "යාවත්කාලීන කළ සාමාජිකයා",
|
|
1344
|
+
"%s edit-member": "%s සාමාජික-සංස්කරණය",
|
|
1345
|
+
"edit member of %s": "%s සාමාජිකයා සංස්කරණය කරන්න",
|
|
1346
|
+
"Removed member %s": "%s සාමාජිකයා ඉවත් කරන ලදි",
|
|
1347
|
+
"Deleted page group %s": "%s පිටු කණ්ඩායම මකා දමන ලදී",
|
|
1348
|
+
"Missing screen info": "තිර තොරතුරු අහිමියි",
|
|
1349
|
+
"What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "තිර තොරතුරු නොදෙන විට කළ යුත්තේ කුමක්ද? පරාමිතීන් සමඟ නැවත පූරණය කරන්න හෝ පරිශීලක-ඒජන්තයෙන් එය අනුමාන කරන්න.",
|
|
1350
|
+
"Guess from user agent": "පරිශීලක ඒජන්තයෙන් අනුමාන කරන්න",
|
|
1351
|
+
"Reload": "නැවත පූරණය කරන්න",
|
|
1352
|
+
"User Agent screen infos": "පරිශීලක නියෝජිත තිර තොරතුරු",
|
|
1353
|
+
"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.": "මෙම තිර තොරතුරු බ්රවුසරය ඒවා යවන විට නොයවන විට භාවිතා වේ. 'අතුරුදහන් තිර තොරතුරු' සඳහා 'පරිශීලක ඒජන්තයෙන් අනුමාන කරන්න' ලෙස සකසන විට, පරිශීලක ඒජන්තය පහත අගයන් සහිත උපාංගයකට සිතියම් කෙරේ.",
|
|
1354
|
+
"Add screen info": "තිර තොරතුරු එක් කරන්න",
|
|
1355
|
+
"Page Group settings": "පිටු කණ්ඩායම් සැකසුම්",
|
|
1356
|
+
"Pagegroups": "පිටු කණ්ඩායම්",
|
|
1357
|
+
"width": "පළල",
|
|
1358
|
+
"height": "උස",
|
|
1359
|
+
"innerWidth": "innerWidth",
|
|
1360
|
+
"innerHeight": "innerHeight",
|
|
1361
|
+
"Screen info added": "තිර තොරතුරු එක් කරන ලදි",
|
|
1362
|
+
"Screen info removed": "තිර තොරතුරු ඉවත් කර ඇත",
|
|
1363
|
+
"Edit screen info": "තිර තොරතුරු සංස්කරණය කරන්න",
|
|
1364
|
+
"Screen info saved": "තිර තොරතුරු සුරකින ලදි.",
|
|
1365
|
+
"Settings saved": "සැකසුම් සුරකින ලදි",
|
|
1366
|
+
"Destination page group": "ඉලක්ක පිටු කණ්ඩායම",
|
|
1367
|
+
"Your page groups": "ඔබේ පිටු කණ්ඩායම්",
|
|
1368
|
+
"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.": "කණ්ඩායමක් සුදුසු සූත්රයක් සහිත පිටු සමූහයක් ඇතුළත් වේ. කණ්ඩායමක් ඉල්ලූ විට, සූත්රය ගැලපෙන පළමු පිටුව සැපයීමට ලැබේ. මෙම ආකාරයෙන්, ඔබට උපාංගයේ තිරය මත පදනම්ව පිටුවක් තෝරා ගත හැක.",
|
|
1369
|
+
"Create page group": "පිටු කණ්ඩායම සාදන්න",
|
|
1370
|
+
"Page groups": "පිටු කණ්ඩායම්",
|
|
1371
|
+
"Calculated non-stored fields cannot have Key type": "ගබඩා කර නොමැති ගණනය කළ ක්ෂේත්ර වලට යතුරු වර්ගය තිබිය නොහැක.",
|
|
1372
|
+
"Row click URL": "පේළි ක්ලික් URL",
|
|
1373
|
+
"Formula. Navigate to this URL when row is clicked": "සූත්රය. පේළියක් ක්ලික් කල විට මෙම URL එකට යන්න.",
|
|
1374
|
+
"Time of day": "දවසේ කාලය",
|
|
1375
|
+
"UTC timezone": "UTC වේලා කලාපය",
|
|
1376
|
+
"Show if formula": "ක්රමවේදය පෙන්වන්න",
|
|
1377
|
+
"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> තිබේ නම් පමණක් සබැඳිය පෙන්වන්න.",
|
|
1378
|
+
"Pagegroup": "පිටු කාණ්ඩය",
|
|
1379
|
+
"Pagegroup %s has no members": "පිටු කණ්ඩායම %s සාමාජිකයන් නොමැත",
|
|
1380
|
+
"Remove border": "සීමාව ඉවත් කරන්න",
|
|
1381
|
+
"No lines between tables": "කුමන වගුවකට වගු අතර රේඛා නොමැත",
|
|
1382
|
+
"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.": "ඔබේ ක්ෂේත්රය කොමාවන් මගින් වෙන් කරන විකල්ප ලැයිස්තුවකට සීමා කිරීමට මෙය භාවිතා කරන්න. උදාහරණයක් ලෙස, අවසරය ඇති අගයන් වන <kbd class=\"fst-normal\">රතු, කොළ, නිල්</kbd> යනුවෙන් මෙහි ඇතුළත් කරන්න. පෙළ ඕනෑම අගයක් දැරිය හැකි නම් හිස්ව තබන්න.",
|
|
1383
|
+
"Page description": "පිටු විස්තරය",
|
|
1384
|
+
"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>",
|
|
1385
|
+
"For search engines. Some view patterns accept interpolations.": "සෙවුම් යන්ත්ර සඳහා. සමහර දැක්ම් රටා අන්තර්ගත කිරීම් භාර ගනී.",
|
|
1386
|
+
"Files cache TTL (minutes)": "ගොනු හැඹිලි TTL (මිනිත්තු)",
|
|
1387
|
+
"Cache-control max-age for files.": "ගොනු සඳහා හැඹිලි-පාලනය උපරිම-වයස.",
|
|
1388
|
+
"Popup min width": "පොප්අප් අවම පළල",
|
|
1389
|
+
"Add %s to tag %s": "%s ටැගයට %s එක් කරන්න",
|
|
1390
|
+
"Add entries to tag %s": "%s ටැගයට ඇතුළත් කිරීම් එක් කරන්න",
|
|
1391
|
+
"Tag not found": "ටැගය හමු නොවීය",
|
|
1392
|
+
"Unable to save: No page or no layout": "සුරැකීමට නොහැක: පිටුවක් හෝ පිරිසැලසුමක් නොමැත",
|
|
1393
|
+
"Unable to save: No view": "සුරැකීමට නොහැක: දසුනක් නැත",
|
|
1394
|
+
"%s has no eligible page": "%s සඳහා සුදුසු පිටුවක් නොමැත",
|
|
1395
|
+
"Random allocation": "හසුරුවන ලද අවස්ථාවක්",
|
|
1396
|
+
"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 පරීක්ෂණය සඳහා මූලික අවශ්යතාවකි.",
|
|
1397
|
+
"Pagegroup %s not found": "පිටු කණ්ඩායම %s හමු නොවීය",
|
|
1398
|
+
"Create trigger": "ට්රිගරයක් සාදන්න",
|
|
1399
|
+
"Omit the menu from this view": "මෙම දසුනෙන් මෙනුව ඉවත් කරන්න",
|
|
1400
|
+
"Cross-domain iframe": "ක්රොස්-ඩොමේන් iframe",
|
|
1401
|
+
"Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "iframe වෙනත් ඩොමේන්වල ඇතුළත් කිරීමට ඉඩ දෙන්න. X-Frame-Options හෙඩරය අවලංගු කරන්න.",
|
|
1402
|
+
"Logout URL": "ඉවත්වීමේ URL",
|
|
1403
|
+
"The URL to direct to after logout": "ඉවත් වීමෙන් පසු යොමු කිරීමේ URL",
|
|
1404
|
+
"Runtime informations": "කාලීන තොරතුරු",
|
|
1405
|
+
"open logs viewer": "ලොග් දර්ශකය විවෘත කරන්න",
|
|
1406
|
+
"Server logs": "සේවාදායක ලොග්වල",
|
|
1407
|
+
"Timestamp": "ටයිම්ස්ටැම්ප්",
|
|
1408
|
+
"Message": "පණිවිඩය",
|
|
1409
|
+
"Please enter the two-factor authetication code from your authenticator device": "කරුණාකර ඔබේ සත්යාපන උපාංගයෙන් ද්වි-කාරක සත්යාපන කේතය ඇතුළත් කරන්න.",
|
|
1410
|
+
"Only if...": "කෙසේ නමුත්, එය පමණක් නම්...",
|
|
1411
|
+
"Allow self signed": "ස්වයං සහතික කළ ඉඩ දෙන්න",
|
|
1412
|
+
"Open a connection to TLS server with self-signed or invalid TLS certificate": "TLS සේවාදායකයකට ස්වයං-සහතිකය හෝ අවලංගු TLS සහතිකයක් සහිතව සම්බන්ධතාවයක් විවෘත කරන්න.",
|
|
1413
|
+
"Allow self-signed": "ස්වයං-සහතික කළ ඉඩ දෙන්න",
|
|
1414
|
+
"Optionally associate a table with this trigger": "මෙම ට්රිගරය සමඟ විකල්පිකව වගුවක් එක්කරන්න",
|
|
1415
|
+
"Delete table": "මේසය මකන්න",
|
|
1416
|
+
"Signup role": "ලියාපදිංචි කිරීමේ භූමිකාව",
|
|
1417
|
+
"The initial role of signed up users": "ලියාපදිංචි වූ පරිශීලකයන්ගේ මුලික භූමිකාව",
|
|
1418
|
+
"Cordova builder": "කෝඩෝවා බිල්ඩරය",
|
|
1419
|
+
"not available": "ලබා ගත නොහැකිය",
|
|
1420
|
+
"pull": "ඇදගෙන එන්න",
|
|
1421
|
+
"refresh": "නැවුම් කරන්න",
|
|
1422
|
+
"installed": "ස්ථාපිතවී ඇත",
|
|
1423
|
+
"Include table history in backup": "උපස්ථ ඉතිහාසය උපස්ථ කිරීමේදී ඇතුළත් කරන්න",
|
|
1424
|
+
"The plugin was corrupted and had to be repaired. We recommend restarting your server.": "ප්ලගිනය දූෂිත වී තිබුණු අතර එය නැවත නිවැරදි කළ යුතු විය. ඔබේ සේවාදායකය නැවත ආරම්භ කිරීමට අපි නිර්දේශ කරමු.",
|
|
1425
|
+
"%s code page": "%s කේත පිටුව",
|
|
1426
|
+
"Constants and function code": "ස්ථිරාංක සහ කාර්ය කේතය",
|
|
1427
|
+
"Delete code page": "කේත පිටුව මකන්න",
|
|
1428
|
+
"Adjust the the theme for this user": "මෙම පරිශීලකයා සඳහා තේමාව සකසන්න",
|
|
1429
|
+
"Configure theme": "තේමාව වින්යාස කරන්න",
|
|
1430
|
+
"Remove all user specific theme settings": "සියලුම පරිශීලක විශේෂීත තේමා සැකසුම් ඉවත් කරන්න",
|
|
1431
|
+
"Configure %s Plugin for %s": "%s ප්ලගිනය %s සඳහා වින්යාස කරන්න",
|
|
1432
|
+
"The current theme has no user specific settings": "වත්මන් තේමාවට පරිශීලක විශේෂීකරණ කිසිවක් නැත",
|
|
1433
|
+
"Some themes support only one level of menu nesting.": "සමහර තේමා තනි මට්ටමක මෙනු නැවුම්කිරීම පමණක් සහාය දක්වයි.",
|
|
1434
|
+
"Apple Team ID": "ඇපල් කණ්ඩායමේ ID",
|
|
1435
|
+
"Please enter your Apple Team ID": "කරුණාකර ඔබේ ඇපල් කණ්ඩායම් හැඳුනුම් අංකය ඇතුළත් කරන්න.",
|
|
1436
|
+
"To see changes for '%s' in show-if-formulas, users need to relogin": "'%s' හි show-if-සූත්ර සඳහා වෙනස්කම් බැලීමට, පරිශීලකයන්ට නැවත පුරනය වීම අවශ්යයි.",
|
|
1437
|
+
"Server host": "සේවාදායක සත්කාරකයා",
|
|
1438
|
+
"Username": "පරිශීලක නාමය",
|
|
1439
|
+
"Port": "කොටුවාය",
|
|
1440
|
+
"All tenants": "සියලුම කුලීකරුවන්",
|
|
1441
|
+
"Also backup all tenants": "සියලුම බහාලුම් උපස්ථ කරන්න",
|
|
1442
|
+
"Retain local directory": "ස්ථානික නාමාවලිය රඳවා තබන්න",
|
|
1443
|
+
"Retain a local backup copy in this directory (optional)": "මෙම ඩිරෙක්ටරියේ දේශීය උපස්ථ පිටපතක් රඳවා තබන්න (විකල්පයකි)",
|
|
1444
|
+
"Do not wrap response in a success object": "සාර්ථක වස්තුවක් තුළ ප්රතිචාරය ඇසුරු නොකරන්න",
|
|
1445
|
+
"Use table description instead of name as header": "වගු නාමය වෙනුවට විස්තරය ශීර්ෂකය ලෙස භාවිතා කරන්න",
|
|
1446
|
+
"Description header": "විස්තර ශීර්ෂය",
|
|
1447
|
+
"Lazy load views": "කලාප පැටවීමේ දසුන්",
|
|
1448
|
+
"Log IP address": "IP ලිපිනය ලොග් කරන්න",
|
|
1449
|
+
"Record the request IP address in log messages": "ලොග් පණිවිඩ වල ඉල්ලීම් IP ලිපිනය පටිගත කරන්න",
|
|
1450
|
+
"App ID": "යෙදුම් හැඳුනුම්පත",
|
|
1451
|
+
"Build type": "ඉදිකිරීම් වර්ගය",
|
|
1452
|
+
"debug": "දෝෂ සොයන්න",
|
|
1453
|
+
"release": "නිකුත් කිරීම",
|
|
1454
|
+
"Keystore File": "යතුරු ගබඩා ගොනුව",
|
|
1455
|
+
"Keystore Alias": "යතුරු ගබඩා පරිනාමය",
|
|
1456
|
+
"Keystore Password": "යතුරු ගබඩා මුරපදය",
|
|
1457
|
+
"xcodebuild": "xcodebuild",
|
|
1458
|
+
"Provisioning Profile": "ප්රතිපාදන පැතිකඩ",
|
|
1459
|
+
"Registry editor": "ලේඛනාගාර සංස්කාරකයා",
|
|
1460
|
+
"Mobile HTML": "ජංගම HTML",
|
|
1461
|
+
"HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "පහළ නැවිගේෂන් තීරුවේ අයිතමය සඳහා HTML. දැනට මෙට්රොනික් තේමාව මගින් පමණක් සහාය දක්වයි.",
|
|
1462
|
+
"A short name that will be in the page URL": "පිටු URL එකේ ඇති කෙටි නමක්",
|
|
1463
|
+
"A longer description that is not visible but appears in the page header and is indexed by search engines": "දිගු විස්තරයක් දෘශ්යමාන නොවන නමුත් පිටු ශීර්ෂයේ දිස්වීම සහ සෙවුම් යන්ත්ර විසින් දර්ශනය කෙරෙන එකකි.",
|
|
1464
|
+
"User role required to access page": "පිටුවට ප්රවේශය සඳහා අවශ්ය පරිශීලක භූමිකාව",
|
|
1465
|
+
"Example: <code>`/view/TheOtherView?id=${id}`</code>": "උදාහරණය: <code>`/view/TheOtherView?id=${id}`</code>",
|
|
1466
|
+
"Older": "පැරණි",
|
|
1467
|
+
"Newest": "නවතම",
|
|
1468
|
+
"Delete all read": "සියලුම කියවූ දේ මකන්න",
|
|
1469
|
+
"Trigger %s duplicated as %s": "%s ලෙස අනුපිටපත් කරන ලද %s දොරකඩ",
|
|
1470
|
+
"Tooltip": "උපකාරක පටිපාටිය",
|
|
1471
|
+
"Tooltip formula": "ටූල්ටිප් සූත්රය",
|
|
1472
|
+
"Install a different version": "වෙනස් අනුවාදයක් ස්ථාපනය කරන්න",
|
|
1473
|
+
"Page group": "පිටු කණ්ඩායම",
|
|
1474
|
+
"Starting upgrade, please wait...\n": "උසස් කිරීම ආරම්භ කර ඇත, කරුණාකර රැදී සිටින්න...",
|
|
1475
|
+
"Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "උසස් කිරීම සිදු කර ඇත (එය ලබා ගත හැකි නම්) කේතය 0 සමඟ.\n\nඔබේ බ්රවුසරයේ BACK බොත්තම ඔබන්න, ඉන්පසු පිටුව RELOAD කරන්න.",
|
|
1476
|
+
"Installing %s, please wait...\n": "%s ස්ථාපනය කරමින් පවතී, කරුණාකර රැඳී සිටින්න...",
|
|
1477
|
+
"Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "කේතය 0 සහිතව ස්ථාපනය සිදු කර අවසන්.\n\nඔබේ බ්රවුසරයේ BACK බොත්තම ඔබන්න, ඉන්පසු පිටුව RELOAD කරන්න.",
|
|
1478
|
+
"Pulling the cordova-builder docker image...": "කෝර්ඩෝවා-බිල්ඩර් ඩොකර් රූපය ඇදගෙන එනවා...",
|
|
1479
|
+
"Check updates": "යාවත්කාලීන පරීක්ෂා කරන්න",
|
|
1480
|
+
"Choose version": "අනුවාදය තෝරන්න",
|
|
1481
|
+
"Unknown authentication method %s": "නොදන්නා සත්යාපන ක්රමය %s",
|
|
1482
|
+
"Card rows": "කාඩ් පේළි",
|
|
1483
|
+
"Each row in a card. Not supported by all themes": "කාඩ්පතක එක් පේළියක්. සියලු තේමාවන් විසින් සහය නොදක්වයි.",
|
|
1484
|
+
"Prune session interval (seconds)": "සැසි කාලය ඉවත් කිරීමේ අන්තරායය (තත්පර)",
|
|
1485
|
+
"Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Postgres දත්ත සමුදායේ කල් ඉකුත් වූ සැසි සඳහා තත්පර පරාසයක් පරීක්ෂා කිරීමේ කාලය. 0, හිස් හෝ අවකාශ සංඛ්යාවක් නම් එය අක්රීය කිරීමට.",
|
|
1486
|
+
"Progressive Web Application is not enabled": "ප්රගතිශීලී වෙබ් යෙදුම සක්රීය කර නොමැත",
|
|
1487
|
+
"Events and Trigger settings": "උද්ඝෝෂණ සහ ත්රිගර් සැකසුම්",
|
|
1488
|
+
"Periodic trigger timing (next event)": "කාලානුකූල ට්රිගර් කාලය (ඊළඟ සිදුවීම)",
|
|
1489
|
+
"Hourly": "පැයෙන් පැයට",
|
|
1490
|
+
"Daily": "දෛනික",
|
|
1491
|
+
"Weekly": "සතිපතා",
|
|
1492
|
+
"Code pages": "කේත පිටුවන්",
|
|
1493
|
+
"Please select a file": "කරුණාකර ගොනුවක් තෝරන්න",
|
|
1494
|
+
"Zip compression level": "සිප් සංකෝචන මට්ටම",
|
|
1495
|
+
"1=Fast, larger file, 9=Slow, smaller files": "1=ඉක්මන්, විශාල ගොනු, 9=මන්ද, කුඩා ගොනු",
|
|
1496
|
+
"Use system zip": "ක්රමයේ සිප් භාවිතා කරන්න",
|
|
1497
|
+
"Recommended. Executable <code>zip</code> must be installed": "නිර්දේශිතයි. ක්රියාත්මක <code>zip</code> ස්ථාපිත විය යුතුය.",
|
|
1498
|
+
"Time to run": "ධාවන කාලය",
|
|
1499
|
+
"Mobile": "ජංගම",
|
|
1500
|
+
"Plain password trigger row": "සරල මුරපද ඇනවුම් පේළිය",
|
|
1501
|
+
"Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "පරිශීලකයන්ගේ වගුවට සරල පෙළ මුරපද වෙනස්කිරීම් යවන්න (ඇතුළත් කිරීම, යාවත්කාලීන කිරීම සහ සත්යාපනය).",
|
|
1502
|
+
"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>": "නව කුලීකාරයෙකු සාදන්නට අවශ්යම පරිශීලක භූමිකාව<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>",
|
|
1503
|
+
"Select tag": "ටැගය තෝරන්න",
|
|
1504
|
+
"Invalid build directory path": "අවලංගු ගොඩනැගිල්ලේ ඩිරෙක්ටරි මාර්ගය",
|
|
1505
|
+
"Invalid build directory name": "වලංගු නොවන ඉදිකිරීම් නාමාවලියේ නම",
|
|
1506
|
+
"clean node_modules": "node_modules පිරිසිදු කරන්න",
|
|
1507
|
+
"After delete": "මකා දැමූ පසු",
|
|
1508
|
+
"Search only on exact match, not substring match. Useful for large tables": "සත්ය ගැලපුම් සඳහා පමණක් සෙවීම, උපශ්රේණි ගැලපුම් සඳහා නොවේ. විශාල වගු සඳහා ප්රයෝජනවත්ය.",
|
|
1509
|
+
"Please select an entry point.": "කරුණාකර ඇතුළුවීමේ ලක්ෂ්යයක් තෝරන්න.",
|
|
1510
|
+
"Group by": "සමූහ කරන්න",
|
|
1511
|
+
"View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "මෙනුවට %s දැක්ම එක් කරන ලදී. <a href=\"/menu\">සැකසුම් » මෙනු</a> තුළ ප්රවේශ අවසර සකසන්න.",
|
|
1512
|
+
"Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings » Menu</a>": "පිටුව %s මෙනුවට එක් කරන ලදී. <a href=\"/menu\">සැකසුම් » මෙනු</a> තුළ ප්රවේශ අවසර සැකසුම් කරන්න.",
|
|
1513
|
+
"SameSite": "SameSite",
|
|
1514
|
+
"Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "තෙවන පාර්ශ්වික ස්ථානවලට කුකි භාවිතය සීමා කරන්න. තද ආරක්ෂාව වැඩි වුවද, සත්යාපනයට බලපෑමක් විය හැක.",
|
|
1515
|
+
"Content Security Policy": "අන්තර්ගත ආරක්ෂක ප්රතිපත්තිය",
|
|
1516
|
+
"CORS": "CORS",
|
|
1517
|
+
"Cross-origin resource sharing": "ක්රොස්-ඔරිජින් සම්පත් බෙදාහැරීම",
|
|
1518
|
+
"Signup and login views": "ලියාපදිංචි සහ පුරනය වීමේ දසුන්",
|
|
1519
|
+
"Additional login and signup settings": "අමතර පිවිසුම් සහ ලියාපදිංචි සැකසුම්",
|
|
1520
|
+
"Login and signup views should be accessible by public users": "පුද්ගලික පරිශීලකයන්ට ප්රවේශය හා ලියාපදිංචි දසුන් ප්රවේශය සලසා ගත යුතුය.",
|
|
1521
|
+
"Shared: %s": "බෙදා හැරීම: %s",
|
|
1522
|
+
"Sharing not enabled": "බෙදාහදා ගැනීම සක්රීය කර නොමැත",
|
|
1523
|
+
"You must be logged in to share": "ඔබ බෙදා හැරීමට පෙර පුරනය විය යුතුය.",
|
|
1524
|
+
"Fluid layout": "ගලා යන පිරිසැලසුම",
|
|
1525
|
+
"Request fluid layout from theme for a wider display for this page": "මෙම පිටුව සඳහා පුළුල් දර්ශනයක් සඳහා තේමාවෙන් සුමුදු පිරිසැලසුමක් ඉල්ලන්න.",
|
|
1526
|
+
"Location of view to create new row": "නව පේළියක් සාදන දැක්මේ ස්ථානය",
|
|
1527
|
+
"Capacitor builder": "කැපැසිටර් ගොඩනැඟිල්ල",
|
|
1528
|
+
"Pulling the capacitor-builder docker image...": "කැපැසිටර්-බිල්ඩර් ඩොකර් රූපය ඇදගෙන යාම...",
|
|
1529
|
+
"Pull done with code %s": "කේතය %s සමඟ ඉවත් කිරීම සිදු කර ඇත",
|
|
1530
|
+
"Default locale": "පෙරනිමි පෙදෙස",
|
|
1531
|
+
"Next step": "ඊළඟ පියවර",
|
|
1532
|
+
"Step name": "පියවර නාමය",
|
|
1533
|
+
"Step saved": "පියවර සුරකින ලදි",
|
|
1534
|
+
"Initial step": "මුල් පියවර",
|
|
1535
|
+
"Confirm leaving unsaved": "නොසුරකින ලදීදැයි විභාග කරන්න",
|
|
1536
|
+
"Ask the user to confirm if they close a tab with unsaved changes": "පරිශීලකයාගේ සුරැකින් නොමැති වෙනස්කම් සහිත ටැබයක් නිමකරන විට තහවුරු කිරීමට පරිශීලකයාගෙන් ඉල්ලන්න.",
|
|
1537
|
+
"Workflow runs": "වැඩ ප්රවාහය සිදුවේ",
|
|
1538
|
+
"Workflow run": "වැඩ ප්රවාහය ධාවනය",
|
|
1539
|
+
"Share to enabled": "සබැඳි කර සක්රීය කරන්න",
|
|
1540
|
+
"Enable the share to feature": "ශෙයා කිරීමේ හැකියාව සක්රීය කරන්න",
|
|
1541
|
+
"Allocate new row": "නව පේළියක් අනුයෝජනය කරන්න",
|
|
1542
|
+
"If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "දෘෂ්යය පැමිණෙන විට පවතින පේළියක් නොමැති නම්, පැටවීමේදී නව පේළියක් වෙන් කරන්න. සියලුම අවශ්ය ක්ෂේත්ර වලට පෙරනිමි අගයන් සකස් කළ යුතුය.",
|
|
1543
|
+
"Step traces": "පියවර පසුපස ලකුණු",
|
|
1544
|
+
"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 දක්වා අංක සහිතව) හෝ එය හිස්ව තබන්න.",
|
|
1545
|
+
"Delete unchanged": "මකා දමන්න",
|
|
1546
|
+
"Delete allocated row if there are no changes.": "වෙනස් කිරීම් නොමැති නම් පවරා ඇති පේළිය මකන්න.",
|
|
1547
|
+
"Triggers on table": "දත්ත වගුවේ අනුක්රියාවන්",
|
|
1548
|
+
"Please provide the keystore alias and password for the android build.": "කරුණාකර ඇන්ඩ්රොයිඩ් ගොඩනැගීම සඳහා කීස්ටෝර් අනුවාදය සහ මුරපදය සපයන්න.",
|
|
1549
|
+
"Submit": "ඉදිරිපත් කරන්න",
|
|
1550
|
+
"OK": "හරි",
|
|
1551
|
+
"Step settings": "පියවර සැකසුම්",
|
|
1552
|
+
"Action settings": "ක්රියාකාරකම් සැකසුම්",
|
|
1553
|
+
"Keystore file is not applied for debug builds.": "Keystore ගොනුව නිර්මාණ ඉදිකිරීම් සඳහා යෙදී නැත.",
|
|
1554
|
+
"Workflow": "වැඩ ප්රවාහය",
|
|
1555
|
+
"Previous runs": "පෙර ධාවනයන්",
|
|
1556
|
+
"The workflow the user will be interacting with.": "පරිශීලකයා අන්තර්ක්රියා කරන දහරය.",
|
|
1557
|
+
"Delete old workflow runs with status after days": "දින කිහිපයක් ගත වී ඇති තත්වය සහිත පැරණි වැඩ ප්රවාහන මකා දමන්න",
|
|
1558
|
+
"Finished": "සම්පූර්ණයි",
|
|
1559
|
+
"Error": "දෝෂයකි",
|
|
1560
|
+
"Waiting": "බලා සිටීම",
|
|
1561
|
+
"Running": "ධාවනය කිරීම",
|
|
1562
|
+
"Minimum role to access search page": "පිරිවිතර පිටුවට ප්රවේශ වීමට අවම භූමිකාව",
|
|
1563
|
+
"Edit tables": "වගු සංස්කරණය කරන්න",
|
|
1564
|
+
"Minimum role to edit tables": "වගු සංස්කරණය සඳහා අවම භූමිකාව",
|
|
1565
|
+
"Edit views": "දස්කම් සකසන්න",
|
|
1566
|
+
"Minimum role to edit views": "දසුන් සංස්කරණය සඳහා අවම භූමිකාව",
|
|
1567
|
+
"Edit pages": "පිටු සංස්කරණය කරන්න",
|
|
1568
|
+
"Minimum role to edit pages": "පිටු සංස්කරණය සඳහා අවම භූමිකාව",
|
|
1569
|
+
"Edit triggers": "ට්රිගර් සංස්කරණය කරන්න",
|
|
1570
|
+
"Minimum role to edit triggers": "වැඩිම අවම භූමිකාව ත්රිගර සංස්කරණයට",
|
|
1571
|
+
"Development permissions": "සංවර්ධන අවසරයන්",
|
|
1572
|
+
"Inspect tables": "දත්ත වගු පරීක්ෂා කරන්න",
|
|
1573
|
+
"Minimum role to inspect (see, without editing) tables": "පුවත් පරිශීලකයාට දැකීමට (සංස්කරණය රහිතව) අවම භූමිකාව",
|
|
1574
|
+
"Home pages": "මුල් පිටුවන්",
|
|
1575
|
+
"The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "මුල් පිටුව යනු පරිශීලකයා මුල් ස්ථානය (/) වෙත පිවිසුම් කළ විට සේවා කරන ලද පිටුවයි. මෙය එක් එක් පරිශීලක භූමිකාව සඳහා පිහිටුවා ගත හැකිය.",
|
|
1576
|
+
"Trigger %s deleted": "%s ට්රිගරය මකා දමන ලදි",
|
|
1577
|
+
"Edit menu": "මෙනුව සකසන්න",
|
|
1578
|
+
"Minimum role to edit menu": "මෙනුව සංස්කරණය කිරීම සඳහා අවම භූමිකාව",
|
|
1579
|
+
"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": "පූර්ණ-පාඨ සෙවුම් සූචිය තිබීමට නොහැකිය මන්ද වගුවේ යතුරු ක්ෂේත්රයන් (%s) \"පූර්ණ-පාඨ සෙවුමේදී ඇතුළත් කිරීම\" විකල්පය සක්රීය කර ඇති නිසාය. පූර්ණ-පාඨ සෙවුම් සූචියක් සාදන්නේනම් මෙය අක්රීය කරන්න.",
|
|
1580
|
+
"Share Extension Provisioning Profile": "ෂෙයා එක්ස්තෙන්ෂන් ප්රොවිෂනින් ප්රොෆයිලය",
|
|
1581
|
+
"Show results in": "ප්රතිඵල පෙන්වන්න",
|
|
1582
|
+
"Show results from each table in this type of element": "මෙම වර්ගයේ අංගයකින් සෑම වගුවකින්ම ප්රතිඵල පෙන්වන්න",
|
|
1583
|
+
"Search syntax help": "සෙවුම් ව්යාකරණ උපකාරකය",
|
|
1584
|
+
"Search syntax": "සෙවුම් ව්යාකරණය",
|
|
1585
|
+
"Maximum role": "උපරිම භූමිකාව",
|
|
1586
|
+
"Module dependencies": "මොඩියුල ප්රතියෝගාත්මකතා",
|
|
1587
|
+
"Prompt": "ප්රේරණය",
|
|
1588
|
+
"Clean modules and restart": "මොඩියුල සෝදා නැවත ආරම්භ කරන්න",
|
|
1589
|
+
"Modules cleaned, server restarting...": "මොඩියුල පිරිසිදු කර ඇත, සේවාදායකය නැවත ආරම්භ වෙමින්...",
|
|
1590
|
+
"Delete table+views+triggers": "වගු+දසුන්+ට්රිගර් මකන්න",
|
|
1591
|
+
"No file uploaded": "ගොනුවක් උඩුගත කර නොමැත",
|
|
1592
|
+
"To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "සහතිකයක් ලබාගැනීමට, පරිපාලකගේ ඊමේල් ලිපිනය Let's Encrypt සමඟ බෙදා හැරෙනු ඇත.",
|
|
1593
|
+
"Local state": "දේශීය තත්වය",
|
|
1594
|
+
"Isolate state of each repeated view": "එකිනෙක නැවතී පෙන්වන දර්ශනයක තත්වය වෙන් කරන්න"
|
|
1595
|
+
}
|