@saltcorn/server 1.1.2-beta.9 → 1.1.3-beta.0

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.
Files changed (418) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/auth/admin.js +8 -1
  3. package/auth/routes.js +45 -4
  4. package/docs/.nojekyll +1 -0
  5. package/docs/assets/custom.css +6 -0
  6. package/docs/assets/highlight.css +85 -0
  7. package/docs/assets/main.js +58 -0
  8. package/docs/assets/search.js +1 -0
  9. package/docs/assets/style.css +1367 -0
  10. package/docs/classes/_saltcorn_common_code.Relation.html +162 -0
  11. package/docs/classes/_saltcorn_common_code.RelationsFinder.html +182 -0
  12. package/docs/classes/_saltcorn_data.models.Crash-1.html +316 -0
  13. package/docs/classes/_saltcorn_data.models.EventLog-1.html +350 -0
  14. package/docs/classes/_saltcorn_data.models.Field.html +949 -0
  15. package/docs/classes/_saltcorn_data.models.FieldRepeat-1.html +293 -0
  16. package/docs/classes/_saltcorn_data.models.File-1.html +881 -0
  17. package/docs/classes/_saltcorn_data.models.Form-1.html +494 -0
  18. package/docs/classes/_saltcorn_data.models.Library.html +295 -0
  19. package/docs/classes/_saltcorn_data.models.Page.html +417 -0
  20. package/docs/classes/_saltcorn_data.models.PageGroup-1.html +500 -0
  21. package/docs/classes/_saltcorn_data.models.Plugin.html +414 -0
  22. package/docs/classes/_saltcorn_data.models.Role.html +254 -0
  23. package/docs/classes/_saltcorn_data.models.Table-1.html +1830 -0
  24. package/docs/classes/_saltcorn_data.models.TableConstraint-1.html +296 -0
  25. package/docs/classes/_saltcorn_data.models.Trigger.html +672 -0
  26. package/docs/classes/_saltcorn_data.models.User-1.html +813 -0
  27. package/docs/classes/_saltcorn_data.models.View-1.html +878 -0
  28. package/docs/classes/_saltcorn_data.models.Workflow-1.html +374 -0
  29. package/docs/classes/_saltcorn_data.models.WorkflowRun.html +529 -0
  30. package/docs/classes/_saltcorn_data.models.WorkflowStep.html +421 -0
  31. package/docs/classes/_saltcorn_data.models.WorkflowTrace.html +318 -0
  32. package/docs/classes/_saltcorn_mobile_builder.MobileBuilder.html +356 -0
  33. package/docs/enums/_saltcorn_common_code.RelationType.html +115 -0
  34. package/docs/enums/_saltcorn_common_code.ViewDisplayType.html +94 -0
  35. package/docs/functions/_saltcorn_admin_models.backup.create_backup.html +76 -0
  36. package/docs/functions/_saltcorn_admin_models.backup.create_csv_from_rows.html +77 -0
  37. package/docs/functions/_saltcorn_admin_models.backup.restore.html +93 -0
  38. package/docs/functions/_saltcorn_admin_models.pack.add_to_menu.html +100 -0
  39. package/docs/functions/_saltcorn_admin_models.pack.can_install_pack.html +89 -0
  40. package/docs/functions/_saltcorn_admin_models.pack.fetch_available_packs.html +83 -0
  41. package/docs/functions/_saltcorn_admin_models.pack.fetch_pack_by_name.html +90 -0
  42. package/docs/functions/_saltcorn_admin_models.pack.install_pack.html +107 -0
  43. package/docs/functions/_saltcorn_admin_models.pack.library_pack.html +90 -0
  44. package/docs/functions/_saltcorn_admin_models.pack.model_instance_pack.html +95 -0
  45. package/docs/functions/_saltcorn_admin_models.pack.model_pack.html +96 -0
  46. package/docs/functions/_saltcorn_admin_models.pack.page_group_pack.html +91 -0
  47. package/docs/functions/_saltcorn_admin_models.pack.page_pack.html +91 -0
  48. package/docs/functions/_saltcorn_admin_models.pack.plugin_pack.html +89 -0
  49. package/docs/functions/_saltcorn_admin_models.pack.role_pack.html +90 -0
  50. package/docs/functions/_saltcorn_admin_models.pack.table_pack.html +90 -0
  51. package/docs/functions/_saltcorn_admin_models.pack.trigger_pack.html +89 -0
  52. package/docs/functions/_saltcorn_admin_models.pack.uninstall_pack.html +92 -0
  53. package/docs/functions/_saltcorn_admin_models.pack.view_pack.html +89 -0
  54. package/docs/functions/_saltcorn_admin_models.tenant.copy_tenant_template.html +105 -0
  55. package/docs/functions/_saltcorn_admin_models.tenant.create_tenant.html +107 -0
  56. package/docs/functions/_saltcorn_admin_models.tenant.deleteTenant.html +88 -0
  57. package/docs/functions/_saltcorn_admin_models.tenant.domain_sanitize.html +87 -0
  58. package/docs/functions/_saltcorn_admin_models.tenant.eachTenant.html +91 -0
  59. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenantRows.html +77 -0
  60. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenants.html +77 -0
  61. package/docs/functions/_saltcorn_admin_models.tenant.insertTenant.html +103 -0
  62. package/docs/functions/_saltcorn_admin_models.tenant.switchToTenant.html +92 -0
  63. package/docs/functions/_saltcorn_common_code.buildTableCaches.html +81 -0
  64. package/docs/functions/_saltcorn_common_code.parseLegacyRelation.html +77 -0
  65. package/docs/functions/_saltcorn_common_code.parseRelationPath.html +76 -0
  66. package/docs/functions/_saltcorn_data.models.config.check_email_mask.html +131 -0
  67. package/docs/functions/_saltcorn_data.models.config.deleteConfig.html +131 -0
  68. package/docs/functions/_saltcorn_data.models.config.getAllConfig.html +125 -0
  69. package/docs/functions/_saltcorn_data.models.config.getConfig.html +134 -0
  70. package/docs/functions/_saltcorn_data.models.config.get_base_url.html +130 -0
  71. package/docs/functions/_saltcorn_data.models.config.get_latest_npm_version.html +132 -0
  72. package/docs/functions/_saltcorn_data.models.config.remove_from_menu.html +131 -0
  73. package/docs/functions/_saltcorn_data.models.config.save_menu_items.html +126 -0
  74. package/docs/functions/_saltcorn_data.models.config.setConfig.html +134 -0
  75. package/docs/functions/_saltcorn_data.models.discovery.discover_tables.html +131 -0
  76. package/docs/functions/_saltcorn_data.models.discovery.discoverable_tables.html +129 -0
  77. package/docs/functions/_saltcorn_data.models.discovery.findType.html +127 -0
  78. package/docs/functions/_saltcorn_data.models.discovery.get_existing_views.html +127 -0
  79. package/docs/functions/_saltcorn_data.models.discovery.implement_discovery.html +129 -0
  80. package/docs/functions/_saltcorn_data.models.email.getMailTransport.html +114 -0
  81. package/docs/functions/_saltcorn_data.models.email.send_verification_email.html +130 -0
  82. package/docs/functions/_saltcorn_data.models.email.viewToEmailHtml.html +130 -0
  83. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields.html +131 -0
  84. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields_stored.html +131 -0
  85. package/docs/functions/_saltcorn_data.models.expression.eval_expression.html +132 -0
  86. package/docs/functions/_saltcorn_data.models.expression.expressionValidator.html +126 -0
  87. package/docs/functions/_saltcorn_data.models.expression.get_async_expression_function.html +132 -0
  88. package/docs/functions/_saltcorn_data.models.expression.get_expression_function.html +129 -0
  89. package/docs/functions/_saltcorn_data.models.expression.jsexprToWhere.html +131 -0
  90. package/docs/functions/_saltcorn_data.models.expression.recalculate_for_stored.html +132 -0
  91. package/docs/functions/_saltcorn_data.models.expression.transform_for_async.html +134 -0
  92. package/docs/functions/_saltcorn_data.models.layout.eachView.html +128 -0
  93. package/docs/functions/_saltcorn_data.models.layout.getStringsForI18n.html +123 -0
  94. package/docs/functions/_saltcorn_data.models.layout.getViews.html +123 -0
  95. package/docs/functions/_saltcorn_data.models.layout.translateLayout.html +126 -0
  96. package/docs/functions/_saltcorn_data.models.layout.traverse.html +126 -0
  97. package/docs/functions/_saltcorn_data.models.layout.traverseSync.html +126 -0
  98. package/docs/functions/_saltcorn_data.models.random.all_views.html +123 -0
  99. package/docs/functions/_saltcorn_data.models.random.fill_table_row.html +123 -0
  100. package/docs/functions/_saltcorn_data.models.random.initial_view.html +126 -0
  101. package/docs/functions/_saltcorn_data.models.random.random_table.html +120 -0
  102. package/docs/functions/_saltcorn_db_common.buildInsertBulkSql.html +127 -0
  103. package/docs/functions/_saltcorn_db_common.buildInsertSql.html +128 -0
  104. package/docs/functions/_saltcorn_db_common.doCount.html +110 -0
  105. package/docs/functions/_saltcorn_db_common.doDeleteWhere.html +110 -0
  106. package/docs/functions/_saltcorn_db_common.doListScTables.html +104 -0
  107. package/docs/functions/_saltcorn_db_common.doListTables.html +104 -0
  108. package/docs/functions/_saltcorn_db_common.doListUserDefinedTables.html +104 -0
  109. package/docs/functions/_saltcorn_db_common.do_add_index.html +120 -0
  110. package/docs/functions/_saltcorn_db_common.do_drop_index.html +120 -0
  111. package/docs/functions/_saltcorn_db_common.ftsFieldsSqlExpr.html +106 -0
  112. package/docs/functions/_saltcorn_db_common.mkSelectOptions.html +108 -0
  113. package/docs/functions/_saltcorn_db_common.mkVal.html +105 -0
  114. package/docs/functions/_saltcorn_db_common.mkWhere.html +110 -0
  115. package/docs/functions/_saltcorn_db_common.multi_tenant.enable_multi_tenant.html +108 -0
  116. package/docs/functions/_saltcorn_db_common.multi_tenant.getTenantSchema.html +110 -0
  117. package/docs/functions/_saltcorn_db_common.multi_tenant.init.html +116 -0
  118. package/docs/functions/_saltcorn_db_common.multi_tenant.is_it_multi_tenant.html +110 -0
  119. package/docs/functions/_saltcorn_db_common.multi_tenant.runWithTenant.html +130 -0
  120. package/docs/functions/_saltcorn_db_common.orderByIsObject.html +102 -0
  121. package/docs/functions/_saltcorn_db_common.orderByIsOperator.html +102 -0
  122. package/docs/functions/_saltcorn_db_common.prefixFieldsInWhere.html +104 -0
  123. package/docs/functions/_saltcorn_db_common.reprAsJson.html +107 -0
  124. package/docs/functions/_saltcorn_db_common.single_tenant.enable_multi_tenant.html +107 -0
  125. package/docs/functions/_saltcorn_db_common.single_tenant.getTenantSchema.html +109 -0
  126. package/docs/functions/_saltcorn_db_common.single_tenant.init.html +115 -0
  127. package/docs/functions/_saltcorn_db_common.single_tenant.is_it_multi_tenant.html +109 -0
  128. package/docs/functions/_saltcorn_db_common.single_tenant.runWithTenant.html +129 -0
  129. package/docs/functions/_saltcorn_db_common.sqlBinOp.html +111 -0
  130. package/docs/functions/_saltcorn_db_common.sqlFun.html +111 -0
  131. package/docs/functions/_saltcorn_db_common.sqlsanitize.html +108 -0
  132. package/docs/functions/_saltcorn_db_common.sqlsanitizeAllowDots.html +110 -0
  133. package/docs/functions/_saltcorn_db_common.subSelectWhere.html +133 -0
  134. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.buildTablesFile.html +110 -0
  135. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyPrepopulatedDb.html +100 -0
  136. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyServerFiles.html +104 -0
  137. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyShareExtFiles.html +98 -0
  138. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copySiteLogo.html +102 -0
  139. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyTranslationFiles.html +104 -0
  140. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.createSqliteDb.html +105 -0
  141. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.decodeProvisioningProfile.html +100 -0
  142. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.extractDomain.html +98 -0
  143. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.generateAndroidVersionCode.html +98 -0
  144. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyAndroidManifest.html +102 -0
  145. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyConfigXml.html +100 -0
  146. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyGradleConfig.html +100 -0
  147. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyInfoPlist.html +100 -0
  148. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyXcodeProjectFile.html +107 -0
  149. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepAppIcon.html +100 -0
  150. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareAppIcon.html +109 -0
  151. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareBuildDir.html +110 -0
  152. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareExportOptionsPlist.html +98 -0
  153. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashIcon.html +110 -0
  154. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashPage.html +119 -0
  155. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCapacitorConfig.html +100 -0
  156. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCfgFile.html +102 -0
  157. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeDataExtractionRules.html +98 -0
  158. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeNetworkSecurityConfig.html +100 -0
  159. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePodfile.html +98 -0
  160. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePrivacyInfo.html +98 -0
  161. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundleMobileAppCode.html +73 -0
  162. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundlePackagesAndPlugins.html +82 -0
  163. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyPublicDirs.html +80 -0
  164. package/docs/functions/_saltcorn_sqlite.add_index.html +105 -0
  165. package/docs/functions/_saltcorn_sqlite.add_unique_constraint.html +105 -0
  166. package/docs/functions/_saltcorn_sqlite.begin.html +92 -0
  167. package/docs/functions/_saltcorn_sqlite.changeConnection.html +100 -0
  168. package/docs/functions/_saltcorn_sqlite.close.html +92 -0
  169. package/docs/functions/_saltcorn_sqlite.commit.html +92 -0
  170. package/docs/functions/_saltcorn_sqlite.count.html +106 -0
  171. package/docs/functions/_saltcorn_sqlite.deleteWhere.html +106 -0
  172. package/docs/functions/_saltcorn_sqlite.dropTable.html +95 -0
  173. package/docs/functions/_saltcorn_sqlite.dropTables.html +95 -0
  174. package/docs/functions/_saltcorn_sqlite.drop_index.html +105 -0
  175. package/docs/functions/_saltcorn_sqlite.drop_reset_schema.html +94 -0
  176. package/docs/functions/_saltcorn_sqlite.drop_unique_constraint.html +105 -0
  177. package/docs/functions/_saltcorn_sqlite.getVersion.html +93 -0
  178. package/docs/functions/_saltcorn_sqlite.get_db_filepath.html +92 -0
  179. package/docs/functions/_saltcorn_sqlite.get_sql_logging.html +92 -0
  180. package/docs/functions/_saltcorn_sqlite.init.html +105 -0
  181. package/docs/functions/_saltcorn_sqlite.insert.html +113 -0
  182. package/docs/functions/_saltcorn_sqlite.listScTables.html +89 -0
  183. package/docs/functions/_saltcorn_sqlite.listTables.html +89 -0
  184. package/docs/functions/_saltcorn_sqlite.listUserDefinedTables.html +89 -0
  185. package/docs/functions/_saltcorn_sqlite.query.html +98 -0
  186. package/docs/functions/_saltcorn_sqlite.rollback.html +92 -0
  187. package/docs/functions/_saltcorn_sqlite.select.html +108 -0
  188. package/docs/functions/_saltcorn_sqlite.selectMaybeOne.html +110 -0
  189. package/docs/functions/_saltcorn_sqlite.selectOne.html +109 -0
  190. package/docs/functions/_saltcorn_sqlite.set_sql_logging.html +96 -0
  191. package/docs/functions/_saltcorn_sqlite.slugify.html +93 -0
  192. package/docs/functions/_saltcorn_sqlite.sql_log.html +104 -0
  193. package/docs/functions/_saltcorn_sqlite.update.html +111 -0
  194. package/docs/functions/_saltcorn_sqlite.updateWhere.html +97 -0
  195. package/docs/functions/_saltcorn_sqlite_mobile.add_index.html +95 -0
  196. package/docs/functions/_saltcorn_sqlite_mobile.add_unique_constraint.html +95 -0
  197. package/docs/functions/_saltcorn_sqlite_mobile.count.html +88 -0
  198. package/docs/functions/_saltcorn_sqlite_mobile.deleteWhere.html +85 -0
  199. package/docs/functions/_saltcorn_sqlite_mobile.drop_index.html +95 -0
  200. package/docs/functions/_saltcorn_sqlite_mobile.drop_reset_schema.html +78 -0
  201. package/docs/functions/_saltcorn_sqlite_mobile.drop_unique_constraint.html +95 -0
  202. package/docs/functions/_saltcorn_sqlite_mobile.init.html +78 -0
  203. package/docs/functions/_saltcorn_sqlite_mobile.insert.html +96 -0
  204. package/docs/functions/_saltcorn_sqlite_mobile.insertRows.html +94 -0
  205. package/docs/functions/_saltcorn_sqlite_mobile.listScTables.html +79 -0
  206. package/docs/functions/_saltcorn_sqlite_mobile.listTables.html +79 -0
  207. package/docs/functions/_saltcorn_sqlite_mobile.listUserDefinedTables.html +79 -0
  208. package/docs/functions/_saltcorn_sqlite_mobile.query.html +85 -0
  209. package/docs/functions/_saltcorn_sqlite_mobile.select.html +87 -0
  210. package/docs/functions/_saltcorn_sqlite_mobile.selectMaybeOne.html +88 -0
  211. package/docs/functions/_saltcorn_sqlite_mobile.selectOne.html +88 -0
  212. package/docs/functions/_saltcorn_sqlite_mobile.setConnectionObject.html +85 -0
  213. package/docs/functions/_saltcorn_sqlite_mobile.tableExists.html +87 -0
  214. package/docs/functions/_saltcorn_sqlite_mobile.time.html +78 -0
  215. package/docs/functions/_saltcorn_sqlite_mobile.update.html +97 -0
  216. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_field.instanceOfField.html +88 -0
  217. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_page.instanceOfPage.html +87 -0
  218. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_view.instanceOfView.html +87 -0
  219. package/docs/functions/_saltcorn_types.Types.base_types.instanceOWithHtmlFile.html +107 -0
  220. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfErrorMsg.html +84 -0
  221. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfSuccessMsg.html +84 -0
  222. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfType.html +84 -0
  223. package/docs/functions/_saltcorn_types.generators.generateBool.html +68 -0
  224. package/docs/functions/_saltcorn_types.generators.generateString.html +75 -0
  225. package/docs/functions/_saltcorn_types.generators.num_between.html +75 -0
  226. package/docs/functions/_saltcorn_types.generators.oneOf.html +73 -0
  227. package/docs/index.html +56 -0
  228. package/docs/interfaces/_saltcorn_mobile_builder.common_build_utils.ScCapacitorConfig.html +169 -0
  229. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractField.html +187 -0
  230. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractFieldRepeat.html +110 -0
  231. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_form.AbstractForm.html +268 -0
  232. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_page.AbstractPage.html +153 -0
  233. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_role.AbstractRole.html +108 -0
  234. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_table.AbstractTable.html +147 -0
  235. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_trigger.AbstractTrigger.html +224 -0
  236. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_view.AbstractView.html +174 -0
  237. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_workflow.AbstractWorkflow.html +264 -0
  238. package/docs/modules/_saltcorn_admin_models.backup.html +74 -0
  239. package/docs/modules/_saltcorn_admin_models.html +68 -0
  240. package/docs/modules/_saltcorn_admin_models.pack.html +100 -0
  241. package/docs/modules/_saltcorn_admin_models.tenant.html +86 -0
  242. package/docs/modules/_saltcorn_common_code.html +77 -0
  243. package/docs/modules/_saltcorn_data.html +476 -0
  244. package/docs/modules/_saltcorn_data.models.Crash.html +113 -0
  245. package/docs/modules/_saltcorn_data.models.EventLog.html +113 -0
  246. package/docs/modules/_saltcorn_data.models.FieldRepeat.html +113 -0
  247. package/docs/modules/_saltcorn_data.models.File.html +113 -0
  248. package/docs/modules/_saltcorn_data.models.Form.html +115 -0
  249. package/docs/modules/_saltcorn_data.models.PageGroup.html +113 -0
  250. package/docs/modules/_saltcorn_data.models.Table.html +117 -0
  251. package/docs/modules/_saltcorn_data.models.TableConstraint.html +113 -0
  252. package/docs/modules/_saltcorn_data.models.User.html +113 -0
  253. package/docs/modules/_saltcorn_data.models.View.html +113 -0
  254. package/docs/modules/_saltcorn_data.models.Workflow.html +113 -0
  255. package/docs/modules/_saltcorn_data.models.config.html +135 -0
  256. package/docs/modules/_saltcorn_data.models.discovery.html +120 -0
  257. package/docs/modules/_saltcorn_data.models.email.html +116 -0
  258. package/docs/modules/_saltcorn_data.models.expression.html +128 -0
  259. package/docs/modules/_saltcorn_data.models.html +150 -0
  260. package/docs/modules/_saltcorn_data.models.layout.html +122 -0
  261. package/docs/modules/_saltcorn_data.models.random.html +118 -0
  262. package/docs/modules/_saltcorn_data.models.scheduler.html +112 -0
  263. package/docs/modules/_saltcorn_data.plugin_helper.html +70 -0
  264. package/docs/modules/_saltcorn_data.utils.html +72 -0
  265. package/docs/modules/_saltcorn_db_common.html +181 -0
  266. package/docs/modules/_saltcorn_db_common.multi_tenant.html +120 -0
  267. package/docs/modules/_saltcorn_db_common.single_tenant.html +115 -0
  268. package/docs/modules/_saltcorn_markup.html +399 -0
  269. package/docs/modules/_saltcorn_mobile_builder.common_build_utils.html +124 -0
  270. package/docs/modules/_saltcorn_mobile_builder.html +75 -0
  271. package/docs/modules/_saltcorn_mobile_builder.package_bundle_utils.html +71 -0
  272. package/docs/modules/_saltcorn_sqlite.html +123 -0
  273. package/docs/modules/_saltcorn_sqlite_mobile.html +103 -0
  274. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_field.html +94 -0
  275. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_form.html +85 -0
  276. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_library.html +82 -0
  277. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_page.html +92 -0
  278. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_plugin.html +82 -0
  279. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_role.html +87 -0
  280. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_table.html +87 -0
  281. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_trigger.html +87 -0
  282. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_view.html +92 -0
  283. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_workflow.html +87 -0
  284. package/docs/modules/_saltcorn_types.ModelAbstracts.html +88 -0
  285. package/docs/modules/_saltcorn_types.Types.base_types.html +141 -0
  286. package/docs/modules/_saltcorn_types.Types.common_types.html +91 -0
  287. package/docs/modules/_saltcorn_types.Types.html +68 -0
  288. package/docs/modules/_saltcorn_types.generators.html +76 -0
  289. package/docs/modules/_saltcorn_types.html +67 -0
  290. package/docs/types/_saltcorn_data.models.Crash.CrashCfg.html +128 -0
  291. package/docs/types/_saltcorn_data.models.EventLog.EventLogCfg.html +122 -0
  292. package/docs/types/_saltcorn_data.models.FieldRepeat.FieldRepeatCfg.html +126 -0
  293. package/docs/types/_saltcorn_data.models.File.FileCfg.html +132 -0
  294. package/docs/types/_saltcorn_data.models.Form.AdditionalButton.html +108 -0
  295. package/docs/types/_saltcorn_data.models.Form.FormCfg.html +180 -0
  296. package/docs/types/_saltcorn_data.models.PageGroup.ScreenInfoParams.html +118 -0
  297. package/docs/types/_saltcorn_data.models.Table.ChildRelations.html +116 -0
  298. package/docs/types/_saltcorn_data.models.Table.ParentRelations.html +116 -0
  299. package/docs/types/_saltcorn_data.models.Table.RelationData.html +116 -0
  300. package/docs/types/_saltcorn_data.models.TableConstraint.TableConstraintCfg.html +120 -0
  301. package/docs/types/_saltcorn_data.models.User.UserCfg.html +138 -0
  302. package/docs/types/_saltcorn_data.models.View.FindViewsPred.html +127 -0
  303. package/docs/types/_saltcorn_data.models.Workflow.WorkflowCfg.html +161 -0
  304. package/docs/types/_saltcorn_db_common.AggregationOptions.html +114 -0
  305. package/docs/types/_saltcorn_db_common.CoordOpts.html +104 -0
  306. package/docs/types/_saltcorn_db_common.JoinField.html +106 -0
  307. package/docs/types/_saltcorn_db_common.JoinFields.html +98 -0
  308. package/docs/types/_saltcorn_db_common.JoinOptions.html +107 -0
  309. package/docs/types/_saltcorn_db_common.JsonPath.html +93 -0
  310. package/docs/types/_saltcorn_db_common.JsonPathElem.html +93 -0
  311. package/docs/types/_saltcorn_db_common.Operator.html +102 -0
  312. package/docs/types/_saltcorn_db_common.PrimaryKeyValue.html +93 -0
  313. package/docs/types/_saltcorn_db_common.Row.html +98 -0
  314. package/docs/types/_saltcorn_db_common.SelectOptions.html +132 -0
  315. package/docs/types/_saltcorn_db_common.SqlAndValues.html +104 -0
  316. package/docs/types/_saltcorn_db_common.SubselectOptions.html +104 -0
  317. package/docs/types/_saltcorn_db_common.Value.html +93 -0
  318. package/docs/types/_saltcorn_db_common.Where.html +115 -0
  319. package/docs/types/_saltcorn_mobile_builder.IosCfg.html +76 -0
  320. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.FieldCfg.html +168 -0
  321. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.InputType.html +79 -0
  322. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_form.AdditionalButton.html +87 -0
  323. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryCfg.html +87 -0
  324. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryPack.html +79 -0
  325. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PageCfg.html +97 -0
  326. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PagePack.html +85 -0
  327. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginCfg.html +103 -0
  328. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginPack.html +79 -0
  329. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RoleCfg.html +84 -0
  330. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RolePack.html +80 -0
  331. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TableCfg.html +111 -0
  332. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TablePack.html +86 -0
  333. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerCfg.html +104 -0
  334. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerPack.html +80 -0
  335. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewCfg.html +109 -0
  336. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewPack.html +89 -0
  337. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.ConfigWorkflowStep.html +97 -0
  338. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.RunResult.html +100 -0
  339. package/docs/types/_saltcorn_types.Types.base_types.Action.html +189 -0
  340. package/docs/types/_saltcorn_types.Types.base_types.AuthenticationMethod.html +109 -0
  341. package/docs/types/_saltcorn_types.Types.base_types.CodePagePack.html +107 -0
  342. package/docs/types/_saltcorn_types.Types.base_types.Column.html +103 -0
  343. package/docs/types/_saltcorn_types.Types.base_types.ConnectedObjects.html +109 -0
  344. package/docs/types/_saltcorn_types.Types.base_types.CopilotSkill.html +149 -0
  345. package/docs/types/_saltcorn_types.Types.base_types.FieldLike.html +98 -0
  346. package/docs/types/_saltcorn_types.Types.base_types.FieldView.html +166 -0
  347. package/docs/types/_saltcorn_types.Types.base_types.Header.html +107 -0
  348. package/docs/types/_saltcorn_types.Types.base_types.JoinFieldOption.html +109 -0
  349. package/docs/types/_saltcorn_types.Types.base_types.Layout.html +98 -0
  350. package/docs/types/_saltcorn_types.Types.base_types.MobileConfig.html +133 -0
  351. package/docs/types/_saltcorn_types.Types.base_types.ModelPattern.html +261 -0
  352. package/docs/types/_saltcorn_types.Types.base_types.Pack.html +129 -0
  353. package/docs/types/_saltcorn_types.Types.base_types.Plugin.html +122 -0
  354. package/docs/types/_saltcorn_types.Types.base_types.PluginFunction.html +120 -0
  355. package/docs/types/_saltcorn_types.Types.base_types.PluginLayout.html +116 -0
  356. package/docs/types/_saltcorn_types.Types.base_types.PluginRoute.html +125 -0
  357. package/docs/types/_saltcorn_types.Types.base_types.PluginSourceType.html +98 -0
  358. package/docs/types/_saltcorn_types.Types.base_types.PluginType.html +183 -0
  359. package/docs/types/_saltcorn_types.Types.base_types.PluginWrap.html +111 -0
  360. package/docs/types/_saltcorn_types.Types.base_types.PluginWrapArg.html +122 -0
  361. package/docs/types/_saltcorn_types.Types.base_types.RelationOption.html +105 -0
  362. package/docs/types/_saltcorn_types.Types.base_types.Req.html +178 -0
  363. package/docs/types/_saltcorn_types.Types.base_types.Res.html +168 -0
  364. package/docs/types/_saltcorn_types.Types.base_types.RouteAction.html +121 -0
  365. package/docs/types/_saltcorn_types.Types.base_types.RunExtra.html +103 -0
  366. package/docs/types/_saltcorn_types.Types.base_types.TableProvider.html +140 -0
  367. package/docs/types/_saltcorn_types.Types.base_types.TableQuery.html +129 -0
  368. package/docs/types/_saltcorn_types.Types.base_types.Tablely.html +103 -0
  369. package/docs/types/_saltcorn_types.Types.base_types.ViewTemplate.html +471 -0
  370. package/docs/types/_saltcorn_types.Types.common_types.ErrorMessage.html +84 -0
  371. package/docs/types/_saltcorn_types.Types.common_types.GenObj.html +80 -0
  372. package/docs/types/_saltcorn_types.Types.common_types.ReqRes.html +82 -0
  373. package/docs/types/_saltcorn_types.Types.common_types.ResultMessage.html +75 -0
  374. package/docs/types/_saltcorn_types.Types.common_types.SuccessMessage.html +86 -0
  375. package/docs/types/_saltcorn_types.Types.common_types.Type.html +144 -0
  376. package/docs/variables/_saltcorn_data.db.html +60 -0
  377. package/docs/variables/_saltcorn_data.migrations.html +60 -0
  378. package/docs/variables/_saltcorn_data.models.config.available_languages.html +154 -0
  379. package/docs/variables/_saltcorn_data.models.config.configTypes.html +117 -0
  380. package/docs/variables/_saltcorn_data.models.scheduler.runScheduler.html +152 -0
  381. package/docs/variables/_saltcorn_data.plugin_helper.run_action_column.html +65 -0
  382. package/docs/variables/_saltcorn_data.utils.NotAuthorized.html +66 -0
  383. package/docs/variables/_saltcorn_data.utils.sleep.html +66 -0
  384. package/docs/variables/_saltcorn_db_common.multi_tenant.tenantNamespace.html +103 -0
  385. package/help/Extra state formula.tmd +1 -1
  386. package/help/JavaScript action code.tmd +1 -1
  387. package/locales/ar.json +1289 -4
  388. package/locales/da.json +355 -203
  389. package/locales/de.json +665 -149
  390. package/locales/en.json +16 -1
  391. package/locales/es.json +1567 -1271
  392. package/locales/fr.json +1562 -294
  393. package/locales/hi.json +1563 -0
  394. package/locales/pt.json +1300 -11
  395. package/locales/ru.json +1577 -1222
  396. package/locales/si.json +402 -4
  397. package/locales/uk.json +399 -3
  398. package/locales/zh.json +689 -7
  399. package/markup/admin.js +32 -14
  400. package/package.json +9 -9
  401. package/public/gridedit.js +4 -2
  402. package/public/saltcorn-common.js +45 -13
  403. package/public/saltcorn.js +17 -28
  404. package/routes/actions.js +4 -42
  405. package/routes/admin.js +78 -43
  406. package/routes/api.js +9 -9
  407. package/routes/delete.js +4 -2
  408. package/routes/eventlog.js +64 -27
  409. package/routes/fields.js +25 -14
  410. package/routes/files.js +9 -9
  411. package/routes/infoarch.js +57 -2
  412. package/routes/list.js +6 -4
  413. package/routes/pageedit.js +1 -1
  414. package/routes/plugins.js +36 -1
  415. package/routes/search.js +7 -3
  416. package/routes/tables.js +207 -28
  417. package/tests/admin.test.js +15 -0
  418. package/wrapper.js +14 -4
@@ -0,0 +1,1563 @@
1
+ {
2
+ "Not found": "नहीं मिला",
3
+ "Page not found": "पृष्ठ नहीं मिला",
4
+ "Incorrect user or password": "गलत उपयोगकर्ता नाम या पासवर्ड",
5
+ "Internal Error": "आंतरिक त्रुटि",
6
+ "A report has been logged and a team of bug-squashing squirrels has been dispatched to deal with the situation.": "एक रिपोर्ट लॉग की गई है और बग को ठीक करने के लिए एक टीम को रवाना किया गया है।",
7
+ "User": "उपयोगकर्ता",
8
+ "User Settings": "उपयोगकर्ता सेटिंग्स",
9
+ "Logout": "लॉगआउट",
10
+ "Tables": "टेबल्स",
11
+ "Views": "दृश्य",
12
+ "Pages": "पृष्ठों",
13
+ "Files": "फ़ाइलें",
14
+ "Settings": "सेटिंग्स",
15
+ "Menu": "मेनू",
16
+ "Users": "उपयोगकर्ता",
17
+ "Search": "खोजें",
18
+ "Configuration": "कॉन्फ़िगरेशन",
19
+ "Admin": "व्यवस्थापक",
20
+ "Tenants": "टेनेंट्स",
21
+ "Crash log": "क्रैश लॉग",
22
+ "Sign up": "साइन अप",
23
+ "Login": "लॉगिन",
24
+ "An error occurred": "एक त्रुटि आई है",
25
+ "ID": "आईडी",
26
+ "Email": "ईमेल",
27
+ "Role": "भूमिका",
28
+ "View": "दृश्य",
29
+ "Delete": "हटाएं",
30
+ "Add user": "उपयोगकर्ता जोड़ें",
31
+ "New user": "नया उपयोगकर्ता",
32
+ "New": "नया",
33
+ "User %s created": "उपयोगकर्ता %s बनाया गया",
34
+ "Edit user": "उपयोगकर्ता संपादित करें",
35
+ "Edit user %s": "उपयोगकर्ता %s को संपादित करें",
36
+ "User %s saved": "उपयोगकर्ता %s सहेजा गया",
37
+ "User %s deleted": "उपयोगकर्ता %s को हटा दिया गया",
38
+ "E-mail": "ई-मेल",
39
+ "Password": "पासवर्ड",
40
+ "User settings": "उपयोगकर्ता सेटिंग्स",
41
+ "Password reset not enabled. Contact your administrator.": "पासवर्ड रीसेट सक्षम नहीं है। कृपया अपने प्रशासक से संपर्क करें।",
42
+ "Reset password": "पासवर्ड रीसेट करें",
43
+ "Enter your email address below and we'll send you a link to reset your password.": "अपना ईमेल पता नीचे दर्ज करें और हम आपको अपना पासवर्ड रीसेट करने के लिए एक लिंक भेजेंगे।",
44
+ "Enter your new password below": "नीचे अपना नया पासवर्ड दर्ज करें",
45
+ "Set password": "पासवर्ड सेट करें",
46
+ "Password reset. Log in with your new password": "पासवर्ड रीसेट करें। अपने नए पासवर्ड के साथ लॉग इन करें।",
47
+ "Change": "परिवर्तन",
48
+ "Old password": "पुराना पासवर्ड",
49
+ "New password": "नया पासवर्ड",
50
+ "Email: ": "ईमेल:",
51
+ "Change password": "पासवर्ड बदलें",
52
+ "Password changed": "पासवर्ड बदल दिया गया",
53
+ "Reset password instructions": "पासवर्ड रीसेट निर्देश",
54
+ "Hi %s": "नमस्ते %s",
55
+ "You have requested a link to change your password. You can do this through this link:": "आपने अपना पासवर्ड बदलने के लिए एक लिंक का अनुरोध किया है। आप इस लिंक के माध्यम से ऐसा कर सकते हैं:",
56
+ "If you did not request this, please ignore this email.": "यदि आपने यह अनुरोध नहीं किया है, तो कृपया इस ईमेल को अनदेखा करें।",
57
+ "Your password will not change until you access the link above and set a new one.": "जब तक आप ऊपर दिए गए लिंक को एक्सेस नहीं करते और नया पासवर्ड सेट नहीं करते, तब तक आपका पासवर्ड नहीं बदलेगा।",
58
+ "Change my password": "मेरा पासवर्ड बदलें",
59
+ "Must be admin": "व्यवस्थापक होना चाहिए",
60
+ "Site identity": "साइट पहचान",
61
+ "Authentication": "प्रमाणीकरण",
62
+ "Development": "विकास",
63
+ "Edit": "संपादित करें",
64
+ "Unknown file": "अज्ञात फ़ाइल",
65
+ "Other": "अन्य",
66
+ "Edit configuration key %s": "%s कॉन्फ़िगरेशन कुंजी संपादित करें",
67
+ "Configuration key %s saved": "कॉन्फ़िगरेशन कुंजी %s सहेजी गई",
68
+ "Configuration key %s deleted": "कॉन्फ़िगरेशन कुंजी %s हटाई गई",
69
+ "Must be logged in first": "पहले लॉग इन करना आवश्यक है",
70
+ "Hello": "नमस्ते",
71
+ "Restart server. Try reloading the page after a few seconds after pressing this button.": "सर्वर को पुनः आरंभ करें। इस बटन को दबाने के कुछ सेकंड बाद पृष्ठ को पुनः लोड करने का प्रयास करें।",
72
+ "Restart": "पुनः आरंभ करें",
73
+ "Backup": "बैकअप",
74
+ "Restore": "पुनर्स्थापित करें",
75
+ "Not authorized": "अधिकृत नहीं",
76
+ "Page %s not found": "पृष्ठ %s नहीं मिला",
77
+ "Warning": "चेतावनी",
78
+ "Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "इस साइट पर होस्टिंग मुफ्त में प्रदान की जाती है और आपके ऐप्लिकेशन की उपलब्धता या सुरक्षा की कोई गारंटी नहीं है।",
79
+ "This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "यह सुविधा केवल आपके लिए Saltcorn की उपयुक्तता का मूल्यांकन करने के लिए है।",
80
+ "If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "यदि आप निजी जानकारी स्टोर करना चाहते हैं जिसे सुरक्षित रखने की आवश्यकता है, तो कृपया सेल्फ-होस्टेड साल्टकॉर्न का उपयोग करें।",
81
+ "Create application": "एप्लिकेशन बनाएं",
82
+ "Create": "बनाएं",
83
+ "Please select a name for your application. The name will determine the address at which it will be available. ": "कृपया अपने अनुप्रयोग के लिए एक नाम चुनें। नाम तय करेगा कि यह किस पते पर उपलब्ध होगा।",
84
+ "Application name": "एप्लिकेशन का नाम",
85
+ "Success! Your new application is available at:": "सफलता! आपका नया एप्लिकेशन उपलब्ध है:",
86
+ "Please click the above link now to create the first user.": "कृपया पहले उपयोगकर्ता को बनाने के लिए ऊपर दिए गए लिंक पर अभी क्लिक करें।",
87
+ "A site with this subdomain already exists": "इस सबडोमेन के साथ एक साइट पहले से मौजूद है।",
88
+ "No such view: %s": "कोई ऐसा दृश्य नहीं है: %s",
89
+ "Search all tables": "सभी तालिकाओं को खोजें",
90
+ "Show": "दिखाएं",
91
+ "When": "जब",
92
+ "Tenant": "टेनेंट",
93
+ "Crash log entry %s": "क्रैश लॉग प्रविष्टि %s",
94
+ "New %s": "नया %s",
95
+ "Data": "डेटा",
96
+ "Add row": "पंक्ति जोड़ें",
97
+ "Add %s": "%s जोड़ें",
98
+ "Edit row": "पंक्ति संपादित करें",
99
+ "Edit %s": "%s संपादित करें",
100
+ "No errors reported": "कोई त्रुटि नहीं बताई गई",
101
+ "Everything is going extremely well.": "सब कुछ बहुत अच्छा चल रहा है।",
102
+ "Filename": "फ़ाइल का नाम",
103
+ "Size (KiB)": "आकार (KiB)",
104
+ "Media type": "मीडिया प्रकार",
105
+ "Role to access": "पहुँच के लिए भूमिका",
106
+ "Link": "लिंक",
107
+ "Download": "डाउनलोड करें",
108
+ "Upload file ": "फ़ाइल अपलोड करें",
109
+ "Minimum role for %s updated to %s": "%s के लिए न्यूनतम भूमिका %s में अपडेट की गई",
110
+ "File %s deleted": "फ़ाइल %s हटाई गई",
111
+ "More...": "अधिक...",
112
+ "Quick Start": "त्वरित प्रारंभ",
113
+ "Four different ways to get started using Saltcorn": "Saltcorn का उपयोग शुरू करने के चार अलग-अलग तरीके",
114
+ "Build": "निर्माण करें",
115
+ "Start by creating the tables to hold your data": "अपने डेटा को संग्रहित करने के लिए तालिकाओं का निर्माण शुरू करें।",
116
+ "Create a table »": "एक तालिका बनाएं »",
117
+ "When you have created the tables, you can create views so users can interact with the data.": "जब आपने टेबल बना लिए हैं, तो आप व्यूज़ बना सकते हैं ताकि उपयोगकर्ता डेटा के साथ इंटरैक्ट कर सकें।",
118
+ "You can also start by creating a page.": "आप पृष्ठ बनाकर भी शुरुआत कर सकते हैं।",
119
+ "Create a page »": "पृष्ठ बनाएं »",
120
+ "Upload": "अपलोड करें",
121
+ "You can skip creating a table by hand by uploading a CSV file from a spreadsheet.": "आप स्प्रेडशीट से CSV फाइल अपलोड करके मैन्युअल रूप से टेबल बनाने की प्रक्रिया को छोड़ सकते हैं।",
122
+ "Create table with CSV upload": "CSV अपलोड के साथ तालिका बनाएं",
123
+ "If you have a backup from a previous Saltcorn instance, you can also restore it.": "यदि आपके पास पिछले Saltcorn उदाहरण का बैकअप है, तो आप इसे पुनर्स्थापित भी कर सकते हैं।",
124
+ "Install pack": "पैक स्थापित करें",
125
+ "Instead of building, get up and running in no time with packs": "बिल्डिंग के बजाय, पैक्स के साथ कोई समय नहीं लगाकर चालू हो जाएं।",
126
+ "Packs are collections of tables, views and plugins that give you a full application which you can then edit to suit your needs.": "पैक्स तालिकाओं, दृश्यों और प्लगइन्स के संग्रह होते हैं जो आपको एक पूर्ण अनुप्रयोग प्रदान करते हैं जिसे आप अपनी आवश्यकताओं के अनुसार संपादित कर सकते हैं।",
127
+ "Name": "नाम",
128
+ "Description": "विवरण",
129
+ "Go to pack store »": "पैक स्टोर पर जाएं »",
130
+ "Learn": "सीखें",
131
+ "Confused?": "भ्रमित?",
132
+ "The Wiki contains the documentation and tutorials on installing and using Saltcorn": "विकी में Saltcorn को इंस्टॉल करने और उपयोग करने पर दस्तावेज़ीकरण और ट्यूटोरियल्स हैं।",
133
+ "Go to Wiki »": "विकी पर जाएं »",
134
+ "The YouTube channel has some video tutorials": "YouTube चैनल पर कुछ वीडियो ट्यूटोरियल हैं।",
135
+ "Go to YouTube »": "YouTube पर जाएं »",
136
+ "What's new? Read the blog »": "क्या नया है? ब्लॉग पढ़ें »",
137
+ "Create a table": "एक तालिका बनाएं",
138
+ "Create table from CSV upload": "CSV अपलोड से तालिका बनाएं",
139
+ "You have no views!": "आपके पास कोई दृश्य नहीं हैं!",
140
+ "Create a view »": "दृश्य बनाएं »",
141
+ "Create a view": "एक दृश्य बनाएं",
142
+ "%s data table": "%s डेटा तालिका",
143
+ "Versions": "संस्करण",
144
+ "Version": "संस्करण",
145
+ "Saved": "सहेजा गया",
146
+ "By user ID": "उपयोगकर्ता आईडी द्वारा",
147
+ "%s History": "%s इतिहास",
148
+ "back to table list": "टेबल सूची पर वापस",
149
+ "Version %s restored": "संस्करण %s पुनर्स्थापित किया गया",
150
+ "Site name": "साइट का नाम",
151
+ "Site logo": "साइट लोगो",
152
+ "Type": "प्रकार",
153
+ "Text label": "पाठ लेबल",
154
+ "Minimum role": "न्यूनतम भूमिका",
155
+ "URL": "यूआरएल",
156
+ "Page": "पृष्ठ",
157
+ "Menu editor": "मेनू संपादक",
158
+ "Menu updated": "मेनू अपडेट किया गया",
159
+ "Plugin and pack store": "प्लगइन और पैक स्टोर",
160
+ "All": "सभी",
161
+ "Packs": "पैक्स",
162
+ "Themes": "थीम्स",
163
+ "Installed": "स्थापित",
164
+ "Refresh": "ताज़ा करें",
165
+ "Upgrade installed plugins": "इंस्टॉल किए गए प्लगइन्स को अपग्रेड करें",
166
+ "Add another plugin": "एक और प्लगइन जोड़ें",
167
+ "Add another pack": "एक और पैक जोड़ें",
168
+ "Create pack": "पैक बनाएं",
169
+ "Pack": "पैक",
170
+ "Install": "स्थापित करें",
171
+ "Plugin": "प्लगइन",
172
+ "Theme": "थीम",
173
+ "Remove": "हटाएं",
174
+ "Configure plugin": "प्लगइन कॉन्फ़िगर करें",
175
+ "Create Pack": "पैक बनाएं",
176
+ "You can copy the pack contents below to another Saltcorn installation.": "आप नीचे दिए गए पैक सामग्री को दूसरे Saltcorn स्थापना में कॉपी कर सकते हैं।",
177
+ "Install Pack": "पैक स्थापित करें",
178
+ "Pack %s installed": "%s पैक स्थापित",
179
+ "Pack %s uninstalled": "%s पैक अनइंस्टॉल किया गया",
180
+ "Uninstall": "अनइंस्टॉल",
181
+ "Result preview for ": "परिणाम पूर्वावलोकन के लिए",
182
+ "Choose views for <a href=\"/search\">search results</a> for each table.<br/>Set to blank to omit table from global search.": "प्रत्येक तालिका के लिए <a href=\"/search\">खोज परिणामों</a> के दृश्य चुनें।<br/>वैश्विक खोज से तालिका को हटाने के लिए खाली सेट करें।",
183
+ "These tables lack suitable views: ": "ये तालिकाएं उपयुक्त दृश्यों की कमी रखती हैं:",
184
+ "Search configuration": "खोज विन्यास",
185
+ "Table saved with version history enabled": "वर्जन हिस्ट्री सक्षम के साथ तालिका सहेजी गई",
186
+ "Label": "लेबल",
187
+ "Required": "आवश्यक",
188
+ "Add field": "फ़ील्ड जोड़ें",
189
+ "Template": "टेम्पलेट",
190
+ "Run": "चलाएं",
191
+ "Views of this table": "इस तालिका के दृश्य",
192
+ "Add view": "दृश्य जोड़ें",
193
+ "Rows": "पंक्तियाँ",
194
+ "Download CSV": "CSV डाउनलोड करें",
195
+ "Upload CSV": "CSV अपलोड करें",
196
+ "%s table": "%s तालिका",
197
+ "Fields": "फ़ील्ड्स",
198
+ "Table data": "टेबल डेटा",
199
+ "Edit table properties": "टेबल गुण संपादित करें",
200
+ "API access": "API पहुँच",
201
+ "APIs allow developers access to your data without using a user interface": "API डेवलपर्स को यूजर इंटरफेस का उपयोग किए बिना आपके डेटा तक पहुंचने की अनुमति देते हैं।",
202
+ "Minimum role for read": "न्यूनतम भूमिका पढ़ने के लिए",
203
+ "Minimum role for writing": "लेखन के लिए न्यूनतम भूमिका",
204
+ "Version history": "संस्करण इतिहास",
205
+ "New table": "नई तालिका",
206
+ "Table name": "टेबल का नाम",
207
+ "Table %s created": "टेबल %s बनाया गया",
208
+ "No fields defined in %s table": "%s तालिका में कोई फील्ड परिभाषित नहीं है",
209
+ "Fields define the columns in your table.": "फ़ील्ड्स आपकी टेबल में कॉलम को परिभाषित करते हैं।",
210
+ "Add field to table": "टेबल में फ़ील्ड जोड़ें",
211
+ "Table %s already exists": "टेबल %s पहले से मौजूद है",
212
+ "Invalid table name %s": "अमान्य तालिका नाम %s",
213
+ "Create from CSV upload": "CSV अपलोड से बनाएं",
214
+ "Your tables": "आपकी तालिकाएँ",
215
+ "Create table": "टेबल बनाएं",
216
+ "Table saved": "टेबल सहेजा गया",
217
+ "Create table from CSV file": "CSV फ़ाइल से तालिका बनाएं",
218
+ "Create from CSV": "CSV से बनाएं",
219
+ "File": "फ़ाइल",
220
+ "Created table %s.": "तालिका %s बनाई गई।",
221
+ "Table %s deleted": "टेबल %s हटा दिया गया",
222
+ "Table": "तालिका",
223
+ "Your views": "आपके दृश्य",
224
+ "Configure": "कॉन्फ़िगर करें",
225
+ "First, please give some basic information about the view.": "सबसे पहले, कृपया व्यू के बारे में कुछ मूल जानकारी दें।",
226
+ "View name": "व्यू नाम",
227
+ "Views are based on a view template": "व्यू एक व्यू टेम्प्लेट पर आधारित होते हैं।",
228
+ "Edit view": "दृश्य संपादित करें",
229
+ "Edit %s view": "%s दृश्य संपादित करें",
230
+ "Create view": "दृश्य बनाएं",
231
+ "View deleted": "दृश्य हटाया गया",
232
+ "Display data from this table": "इस तालिका से डेटा प्रदर्शित करें।",
233
+ "Role required to run view": "व्यू चलाने के लिए आवश्यक भूमिका",
234
+ "On root page": "मूल पृष्ठ पर",
235
+ "Layout": "लेआउट",
236
+ "Fixed states": "स्थिर अवस्थाएँ",
237
+ "A short name that will be in your URL": "एक छोटा नाम जो आपके URL में होगा",
238
+ "Title": "शीर्षक",
239
+ "Page title": "पृष्ठ शीर्षक",
240
+ "A longer description": "एक लंबा विवरण",
241
+ "Role required to access page": "पेज तक पहुँचने के लिए आवश्यक भूमिका",
242
+ "Page attributes": "पृष्ठ गुण",
243
+ "Page configuration": "पृष्ठ विन्यास",
244
+ "Fixed state for %s view": "%s दृश्य के लिए स्थिर स्थिति",
245
+ "Set fixed states for views": "विचारों के लिए स्थिर स्थितियाँ निर्धारित करें",
246
+ "Page %s saved": "पृष्ठ %s सहेजा गया",
247
+ "Your pages": "आपके पेज",
248
+ "Add page": "पृष्ठ जोड़ें",
249
+ "Root pages": "मूल पृष्ठ",
250
+ "The root page is the page that is served when the user visits the home location (/). This can be set for each user role.": "मूल पृष्ठ वह पृष्ठ है जो प्रयोक्ता के घरेलू स्थान (/) पर जाने पर प्रदान किया जाता है। इसे प्रत्येक प्रयोक्ता भूमिका के लिए सेट किया जा सकता है।",
251
+ "Root pages updated": "रूट पेज अपडेट किए गए",
252
+ "Page deleted": "पृष्ठ हटाया गया",
253
+ "Basic properties": "मूल गुण",
254
+ "Attributes": "गुणधर्म",
255
+ "Summary": "सारांश",
256
+ "Default": "डिफ़ॉल्ट",
257
+ "Edit field": "फ़ील्ड संपादित करें",
258
+ "Edit %s field": "%s फ़ील्ड संपादित करें",
259
+ "New field": "नया फ़ील्ड",
260
+ "New field:": "नया फ़ील्ड:",
261
+ "Field attributes": "फील्ड गुण",
262
+ "Field %s created": "फ़ील्ड %s बनाया गया",
263
+ "Summary field": "सारांश फ़ील्ड",
264
+ "A default value is required when adding required fields to nonempty tables": "जब गैर-खाली तालिकाओं में आवश्यक फ़ील्ड जोड़ते हैं तो एक डिफ़ॉल्ट मान आवश्यक होता है।",
265
+ "Create user": "उपयोगकर्ता बनाएं",
266
+ "Please create your first user account, which will have administrative privileges. You can add other users and give them administrative privileges later.": "कृपया अपना पहला उपयोगकर्ता खाता बनाएं, जिसमें प्रशासनिक विशेषाधिकार होंगे। आप बाद में अन्य उपयोगकर्ताओं को जोड़ सकते हैं और उन्हें प्रशासनिक विशेषाधिकार दे सकते हैं।",
267
+ "Create first user": "पहला उपयोगकर्ता बनाएं",
268
+ "Create an account": "एक खाता बनाएं",
269
+ "No views defined": "कोई व्यू परिभाषित नहीं है",
270
+ "Views define how table rows are displayed to the user": "दृश्य यह परिभाषित करते हैं कि तालिका की पंक्तियाँ उपयोगकर्ता को कैसे प्रदर्शित की जाती हैं।",
271
+ "Field %s saved": "फ़ील्ड %s सहेजा गया",
272
+ "View configuration": "व्यू कॉन्फ़िगरेशन",
273
+ "Field %s deleted": "फ़ील्ड %s हटा दी गई",
274
+ "No tables defined": "कोई तालिकाएँ परिभाषित नहीं हैं",
275
+ "Tables hold collections of similar data": "टेबल समान डेटा के संग्रह को धारण करते हैं।",
276
+ "Invalid form data, try again": "अमान्य फॉर्म डेटा, पुनः प्रयास करें।",
277
+ "Role required to access added files": "फाइलों तक पहुंचने के लिए आवश्यक भूमिका",
278
+ "The user uploading the file has access irrespective of their role": "फ़ाइल अपलोड करने वाले उपयोगकर्ता की पहुंच उनकी भूमिका के बावजूद है।",
279
+ "Already have an account? Login": "पहले से खाता है? लॉगिन करें",
280
+ "Subdomain not found": "उपडोमेन नहीं मिला",
281
+ "You must create at least one table before you can create views.": "आपको व्यूज़ बनाने से पहले कम से कम एक टेबल बनानी होगी।",
282
+ "Language: ": "भाषा: ",
283
+ "Language changed to %s": "भाषा %s में बदल दी गई है",
284
+ "Table saved with version history disabled": "टेबल संस्करण इतिहास को अक्षम करके सहेजी गई है",
285
+ "Missing name": "नाम गायब है",
286
+ "Successfully restored backup": "सफलतापूर्वक बैकअप पुनर्स्थापित किया गया",
287
+ "Welcome to Saltcorn!": "साल्टकॉर्न में आपका स्वागत है!",
288
+ "File %s uploaded": "फ़ाइल %s अपलोड की गई",
289
+ "Local": "स्थानीय",
290
+ "Name required": "नाम आवश्यक है",
291
+ "Expression": "अभिव्यक्ति",
292
+ "Formula": "सूत्र",
293
+ "new": "नया",
294
+ "Password does not match": "पासवर्ड मेल नहीं खाता है",
295
+ "Not allowed to write to table %s": "तालिका %s में लिखने की अनुमति नहीं है",
296
+ "Login successful": "लॉगिन सफल",
297
+ "Welcome, %s!": "स्वागत है, %s!",
298
+ "Error: missing name or file": "त्रुटि: नाम या फ़ाइल गायब है",
299
+ "Restart server.": "सर्वर को पुनः आरंभ करें।",
300
+ "Add to menu": "मेनू में जोड़ें",
301
+ "View %s added to menu. Adjust access permissions in Settings &raquo; Menu": "मेनू में %s दृश्य जोड़ा गया। सेटिंग्स &raquo; मेनू में पहुंच अनुमतियाँ समायोजित करें।",
302
+ "Clone": "क्लोन",
303
+ "View %s cloned as %s": "व्यू %s को %s के रूप में क्लोन किया गया",
304
+ "Duplicate": "डुप्लीकेट",
305
+ "View %s duplicated as %s": "दृश्य %s को %s के रूप में दोहराया गया",
306
+ "The view name will appear as the title of pop-ups showing this view, and in the URL when it is shown alone.": "इस दृश्य का नाम पॉप-अप्स के शीर्षक के रूप में दिखाई देगा जब यह दृश्य दिखाया जाता है, और URL में भी जब यह अकेले दिखाया जाता है।",
307
+ "Saltcorn version": "Saltcorn संस्करण",
308
+ "Node.js version": "Node.js संस्धान",
309
+ "Table not found": "टेबल नहीं मिली",
310
+ "No row selected": "कोई पंक्ति चयनित नहीं है",
311
+ "Calculated": "गणना की गई",
312
+ "Unique": "अद्वितीय",
313
+ "Stored": "संग्रहीत",
314
+ "Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "कृपया नए फील्ड के लिए फॉर्मूला एक जावास्क्रिप्ट एक्सप्रेशन के रूप में दर्ज करें। यह एक्सप्रेशन %s प्रकार में परिणाम देना चाहिए।",
315
+ "Fields you can use as variables: ": "आप जिन फील्ड्स का उपयोग वेरिएबल्स के रूप में कर सकते हैं:",
316
+ "Examples:": "उदाहरण:",
317
+ "Missing label": "लापता लेबल",
318
+ "Column %s already exists (but is hidden)": "कॉलम %s पहले से मौजूद है (लेकिन छुपा हुआ है)",
319
+ "Column %s already exists": "कॉलम %s पहले से मौजूद है",
320
+ "Use this to restrict your field to a list of options (separated by commas). For instance, if the permissible values are \"Red\", \"Green\" and \"Blue\", enter \"Red, Green, Blue\" here. Leave blank if the string can hold any value.": "अपने फील्ड को विकल्पों की सूची तक सीमित करने के लिए इसका उपयोग करें (अल्पविराम द्वारा अलग किया गया)। उदाहरण के लिए, यदि स्वीकृत मान \"लाल\", \"हरा\" और \"नीला\" हैं, तो यहाँ \"लाल, हरा, नीला\" दर्ज करें। अगर स्ट्रिंग कोई भी मान रख सकती है, तो इसे खाली छोड़ दें।",
321
+ "Columns": "कॉलम्स",
322
+ "Default state": "डिफ़ॉल्ट स्थिति",
323
+ "Specify the fields in the table to show": "तालिका में दिखाने के लिए फ़ील्ड्स का निर्दिष्ट करें।",
324
+ "Use view to create": "दृश्य का उपयोग करके बनाएं",
325
+ "If user has write permission. Leave blank to have no link to create a new item": "यदि उपयोगकर्ता के पास लिखने की अनुमति है। नई वस्तु बनाने के लिए कोई लिंक न होने पर खाली छोड़ दें।",
326
+ "Display create view as": "प्रदर्शन सृजन दृश्य के रूप में",
327
+ "Label for create": "सृजन हेतु लेबल",
328
+ "Label in link or button to create. Leave blank for a default label": "लिंक या बटन बनाने के लिए लेबल दर्ज करें। डिफ़ॉल्ट लेबल के लिए खाली छोड़ दें।",
329
+ "Fixed fields": "स्थिर फ़ील्ड्स",
330
+ "These fields were missing, you can give values here. The values you enter here can be overwritten by information coming from other views, for instance if the form is triggered from a list.": "ये फ़ील्ड गायब थे, आप यहाँ मान दे सकते हैं। जो मान आप यहाँ दर्ज करते हैं, वे दूसरे व्यूज़ से आने वाली जानकारी द्वारा अधिलिखित किए जा सकते हैं, उदाहरण के लिए अगर फॉर्म को सूची से ट्रिगर किया गया हो।",
331
+ "Edit options": "संपादन विकल्प",
332
+ "The view you choose here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.": "यहाँ आपके द्वारा चुना गया दृश्य फॉर्म के संदर्भ के आधार पर अनदेखा किया जा सकता है, उदाहरण के लिए यदि यह एक पॉप-अप में प्रकट होता है तो पुनर्निर्देशन नहीं होगा।",
333
+ "View when done": "दृश्य जब समाप्त हो",
334
+ "Item View": "आइटम दृश्य",
335
+ "If user has write permission. Leave blank to have no link to create a new item": "यदि उपयोगकर्ता के पास लिखने की अनुमति है। नया आइटम बनाने के लिए कोई लिंक न होने पर खाली छोड़ दें।",
336
+ "Subtables": "उपतालिकाएँ",
337
+ "List View": "सूची दृश्य",
338
+ "Show View": "व्यू दिखाएं",
339
+ "Which related tables would you like to show in sub-lists below the selected item?": "आप चयनित आइटम के नीचे उप-सूचियों में कौन सी संबंधित तालिकाएँ दिखाना चाहेंगे?",
340
+ "Order and layout": "क्रम और लेआउट",
341
+ "Order by": "आदेश द्वारा",
342
+ "Descending": "अवरोही",
343
+ "Columns small screen": "स्तंभ छोटी स्क्रीन",
344
+ "Columns medium screen": "कॉलम मध्यम स्क्रीन",
345
+ "Columns large screen": "बड़ी स्क्रीन के कॉलम्स",
346
+ "Columns extra-large screen": "कॉलम अतिरिक्त-बड़ी स्क्रीन",
347
+ "Each in card?": "प्रत्येक कार्ड में?",
348
+ "Omit search form": "खोज फॉर्म को छोड़ें",
349
+ "Do not display the search filter form": "खोज फ़िल्टर फ़ॉर्म को प्रदर्शित न करें।",
350
+ "Default search form values when first loaded": "पहली बार लोड होने पर डिफ़ॉल्ट खोज फॉर्म मान",
351
+ "Next": "अगला",
352
+ "Save": "सहेजें",
353
+ "Calculated fields cannot have File type": "गणना किए गए फ़ील्ड्स में फ़ाइल प्रकार नहीं हो सकता है।",
354
+ "On Field": "फील्ड पर",
355
+ "Field in %s table": "%s तालिका में फ़ील्ड",
356
+ "Action on row": "पंक्ति पर क्रिया",
357
+ "Link to other view": "अन्य दृश्य से लिंक करें",
358
+ "Link to anywhere": "कहीं भी लिंक करें",
359
+ "Join Field": "जॉइन फ़ील्ड",
360
+ "Aggregation": "समेकन",
361
+ "Field": "फ़ील्ड",
362
+ "Field view": "फील्ड दृश्य",
363
+ "Action": "क्रिया",
364
+ "Action Label": "कार्रवाई लेबल",
365
+ "View label": "व्यू लेबल",
366
+ "Leave blank for default label.": "डिफ़ॉल्ट लेबल के लिए खाली छोड़ दें।",
367
+ "View label is a formula?": "क्या दृश्य लेबल एक सूत्र है?",
368
+ "Open in popup modal?": "पॉपअप मोडल में खोलें?",
369
+ "Link text": "लिंक पाठ",
370
+ "Link text is a formula?": "क्या लिंक टेक्स्ट एक सूत्र है?",
371
+ "Link URL": "लिंक URL",
372
+ "Link URL is a formula?": "क्या लिंक URL एक सूत्र है?",
373
+ "Open in new tab": "नए टैब में खोलें",
374
+ "Relation": "संबंध",
375
+ "Statistic": "आँकड़ा",
376
+ "In search form": "खोज फॉर्म में",
377
+ "Header label": "हैडर लेबल",
378
+ "step": "चरण",
379
+ "max": "अधिकतम",
380
+ "Base URL": "बेस URL",
381
+ "Allow signups": "साइनअप्स की अनुमति दें",
382
+ "Login in menu": "लॉगिन मेनू",
383
+ "Allow password reset": "पासवर्ड रीसेट की अनुमति दें",
384
+ "SMTP host": "SMTP होस्ट",
385
+ "SMTP username": "SMTP उपयोगकर्ता नाम",
386
+ "SMTP password": "SMTP पासवर्ड",
387
+ "SMTP port": "SMTP पोर्ट",
388
+ "SMTP secure": "SMTP सुरक्षित",
389
+ "Email from address": "ईमेल प्रेषक का पता",
390
+ "Development mode": "विकास मोड",
391
+ "Log SQL to stdout": "SQL को stdout पर लॉग करें",
392
+ "Menu items": "मेनू आइटम्स",
393
+ "Global search": "वैश्विक खोज",
394
+ "Available packs": "उपलब्ध पैक्स",
395
+ "Available packs fetched": "उपलब्ध पैकेट प्राप्त किए गए",
396
+ "Available plugins": "उपलब्ध प्लगइन्स",
397
+ "Available plugins fetched": "उपलब्ध प्लगइन्स प्राप्त किए गए",
398
+ "Public home page": "सार्वजनिक मुख्य पृष्ठ",
399
+ "User home page": "उपयोगकर्ता मुख्य पृष्ठ",
400
+ "Staff home page": "स्टाफ होम पेज",
401
+ "Admin home page": "एडमिन होम पेज",
402
+ "Installed packs": "स्थापित पैक्स",
403
+ "A short string which is the name of your site": "आपकी साइट का नाम जो एक छोटी स्ट्रिंग है",
404
+ "Select a publicly accessible image file": "सार्वजनिक रूप से सुलभ छवि फ़ाइल का चयन करें",
405
+ "The URL at which your site is available. For instance, https://example.com/": "वह URL जिस पर आपकी साइट उपलब्ध है। उदाहरण के लिए, https://example.com/",
406
+ "Allow users to sign up for a new user account": "नए उपयोगकर्ता खाते के लिए उपयोगकर्ताओं को साइन अप करने की अनुमति दें",
407
+ "Show the login link in the menu": "मेनू में लॉगिन लिंक दिखाएं।",
408
+ "Allow users to request a password reset email. Email must be configured.": "उपयोगकर्ताओं को पासवर्ड रीसेट ईमेल का अनुरोध करने की अनुमति दें। ईमेल को कॉन्फ़िगर किया जाना चाहिए।",
409
+ "The host address of your SMTP server. For instance, smtp.postmarkapp.com": "आपके SMTP सर्वर का होस्ट पता। उदाहरण के लिए, smtp.postmarkapp.com",
410
+ "Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "JS/CSS संपत्ति कैशिंग को अक्षम करें, क्रैश पर उपयोगकर्ता को पूरी त्रुटि दिखाएं, फील्ड प्रकार संपादन को सक्षम करें।",
411
+ "Print all SQL statements to the standard output": "सभी SQL वक्तव्यों को मानक आउटपुट पर प्रिंट करें।",
412
+ "The email address from which emails are sent. For instance, hello@saltcorn.com": "ईमेल पता जिससे ईमेल भेजे जाते हैं। उदाहरण के लिए, hello@saltcorn.com",
413
+ "Is the connection to the SMTP server over a secure transport protocol?": "क्या SMTP सर्वर से कनेक्शन सुरक्षित परिवहन प्रोटोकॉल पर है?",
414
+ "About Saltcorn": "साल्टकॉर्न के बारे में",
415
+ "Apply": "लागू करें",
416
+ "Anywhere": "कहीं भी",
417
+ "Search filter": "खोज फ़िल्टर",
418
+ "Are you sure you want to delete %s?": "क्या आप वाकई %s को हटाना चाहते हैं?",
419
+ "Are you sure?": "क्या आपको यकीन है?",
420
+ "Set random password": "रैंडम पासवर्ड सेट करें",
421
+ "Changed password for user %s to %s": "उपयोगकर्ता %s का पासवर्ड %s में बदल दिया गया है",
422
+ "Disable": "अक्षम करें",
423
+ "Enabled user %s": "सक्षम उपयोगकर्ता %s",
424
+ "Enable": "सक्षम करें",
425
+ "Disabled user %s": "अक्षम उपयोगकर्ता %s",
426
+ "Disabled": "अक्षम",
427
+ "Send password reset email": "पासवर्ड रीसेट ईमेल भेजें",
428
+ " with password %s": "पासवर्ड %s के साथ",
429
+ "User confirmation?": "उपयोगकर्ता पुष्टीकरण?",
430
+ "New user form": "नया उपयोगकर्ता फॉर्म",
431
+ "A view to show to new users": "नए उपयोगकर्ताओं को दिखाने के लिए एक दृश्य",
432
+ "Account already exists": "खाता पहले से मौजूद है",
433
+ "Search not configured": "खोज विन्यस्त नहीं की गई है",
434
+ "Already in use": "पहले से उपयोग में",
435
+ "Functions you can use (in addition to standard JavaScript functions): ": "आप जो फ़ंक्शंस उपयोग कर सकते हैं (मानक जावास्क्रिप्ट फ़ंक्शंस के अतिरिक्त):",
436
+ "Items per page": "प्रति पृष्ठ आइटम्स",
437
+ "Variable name": "चर का नाम",
438
+ "Delete all rows": "सभी पंक्तियों को हटाएं",
439
+ "Recalculate stored fields": "संग्रहीत फील्ड्स की पुनर्गणना करें",
440
+ "Started recalculating stored fields": "संग्रहीत क्षेत्रों की पुनर्गणना शुरू की",
441
+ "Deleted all rows": "सभी पंक्तियों को हटा दिया गया",
442
+ "Database": "डेटाबेस",
443
+ "API token": "API टोकन",
444
+ "No API token issued": "कोई API टोकन जारी नहीं किया गया",
445
+ "New API token generated": "नया API टोकन उत्पन्न किया गया",
446
+ "Actions": "क्रियाएँ",
447
+ "Actions available": "उपलब्ध क्रियाएँ",
448
+ "Triggers": "ट्रिगर्स",
449
+ "Add trigger": "ट्रिगर जोड़ें",
450
+ "New trigger": "नया ट्रिगर",
451
+ "Configure trigger": "ट्रिगर को कॉन्फ़िगर करें",
452
+ "Action label is a formula?": "क्या क्रिया लेबल एक सूत्र है?",
453
+ "Action Style": "क्रिया शैली",
454
+ "Button size": "बटन का आकार",
455
+ "A view with this name already exists": "इस नाम का एक दृश्य पहले से मौजूद है",
456
+ "Constraints": "प्रतिबंध",
457
+ "%s constraints": "%s प्रतिबंध",
458
+ "Add constraint": "प्रतिबंध जोड़ें",
459
+ "Add constraint to %s": "%s को प्रतिबंध जोड़ें",
460
+ "Cannot delete users table": "उपयोगकर्ता तालिका को हटा नहीं सकते",
461
+ "Test run": "परीक्षण चलाना",
462
+ "Test run output": "परीक्षण चलाने का परिणाम",
463
+ "Run %s": "%s चलाएं",
464
+ "back to actions": "वापस क्रियाओं की ओर",
465
+ "Action %s run successfully with no console output": "क्रिया %s ने सफलतापूर्वक चलाया, कोई कंसोल आउटपुट नहीं है",
466
+ "Roles": "भूमिकाएँ",
467
+ "Saved layout for role": "भूमिका के लिए सहेजी गई लेआउट",
468
+ "Layout by role": "भूमिका अनुसार लेआउट",
469
+ "Users and roles": "उपयोगकर्ता और भूमिकाएँ",
470
+ "Match regular expression": "नियमित अभिव्यक्ति से मेल करें",
471
+ "Error message when regular expression does not match": "नियमित अभिव्यक्ति का मेल नहीं खाने पर त्रुटि संदेश",
472
+ "Invalid attributes": "अवैध विशेषताएँ",
473
+ "Documentation": "दस्तावेज़ीकरण",
474
+ "Plugin %s installed": "प्लगइन %s स्थापित किया गया है",
475
+ "Plugin %s removed.": "प्लगइन %s हटा दिया गया।",
476
+ "Plugin %s installed, please complete configuration.": "प्लगइन %s स्थापित हो चुका है, कृपया कॉन्फ़िगरेशन पूरा करें।",
477
+ "Configure %s Plugin": "%s प्लगइन कॉन्फ़िगर करें",
478
+ "Cannot remove plugin: views %s depend on it": "प्लगइन हटा नहीं सकते: व्यूज़ %s इस पर निर्भर हैं",
479
+ "New Plugin": "नया प्लगइन",
480
+ "Add plugin": "प्लगइन जोड़ें",
481
+ "Store refreshed": "स्टोर ताज़ा किया गया",
482
+ "Plugins up-to-date": "प्लगइन्स अद्यतन",
483
+ "Source": "स्रोत",
484
+ "Inbound keys: ": "इनबाउंड कुंजियाँ:",
485
+ "Icon": "आइकन",
486
+ "Create database view": "डेटाबेस व्यू बनाएं",
487
+ "Create an SQL view in the database with the fields in this list": "डेटाबेस में इस सूची में दिए गए फील्ड्स के साथ एक SQL व्यू बनाएं।",
488
+ "Upgrade": "उन्नयन",
489
+ "Show only matches in table:": "केवल मेल करने वाले डेटा को तालिका में दिखाएं:",
490
+ "Showing matches in table %s.": "तालिका %s में मेल दिखा रहा है।",
491
+ "Edit trigger": "संपादन ट्रिगर",
492
+ "Show on page": "पेज पर दिखाएं",
493
+ "Requests to render this view directly will instead show the chosen page, if any. The chosen page should embed this view. Use this to decorate the view with additional elements.": "इस व्यू को सीधे रेंडर करने के अनुरोध के बजाय, यदि कोई चुना हुआ पृष्ठ है तो वह दिखाया जाएगा। चुने हुए पृष्ठ को इस व्यू को एम्बेड करना चाहिए। इसका उपयोग व्यू में अतिरिक्त तत्वों को सजाने के लिए करें।",
494
+ "Hide pagination": "पृष्ठांकन छुपाएं",
495
+ "True": "सत्य",
496
+ "False": "गलत",
497
+ "Clear all": "सभी साफ करें",
498
+ "This will delete <strong>EVERYTHING</strong> in the selected categories": "यह चयनित श्रेणियों में <strong>सब कुछ</strong> हटा देगा",
499
+ "Deleted all %s": "सभी %s हटा दिए गए",
500
+ "Restart server": "सर्वर पुनः आरंभ करें",
501
+ "Edit Plugin": "प्लगइन संपादित करें",
502
+ "Unknown authentication method %ss": "अज्ञात प्रमाणीकरण विधि %ss",
503
+ "Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "परिवर्तनों को प्रभावी होने के लिए पुनः आरंभ की आवश्यकता है। सर्वर को <a href=\"/admin\">एडमिन पृष्ठ</a> से पुनः आरंभ करें।",
504
+ "Email with password reset link sent": "पासवर्ड रीसेट लिंक के साथ ईमेल भेजा गया।",
505
+ "Link Style": "लिंक शैली",
506
+ "Link size": "लिंक का आकार",
507
+ "Set page title": "पेज का शीर्षक सेट करें",
508
+ "Skip this section if you do not want to set the page title": "यदि आप पेज का शीर्षक सेट नहीं करना चाहते हैं तो इस खंड को छोड़ दें।",
509
+ "Page title is a formula?": "पेज का शीर्षक एक सूत्र है?",
510
+ "Enable LetsEncrypt HTTPS": "LetsEncrypt HTTPS सक्षम करें",
511
+ "Set Base URL configuration first": "पहले बेस URL कॉन्फ़िगरेशन सेट करें",
512
+ "LetsEncrypt enabled": "LetsEncrypt सक्षम किया गया",
513
+ "LetsEncrypt SSL enabled. Restart for changes to take effect.": "LetsEncrypt SSL सक्षम किया गया है। परिवर्तनों को प्रभावी बनाने के लिए पुनः आरंभ करें।",
514
+ "File not found": "फ़ाइल नहीं मिली",
515
+ "Table %s not found": "टेबल %s नहीं मिला",
516
+ "Page %s added to menu. Adjust access permissions in Settings &raquo; Menu": "पृष्ठ %s मेनू में जोड़ा गया। सेटिंग्स &raquo; मेनू में पहुँच अनुमतियों को समायोजित करें।",
517
+ "Page %s duplicated as %s": "पृष्ठ %s की प्रतिलिपि %s के रूप में बनाई गई",
518
+ "Custom SSL certificate": "कस्टम SSL प्रमाणपत्र",
519
+ "Custom SSL private key": "कस्टम SSL निजी कुंजी",
520
+ "Login view": "लॉगिन दृश्य",
521
+ "Signup view": "साइनअप दृश्य",
522
+ "A view with the login form": "लॉगिन फॉर्म के साथ एक दृश्य",
523
+ "A view with the signup form": "साइनअप फॉर्म के साथ एक दृश्य",
524
+ "Signups not enabled": "साइनअप सक्षम नहीं हैं",
525
+ "Ownership field": "स्वामित्व क्षेत्र",
526
+ "The user referred to in this field will be the owner of the row": "इस फ़ील्ड में उल्लिखित उपयोगकर्ता इस पंक्ति का मालिक होगा।",
527
+ "None": "कोई नहीं",
528
+ "Information about plugin": "प्लगइन के बारे में जानकारी",
529
+ "%s plugin information": "%s प्लगइन जानकारी",
530
+ "Package version": "पैकेज संस्करण",
531
+ "Package name": "पैकेज का नाम",
532
+ "Plugin dependencies": "प्लगइन निर्भरताएँ",
533
+ "This plugin supplies a theme.": "यह प्लगइन एक थीम प्रदान करता है।",
534
+ "Types": "प्रकार",
535
+ "This plugin supplies these types: ": "यह प्लगइन इन प्रकारों को प्रदान करता है: ",
536
+ "Functions": "फ़ंक्शन्स",
537
+ "Returns: ": "वापसी:",
538
+ "View templates": "दृश्य टेम्प्लेट्स",
539
+ "Repository": "रिपॉजिटरी",
540
+ "Latest": "नवीनतम",
541
+ "Latest version": "नवीनतम संस्धान",
542
+ "Latest npm version cache": "नवीनतम npm संस्करण कैश",
543
+ "Plugin up-to-date": "प्लगइन अद्यतित",
544
+ "Upgrade here": "यहां उन्नयन करें",
545
+ "An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Saltcorn का एक उन्नयन उपलब्ध है! वर्तमान संस्करण: %s; नवीनतम संस्करण: %s.",
546
+ "Passwords do not match": "पासवर्ड मेल नहीं खाते हैं",
547
+ "Not a valid e-mail address": "ईमेल पता मान्य नहीं है",
548
+ "Custom CSS": "कस्टम सीएसएस",
549
+ "Custom HTML": "कस्टम HTML",
550
+ "Site structure": "साइट संरचना",
551
+ "SSL": "एसएसएल",
552
+ "Users and security": "उपयोगकर्ता और सुरक्षा",
553
+ "User settings updated": "उपयोगकर्ता सेटिंग्स अपडेट की गईं",
554
+ "SSL encryption for HTTPS traffic": "HTTPS ट्रैफ़िक के लिए SSL एन्क्रिप्शन",
555
+ "HTTPS encryption with Let's Encrypt SSL certificate": "HTTPS एन्क्रिप्शन लेट्स एनक्रिप्ट SSL प्रमाणपत्र के साथ",
556
+ "Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "Saltcorn एकल डोमेन के लिए <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> से स्वचालित रूप से एक SSL प्रमाणपत्र प्राप्त कर सकता है।",
557
+ "Currently: ": "वर्तमान में:",
558
+ "HTTPS encryption with custom SSL certificate": "HTTPS एन्क्रिप्शन कस्टम SSL प्रमाणपत्र के साथ",
559
+ "Or use custom SSL certificates, including wildcard certificates for multitenant applications": "या मल्टीटेनेंट अप्लिकेशन के लिए वाइल्डकार्ड सर्टिफिकेट सहित कस्टम SSL प्रमाणपत्रों का उपयोग करें।",
560
+ "Authentication settings": "प्रमाणीकरण सेटिंग्स",
561
+ "Custom SSL certificates": "कस्टम SSL प्रमाणपत्र",
562
+ "Custom SSL enabled. Restart for changes to take effect.": "कस्टम SSL सक्षम किया गया। परिवर्तनों को प्रभावी बनाने के लिए पुनः आरंभ करें।",
563
+ "Enabled": "सक्षम किया गया",
564
+ "You have enabled both Let's Encrypt certificates and custom SSL certificates. Let's Encrypt takes priority and the custom certificates will be ignored.": "आपने Let's Encrypt प्रमाणपत्रों के साथ-साथ कस्टम SSL प्रमाणपत्रों को भी सक्रिय किया है। Let's Encrypt को प्राथमिकता दी जाती है और कस्टम प्रमाणपत्रों को अनदेखा किया जाएगा।",
565
+ "Events": "इवेंट्स",
566
+ "About application": "अनुप्रयोग के बारे में",
567
+ "System": "प्रणाली",
568
+ "Site identity settings updated": "साइट पहचान सेटिंग्स अपडेट की गईं",
569
+ "Email settings": "ईमेल सेटिंग्स",
570
+ "Site identity settings": "साइट पहचान सेटिंग्स",
571
+ "Email settings updated": "ईमेल सेटिंग्स अपडेट की गईं",
572
+ "System operations": "सिस्टम संचालन",
573
+ "About the system": "सिस्टम के बारे में",
574
+ "Restart here": "यहाँ पुनः आरंभ करें",
575
+ "Download a backup": "बैकअप डाउनलोड करें",
576
+ "Restore a backup": "बैकअप पुनर्स्थापित करें",
577
+ "Add new role": "नई भूमिका जोड़ें",
578
+ "Role updated": "भूमिका अपडेट की गई",
579
+ "First delete users with this role": "पहले इस भूमिका वाले उपयोगकर्ताओं को हटाएं।",
580
+ "Role %s deleted": "भूमिका %s हटाई गई",
581
+ "This is the rank of the user role, lower role IDs will be able to access more resources.": "यह उपयोगकर्ता भूमिका की रैंक है, कम भूमिका ID वाले अधिक संसाधनों तक पहुँच सकेंगे।",
582
+ "Role name": "भूमिका का नाम",
583
+ "Cannot delete this role": "इस भूमिका को हटा नहीं सकते",
584
+ "Saltcorn is <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">Free</a> and <a href=\"https://opensource.org/\">Open Source</a> Software, <a href=\"https://github.com/saltcorn/saltcorn/\">released</a> under the <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT license</a>.": "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\">एमआईटी लाइसेंस</a> के तहत।",
585
+ "Create a page": "पेज बनाएं",
586
+ "Test": "परीक्षण",
587
+ "E-mail and password required": "ई-मेल और पासवर्ड की आवश्यकता है",
588
+ "Masonry columns": "मेसनरी स्तंभ",
589
+ "Where": "कहाँ",
590
+ "Access Read/Write": "पढ़ें/लिखें पहुंच",
591
+ "History": "इतिहास",
592
+ "Owned": "स्वामित्व",
593
+ "Primary key": "प्राथमिक कुंजी",
594
+ "Users already present": "पहले से मौजूद उपयोगकर्ता",
595
+ "Discover tables": "टेबल्स की खोज करें",
596
+ "The following tables in your database can be imported into Saltcorn:": "आपके डेटाबेस में निम्नलिखित तालिकाएँ Saltcorn में आयात की जा सकती हैं:",
597
+ "Discovered tables: %s": "पाई गई तालिकाएँ: %s",
598
+ "There are no tables in the database that can be imported into Saltcorn.": "डेटाबेस में कोई भी टेबल नहीं हैं जिन्हें Saltcorn में आयात किया जा सके।",
599
+ "Import": "आयात करें",
600
+ "Discover": "खोजें",
601
+ "Discover tables in database": "डेटाबेस में टेबल्स की खोज करें",
602
+ "Single item view": "एकल आइटम दृश्य",
603
+ "The underlying individual view of each table row": "प्रत्येक तालिका पंक्ति का अंतर्निहित व्यक्तिगत दृश्य",
604
+ "Minimum role to read": "पढ़ने के लिए न्यूनतम भूमिका",
605
+ "Minimum role to write": "लिखने के लिए न्यूनतम भूमिका",
606
+ "Create page": "पृष्ठ बनाएं",
607
+ "Multi-tenancy not enabled": "मल्टी-टेनेंसी सक्षम नहीं है",
608
+ "Identity": "पहचान",
609
+ "Email sent to %s with no errors": "%s को ईमेल बिना किसी त्रुटि के भेजा गया",
610
+ "External": "बाहरी",
611
+ "Force TLS": "TLS मजबूर करें",
612
+ "Always use TLS when connecting to server? If unchecked, TLS is used if server supports the STARTTLS extension. In most cases check this box if you are connecting to port 465. For port 587 or 25 keep it unchecked": "सर्वर से जुड़ते समय हमेशा TLS का उपयोग करें? यदि अचयनित किया गया है, तो सर्वर द्वारा STARTTLS एक्सटेंशन का समर्थन किए जाने पर TLS का उपयोग किया जाता है। अधिकांश मामलों में, यदि आप 465 पोर्ट से जुड़ रहे हैं तो इस बॉक्स को चेक करें। पोर्ट 587 या 25 के लिए इसे अचयनित रखें।",
613
+ "Relationship diagram": "संबंध आरेख",
614
+ "Verified": "सत्यापित",
615
+ "Send verification email": "सत्यापन ईमेल भेजें",
616
+ "Email verification link sent to %s": "%s को ईमेल सत्यापन लिंक भेजा गया है",
617
+ "Verification view": "सत्यापन दृश्य",
618
+ "A view with the view to be emailed to users for email address verification": "उपयोगकर्ताओं को ईमेल पते की पुष्टि के लिए ईमेल किए जाने के लिए एक दृश्य",
619
+ "Email verified": "ईमेल सत्यापित",
620
+ "An email has been sent to %s to verify your address": "आपके पते की पुष्टि करने के लिए %s को एक ईमेल भेजा गया है।",
621
+ "Elevate verified to role": "प्रमाणित को भूमिका में उन्नत करें",
622
+ "Elevate users to a higher role when their email addresses have been verified": "जब उनके ईमेल पते सत्यापित हो जाएं, तो उपयोगकर्ताओं को उच्चतर भूमिका में प्रोन्नत करें।",
623
+ "Email mask": "ईमेल मास्क",
624
+ "Emails used for signup must end with this string": "साइनअप के लिए उपयोग किए गए ईमेल को इस स्ट्रिंग के साथ समाप्त होना चाहिए",
625
+ "Signups with this email address are not accepted": "इस ईमेल पते के साथ साइनअप स्वीकार नहीं किए जाते हैं",
626
+ "Default order by": "डिफ़ॉल्ट क्रमबद्ध करें द्वारा",
627
+ "Default descending?": "डिफ़ॉल्ट अवरोही क्रम?",
628
+ "Omit header": "हैडर को हटाएं",
629
+ "Do not display the header": "हैडर प्रदर्शित न करें",
630
+ "The maximum number of characters in the string": "स्ट्रिंग में अधिकतम अक्षरों की संख्या",
631
+ "The minimum number of characters in the string": "स्ट्रिंग में न्यूनतम अक्षरों की संख्या",
632
+ "Style": "शैली",
633
+ "Not all themes support menu buttons": "सभी थीम्स मेनू बटनों का समर्थन नहीं करतीं।",
634
+ "Select a publicly accessible image file for the menu logo": "मेनू लोगो के लिए एक सार्वजनिक रूप से सुलभ इमेज फाइल का चयन करें।",
635
+ "Favicon": "फ़ेविकॉन",
636
+ "Select a publicly accessible image file for the browser tab icon": "ब्राउज़र टैब आइकन के लिए एक सार्वजनिक रूप से सुलभ इमेज फाइल का चयन करें।",
637
+ "Site identity settings, backup, email settings, system control and information": "साइट पहचान सेटिंग्स, बैकअप, ईमेल सेटिंग्स, सिस्टम नियंत्रण और जानकारी",
638
+ "Plugin and pack installation and control": "प्लगइन और पैक स्थापना और नियंत्रण",
639
+ "User administration, edit roles, user and security settings, SSL certificates for https encryption": "उपयोगकर्ता प्रशासन, भूमिकाएँ संपादित करें, उपयोगकर्ता और सुरक्षा सेटिंग्स, HTTPS एन्क्रिप्शन के लिए SSL प्रमाणपत्र",
640
+ "Menu, search and tenants": "मेनू, खोज और किरायेदारों",
641
+ "Actions, triggers and crash log": "क्रियाएँ, ट्रिगर्स और क्रैश लॉग",
642
+ "Multitenancy enabled": "मल्टीटेनेंसी सक्षम",
643
+ "Restart required for changes to take effect.": "परिवर्तनों को प्रभावी बनाने के लिए पुनः आरंभ की आवश्यकता है।",
644
+ "Tenant settings": "टेनेंट सेटिंग्स",
645
+ "Role to create tenants": "टेनेंट बनाने के लिए भूमिका",
646
+ "Minimum user role required to create a new tenant": "नया टेनेंट बनाने के लिए आवश्यक न्यूनतम उपयोगकर्ता भूमिका",
647
+ "Tenant settings updated": "टेनेंट सेटिंग्स अपडेट की गईं",
648
+ "Not allowed": "अनुमति नहीं है",
649
+ "You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "आप एक डोमेन के बजाय आईपी पते के माध्यम से कनेक्ट करते हुए एक टेनेंट बनाने की कोशिश कर रहे हैं। यह शायद काम नहीं करेगा।",
650
+ "Create tenant warning": "टेनेंट चेतावनी बनाएं",
651
+ "Show a warning to users creating a tenant disclaiming warranty of availability or security": "उपयोगकर्ताओं को चेतावनी दिखाएं जो टेनेंट बना रहे हैं कि उपलब्धता या सुरक्षा की गारंटी नहीं है।",
652
+ "A list view shown on the left, to select rows": "बाईं ओर दिखाई देने वाला एक सूची दृश्य, पंक्तियों का चयन करने के लिए।",
653
+ "The view to show the selected row": "चयनित पंक्ति को दिखाने के लिए दृश्य",
654
+ "Location": "स्थान",
655
+ "Location of link to create new row": "नई पंक्ति बनाने के लिए लिंक का स्थान",
656
+ "Options": "विकल्प",
657
+ "List options": "विकल्प सूचीबद्ध करें",
658
+ "Rows per page": "प्रति पृष्ठ पंक्तियाँ",
659
+ "Invalid administrative action": "अवैध प्रशासनिक कार्रवाई",
660
+ "User settings form": "उपयोगकर्ता सेटिंग्स फॉर्म",
661
+ "A view for users to change their custom user fields": "उपयोगकर्ताओं के लिए उनके कस्टम यूजर फील्ड्स में परिवर्तन करने के लिए एक दृश्य",
662
+ "Error: ": "त्रुटि:",
663
+ "User settings changed": "उपयोगकर्ता सेटिंग्स में परिवर्तन किया गया",
664
+ "Rename table": "टेबल का नाम बदलें",
665
+ "Rename table %s": "टेबल का नाम बदलें %s",
666
+ "Base URL domain %s does not match hostname %s": "बेस URL डोमेन %s, होस्टनाम %s से मेल नहीं खाता",
667
+ "Custom HTTP headers": "कस्टम HTTP हैडर्स",
668
+ "Format for each line: Header-Name: value": "प्रत्येक पंक्ति का प्रारूप: शीर्षक-नाम: मान",
669
+ "Role to upload files": "फाइलें अपलोड करने की भूमिका",
670
+ "User should have this role or higher to upload files with API (uploads through forms are not affected)": "उपयोगकर्ता के पास इस भूमिका या उच्चतर भूमिका होनी चाहिए ताकि वे API के माध्यम से फाइलें अपलोड कर सकें (फॉर्म के माध्यम से अपलोड पर असर नहीं पड़ता)",
671
+ "Always show create view": "हमेशा दृश्य बनाएं दिखाएं",
672
+ "If off, only show create view if the query state is about the current user": "यदि बंद है, तो केवल तभी निर्माण दृश्य दिखाएं जब क्वेरी स्थिति वर्तमान उपयोगकर्ता के बारे में हो।",
673
+ "Process uptime": "प्रक्रिया उपटाइम",
674
+ "A configuration error occurred": "एक कॉन्फ़िगरेशन त्रुटि हुई",
675
+ "HTTP timeout (s)": "HTTP समयसीमा (सेकंड)",
676
+ "Increase if you expect large uploads": "यदि आप बड़े अपलोड्स की अपेक्षा करते हैं तो बढ़ाएं।",
677
+ "Cookie sessions": "कुकी सत्र",
678
+ "Store sessions entirely in client cookies for higher performance": "क्लाइंट कुकीज़ में पूरी तरह से सत्रों को स्टोर करें ताकि प्रदर्शन अधिक हो",
679
+ "git commit": "गिट कमिट",
680
+ "Send test email": "परीक्षण ईमेल भेजें",
681
+ "Edit custom SSL certificates": "कस्टम SSL प्रमाणपत्र संपादित करें",
682
+ "User must have this role or higher to read rows from the table": "उपयोगकर्ता के पास इस भूमिका या उससे ऊंची भूमिका होनी चाहिए ताकि वह तालिका से पंक्तियों को पढ़ सके।",
683
+ "User must have this role or higher to edit or create new rows in the table": "उपयोगकर्ता के पास इस भूमिका या उच्चतर होनी चाहिए ताकि वह तालिका में नई पंक्तियाँ बना सके या संपादित कर सके।",
684
+ "Name of the field": "फील्ड का नाम",
685
+ "The type determines the kind of data that can be stored in the field": "प्रकार निर्धारित करता है कि फ़ील्ड में किस प्रकार का डेटा संग्रहीत किया जा सकता है।",
686
+ "Calculated from other fields with a formula": "अन्य फ़ील्ड्स के साथ एक सूत्र के द्वारा गणना की गई",
687
+ "There must be a value in every row": "प्रत्येक पंक्ति में एक मान होना चाहिए।",
688
+ "Different rows must have different values for this field": "इस फ़ील्ड के लिए विभिन्न पंक्तियों में विभिन्न मान होने चाहिए।",
689
+ "Add more fields to enable edit": "और फ़ील्ड्स जोड़ें ताकि संपादन सक्षम हो सके",
690
+ "Multitenancy": "बहु-किरायेदारी",
691
+ "Subdomain": "उपडोमेन",
692
+ "Information": "जानकारी",
693
+ "Found %s tenants": "%s टेनेंट्स पाए गए",
694
+ "Create new tenant": "नया किरायेदार बनाएं",
695
+ "%s tenant statistics": "%s टेनेंट आँकड़े",
696
+ "Table columns": "टेबल कॉलम्स",
697
+ "Configuration items": "कॉन्फ़िगरेशन आइटम्स",
698
+ "Crashlogs": "क्रैशलॉग्स",
699
+ "Multitenancy settings": "बहु-किरायेदारी सेटिंग्स",
700
+ "See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "GitHub रिपोजिटरी के लिए निर्देश देखें <a href=\"https://github.com/saltcorn/saltcorn\">GitHub रिपोजिटरी</a>",
701
+ "API token for this user: ": "इस उपयोगकर्ता के लिए API टोकन:",
702
+ "Reset": "रीसेट",
703
+ "Generate": "जनरेट करें",
704
+ "URL after delete": "हटाने के बाद URL",
705
+ "Track table data changes over time": "समय के साथ तालिका डेटा परिवर्तनों को ट्रैक करें",
706
+ "Description allows you to give more information about the table": "विवरण आपको टेबल के बारे में अधिक जानकारी देने की अनुमति देता है।",
707
+ "Description allows you to give more information about the view.": "विवरण आपको दृश्य के बारे में अधिक जानकारी देने की अनुमति देता है।",
708
+ "Description allows to give more information about field": "विवरण क्षेत्र के बारे में अधिक जानकारी देने की अनुमति देता है।",
709
+ "Name of action": "क्रिया का नाम",
710
+ "Description allows you to give more information about the action": "विवरण आपको क्रिया के बारे में अधिक जानकारी देने की अनुमति देता है।",
711
+ "The action to be taken when the trigger fires": "ट्रिगर सक्रिय होने पर किया जाने वाला क्रिया",
712
+ "The table for which the trigger condition is checked.": "वह तालिका जिसके लिए ट्रिगर की शर्त की जांच की जाती है।",
713
+ "Condition under which the trigger will fire": "ट्रिगर चालू होने की स्थिति",
714
+ "Test trigger": "परीक्षण ट्रिगर",
715
+ "Edit trigger %s": "ट्रिगर संपादित करें %s",
716
+ "Preset %s": "प्रीसेट %s",
717
+ "The user password or application token to access SMTP server for sending emails": "ईमेल भेजने के लिए SMTP सर्वर तक पहुँचने के लिए उपयोगकर्ता पासवर्ड या एप्लिकेशन टोकन",
718
+ "The port of your SMTP server": "आपके SMTP सर्वर का पोर्ट",
719
+ "The user name to access SMTP server for sending emails.": "ईमेल भेजने के लिए SMTP सर्वर तक पहुँचने के लिए उपयोगकर्ता नाम।",
720
+ "The user password or app password to access SMTP server for sending emails. If your SMTP provider allows to create app password for using from application We recommends to use app password instead of user password.": "ईमेल भेजने के लिए SMTP सर्वर तक पहुँचने के लिए उपयोगकर्ता पासवर्ड या ऐप पासवर्ड। यदि आपका SMTP प्रदाता ऐप्लिकेशन से उपयोग करने के लिए ऐप पासवर्ड बनाने की अनुमति देता है, तो हम उपयोगकर्ता पासवर्ड के बजाय ऐप पासवर्ड का उपयोग करने की सिफारिश करते हैं।",
721
+ "Tick the boxes for the fields that should be jointly unique": "उन फ़ील्ड्स के लिए बॉक्स को टिक करें जो संयुक्त रूप से अद्वितीय होने चाहिए।",
722
+ "Private SSH key": "निजी SSH कुंजी",
723
+ "Timezone": "समय क्षेत्र",
724
+ "Home Timezone": "होम टाइमज़ोन",
725
+ "Use this link to revisit your application at any time.": "इस लिंक का उपयोग करके आप किसी भी समय अपने एप्लिकेशन पर वापस जा सकते हैं।",
726
+ "To login to a previously created application, go to: ": "पहले से बनाए गए एप्लिकेशन में लॉगिन करने के लिए, जाएँ: ",
727
+ "Event types": "घटना प्रकार",
728
+ "Channel": "चैनल",
729
+ "Leave blank for all channels": "सभी चैनलों के लिए खाली छोड़ दें",
730
+ "Table or Channel": "टेबल या चैनल",
731
+ "Events to log": "लॉग करने के लिए घटनाएँ",
732
+ "Log settings": "लॉग सेटिंग्स",
733
+ "Which events should be logged?": "कौन सी घटनाएँ लॉग की जानी चाहिए?",
734
+ "Event log": "इवेंट लॉग",
735
+ "Custom Events": "कस्टम इवेंट्स",
736
+ "Channels": "चैनल्स",
737
+ "Custom": "अनुकूलित",
738
+ "Create custom event": "कस्टम इवेंट बनाएं",
739
+ "Yes": "हाँ",
740
+ "Alternative destinations if formula evaluates to true": "यदि सूत्र सत्य के रूप में मूल्यांकित होता है तो वैकल्पिक गंतव्य",
741
+ "Default view when done": "डिफ़ॉल्ट दृश्य जब पूरा हो जाए",
742
+ "This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "यह वह दृश्य है जहां उपयोगकर्ता को फॉर्म सबमिट करने पर भेजा जाएगा, जब तक कि नीचे दिया गया सूत्र सत्य न हो।",
743
+ "You can send the user to an different view depending on the day the user has submitted. Ignore this option if you always want to send the user to the same destination": "आप उस दिन पर निर्भर करते हुए उपयोगकर्ता को एक अलग दृश्य में भेज सकते हैं जिस दिन उपयोगकर्ता ने सबमिट किया है। यदि आप हमेशा उपयोगकर्ता को एक ही गंतव्य पर भेजना चाहते हैं तो इस विकल्प को अनदेखा करें।",
744
+ "Plugin name": "प्लगइन का नाम",
745
+ "Source of plugin for install. Few options:npm - download from npm repository,local - get from local file system,github - download from github,git - get from git": "प्लगइन के स्थापना के लिए स्रोत। कुछ विकल्प: npm - npm रिपॉजिटरी से डाउनलोड करें, स्थानीय - स्थानीय फाइल सिस्टम से प्राप्त करें, github - github से डाउनलोड करें, git - git से प्राप्त करें।",
746
+ "For npm - name of npm package, e.g. @saltcorn/html or saltcorn-gantt, check at npmjs.com, for local - absolute path to plugin folder in file system, e.g.C:\\gitsrc\\any-bootstrap-theme\\, for github - name of github project.": "npm के लिए - npm पैकेज का नाम, उदाहरण के लिए @saltcorn/html या saltcorn-gantt, npmjs.com पर जांचें, स्थानीय के लिए - फाइल सिस्टम में प्लगइन फोल्डर का पूर्ण पथ, उदाहरण के लिए C:\\gitsrc\\any-bootstrap-theme\\, github के लिए - github प्रोजेक्ट का नाम।",
747
+ "Version of plugin, latest is default value": "प्लगइन का संस्करण, नवीनतम डिफ़ॉल्ट मान है",
748
+ "Account verification": "खाता सत्यापन",
749
+ "User verification failed": "उपयोगकर्ता सत्यापन विफल हुआ",
750
+ "User verified": "उपयोगकर्ता सत्यापित",
751
+ "Error editing user: %s": "उपयोगकर्ता को संपादित करने में त्रुटि: %s",
752
+ "User must have this role or higher to make API call for action (trigger)": "उपयोगकर्ता के पास इस भूमिका या उससे उच्चतर होनी चाहिए ताकि वे क्रिया (ट्रिगर) के लिए API कॉल कर सकें।",
753
+ "Restart complete": "पुनरारंभ पूर्ण",
754
+ "Languages": "भाषाएँ",
755
+ "Add language": "भाषा जोड़ें",
756
+ "Language": "भाषा",
757
+ "Locale": "लोकेल",
758
+ "Menu, search, languages and tenants": "मेनू, खोज, भाषाएँ और टेनेंट्स",
759
+ "This is a translation of a different field in a different language": "यह एक अलग भाषा में एक अलग क्षेत्र का अनुवाद है।",
760
+ "Language locale of translation": "अनुवाद की भाषा स्थानीयता",
761
+ "Action not configurable": "क्रिया विन्यास योग्य नहीं है",
762
+ "Event type which runs the trigger": "ट्रिगर चलाने वाला इवेंट प्रकार",
763
+ "Message string field": "संदेश स्ट्रिंग फ़ील्ड",
764
+ "The field for the message content on the table for messages": "संदेशों के लिए तालिका में संदेश सामग्री के लिए क्षेत्र",
765
+ "Participant field": "प्रतिभागी क्षेत्र",
766
+ "The field for the sender user id on the table for messages": "संदेशों के लिए तालिका में प्रेषक उपयोगकर्ता आईडी के लिए फ़ील्ड",
767
+ "The field for the participant user id": "प्रतिभागी उपयोगकर्ता आईडी के लिए फ़ील्ड",
768
+ "Message sender field": "संदेश प्रेषक क्षेत्र",
769
+ "Message view or string field": "संदेश दृश्य या स्ट्रिंग फ़ील्ड",
770
+ "A view to show individual messages, or the field for the message content on the table for messages": "संदेशों के लिए व्यक्तिगत संदेश दिखाने के लिए एक दृश्य, या संदेशों के तालिका में संदेश सामग्री के लिए फ़ील्ड।",
771
+ "Message relation": "संदेश संबंध",
772
+ "The relationship to the table of individual messages": "व्यक्तिगत संदेशों की तालिका से संबंध",
773
+ "Message show view": "संदेश दिखाने वाला दृश्य",
774
+ "The view to show an individual message": "व्यक्तिगत संदेश दिखाने के लिए दृश्य",
775
+ "New message form view": "नया संदेश प्रपत्र दृश्य",
776
+ "The view to enter a new message": "नया संदेश दर्ज करने के लिए दृश्य",
777
+ "Participant max read id field": "प्रतिभागी अधिकतम पढ़ें आईडी फील्ड",
778
+ "The field for the participant's last read message, of type Key to message table": "प्रतिभागी के अंतिम पढ़े गए संदेश के लिए क्षेत्र, संदेश तालिका के लिए कुंजी प्रकार का",
779
+ "Show older messages": "पुराने संदेश दिखाएं",
780
+ "New table name": "नया तालिका नाम",
781
+ "Password Repeat": "पासवर्ड दोहराएं",
782
+ "Remember me": "मुझे याद रखें",
783
+ "Column width": "स्तंभ चौड़ाई",
784
+ "Column width units": "कॉलम चौड़ाई इकाइयाँ",
785
+ "Ownership formula": "स्वामित्व सूत्र",
786
+ "User is treated as owner if true. In scope: ": "यदि सही है तो उपयोगकर्ता को स्वामी के रूप में माना जाता है। क्षेत्र में:",
787
+ "Not all themes support all locations": "सभी थीम सभी स्थानों का समर्थन नहीं करती हैं।",
788
+ "Default language": "डिफ़ॉल्ट भाषा",
789
+ "Library": "पुस्तकालय",
790
+ "Library item %s deleted": "पुस्तकालय आइटम %s हटा दिया गया",
791
+ "Library: component assemblies that can be used in the builder": "पुस्तकालय: घटक संयोजन जिनका उपयोग निर्माता में किया जा सकता है।",
792
+ "Edit properties": "गुण संपादित करें",
793
+ "Images and other files for download": "डाउनलोड के लिए छवियाँ और अन्य फाइलें",
794
+ "Disable LetsEncrypt HTTPS": "LetsEncrypt HTTPS अक्षम करें",
795
+ "Type %s not found": "प्रकार %s नहीं मिला",
796
+ "No pages": "कोई पृष्ठ नहीं",
797
+ "No views": "कोई दृश्य नहीं",
798
+ "CSV upload": "CSV अपलोड",
799
+ "Pages are the web pages of your application built with drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "पेज आपके अनुप्रयोग के वेब पेज होते हैं जो ड्रैग-एंड-ड्रॉप बिल्डर के साथ बनाए गए हैं। इनमें स्थिर सामग्री होती है, और व्यूज को एम्बेड करके, गतिशील सामग्री होती है।",
800
+ "Views display data from tables. A view is a view template applied to a table, with configuration.": "व्यूज़ टेबल से डेटा प्रदर्शित करते हैं। एक व्यू एक व्यू टेम्प्लेट है जिसे टेबल पर लागू किया गया है, विन्यास के साथ।",
801
+ "Tables organise data by fields and rows.": "टेबल डेटा को फील्ड्स और पंक्तियों द्वारा व्यवस्थित करते हैं।",
802
+ "Pages are the web pages of your application built with a drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "पेज आपके एप्लिकेशन के वेब पेज हैं जिन्हें ड्रैग-एंड-ड्रॉप बिल्डर के साथ बनाया गया है। इनमें स्थिर सामग्री होती है, और व्यूज़ को एम्बेड करके, गतिशील सामग्री होती है।",
803
+ "Triggers run actions in response to events.": "ट्रिगर्स घटनाओं के प्रतिसाद में क्रियाएं चलाते हैं।",
804
+ "No files": "कोई फाइलें नहीं",
805
+ "Cookie duration (hours)": "कुकी अवधि (घंटे)",
806
+ "Set to 0 for expiration at the end of browser session": "ब्राउज़र सत्र के अंत में समाप्ति के लिए 0 सेट करें",
807
+ "Cookie duration (hours) when remember ticked": "याद रखने पर कुकी अवधि (घंटे)",
808
+ "Forget table": "टेबल भूल जाओ",
809
+ "Table %s forgotten. You can now discover it.": "टेबल %s भुला दिया गया है। आप अब इसे खोज सकते हैं।",
810
+ "No triggers": "कोई ट्रिगर्स नहीं",
811
+ "List width": "सूची की चौड़ाई",
812
+ "Number of columns (1-12) allocated to the list view": "सूची दृश्य के लिए आवंटित स्तंभों की संख्या (1-12)",
813
+ "New tenant template": "नया किरायेदार टेम्पलेट",
814
+ "Copy site structure for new tenants from this tenant": "इस टेनेंट से नए टेनेंट्स के लिए साइट संरचना की प्रतिलिपि बनाएं।",
815
+ "Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "इस लिंक का उपयोग करें: <a href=\"%s\">%s</a> किसी भी समय अपने एप्लिकेशन पर पुनः जाने के लिए।",
816
+ "Use Amazon S3": "Amazon S3 का उपयोग करें",
817
+ "Use Amazon S3 (or compatible) service to store files. If disabled, Saltcorn uses local disk. WARNING: Changing this may break your uploaded files!": "Amazon S3 (या संगत) सेवा का उपयोग फाइलों को संग्रहित करने के लिए करें। यदि यह अक्षम है, तो Saltcorn स्थानीय डिस्क का उपयोग करता है। चेतावनी: इसे बदलने से आपकी अपलोड की गई फाइलें टूट सकती हैं!",
818
+ "Amazon S3 Bucket": "अमेज़न S3 बकेट",
819
+ "Name you selected for your S3 bucket in AWS.": "आपने AWS में अपनी S3 बकेट के लिए जो नाम चुना है।",
820
+ "Amazon S3 Path Prefix": "Amazon S3 पथ उपसर्ग",
821
+ "Prefix you selected for your S3 bucket in AWS.": "आपने AWS में अपनी S3 बकेट के लिए जो प्रीफिक्स चुना है।",
822
+ "Amazon S3 Endpoint": "अमेज़न एस3 एंडपॉइंट",
823
+ "Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "आपके S3 संगत स्टोरेज प्रदाता का होस्टनाम। डिफ़ॉल्ट 's3.amazonaws.com' है।",
824
+ "Amazon S3 Region": "अमेज़न S3 क्षेत्र",
825
+ "AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "AWS क्षेत्र जिसे आपने अपनी S3 बकेट बनाते समय चुना था। डिफ़ॉल्ट 'us-east-1' है।",
826
+ "Amazon S3 Access Key ID": "अमेज़न S3 एक्सेस की आईडी",
827
+ "Only required if you do not want to authenticate to S3 using an IAM role. Enter the Access Key ID provided by your Amazon EC2 administrator.": "यदि आप IAM भूमिका का उपयोग करके S3 को प्रमाणित नहीं करना चाहते हैं, तो यह आवश्यक है। अपने Amazon EC2 प्रशासक द्वारा प्रदान की गई एक्सेस की आईडी दर्ज करें।",
828
+ "Amazon S3 Secret Access Key": "अमेज़न S3 सीक्रेट एक्सेस की",
829
+ "The secret access key associated with your Amazon S3 Access Key ID.": "आपके Amazon S3 एक्सेस की आईडी से जुड़ी गुप्त एक्सेस कुंजी।",
830
+ "Use Amazon S3 Secure Connection.": "अमेज़न S3 सुरक्षित कनेक्शन का उपयोग करें।",
831
+ "Connect to Amazon S3 (or compatible) securely.": "Amazon S3 (या संगत) से सुरक्षित रूप से कनेक्ट करें।",
832
+ "Storage settings": "स्टोरेज सेटिंग्स",
833
+ "Storage": "संग्रहण",
834
+ "Storage settings updated": "संग्रहण सेटिंग्स अपडेट की गईं",
835
+ "Label formula": "लेबल सूत्र",
836
+ "Include formula": "सूत्र शामिल करें",
837
+ "If specified, only include in menu rows that evaluate to true": "यदि निर्दिष्ट किया गया है, तो केवल उन पंक्तियों को मेनू में शामिल करें जो सत्य के रूप में मूल्यांकित होती हैं।",
838
+ "URL formula": "URL सूत्र",
839
+ "Order field": "ऑर्डर फील्ड",
840
+ "Section field": "खंड क्षेत्र",
841
+ "Optional. String type with options, each of which will become a menu section": "वैकल्पिक। स्ट्रिंग प्रकार जिसमें विकल्प होते हैं, प्रत्येक विकल्प एक मेनू खंड बन जाएगा।",
842
+ "Role to generate API keys": "API कुंजियाँ उत्पन्न करने के लिए भूमिका",
843
+ "User should have this role or higher to generate API keys in their user settings": "उपयोक्ता के पास अपनी उपयोक्ता सेटिंग्स में API कुंजियाँ उत्पन्न करने के लिए यह भूमिका या उससे उच्च होनी चाहिए।",
844
+ "API token removed": "API टोकन हटा दिया गया",
845
+ "Row inclusion formula": "पंक्ति समावेशन सूत्र",
846
+ "Only include rows where this formula is true": "केवल उन पंक्तियों को शामिल करें जहां यह सूत्र सत्य हो।",
847
+ "Slug": "स्लग",
848
+ "Field that can be used for a prettier URL structure": "URL संरचना के लिए सुंदर फ़ील्ड",
849
+ "Setup two-factor authentication": "दो-कारक प्रमाणीकरण सेटअप करें",
850
+ "Setup two-factor authentication with Time-based One-Time Password (TOTP)": "टाइम-आधारित एक-बार पासवर्ड (TOTP) के साथ दो-कारक प्रमाणीकरण सेटअप करें।",
851
+ "1. Scan this QR code in your Authenticator app": "1. इस QR कोड को अपने प्रमाणक ऐप में स्कैन करें।",
852
+ "2. Enter the six-digit code generated in your Authenticator app": "2. अपने प्रमाणक ऐप में उत्पन्न छह अंकीय कोड दर्ज करें।",
853
+ "Code": "कोड",
854
+ "Two-factor authentication with Time-based One-Time Password enabled": "टाइम-आधारित वन-टाइम पासवर्ड के साथ दो-कारक प्रमाणीकरण सक्षम",
855
+ "Two-factor authentication": "दो-कारक प्रमाणीकरण",
856
+ "Two-factor authentication is enabled": "दो-कारक प्रमाणीकरण सक्षम है",
857
+ "Two-factor authentication with Time-based One-Time Password disabled": "टाइम-आधारित वन-टाइम पासवर्ड के साथ दो-कारक प्रमाणीकरण निष्क्रिय किया गया",
858
+ "Two-factor authentication is disabled": "दो-कारक प्रमाणीकरण निष्क्रिय है",
859
+ "Auto save": "ऑटो सेव",
860
+ "Save any changes immediately": "तुरंत सभी परिवर्तन सहेजें",
861
+ "Transpose": "परिवर्तित करें",
862
+ "Display one column per line": "प्रति पंक्ति एक कॉलम प्रदर्शित करें",
863
+ "Vertical column width": "लंबवत स्तंभ की चौड़ाई",
864
+ "Vertical width units": "लंबवत चौड़ाई इकाइयाँ",
865
+ "Save before going back": "वापस जाने से पहले सहेजें।",
866
+ "Reload after going back": "वापस जाने के बाद पुनः लोड करें",
867
+ "2FA policy": "2FA नीति",
868
+ "Steps to go back": "वापस जाने के चरण",
869
+ "Place in dropdown": "ड्रॉपडाउन में रखें",
870
+ "Hide null columns": "शून्य स्तंभों को छिपाएं",
871
+ "Do not display a column if it contains entirely missing values": "यदि कोई स्तंभ पूरी तरह से लापता मानों से भरा है, तो उसे प्रदर्शित न करें।",
872
+ "Could not verify code": "कोड सत्यापित नहीं कर सके",
873
+ "Disable two-factor authentication": "दो-कारक प्रमाणीकरण को अक्षम करें",
874
+ "Enter your two-factor code in order to disable it": "इसे निष्क्रिय करने के लिए अपना दो-कारक कोड दर्ज करें।",
875
+ "Allow the user to enter a new key that is not in the schema": "उपयोगकर्ता को स्कीमा में नहीं होने वाली नई कुंजी दर्ज करने की अनुमति दें।",
876
+ "Check for updates": "अपडेट्स के लिए जाँच करें",
877
+ "Versions refreshed": "संस्करण ताज़ा किए गए",
878
+ "Configuration check": "कॉन्फ़िगरेशन जांच",
879
+ "Configuration errors": "कॉन्फ़िगरेशन त्रुटियाँ",
880
+ "Configuration checks passed": "कॉन्फ़िगरेशन जांच पास हुई",
881
+ "On delete cascade": "डिलीट पर कैस्केड",
882
+ "If the parent row is deleted, automatically delete the child rows.": "यदि मातृ पंक्ति को हटा दिया जाता है, तो स्वचालित रूप से शिशु पंक्तियों को भी हटा दें।",
883
+ "Extra state Formula": "अतिरिक्त राज्य सूत्र",
884
+ "Cannot install unsafe plugins on subdomain tenants": "उपडोमेन टेनेंट्स पर असुरक्षित प्लगइन्स इंस्टॉल नहीं किया जा सकता है।",
885
+ "Default order descending?": "डिफ़ॉल्ट क्रम अवरोही?",
886
+ "This is the view to which the user will be sent when the form is submitted. The view you specify here can be ignored depending on the context of the form, for instance if it appears in a pop-up the redirect will not take place.": "यह वह दृश्य है जिस पर उपयोगकर्ता को फॉर्म जमा करने के बाद भेजा जाएगा। यहां निर्दिष्ट दृश्य को फॉर्म के संदर्भ के आधार पर अनदेखा किया जा सकता है, उदाहरण के लिए यदि यह एक पॉप-अप में दिखाई देता है तो पुनर्निर्देशन नहीं होगा।",
887
+ "Destination view": "लक्ष्य दृश्य",
888
+ "Finish": "समाप्त",
889
+ "Include in full-text search": "पूर्ण-पाठ खोज में शामिल करें",
890
+ "Strings": "स्ट्रिंग्स",
891
+ "In default language": "डिफ़ॉल्ट भाषा में",
892
+ "In %s": "%s में",
893
+ "Enable 2FA": "2FA सक्षम करें",
894
+ "Or enter this code:": "या इस कोड को दर्ज करें:",
895
+ "Disable 2FA": "2FA अक्षम करें",
896
+ "Cascade delete to file": "कैस्केड हटाएं फ़ाइल में",
897
+ "Deleting a row will also delete the file referenced by this field": "इस फ़ील्ड द्वारा संदर्भित फ़ाइल को हटाने से पंक्ति भी हट जाएगी।",
898
+ "Has channels?": "क्या चैनल हैं?",
899
+ "Channels to create events for. Separate by comma; leave blank for all": "इवेंट्स बनाने के लिए चैनल्स। कोमा से अलग करें; सभी के लिए खाली छोड़ दें।",
900
+ "Event Name": "इवेंट का नाम",
901
+ "Plugins (Extensions) Store endpoint": "प्लगइन्स (एक्सटेंशन्स) स्टोर एंडपॉइंट",
902
+ "Packs Store endpoint": "पैक्स स्टोर एंडपॉइंट",
903
+ "The endpoint of plugins store.": "प्लगइन्स स्टोर का अंतिम बिंदु।",
904
+ "The endpoint of packs store.": "पैक्स स्टोर का एंडपॉइंट।",
905
+ "Manual backup": "मैनुअल बैकअप",
906
+ "Automated backup": "स्वचालित बैकअप",
907
+ "Frequency": "आवृत्ति",
908
+ "Destination": "गंतव्य",
909
+ "Directory": "निर्देशिका",
910
+ "Backup settings updated": "बैकअप सेटिंग्स अपडेट की गईं",
911
+ "Backup successful": "बैकअप सफल",
912
+ "Invalid ownership formula: %s": "अवैध स्वामित्व सूत्र: %s",
913
+ "Expiration in days": "दिनों में समाप्ति",
914
+ "Delete old backup files in this directory after the set number of days": "इस निर्देशिका में निर्धारित संख्या में दिनों के बाद पुरानी बैकअप फाइलें हटाएं।",
915
+ "Mobile app": "मोबाइल ऐप्प",
916
+ "Build mobile app": "मोबाइल ऐप बनाएं",
917
+ "Build Result": "निर्माण परिणाम",
918
+ "Download automated backup": "स्वचालित बैकअप डाउनलोड करें",
919
+ "Restoring automated backup": "स्वचालित बैकअप पुनर्स्थापित करना",
920
+ "No errors detected during configuration check": "कॉन्फ़िगरेशन जांच के दौरान कोई त्रुटियाँ नहीं पाई गईं",
921
+ "%s view - %s on %s": "%s दृश्य - %s पर %s",
922
+ "Please select at least one platform (android or iOS).": "कृपया कम से कम एक प्लेटफ़ॉर्म (एंड्रॉइड या iOS) चुनें।",
923
+ "Back": "वापस",
924
+ "Periodic snapshots enabled": "नियमित स्नैपशॉट सक्षम किए गए",
925
+ "Snapshot will be made every hour if there are changes": "हर घंटे स्नैपशॉट बनाया जाएगा यदि कोई परिवर्तन होते हैं",
926
+ "Snapshots": "स्नैपशॉट्स",
927
+ "Snapshot settings updated": "स्नैपशॉट सेटिंग्स अपडेट की गईं",
928
+ "Download snapshots": "स्नैपशॉट डाउनलोड करें",
929
+ "Snapshot successful": "स्नैपशॉट सफल",
930
+ "System logging verbosity": "सिस्टम लॉगिंग वाचालता",
931
+ "Destination URL Formula": "गंतव्य URL सूत्र",
932
+ "Pattern": "पैटर्न",
933
+ "View pattern": "दृश्य पैटर्न",
934
+ "The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "व्यू पैटर्न यह निर्धारित करता है कि व्यू टेबल से कैसे संबंधित है और व्यू का व्यवहार क्या है।",
935
+ "Views display data from tables. A view is a view pattern applied to a table, with configuration.": "व्यूज़ टेबल से डेटा प्रदर्शित करते हैं। एक व्यू एक व्यू पैटर्न होता है जो टेबल पर लागू होता है, विन्यास के साथ।",
936
+ "Modules": "मॉड्यूल्स",
937
+ "Module installation and control": "मॉड्यूल स्थापना और नियंत्रण",
938
+ "Module store": "मॉड्यूल स्टोर",
939
+ "Module": "मॉड्यूल",
940
+ "View patterns": "दृश्य पैटर्न",
941
+ "%s module information": "%s मॉड्यूल जानकारी",
942
+ "Upgrade installed modules": "इंस्टॉल किए गए मॉड्यूल अपग्रेड करें",
943
+ "Add another module": "एक और मॉड्यूल जोड़ें",
944
+ "Add module": "मॉड्यूल जोड़ें",
945
+ "Module name": "मॉड्यूल का नाम",
946
+ "Source of module for install. Few options:npm - download from npm repository,local - get from local file system,github - download from github,git - get from git": "मॉड्यूल के इंस्टॉलेशन का स्रोत। कुछ विकल्प: npm - npm रिपोजिटरी से डाउनलोड करें, लोकल - स्थानीय फाइल सिस्टम से प्राप्त करें, github - github से डाउनलोड करें, git - git से प्राप्त करें।",
947
+ "Version of module, latest is default value": "मॉड्यूल का संस्करण, नवीनतम डिफ़ॉल्ट मान है",
948
+ "For npm - name of npm package, e.g. @saltcorn/html or saltcorn-gantt, check at npmjs.com, for local - absolute path to module folder in file system, e.g. C:\\gitsrc\\any-bootstrap-theme\\, for github - name of github project.": "npm के लिए - npm पैकेज का नाम, उदाहरण के लिए @saltcorn/html या saltcorn-gantt, npmjs.com पर जांचें, स्थानीय के लिए - फाइल सिस्टम में मॉड्यूल फोल्डर का संपूर्ण पथ, उदाहरण के लिए C:\\gitsrc\\any-bootstrap-theme\\, github के लिए - github प्रोजेक्ट का नाम।",
949
+ "Modules up-to-date": "मॉड्यूल अद्यतन हैं",
950
+ "User must have this role or higher to read rows from the table, unless they are the owner": "उपयोगकर्ता के पास इस भूमिका या उससे ऊपर की भूमिका होनी चाहिए ताकि वे तालिका से पंक्तियों को पढ़ सकें, जब तक कि वे स्वामी न हों।",
951
+ "User must have this role or higher to edit or create new rows in the table, unless they are the owner": "उपयोगकर्ता के पास इस भूमिका या उससे ऊंची भूमिका होनी चाहिए ताकि वे तालिका में नई पंक्तियों को संपादित या बना सकें, जब तक कि वे स्वामी न हों।",
952
+ "Tagname": "टैगनेम",
953
+ "Create tag": "टैग बनाएं",
954
+ "Tags": "टैग्स",
955
+ "New tag": "नया टैग",
956
+ "Tag name": "टैग नाम",
957
+ "%s Tag": "%s टैग",
958
+ "Remove From Tag": "टैग से हटाएं",
959
+ "Add tables": "टेबल जोड़ें",
960
+ "Add views": "व्यू जोड़ें",
961
+ "Add tags": "टैग जोड़ें",
962
+ "Trigger": "ट्रिगर",
963
+ "Add %s to tag": "%s को टैग में जोड़ें",
964
+ "Tag %s deleted": "टैग %s हटा दिया गया",
965
+ "Tag %s created": "टैग %s बनाया गया",
966
+ "Application diagram": "एप्लीकेशन आरेख",
967
+ "Diagram": "आरेख",
968
+ "Entry point": "प्रवेश बिंदु",
969
+ "Platform": "प्लेटफॉर्म",
970
+ "docker": "डॉकर",
971
+ "android": "एंड्रॉइड",
972
+ "iOS": "iOS",
973
+ "App file": "ऐप फ़ाइल",
974
+ "Server URL": "सर्वर URL",
975
+ "Module %s installed, please complete configuration.": "मॉड्यूल %s स्थापित हो चुका है, कृपया कॉन्फिगरेशन पूरा करें।",
976
+ "Module %s removed.": "मॉड्यूल %s हटा दिया गया।",
977
+ "Module %s installed": "मॉड्यूल %s स्थापित किया गया",
978
+ "Upgrading modules...": "मॉड्यूल अपग्रेड कर रहे हैं...",
979
+ "Backup now": "अभी बैकअप करें",
980
+ "Snapshot now": "अभी स्नैपशॉट लें",
981
+ "Restore/download automated backups &raquo;": "स्वचालित बैकअप पुनर्स्थापित करें/डाउनलोड करें »",
982
+ "Snapshots store your application structure and definition, without the table data. Individual views and pages can be restored from snapshots from the <a href='/viewedit'>view</a> or <a href='/pageedit'>pages</a> overviews (\"Restore\" from individual page or view dropdowns).": "स्नैपशॉट्स आपकी एप्लिकेशन संरचना और परिभाषा को संग्रहित करते हैं, बिना टेबल डेटा के। व्यक्तिगत दृश्य और पृष्ठों को स्नैपशॉट्स से <a href='/viewedit'>दृश्य</a> या <a href='/pageedit'>पृष्ठों</a> के अवलोकन से पुनर्स्थापित किया जा सकता है (\"प्रत्येक पृष्ठ या दृश्य ड्रॉपडाउन से पुनर्स्थापित करें\").",
983
+ "List/download snapshots &raquo;": "स्नैपशॉट्स की सूची डाउनलोड करें &raquo;",
984
+ "Discover tables that are already in the Database, but not known to Saltcorn": "डेटाबेस में पहले से मौजूद तालिकाओं को खोजें जो Saltcorn को ज्ञात नहीं हैं।",
985
+ "Split paste": "विभाजित पेस्ट",
986
+ "Separate paste content into separate inputs": "अलग-अलग पेस्ट सामग्री को अलग-अलग इनपुट्स में विभाजित करें।",
987
+ "Add entries to tag": "टैग में प्रविष्टियाँ जोड़ें",
988
+ "Add pages": "पेज जोड़ें",
989
+ "Add triggers": "ट्रिगर जोड़ें",
990
+ "Formula value": "सूत्र मान",
991
+ "The build was successfully": "बिल्ड सफलतापूर्वक हुआ",
992
+ "Unable to build the app": "ऐप बनाने में असमर्थ",
993
+ "Add tag": "टैग जोड़ें",
994
+ "Create new row": "नई पंक्ति बनाएं",
995
+ "Specify how to create a new row": "नई पंक्ति कैसे बनाएं इसका विनिर्देश करें",
996
+ "Preview": "पूर्वावलोकन",
997
+ "Minimum role updated": "न्यूनतम भूमिका अपडेट की गई",
998
+ "Module not found": "मॉड्यूल नहीं मिला",
999
+ "View %s not found": "दृश्य %s नहीं मिला",
1000
+ "Query %s not found": "क्वेरी %s नहीं मिली",
1001
+ "Open": "खोलें",
1002
+ "Only the android build supports docker.": "केवल एंड्रॉइड बिल्ड डॉकर का समर्थन करता है।",
1003
+ "Please enter a valid server URL.": "कृपया एक मान्य सर्वर URL दर्ज करें।",
1004
+ "Table access": "टेबल पहुँच",
1005
+ "Download one of the backups above": "ऊपर दिए गए बैकअप में से एक को डाउनलोड करें।",
1006
+ "Clear this application": "इस एप्लीकेशन को साफ करें।",
1007
+ "(tick all boxes)": "(सभी बॉक्स पर टिक करें)",
1008
+ "When prompted to create the first user, click the link to restore a backup": "पहले उपयोक्ता को बनाने के लिए संकेत मिलने पर, बैकअप पुनर्स्थापित करने के लिए लिंक पर क्लिक करें।",
1009
+ "Select the downloaded backup file": "डाउनलोड की गई बैकअप फाइल का चयन करें",
1010
+ "Units": "इकाइयाँ",
1011
+ "Descending?": "अवरोही?",
1012
+ "Small": "छोटा",
1013
+ "Medium": "माध्यम",
1014
+ "Large": "बड़ा",
1015
+ "Extra-large": "अतिरिक्त बड़ा",
1016
+ "Please select at least one item": "कृपया कम से कम एक वस्तु का चयन करें",
1017
+ "Only include rows where this formula is true. ": "केवल उन पंक्तियों को शामिल करें जहाँ यह सूत्र सत्य हो।",
1018
+ "Use %s to access current user ID": "वर्तमान उपयोगकर्ता ID तक पहुँचने के लिए %s का उपयोग करें।",
1019
+ "Action not found": "क्रिया नहीं मिली",
1020
+ "Development settings": "विकास सेटिंग्स",
1021
+ "All entities": "सभी इकाइयाँ",
1022
+ "no tags": "कोई टैग नहीं",
1023
+ "Development mode settings updated": "विकास मोड सेटिंग्स अपडेट की गईं",
1024
+ "Locale identifier short code, e.g. en, zh, fr, ar etc. ": "स्थानीय पहचानकर्ता संक्षिप्त कोड, उदाहरण के लिए, en, zh, fr, ar आदि.",
1025
+ "Is this the default language in which the application is built?": "क्या यह वह डिफ़ॉल्ट भाषा है जिसमें एप्लिकेशन बनाई गई है?",
1026
+ "Database type": "डेटाबेस प्रकार",
1027
+ "Database schema name": "डेटाबेस स्कीमा का नाम",
1028
+ "Database user": "डेटाबेस उपयोगकर्ता",
1029
+ "Database host": "डेटाबेस होस्ट",
1030
+ "Database port": "डेटाबेस पोर्ट",
1031
+ "Creator email": "निर्माता ईमेल",
1032
+ "Create tenant warning text": "टेनेंट चेतावनी पाठ बनाएं",
1033
+ "Provide your own create warning text if need": "यदि आवश्यक हो तो अपना चेतावनी पाठ प्रदान करें।",
1034
+ "Specify some description for tenant if need": "यदि आवश्यक हो तो कृपया टेनेंट के लिए कुछ विवरण निर्दिष्ट करें।",
1035
+ "Created": "बनाया गया",
1036
+ "First user E-mail": "प्रथम उपयोक्ता ई-मेल",
1037
+ "HTTP settings": "HTTP सेटिंग्स",
1038
+ "Login and Signup": "लॉगिन और साइनअप",
1039
+ "Rights": "अधिकार",
1040
+ "Rights settings": "अधिकार सेटिंग्स",
1041
+ "Database name": "डेटाबेस का नाम",
1042
+ "Database schema": "डेटाबेस स्कीमा",
1043
+ "If the parent row is deleted, do this to the child rows.": "यदि मूल पंक्ति को हटाया जाता है, तो इसे बाल पंक्तियों के साथ करें।",
1044
+ "On delete": "हटाने पर",
1045
+ "Permissions": "अनुमतियाँ",
1046
+ "Permissions settings": "अनुमति सेटिंग्स",
1047
+ "Files accept filter ": "फ़ाइलें स्वीकार फ़िल्टर",
1048
+ "Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "फ़ाइल इनपुट डायलॉग बॉक्स से उपयोगकर्ता द्वारा चुनी जा सकने वाली फ़ाइल प्रकारों के लिए एक फ़िल्टर निर्दिष्ट करता है। उदाहरण है `.doc,audio/*,video/*,image/*`।",
1049
+ "Permissions settings updated": "अनुमति सेटिंग्स अपडेट की गईं",
1050
+ "Upload file(s)": "फ़ाइल(ओं) अपलोड करें",
1051
+ "Specifies a filter for what file types the user can pick from the file input dialog box. Example is `text/csv,audio/*,video/*,image/*`": "यह निर्दिष्ट करता है कि फाइल इनपुट डायलॉग बॉक्स से उपयोगकर्ता किस फाइल प्रकारों को चुन सकता है। उदाहरण है `text/csv,audio/*,video/*,image/*`",
1052
+ "Default Files accept filter": "डिफ़ॉल्ट फाइलें स्वीकार फ़िल्टर",
1053
+ "Specifies a default filter for what file types the user can pick from the file input dialog box. Example is `.doc, text/csv,audio/*,video/*,image/*`": "फाइल इनपुट डायलॉग बॉक्स से उपयोगकर्ता जो फ़ाइल प्रकार चुन सकते हैं, उसके लिए एक डिफ़ॉल्ट फ़िल्टर निर्दिष्ट करता है। उदाहरण है `.doc, text/csv, audio/*, video/*, image/*`",
1054
+ "Destination page": "गंतव्य पृष्ठ",
1055
+ "Module Store endpoint": "मॉड्यूल स्टोर एंडपॉइंट",
1056
+ "Authentication settings updated": "प्रमाणीकरण सेटिंग्स अपडेट की गईं",
1057
+ "Log client errors": "क्लाइंट त्रुटियों को लॉग करें",
1058
+ "Record all client errors in the crash log": "सभी ग्राहक त्रुटियों को क्रैश लॉग में दर्ज करें।",
1059
+ "Default File accept filter": "डिफ़ॉल्ट फ़ाइल स्वीकृति फ़िल्टर",
1060
+ "File upload debug": "फ़ाइल अपलोड डीबग",
1061
+ "Turn on to debug file upload in express-fileupload.": "एक्सप्रेस-फाइलअपलोड में फाइल अपलोड डीबग को सक्रिय करें।",
1062
+ "Upload size limit (Kb)": "अपलोड आकार सीमा (किलोबाइट)",
1063
+ "Maximum upload file size in kilobytes": "अधिकतम अपलोड फ़ाइल आकार किलोबाइट्स में",
1064
+ "File upload timeout": "फ़ाइल अपलोड समय समाप्त",
1065
+ "Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "डेटा के लिए कितनी देर तक प्रतीक्षा करनी है इससे पहले कि फाइल अपलोड को निरस्त किया जाए, इसे परिभाषित करता है। यदि आप टाइमआउट जांचों को बंद करना चाहते हैं तो इसे 0 पर सेट करें।",
1066
+ "Files settings": "फाइल सेटिंग्स",
1067
+ "NPM packages in code": "कोड में NPM पैकेज",
1068
+ "Comma-separated list of packages which will be available in JavaScript actions": "JavaScript क्रियाओं में उपलब्ध पैकेजों की अल्पविराम से अलग की गई सूची",
1069
+ "Become user": "उपयोगकर्ता बनें",
1070
+ "Your are now logged in as %s. Logout and login again to assume your usual identity": "आप अब %s के रूप में लॉग इन हैं। लॉगआउट करें और फिर से लॉग इन करें ताकि आप अपनी सामान्य पहचान मान सकें।",
1071
+ "Done": "हो गया",
1072
+ "Configure trigger %s": "ट्रिगर %s को कॉन्फ़िगर करें",
1073
+ "Saved 2FA policy for role": "भूमिका के लिए सहेजी गई 2FA नीति",
1074
+ "HTTP settings updated": "HTTP सेटिंग्स अपडेट की गईं",
1075
+ "%s configuration": "%s विन्यास",
1076
+ "Save indicator": "सहेजने का संकेतक",
1077
+ "Public cache TTL (minutes)": "सार्वजनिक कैश TTL (मिनट)",
1078
+ "Cache-control max-age for public views and pages. 0 to disable": "सार्वजनिक दृश्यों और पृष्ठों के लिए कैश-नियंत्रण अधिकतम-आयु। अक्षम करने के लिए 0",
1079
+ "Files accept filter": "फ़ाइलें स्वीकार फ़िल्टर",
1080
+ "User group": "उपयोगकर्ता समूह",
1081
+ "Add relations to this table in dropdown options for ownership field": "इस तालिका में स्वामित्व फ़ील्ड के लिए ड्रॉपडाउन विकल्पों में संबंध जोड़ें।",
1082
+ "You have views with a role to access lower than the table role to read, with no table ownership. This may cause a denial of access. Users need to have table read access to any data displayed.": "आपके पास ऐसे व्यू हैं जिनकी पहुँच की भूमिका तालिका पढ़ने की भूमिका से कम है, बिना तालिका स्वामित्व के। इससे पहुँच में इनकार हो सकता है। उपयोगकर्ताओं को किसी भी प्रदर्शित डेटा के लिए तालिका पढ़ने की पहुँच होनी चाहिए।",
1083
+ "Views potentially affected": "संभावित रूप से प्रभावित दृश्य",
1084
+ "Empty view": "खाली दृश्य",
1085
+ "A view that will be shown only if there are no tables rows to show": "एक दृश्य जो केवल तभी दिखाया जाएगा जब कोई तालिका पंक्तियाँ दिखाने के लिए न हों",
1086
+ "Calculated field will be stored in Database": "गणना किया गया क्षेत्र डेटाबेस में संग्रहीत किया जाएगा।",
1087
+ "Set Email": "ईमेल सेट करें",
1088
+ "Please enter your email address": "कृपया अपना ईमेल पता दर्ज करें।",
1089
+ "Role for search": "खोज के लिए भूमिका",
1090
+ "Min role to access search page": "खोज पृष्ठ तक पहुँचने के लिए न्यूनतम भूमिका",
1091
+ "Update": "अपडेट करें",
1092
+ "Add": "जोड़ें",
1093
+ "Recalculate dynamic": "गतिशील पुनर्गणना करें",
1094
+ "Force logout": "बलपूर्वक लॉगआउट",
1095
+ "Logged out user %s": "लॉग आउट किया गया उपयोगकर्ता %s",
1096
+ "Reset password link sent to %s": "पासवर्ड रीसेट लिंक %s को भेजा गया",
1097
+ "We request that you change your password on %s. You can set your new password through this link: ": "हम आपसे अनुरोध करते हैं कि आप %s पर अपना पासवर्ड बदलें। आप इस लिंक के माध्यम से अपना नया पासवर्ड सेट कर सकते हैं:",
1098
+ "Welcome to %s": "%s में आपका स्वागत है",
1099
+ "We have created an account for you on %s. You can set your new password through this link: ": "हमने %s पर आपके लिए एक खाता बनाया है। आप इस लिंक के माध्यम से अपना नया पासवर्ड सेट कर सकते हैं:",
1100
+ "Use this link to access the application once you have set your password: %s": "अपना पासवर्ड सेट करने के बाद आवेदन तक पहुँचने के लिए इस लिंक का उपयोग करें: %s",
1101
+ "Tag: %s": "टैग: %s",
1102
+ "Tag entry": "टैग प्रविष्टि",
1103
+ "Clear": "साफ करें",
1104
+ "Restore a snapshot": "स्नैपशॉट को पुनर्स्थापित करें",
1105
+ "Snapshot restored": "स्नैपशॉट पुनर्स्थापित किया गया",
1106
+ "Configuration check report": "कॉन्फ़िगरेशन जांच रिपोर्ट",
1107
+ "Re-run": "पुनः चलाएं",
1108
+ "Add constraint:": "प्रतिबंध जोड़ें:",
1109
+ "Index": "अनुक्रमणिका",
1110
+ "Add constraint: ": "प्रतिबंध जोड़ें:",
1111
+ "Choose the field to be indexed": "इंडेक्स किए जाने वाले फील्ड का चयन करें",
1112
+ "Constraint formula": "प्रतिबंध सूत्र",
1113
+ "Formula must evaluate to true for valid rows. In scope: ": "सूत्र का मूल्यांकन सही पंक्तियों के लिए सत्य होना चाहिए। दायरे में:",
1114
+ "Add %s constraint to %s": "%s प्रतिबंध को %s में जोड़ें",
1115
+ "What": "क्या",
1116
+ "Choose the field to be indexed. This make searching the table faster.": "सूचकांकित करने के लिए फ़ील्ड चुनें। इससे तालिका में खोजना तेज़ हो जाता है।",
1117
+ "Disk usage": "डिस्क का उपयोग",
1118
+ "CPU usage": "सीपीयू उपयोग",
1119
+ "Mem usage": "मेम उपयोग",
1120
+ "The field that will be shown to the user when choosing a value": "उपयोगकर्ता द्वारा मान चुनते समय दिखाई देने वाला क्षेत्र",
1121
+ "String value must match regular expression": "स्ट्रिंग मान को नियमित अभिव्यक्ति से मेल खाना चाहिए",
1122
+ "Modules up-to-date. Please restart server": "मॉड्यूल अप-टू-डेट हैं। कृपया सर्वर को पुनः आरंभ करें।",
1123
+ "Install git plugins": "गिट प्लगइन्स स्थापित करें",
1124
+ "Set available npm modules": "उपलब्ध npm मॉड्यूल सेट करें",
1125
+ "Only store modules can be installed on tenant instances": "केवल स्टोर मॉड्यूल्स को टेनेंट इंस्टेंस पर इंस्टॉल किया जा सकता है।",
1126
+ "Unsafe modules": "असुरक्षित मॉड्यूल्स",
1127
+ "Notifications": "सूचनाएं",
1128
+ "No notifications": "कोई सूचनाएं नहीं",
1129
+ "In user menu": "उपयोगकर्ता मेनू में",
1130
+ "Show notifications in the user menu": "उपयोगकर्ता मेनू में सूचनाएँ दिखाएं",
1131
+ "Notification settings": "सूचना सेटिंग्स",
1132
+ "PWA": "पीडब्ल्यूए (PWA)",
1133
+ "Progressive Web Application": "प्रोग्रेसिव वेब एप्लिकेशन",
1134
+ "Display": "प्रदर्शित करें",
1135
+ "Progressive Web Application enabled": "प्रोग्रेसिव वेब एप्लिकेशन सक्षम",
1136
+ "Saltcorn test email": "Saltcorn परीक्षण ईमेल",
1137
+ "Hello from Saltcorn": "Saltcorn से नमस्ते",
1138
+ "Set colors": "रंग सेट करें",
1139
+ "Theme color": "थीम का रंग",
1140
+ "Background color": "पृष्ठभूमि का रंग",
1141
+ "Table provider": "टेबल प्रदाता",
1142
+ "Database table": "डेटाबेस तालिका",
1143
+ "Configure provider": "प्रदाता को कॉन्फ़िगर करें",
1144
+ "In scope:": "दायरे में:",
1145
+ "SSL expiry": "SSL समाप्ति",
1146
+ "A page with this name already exists": "इस नाम का एक पृष्ठ पहले से मौजूद है।",
1147
+ "Tenant Base URL": "टेनेंट बेस URL",
1148
+ "Base hostname for newly created tenants. If unset, defaults to hostname": "नवनिर्मित टेनेंट्स के लिए आधार होस्टनाम। यदि सेट नहीं है, तो डिफॉल्ट रूप से होस्टनाम पर सेट हो जाता है।",
1149
+ "Redirect unauthorized": "अनधिकृत पुनर्निर्देशित",
1150
+ "If tenant creation is not authorized, redirect to this URL": "यदि टेनेंट निर्माण की अनुमति नहीं है, तो इस URL पर पुनर्निर्देशित करें।",
1151
+ "Import table %s": "टेबल %s आयात करें",
1152
+ "Import CSV": "CSV आयात करें",
1153
+ "Show configuration object": "कॉन्फ़िगरेशन ऑब्जेक्ट दिखाएं",
1154
+ "Connected views": "कनेक्टेड व्यूज",
1155
+ "Tenant application capabilities": "टेनेंट एप्लिकेशन क्षमताएं",
1156
+ "Edit Module": "मॉड्यूल संपादित करें",
1157
+ "Roles 2-10 are reserved": "भूमिकाएँ 2-10 आरक्षित हैं",
1158
+ "Role IDs 2-10 are reserved": "रोल आईडी 2-10 आरक्षित हैं",
1159
+ "Allow offline mode": "ऑफलाइन मोड की अनुमति दें",
1160
+ "Embedded in": "एम्बेडेड में",
1161
+ "Linked from": "लिंक किया गया",
1162
+ "Table constraints": "टेबल प्रतिबंध",
1163
+ "Event logs": "इवेंट लॉग्स",
1164
+ "Migrations": "माइग्रेशन्स",
1165
+ "Tag Entries": "टैग प्रविष्टियाँ",
1166
+ "Not a valid field name": "यह एक मान्य क्षेत्र नाम नहीं है",
1167
+ "Set a default value for missing data": "अनुपलब्ध डेटा के लिए एक डिफ़ॉल्ट मान सेट करें",
1168
+ "Create model": "मॉडल बनाएं",
1169
+ "Models": "मॉडल्स",
1170
+ "New model": "नया मॉडल",
1171
+ "Show model": "मॉडल दिखाएं",
1172
+ "Model instances": "मॉडल इंस्टेंसेस",
1173
+ "Trained": "प्रशिक्षित",
1174
+ "Train new instance": "नया उदाहरण प्रशिक्षित करें",
1175
+ "Train model": "मॉडल प्रशिक्षित करें",
1176
+ "Train": "ट्रेन",
1177
+ "Report": "रिपोर्ट",
1178
+ "Model training report": "मॉडल प्रशिक्षण रिपोर्ट",
1179
+ "Model training error": "मॉडल प्रशिक्षण त्रुटि",
1180
+ "Training error": "प्रशिक्षण त्रुटि",
1181
+ "Model": "मॉडल",
1182
+ "Model instance": "मॉडल इंस्टेंस",
1183
+ "Prediction output": "भविष्यवाणी आउटपुट",
1184
+ "Table triggers: ": "टेबल ट्रिगर्स:",
1185
+ "App name": "ऐप का नाम",
1186
+ "App icon": "ऐप आइकन",
1187
+ "Splash Page": "स्प्लैश पेज",
1188
+ "App version": "ऐप संस्करण",
1189
+ "Forgot password?": "पासवर्ड भूल गए?",
1190
+ "Details": "विवरण",
1191
+ "URL is a formula?": "URL एक सूत्र है?",
1192
+ "Receive notifications by:": "सूचनाएं प्राप्त करें द्वारा:",
1193
+ "Backup settings": "बैकअप सेटिंग्स",
1194
+ "Logo image": "लोगो छवि",
1195
+ "Custom code": "कस्टम कोड",
1196
+ "Extension store": "एक्सटेंशन स्टोर",
1197
+ "Backup file prefix": "बैकअप फ़ाइल उपसर्ग",
1198
+ "Directory for backup files": "बैकअप फाइलों के लिए डायरेक्टरी",
1199
+ "Backup File Prefix": "बैकअप फ़ाइल उपसर्ग",
1200
+ "Search for...": "खोजें के लिए...",
1201
+ "Every 5 minutes": "हर 5 मिनट",
1202
+ "Not scheduled but can be run as an action from a button click": "निर्धारित नहीं किया गया है लेकिन एक बटन क्लिक से एक्शन के रूप में चलाया जा सकता है।",
1203
+ "Fixed and blocked fields": "स्थिर और अवरुद्ध क्षेत्र",
1204
+ "Do not allow the following fields to have a value set from the query string or state": "क्वेरी स्ट्रिंग या स्टेट से मान सेट करने के लिए निम्नलिखित फील्ड्स को अनुमति न दें",
1205
+ "Action configuration saved": "क्रिया विन्यास सहेजा गया",
1206
+ "Prevent any deletion of parent rows": "मातृ पंक्तियों के किसी भी विलोपन को रोकें",
1207
+ "If the parent row is deleted, set key fields on child rows to null": "यदि मूल पंक्ति को हटा दिया जाता है, तो बाल पंक्तियों पर कुंजी फ़ील्ड्स को शून्य सेट करें।",
1208
+ "Link out?": "लिंक आउट?",
1209
+ "Show a link to open popup contents in new tab": "नए टैब में पॉपअप सामग्री खोलने के लिए लिंक दिखाएं",
1210
+ "Model %s deleted": "मॉडल %s हटाया गया",
1211
+ "Model instance %s deleted": "मॉडल इंस्टेंस %s हटाया गया",
1212
+ "Action information saved": "क्रिया जानकारी सहेजी गई",
1213
+ "JavaScript code:": "जावास्क्रिप्ट कोड:",
1214
+ "code here": "यहाँ कोड करें",
1215
+ "Page '%s' was loaded": "पृष्ठ '%s' लोड किया गया था",
1216
+ "View '%s' was loaded": "दृश्य '%s' लोड किया गया था",
1217
+ "Error message": "त्रुटि संदेश",
1218
+ "Error shown to user if uniqueness is violated": "यदि अद्वितीयता का उल्लंघन होता है तो उपयोगकर्ता को दिखाई देने वाली त्रुटि",
1219
+ "Protected": "सुरक्षित",
1220
+ "Set role to access": "भूमिका को पहुँच निर्धारित करें",
1221
+ "User must have this role or higher to update or create field values": "उपयोगकर्ता के पास इस भूमिका या उससे ऊंची भूमिका होनी चाहिए ताकि वे फील्ड मूल्यों को अपडेट या निर्मित कर सकें।",
1222
+ "Disable on mobile": "मोबाइल पर निष्क्रिय करें",
1223
+ "moment.js format specifier": "moment.js प्रारूप निर्दिष्टक",
1224
+ "Primary button": "प्राथमिक बटन",
1225
+ "Secondary button": "द्वितीयक बटन",
1226
+ "Success button": "सफलता बटन",
1227
+ "Danger button": "खतरा बटन",
1228
+ "Primary outline button": "प्राइमरी आउटलाइन बटन",
1229
+ "Secondary outline button": "द्वितीयक रूपरेखा बटन",
1230
+ "Standard": "मानक",
1231
+ "X-Small": "एक्स-स्मॉल",
1232
+ "Block": "ब्लॉक",
1233
+ "Large block": "बड़ा खंड",
1234
+ "Formula for JavaScript object that will be added to state parameters": "JavaScript ऑब्जेक्ट का फॉर्मूला जो स्टेट पैरामीटर्स में जोड़ा जाएगा",
1235
+ "Alignment": "संरेखण",
1236
+ "Click to edit?": "संपादित करने के लिए क्लिक करें?",
1237
+ "Format": "स्वरूप",
1238
+ "Table Synchronization": "टेबल समकालन",
1239
+ "unsynched": "असमकालित",
1240
+ "synched": "सिंक किया गया",
1241
+ "Sync information": "सूचना सिंक्रनाइज करें",
1242
+ "Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "सिंक जानकारी अंतिम संशोधन या हटाने के समय को ट्रैक करती है ताकि तालिका डेटा को मोबाइल ऐप के साथ सिंक्रनाइज़ किया जा सके।",
1243
+ "Included Plugins": "शामिल प्लगइन्स",
1244
+ "exclude": "बाहर करें",
1245
+ "include": "शामिल करें",
1246
+ "Auto public login": "स्वचालित सार्वजनिक लॉगिन",
1247
+ "New user view": "नया उपयोगकर्ता दृश्य",
1248
+ "A view to show to new users, to finalise registration (if Edit) or as a welcome view": "नए उपयोगकर्ताओं को दिखाने के लिए एक दृश्य, पंजीकरण को अंतिम रूप देने के लिए (यदि संपादित करें) या स्वागत दृश्य के रूप में।",
1249
+ "View decoration": "व्यू सजावट",
1250
+ "Title formula": "शीर्षक सूत्र",
1251
+ "Show if true": "सत्य दिखाएं यदि सही हो",
1252
+ "Formula. Leave blank to always show": "सूत्र। हमेशा दिखाने के लिए खाली छोड़ें।",
1253
+ "Popup width": "पॉपअप चौड़ाई",
1254
+ "Show an icon in the title bar to indicate when form data is being saved": "शीर्षक पट्टी में एक आइकन दिखाएं जब फॉर्म डेटा सहेजा जा रहा हो।",
1255
+ "install a different version": "एक अलग संस्करण स्थापित करें",
1256
+ "%s versions": "%s संस्करण",
1257
+ "Close": "बंद करें",
1258
+ "Module up-to-date": "मॉड्यूल अद्यतन",
1259
+ "Module '%s' not found": "मॉड्यूल '%s' नहीं मिला",
1260
+ "Module %s not found": "मॉड्यूल %s नहीं मिला",
1261
+ "Include Event Logs": "इवेंट लॉग्स शामिल करें",
1262
+ "Backup with event logs": "इवेंट लॉग्स के साथ बैकअप",
1263
+ "Initially open": "प्रारंभ में खोलें",
1264
+ "Not a valid pack": "मान्य पैक नहीं है",
1265
+ "Pack file": "फाइल पैक करें",
1266
+ "Upload a pack file": "पैक फ़ाइल अपलोड करें",
1267
+ "No menu": "कोई मेनू नहीं",
1268
+ "Omit the menu from this page": "इस पृष्ठ से मेनू को हटाएं",
1269
+ "%s finished without a result": "%s के परिणाम के बिना समाप्त",
1270
+ "Body size limit (Kb)": "बॉडी साइज़ सीमा (केबी)",
1271
+ "Maximum request body size in kilobytes": "अधिकतम अनुरोध शरीर आकार किलोबाइट्स में",
1272
+ "URL encoded size limit (Kb)": "URL एन्कोडेड आकार सीमा (केबी)",
1273
+ "Maximum URL encoded request size in kilobytes": "किलोबाइट्स में अधिकतम URL एन्कोडेड अनुरोध आकार",
1274
+ "HTML file": "HTML फ़ाइल",
1275
+ "HTML file to use as page content": "HTML फ़ाइल को पृष्ठ सामग्री के रूप में उपयोग करना",
1276
+ "Offline mode: cannot load file": "ऑफ़लाइन मोड: फ़ाइल लोड नहीं कर सकते",
1277
+ "None - use drag and drop builder": "कोई नहीं - ड्रैग और ड्रॉप बिल्डर का उपयोग करें",
1278
+ "Do not pick or compare time": "समय का चयन न करें या तुलना न करें",
1279
+ "Installed theme": "इंस्टॉल की गई थीम",
1280
+ "Theme for role": "भूमिका के लिए थीम",
1281
+ "Set theme for each user role »": "प्रत्येक उपयोगकर्ता भूमिका के लिए थीम सेट करें",
1282
+ "Available themes": "उपलब्ध थीम्स",
1283
+ "Install more themes »": "अधिक थीम्स इंस्टॉल करें »",
1284
+ "Configure action": "कार्रवाई कॉन्फ़िगर करें",
1285
+ "No changes detected, snapshot skipped": "कोई परिवर्तन नहीं पाया गया, स्नैपशॉट छोड़ दिया गया",
1286
+ "Cannot remove module: views %s depend on it": "मॉड्यूल हटा नहीं सकते: व्यू %s इस पर निर्भर करते हैं",
1287
+ "The view name is part of the URL when it is shown alone.": "जब यह अकेले दिखाया जाता है तो दृश्य का नाम URL का एक हिस्सा होता है।",
1288
+ "Exclusion relations": "अपवर्जन संबंधों",
1289
+ "Do not include row if this relation has a match": "यदि इस संबंध में कोई मेल है तो पंक्ति को शामिल न करें।",
1290
+ "Exclusion where": "जहां छोड़ें",
1291
+ "Hoverable rows": "होवर करने योग्य पंक्तियाँ",
1292
+ "Highlight row under cursor": "कर्सर के नीचे पंक्ति को हाइलाइट करें",
1293
+ "Striped rows": "धारीदार पंक्तियाँ",
1294
+ "Add zebra stripes to rows": "पंक्तियों में ज़ेबरा धारियाँ जोड़ें",
1295
+ "New page group": "नया पृष्ठ समूह",
1296
+ "Page Groups": "पेज समूह",
1297
+ "%s edit": "%s संपादित करें",
1298
+ "Members": "सदस्यों",
1299
+ "Add member": "सदस्य जोड़ें",
1300
+ "Edit group properties": "समूह गुणों को संपादित करें",
1301
+ "Page to be served": "प्रदर्शित किया जाने वाला पृष्ठ",
1302
+ "A description of the group member": "समूह सदस्य का विवरण",
1303
+ "Eligible Formula": "योग्य सूत्र",
1304
+ "Formula to determine if this page should be served.": "यह निर्धारित करने के लिए सूत्र कि क्या यह पृष्ठ परोसा जाना चाहिए।",
1305
+ "Cancel": "रद्द करें",
1306
+ "%s add-member": "%s सदस्य जोड़ें",
1307
+ "add-member": "सदस्य जोड़ें",
1308
+ "add member to %s": "%s में सदस्य जोड़ें",
1309
+ "Added member": "सदस्य जोड़ा गया",
1310
+ "Member %s": "सदस्य %s",
1311
+ "Updated member": "अपडेटेड सदस्य",
1312
+ "%s edit-member": "%s सदस्य-संपादन",
1313
+ "edit member of %s": "%s के सदस्य को संपादित करें",
1314
+ "Removed member %s": "सदस्य %s को हटा दिया गया",
1315
+ "Deleted page group %s": "हटाया गया पृष्ठ समूह %s",
1316
+ "Missing screen info": "स्क्रीन की जानकारी अनुपलब्ध है",
1317
+ "What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "यदि स्क्रीन की जानकारी नहीं दी गई है, तो पैरामीटर्स के साथ पुनः लोड करें या उसे यूजर-एजेंट से अनुमान लगाएं।",
1318
+ "Guess from user agent": "उपयोगकर्ता एजेंट से अनुमान लगाएं",
1319
+ "Reload": "पुनः लोड करें",
1320
+ "User Agent screen infos": "उपयोगकर्ता एजेंट स्क्रीन जानकारी",
1321
+ "This screen infos are used when the browser does not send them. With 'Missing screen info' set to 'Guess from user agent', the user agent gets mapped to a device with the following values.": "यह स्क्रीन जानकारी तब इस्तेमाल की जाती है जब ब्राउज़र उन्हें नहीं भेजता है। 'मिसिंग स्क्रीन इन्फो' को 'गेस फ्रॉम यूजर एजेंट' पर सेट करने पर, यूजर एजेंट को निम्न मूल्यों के साथ एक डिवाइस के लिए मैप किया जाता है।",
1322
+ "Add screen info": "स्क्रीन जानकारी जोड़ें",
1323
+ "Page Group settings": "पेज समूह सेटिंग्स",
1324
+ "Pagegroups": "पेजग्रुप्स",
1325
+ "width": "चौड़ाई",
1326
+ "height": "ऊँचाई",
1327
+ "innerWidth": "innerWidth",
1328
+ "innerHeight": "आंतरिक ऊंचाई",
1329
+ "Screen info added": "स्क्रीन जानकारी जोड़ी गई",
1330
+ "Screen info removed": "स्क्रीन की जानकारी हटा दी गई है",
1331
+ "Edit screen info": "स्क्रीन जानकारी संपादित करें",
1332
+ "Screen info saved": "स्क्रीन जानकारी सहेजी गई",
1333
+ "Settings saved": "सेटिंग्स सहेजी गईं",
1334
+ "Destination page group": "गंतव्य पृष्ठ समूह",
1335
+ "Your page groups": "आपके पृष्ठ समूह",
1336
+ "A group has pages with an eligible formula. When you request a group, then the first page where the formula matches gets served. This way, you can choose a page depending on the screen of the device.": "एक समूह में पृष्ठ होते हैं जिसमें एक योग्य सूत्र होता है। जब आप एक समूह का अनुरोध करते हैं, तब पहला पृष्ठ जहां सूत्र मेल खाता है, परोसा जाता है। इस तरह, आप उपकरण की स्क्रीन के आधार पर पृष्ठ का चयन कर सकते हैं।",
1337
+ "Create page group": "पेज समूह बनाएं",
1338
+ "Page groups": "पेज समूह",
1339
+ "Calculated non-stored fields cannot have Key type": "गणना किए गए गैर-संग्रहीत फील्ड्स में की प्रकार नहीं हो सकता है।",
1340
+ "Row click URL": "पंक्ति क्लिक URL",
1341
+ "Formula. Navigate to this URL when row is clicked": "सूत्र। जब पंक्ति पर क्लिक किया जाए तो इस URL पर नेविगेट करें।",
1342
+ "Time of day": "दिन का समय",
1343
+ "UTC timezone": "UTC समय क्षेत्र",
1344
+ "Show if formula": "यदि सूत्र दिखाएं",
1345
+ "Show link or embed if true, don't show if false. Based on state variables from URL query string and <code>user</code>. For the full state use <code>row</code>. Example: <code>!!row.createlink</code> to show link if and only if state has <code>createlink</code>.": "यदि सच है तो लिंक दिखाएँ या एम्बेड करें, यदि झूठ है तो न दिखाएँ। URL क्वेरी स्ट्रिंग और <code>user</code> से स्टेट वेरिएबल्स के आधार पर। पूर्ण स्टेट के लिए <code>row</code> का प्रयोग करें। उदाहरण: यदि और केवल यदि स्टेट में <code>createlink</code> है तो लिंक दिखाने के लिए <code>!!row.createlink</code> का प्रयोग करें।",
1346
+ "Pagegroup": "पेजग्रुप",
1347
+ "Pagegroup %s has no members": "पेजग्रुप %s के कोई सदस्य नहीं हैं",
1348
+ "Remove border": "सीमा हटाएं",
1349
+ "No lines between tables": "तालिकाओं के बीच कोई रेखाएं नहीं",
1350
+ "Use this to restrict your field to a list of options (separated by commas). For instance, enter <kbd class=\"fst-normal\">Red, Green, Blue</kbd> here if the permissible values are Red, Green and Blue. Leave blank if the string can hold any value.": "अपने फ़ील्ड को विकल्पों की सूची तक सीमित करने के लिए इसका उपयोग करें (अल्पविराम से अलग किए गए)। उदाहरण के लिए, यदि अनुमति योग्य मान लाल, हरा, और नीला हैं तो यहां <kbd class=\"fst-normal\">लाल, हरा, नीला</kbd> दर्ज करें। यदि स्ट्रिंग कोई भी मान रख सकती है तो इसे खाली छोड़ दें।",
1351
+ "Page description": "पृष्ठ विवरण",
1352
+ "Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "कुछ दृश्य पैटर्न इंटरपोलेशन स्वीकार करते हैं। उदाहरण: <code>{{ name }}</code> या <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>",
1353
+ "For search engines. Some view patterns accept interpolations.": "खोज इंजनों के लिए। कुछ व्यू पैटर्न इंटरपोलेशन स्वीकार करते हैं।",
1354
+ "Files cache TTL (minutes)": "फाइल्स कैश TTL (मिनट)",
1355
+ "Cache-control max-age for files.": "फाइलों के लिए कैश-नियंत्रण अधिकतम-आयु।",
1356
+ "Popup min width": "पॉपअप न्यूनतम चौड़ाई",
1357
+ "Add %s to tag %s": "%s को टैग %s में जोड़ें",
1358
+ "Add entries to tag %s": "प्रविष्टियाँ जोड़ें टैग %s के लिए",
1359
+ "Tag not found": "टैग नहीं मिला",
1360
+ "Unable to save: No page or no layout": "सहेजने में असमर्थ: कोई पृष्ठ नहीं या कोई लेआउट नहीं",
1361
+ "Unable to save: No view": "सहेजने में असमर्थ: कोई दृश्य नहीं",
1362
+ "%s has no eligible page": "%s के पास कोई योग्य पृष्ठ नहीं है",
1363
+ "Random allocation": "यादृच्छिक आवंटन",
1364
+ "Serve a random page, ignoring the eligible formula. Within a session, reloads will always deliver the same page. This is a basic requirement for A/B testing.": "योग्य सूत्र को नजरअंदाज करते हुए एक यादृच्छिक पृष्ठ प्रदान करें। एक सत्र के भीतर, पुनः लोड होने पर हमेशा वही पृष्ठ दिखाई देगा। यह A/B परीक्षण के लिए एक मूल आवश्यकता है।",
1365
+ "Pagegroup %s not found": "पेजग्रुप %s नहीं मिला",
1366
+ "Create trigger": "ट्रिगर बनाएं",
1367
+ "Omit the menu from this view": "इस दृश्य से मेनू को हटाएं",
1368
+ "Cross-domain iframe": "क्रॉस-डोमेन आईफ्रेम",
1369
+ "Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "विभिन्न डोमेन्स पर iframe में एम्बेडिंग की अनुमति दें। X-Frame-Options हेडर को अनसेट करें।",
1370
+ "Logout URL": "लॉगआउट URL",
1371
+ "The URL to direct to after logout": "लॉगआउट के बाद निर्देशित करने के लिए URL",
1372
+ "Runtime informations": "रनटाइम जानकारी",
1373
+ "open logs viewer": "लॉग व्यूअर खोलें",
1374
+ "Server logs": "सर्वर लॉग्स",
1375
+ "Timestamp": "समय-चिह्न",
1376
+ "Message": "संदेश",
1377
+ "Please enter the two-factor authetication code from your authenticator device": "कृपया अपने प्रमाणक उपकरण से दो-कारक प्रमाणीकरण कोड दर्ज करें।",
1378
+ "Only if...": "केवल यदि...",
1379
+ "Allow self signed": "स्वयं हस्ताक्षरित की अनुमति दें",
1380
+ "Open a connection to TLS server with self-signed or invalid TLS certificate": "TLS सर्वर से कनेक्शन खोलें जिसमें स्व-हस्ताक्षरित या अमान्य TLS प्रमाणपत्र हो",
1381
+ "Allow self-signed": "स्वयं-हस्ताक्षरित की अनुमति दें",
1382
+ "Optionally associate a table with this trigger": "इस ट्रिगर के साथ वैकल्पिक रूप से एक टेबल को जोड़ें",
1383
+ "Delete table": "टेबल हटाएं",
1384
+ "Signup role": "साइनअप भूमिका",
1385
+ "The initial role of signed up users": "पंजीकृत उपयोगकर्ताओं की प्रारंभिक भूमिका",
1386
+ "Cordova builder": "कॉर्डोवा बिल्डर",
1387
+ "not available": "उपलब्ध नहीं है",
1388
+ "pull": "खींचें",
1389
+ "refresh": "रीफ्रेश करें",
1390
+ "installed": "स्थापित",
1391
+ "Include table history in backup": "बैकअप में टेबल हिस्ट्री शामिल करें",
1392
+ "The plugin was corrupted and had to be repaired. We recommend restarting your server.": "प्लगइन खराब हो गया था और उसे मरम्मत करना पड़ा। हम आपके सर्वर को पुनः आरंभ करने की सिफारिश करते हैं।",
1393
+ "%s code page": "%s कोड पेज",
1394
+ "Constants and function code": "स्थिरांक और फ़ंक्शन कोड",
1395
+ "Delete code page": "कोड पेज हटाएं",
1396
+ "Adjust the the theme for this user": "इस उपयोगकर्ता के लिए थीम समायोजित करें।",
1397
+ "Configure theme": "थीम को कॉन्फ़िगर करें",
1398
+ "Remove all user specific theme settings": "सभी उपयोगकर्ता विशिष्ट थीम सेटिंग्स हटाएं",
1399
+ "Configure %s Plugin for %s": "%s प्लगइन को %s के लिए कॉन्फ़िगर करें",
1400
+ "The current theme has no user specific settings": "वर्तमान थीम में कोई उपयोगकर्ता विशिष्ट सेटिंग्स नहीं हैं।",
1401
+ "Some themes support only one level of menu nesting.": "कुछ थीम्स केवल एक स्तर की मेनू नेस्टिंग का समर्थन करती हैं।",
1402
+ "Apple Team ID": "एप्पल टीम आईडी",
1403
+ "Please enter your Apple Team ID": "कृपया अपनी एप्पल टीम आईडी दर्ज करें।",
1404
+ "To see changes for '%s' in show-if-formulas, users need to relogin": "'%s' में शो-इफ-फॉर्मूलास के लिए परिवर्तन देखने के लिए, उपयोगकर्ताओं को पुनः लॉगिन करने की आवश्यकता है।",
1405
+ "Server host": "सर्वर होस्ट",
1406
+ "Username": "उपयोगकर्ता नाम",
1407
+ "Port": "पोर्ट",
1408
+ "All tenants": "सभी किरायेदारों",
1409
+ "Also backup all tenants": "सभी टेनेंट्स का बैकअप लें।",
1410
+ "Retain local directory": "स्थानीय निर्देशिका को बनाए रखें",
1411
+ "Retain a local backup copy in this directory (optional)": "इस निर्देशिका में एक स्थानीय बैकअप प्रति रखें (वैकल्पिक)",
1412
+ "Do not wrap response in a success object": "सफलता ऑब्जेक्ट में प्रतिक्रिया को न लपेटें",
1413
+ "Use table description instead of name as header": "तालिका विवरण का प्रयोग शीर्षक के रूप में करें, नाम के स्थान पर",
1414
+ "Description header": "विवरण शीर्षलेख",
1415
+ "Lazy load views": "व्यूज को आलसी लोड करें",
1416
+ "Log IP address": "आईपी पता लॉग करें",
1417
+ "Record the request IP address in log messages": "लॉग संदेशों में अनुरोध IP पते को रिकॉर्ड करें",
1418
+ "App ID": "ऐप आईडी",
1419
+ "Build type": "बिल्ड प्रकार",
1420
+ "debug": "डिबग",
1421
+ "release": "रिलीज",
1422
+ "Keystore File": "कीस्टोर फ़ाइल",
1423
+ "Keystore Alias": "कीस्टोर उपनाम",
1424
+ "Keystore Password": "कीस्टोर पासवर्ड",
1425
+ "xcodebuild": "xcodebuild",
1426
+ "Provisioning Profile": "प्रावधान प्रोफ़ाइल",
1427
+ "Registry editor": "रजिस्ट्री संपादक",
1428
+ "Mobile HTML": "मोबाइल HTML",
1429
+ "HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "निचले नेविगेशन बार में आइटम के लिए HTML। वर्तमान में केवल मेट्रोनिक थीम द्वारा समर्थित है।",
1430
+ "A short name that will be in the page URL": "पेज URL में होने वाला एक छोटा नाम",
1431
+ "A longer description that is not visible but appears in the page header and is indexed by search engines": "एक लंबा विवरण जो दृश्यमान नहीं होता है लेकिन पृष्ठ शीर्षक में दिखाई देता है और खोज इंजनों द्वारा अनुक्रमित किया जाता है",
1432
+ "User role required to access page": "पृष्ठ तक पहुंचने के लिए आवश्यक उपयोगकर्ता भूमिका",
1433
+ "Example: <code>`/view/TheOtherView?id=${id}`</code>": "उदाहरण: <code>`/view/TheOtherView?id=${id}`</code>",
1434
+ "Older": "पुराना",
1435
+ "Newest": "नवीनतम",
1436
+ "Delete all read": "सभी पढ़े गए को हटाएं",
1437
+ "Trigger %s duplicated as %s": "ट्रिगर %s को %s के रूप में नकल किया गया",
1438
+ "Tooltip": "टूलटिप",
1439
+ "Tooltip formula": "टूलटिप सूत्र",
1440
+ "Install a different version": "एक अलग संस्धान स्थापित करें",
1441
+ "Page group": "पृष्ठ समूह",
1442
+ "Starting upgrade, please wait...\n": "अपग्रेड शुरू हो रहा है, कृपया प्रतीक्षा करें...",
1443
+ "Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "उन्नयन पूरा हुआ (यदि उपलब्ध था) कोड 0 के साथ।\n\nअपने ब्राउज़र में BACK बटन दबाएं, फिर पृष्ठ को RELOAD करें।",
1444
+ "Installing %s, please wait...\n": "%s स्थापित किया जा रहा है, कृपया प्रतीक्षा करें...",
1445
+ "Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "कोड 0 के साथ इंस्टॉल पूरा हुआ।\n\nअपने ब्राउज़र में BACK बटन दबाएं, फिर पेज को RELOAD करें।",
1446
+ "Pulling the cordova-builder docker image...": "कॉर्डोवा-बिल्डर डॉकर इमेज को पुल कर रहे हैं...",
1447
+ "Check updates": "अपडेट्स की जाँच करें",
1448
+ "Choose version": "संस्ख्या चुनें",
1449
+ "Unknown authentication method %s": "अज्ञात प्रमाणीकरण विधि %s",
1450
+ "Card rows": "कार्ड पंक्तियाँ",
1451
+ "Each row in a card. Not supported by all themes": "प्रत्येक पंक्ति एक कार्ड में। सभी थीम्स द्वारा समर्थित नहीं है।",
1452
+ "Prune session interval (seconds)": "सत्र छँटाई अंतराल (सेकंड)",
1453
+ "Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Postgres डेटाबेस में समाप्त सत्रों की जांच के लिए सेकंड में अंतराल। 0, खाली या नकारात्मक संख्या को अक्षम करने के लिए।",
1454
+ "Progressive Web Application is not enabled": "प्रोग्रेसिव वेब एप्लिकेशन सक्षम नहीं है",
1455
+ "Events and Trigger settings": "ईवेंट्स और ट्रिगर सेटिंग्स",
1456
+ "Periodic trigger timing (next event)": "आवर्ती ट्रिगर समय (अगली घटना)",
1457
+ "Hourly": "प्रति घंटा",
1458
+ "Daily": "दैनिक",
1459
+ "Weekly": "साप्ताहिक",
1460
+ "Code pages": "कोड पेज्स",
1461
+ "Please select a file": "कृपया एक फ़ाइल चुनें",
1462
+ "Zip compression level": "ज़िप संपीड़न स्तर",
1463
+ "1=Fast, larger file, 9=Slow, smaller files": "1=तेज़, बड़ी फ़ाइल, 9=धीमा, छोटी फ़ाइलें",
1464
+ "Use system zip": "सिस्टम ज़िप का उपयोग करें",
1465
+ "Recommended. Executable <code>zip</code> must be installed": "अनुशंसित। निष्पादन योग्य <code>zip</code> स्थापित किया जाना चाहिए।",
1466
+ "Time to run": "समय चलाने के लिए",
1467
+ "Mobile": "मोबाइल",
1468
+ "Plain password trigger row": "सादा पासवर्ड ट्रिगर पंक्ति",
1469
+ "Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "उपयोक्ताओं की तालिका में सादा पाठ पासवर्ड परिवर्तन भेजें (डालें, अपडेट करें और मान्य करें)।",
1470
+ "Minimum user role required to create a new tenant<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Giving non-trusted users access to create tenants is a security risk and not recommended.</div>": "नया टेनेंट बनाने के लिए आवश्यक न्यूनतम उपयोगकर्ता भूमिका<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">अविश्वसनीय उपयोगकर्ताओं को टेनेंट बनाने की अनुमति देना एक सुरक्षा जोखिम है और इसकी सिफारिश नहीं की जाती है।</div>",
1471
+ "Select tag": "टैग चुनें",
1472
+ "Invalid build directory path": "अमान्य निर्माण निर्देशिका पथ",
1473
+ "Invalid build directory name": "अमान्य निर्माण निर्देशिका नाम",
1474
+ "clean node_modules": "node_modules साफ करें",
1475
+ "After delete": "हटाने के बाद",
1476
+ "Search only on exact match, not substring match. Useful for large tables": "केवल सटीक मिलान पर खोजें, उपस्ट्रिंग मिलान पर नहीं। बड़ी तालिकाओं के लिए उपयोगी है।",
1477
+ "Please select an entry point.": "कृपया एक प्रवेश बिंदु चुनें।",
1478
+ "Group by": "समूह द्वारा",
1479
+ "View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings &raquo; Menu</a>": "मेनू में व्यू %s जोड़ा गया। पहुँच अनुमतियाँ बदलने के लिए <a href=\"/menu\">सेटिंग्स &raquo; मेनू</a> पर जाएँ।",
1480
+ "Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings &raquo; Menu</a>": "पेज %s को मेनू में जोड़ा गया। पहुँच अनुमतियाँ समायोजित करें <a href=\"/menu\">सेटिंग्स &raquo; मेनू</a> में।",
1481
+ "SameSite": "SameSite",
1482
+ "Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "कुकी का उपयोग तीसरे-पक्ष की साइटों तक सीमित करें। सख्त अधिक सुरक्षित होता है, परन्तु यह प्रमाणीकरण पर प्रभाव डाल सकता है।",
1483
+ "Content Security Policy": "सामग्री सुरक्षा नीति",
1484
+ "CORS": "CORS",
1485
+ "Cross-origin resource sharing": "क्रॉस-ओरिजिन संसाधन साझाकरण",
1486
+ "Signup and login views": "साइनअप और लॉगिन दृश्य",
1487
+ "Additional login and signup settings": "अतिरिक्त लॉगिन और साइनअप सेटिंग्स",
1488
+ "Login and signup views should be accessible by public users": "लॉगिन और साइनअप दृश्य सार्वजनिक उपयोगकर्ताओं द्वारा सुलभ होने चाहिए।",
1489
+ "Shared: %s": "साझा किया गया: %s",
1490
+ "Sharing not enabled": "साझा करना सक्षम नहीं है",
1491
+ "You must be logged in to share": "आपको साझा करने के लिए लॉग इन करना होगा।",
1492
+ "Fluid layout": "फ्लूइड लेआउट",
1493
+ "Request fluid layout from theme for a wider display for this page": "इस पृष्ठ के लिए थीम से व्यापक डिस्प्ले के लिए फ्लूइड लेआउट का अनुरोध करें।",
1494
+ "Location of view to create new row": "नई पंक्ति बनाने के लिए दृश्य का स्थान",
1495
+ "Capacitor builder": "कैपेसिटर बिल्डर",
1496
+ "Pulling the capacitor-builder docker image...": "कैपेसिटर-बिल्डर डॉकर इमेज को पुल कर रहा है...",
1497
+ "Pull done with code %s": "कोड %s के साथ पुल किया गया",
1498
+ "Default locale": "डिफ़ॉल्ट लोकेल",
1499
+ "Next step": "अगला कदम",
1500
+ "Step name": "चरण का नाम",
1501
+ "Step saved": "चरण सहेजा गया",
1502
+ "Initial step": "प्रारंभिक चरण",
1503
+ "Confirm leaving unsaved": "असहेजित छोड़ने की पुष्टि करें",
1504
+ "Ask the user to confirm if they close a tab with unsaved changes": "उपयोगकर्ता से पुष्टि करें कि क्या उन्होंने बिना सहेजे परिवर्तनों के साथ एक टैब बंद कर दी है।",
1505
+ "Workflow runs": "वर्कफ़्लो रन्स",
1506
+ "Workflow run": "वर्कफ़्लो रन",
1507
+ "Share to enabled": "सक्षम को साझा करें",
1508
+ "Enable the share to feature": "शेयर टू सुविधा को सक्षम करें",
1509
+ "Allocate new row": "नई पंक्ति आवंटित करें",
1510
+ "If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "यदि व्यू को किसी मौजूदा पंक्ति के बिना चलाया जाता है, तो लोड पर एक नई पंक्ति आवंटित करें। सभी आवश्यक फ़ील्ड्स पर डिफ़ॉल्ट सेट किए जाने चाहिए।",
1511
+ "Step traces": "चरण ट्रेस",
1512
+ "Please enter a version in the format 'x.y.z' (e.g. 0.0.1 with numbers from 0 to 999) or leave it empty.": "कृपया 'x.y.z' प्रारूप में एक संस्करण दर्ज करें (उदाहरण के लिए 0.0.1, जिसमें संख्याएँ 0 से 999 तक होती हैं) या इसे खाली छोड़ दें।",
1513
+ "Delete unchanged": "हटाएँ अपरिवर्तित",
1514
+ "Delete allocated row if there are no changes.": "यदि कोई परिवर्तन नहीं हैं तो आवंटित पंक्ति को हटा दें।",
1515
+ "Triggers on table": "टेबल पर ट्रिगर्स",
1516
+ "Please provide the keystore alias and password for the android build.": "कृपया एंड्रॉइड बिल्ड के लिए कीस्टोर उपनाम और पासवर्ड प्रदान करें।",
1517
+ "Submit": "जमा करें",
1518
+ "OK": "ठीक है",
1519
+ "Step settings": "चरण सेटिंग्स",
1520
+ "Action settings": "क्रिया सेटिंग्स",
1521
+ "Keystore file is not applied for debug builds.": "कीस्टोर फ़ाइल डीबग बिल्ड्स के लिए लागू नहीं की गई है।",
1522
+ "Workflow": "वर्कफ़्लो",
1523
+ "Previous runs": "पिछले रन्स",
1524
+ "The workflow the user will be interacting with.": "उपयोगकर्ता जिस कार्यप्रवाह के साथ इंटरैक्ट करेगा।",
1525
+ "Delete old workflow runs with status after days": "पुराने वर्कफ्लो रन को स्थिति के अनुसार दिनों के बाद हटाएं",
1526
+ "Finished": "समाप्त",
1527
+ "Error": "त्रुटि",
1528
+ "Waiting": "प्रतीक्षा कर रहा है",
1529
+ "Running": "चल रहा है",
1530
+ "Minimum role to access search page": "खोज पृष्ठ तक पहुँचने के लिए न्यूनतम भूमिका",
1531
+ "Edit tables": "टेबल्स में संपादन करें",
1532
+ "Minimum role to edit tables": "टेबल्स में संपादन के लिए न्यूनतम भूमिका",
1533
+ "Edit views": "व्यू संपादित करें",
1534
+ "Minimum role to edit views": "व्यू संपादित करने के लिए न्यूनतम भूमिका",
1535
+ "Edit pages": "पृष्ठ संपादित करें",
1536
+ "Minimum role to edit pages": "पेज संपादित करने के लिए न्यूनतम भूमिका",
1537
+ "Edit triggers": "संपादन ट्रिगर्स",
1538
+ "Minimum role to edit triggers": "ट्रिगर्स संपादित करने के लिए न्यूनतम भूमिका",
1539
+ "Development permissions": "विकास अनुमतियाँ",
1540
+ "Inspect tables": "टेबल्स का निरीक्षण करें",
1541
+ "Minimum role to inspect (see, without editing) tables": "टेबल्स का निरीक्षण (देखने के लिए, बिना संपादन के) के लिए न्यूनतम भूमिका",
1542
+ "Home pages": "होम पेज्स",
1543
+ "The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "होम पेज वह पृष्ठ है जो उपयोगकर्ता के घर के स्थान (/) पर जाने पर प्रस्तुत किया जाता है। इसे प्रत्येक उपयोगकर्ता भूमिका के लिए सेट किया जा सकता है।",
1544
+ "Trigger %s deleted": "ट्रिगर %s हटाया गया",
1545
+ "Edit menu": "संपादन मेनू",
1546
+ "Minimum role to edit menu": "मेनू संपादित करने के लिए न्यूनतम भूमिका",
1547
+ "Full-text search index is not available as the table contains Key fields (%s) with the \"Include in full-text search\" option enabled. Disable this before creating a Full-text search index": "पूर्ण-पाठ खोज सूचकांक उपलब्ध नहीं है क्योंकि तालिका में की फ़ील्ड्स (%s) होते हैं जिसमें \"पूर्ण-पाठ खोज में शामिल करें\" विकल्प सक्षम है। इसे पूर्ण-पाठ खोज सूचकांक बनाने से पहले अक्षम करें।",
1548
+ "Share Extension Provisioning Profile": "एक्सटेंशन प्रोविजनिंग प्रोफाइल साझा करें",
1549
+ "Show results in": "परिणाम दिखाएं",
1550
+ "Show results from each table in this type of element": "इस प्रकार के तत्व में प्रत्येक तालिका से परिणाम दिखाएं।",
1551
+ "Search syntax help": "खोज सिंटैक्स सहायता",
1552
+ "Search syntax": "खोज सिंटैक्स",
1553
+ "Maximum role": "अधिकतम भूमिका",
1554
+ "Module dependencies": "मॉड्यूल निर्भरताएँ",
1555
+ "Prompt": "प्रॉम्प्ट",
1556
+ "Clean modules and restart": "मॉड्यूल साफ करें और पुनः आरंभ करें",
1557
+ "Modules cleaned, server restarting...": "मॉड्यूल साफ किए गए, सर्वर पुनः आरंभ हो रहा है...",
1558
+ "Delete table+views+triggers": "टेबल+व्यूज+ट्रिगर्स को हटाएं",
1559
+ "No file uploaded": "कोई फाइल अपलोड नहीं की गई",
1560
+ "To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "प्रमाणपत्र प्राप्त करने के लिए, प्रशासक का ईमेल पता Let's Encrypt के साथ साझा किया जाएगा।",
1561
+ "Local state": "स्थानीय अवस्था",
1562
+ "Isolate state of each repeated view": "प्रत्येक दोहराए गए दृश्य की अवस्था को अलग करें।"
1563
+ }