@saltcorn/server 1.1.2-beta.8 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (419) 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 +17 -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 +11 -10
  401. package/public/gridedit.js +4 -2
  402. package/public/saltcorn-common.js +50 -15
  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/homepage.js +4 -1
  412. package/routes/infoarch.js +57 -2
  413. package/routes/list.js +6 -4
  414. package/routes/pageedit.js +1 -1
  415. package/routes/plugins.js +36 -1
  416. package/routes/search.js +7 -3
  417. package/routes/tables.js +207 -28
  418. package/tests/admin.test.js +15 -0
  419. package/wrapper.js +14 -4
package/locales/ar.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "Sign up": "تسجيل حساب",
24
24
  "Login": "تسجيل الدخول",
25
25
  "An error occurred": "حدث خطأ",
26
- "ID": "رقم التعريف",
26
+ "ID": "رقم التعريف",
27
27
  "Email": "البريد الإلكتروني",
28
28
  "Role": "صلاحية/دور",
29
29
  "View": "طريقة عرض",
@@ -78,7 +78,7 @@
78
78
  "Warning": "تحذير",
79
79
  "Hosting on this site is provided for free and with no guarantee of availability or security of your application. ": "يتم توفير الاستضافة على هذا الموقع مجانًا وبدون أي ضمان لتوافر تطبيقك أو أمانه.",
80
80
  "This facility is intended solely for you to evaluate the suitability of Saltcorn. ": "هذا المرفق مخصص لك فقط لتقييم مدى ملاءمة Saltcorn.",
81
- "If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "إذا كنت ترغب في تخزين معلومات خاصة والتي يجب أن تكون آمنة ، فيرجى استخدام Saltcorn على استضافة خاصة بك." ,
81
+ "If you would like to store private information that needs to be secure, please use self-hosted Saltcorn. ": "إذا كنت ترغب في تخزين معلومات خاصة والتي يجب أن تكون آمنة ، فيرجى استخدام Saltcorn على استضافة خاصة بك.",
82
82
  "Create application": "إنشاء التطبيق",
83
83
  "Create": "إنشاء",
84
84
  "Please select a name for your application. The name will determine the address at which it will be available. ": "الرجاء تحديد اسم للتطبيق الخاص بك. سيكون الاسم هو العنوان للموقع إذا كان متاحًا.",
@@ -276,5 +276,1290 @@
276
276
  "Tables hold collections of similar data": "تحتوي الجداول على مجموعة من البيانات المتشابهة",
277
277
  "Invalid form data, try again": "بيانات النموذج غير صالحة ، حاول مرة أخرى",
278
278
  "Role required to access added files": "الصلاحية المطلوبة للوصول إلى الملفات المضافة",
279
- "The user uploading the file has access irrespective of their role": "يمكن للمستخدم الذي يقوم بتحميل الملف الوصول إليه بغض النظر عن صلاحيته"
280
- }
279
+ "The user uploading the file has access irrespective of their role": "يمكن للمستخدم الذي يقوم بتحميل الملف الوصول إليه بغض النظر عن صلاحيته",
280
+ "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/>اضبطه على فارغ لاستبعاد الجدول من البحث العام.",
281
+ "Already have an account? Login": "هل لديك حساب بالفعل؟ تسجيل الدخول",
282
+ "Subdomain not found": "لم يتم العثور على النطاق الفرعي",
283
+ "You must create at least one table before you can create views.": "يجب عليك إنشاء جدول واحد على الأقل قبل أن تتمكن من إنشاء العروض.",
284
+ "Language: ": "اللغة:",
285
+ "Language changed to %s": "تم تغيير اللغة إلى %s",
286
+ "Table saved with version history disabled": "تم حفظ الجدول مع تعطيل تاريخ النسخة",
287
+ "Missing name": "اسم مفقود",
288
+ "Successfully restored backup": "تم استعادة النسخة الاحتياطية بنجاح",
289
+ "Welcome to Saltcorn!": "مرحباً بك في Saltcorn!",
290
+ "File %s uploaded": "تم تحميل الملف %s",
291
+ "Local": "محلي",
292
+ "Name required": "اسم مطلوب",
293
+ "Expression": "تعبير",
294
+ "Formula": "صيغة",
295
+ "new": "جديد",
296
+ "Password does not match": "كلمة المرور غير متطابقة",
297
+ "Not allowed to write to table %s": "غير مسموح بالكتابة إلى الجدول %s",
298
+ "Login successful": "تم تسجيل الدخول بنجاح",
299
+ "Welcome, %s!": "مرحبًا، %s!",
300
+ "Error: missing name or file": "خطأ: اسم أو ملف مفقود",
301
+ "Restart server.": "أعد تشغيل الخادم.",
302
+ "Add to menu": "أضف إلى القائمة",
303
+ "View %s added to menu. Adjust access permissions in Settings &raquo; Menu": "تم إضافة العرض %s إلى القائمة. قم بتعديل أذونات الوصول في الإعدادات &raquo; القائمة",
304
+ "Clone": "استنساخ",
305
+ "View %s cloned as %s": "تم استنساخ العرض %s كـ %s",
306
+ "Duplicate": "تكرار",
307
+ "View %s duplicated as %s": "تم تكرار العرض %s باسم %s",
308
+ "The view name will appear as the title of pop-ups showing this view, and in the URL when it is shown alone.": "سيظهر اسم العرض كعنوان للنوافذ المنبثقة التي تعرض هذا العرض، وفي العنوان على الإنترنت (URL) عند عرضه بمفرده.",
309
+ "Saltcorn version": "إصدار Saltcorn",
310
+ "Node.js version": "إصدار Node.js",
311
+ "Table not found": "الجدول غير موجود",
312
+ "No row selected": "لم يتم تحديد صف",
313
+ "Calculated": "محسوب",
314
+ "Unique": "فريد",
315
+ "Stored": "مُخزّن",
316
+ "Please enter the formula for the new field as a JavaScript expression. The expression must result in a %s type": "يرجى إدخال صيغة الحقل الجديد كتعبير JavaScript. يجب أن ينتج التعبير نتيجة من نوع %s.",
317
+ "Fields you can use as variables: ": "الحقول التي يمكن استخدامها كمتغيرات:",
318
+ "Examples:": "أمثلة:",
319
+ "Missing label": "تسمية مفقودة",
320
+ "Column %s already exists (but is hidden)": "العمود %s موجود بالفعل (لكنه مخفي)",
321
+ "Column %s already exists": "العمود %s موجود بالفعل",
322
+ "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.": "استخدم هذا لتقييد حقلك إلى قائمة من الخيارات (مفصولة بفواصل). على سبيل المثال، إذا كانت القيم المسموح بها هي \"أحمر\"، \"أخضر\" و\"أزرق\"، أدخل \"أحمر، أخضر، أزرق\" هنا. اتركه فارغًا إذا كان النص يمكن أن يحتوي على أي قيمة.",
323
+ "Columns": "أعمدة",
324
+ "Default state": "الحالة الافتراضية",
325
+ "Specify the fields in the table to show": "حدد الحقول في الجدول لعرضها",
326
+ "Use view to create": "استخدم العرض للإنشاء",
327
+ "If user has write permission. Leave blank to have no link to create a new item": "إذا كان لدى المستخدم إذن بالكتابة. اتركه فارغًا لعدم وجود رابط لإنشاء عنصر جديد.",
328
+ "Display create view as": "عرض إنشاء الواجهة",
329
+ "Label for create": "تسمية لإنشاء",
330
+ "Label in link or button to create. Leave blank for a default label": "التسمية في الرابط أو الزر للإنشاء. اتركه فارغًا للحصول على تسمية افتراضية",
331
+ "Fixed fields": "الحقول الثابتة",
332
+ "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.": "كانت هذه الحقول مفقودة، يمكنك إعطاء قيم هنا. يمكن استبدال القيم التي تدخلها هنا بمعلومات قادمة من وجهات نظر أخرى، على سبيل المثال إذا تم تشغيل النموذج من قائمة.",
333
+ "Edit options": "خيارات التعديل",
334
+ "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.": "العرض الذي تختاره هنا يمكن تجاهله بناءً على سياق النموذج، على سبيل المثال إذا ظهر في نافذة منبثقة فلن يحدث إعادة توجيه.",
335
+ "View when done": "عرض عند الانتهاء",
336
+ "Item View": "عرض العنصر",
337
+ "If user has write permission. Leave blank to have no link to create a new item": "إذا كان لدى المستخدم إذن بالكتابة. اتركه فارغًا لعدم وجود رابط لإنشاء عنصر جديد.",
338
+ "Subtables": "الجداول الفرعية",
339
+ "List View": "عرض القائمة",
340
+ "Show View": "عرض الواجهة",
341
+ "Which related tables would you like to show in sub-lists below the selected item?": "ما هي الجداول المرتبطة التي تود عرضها في القوائم الفرعية أسفل العنصر المحدد؟",
342
+ "Order and layout": "ترتيب وتخطيط",
343
+ "Order by": "رتب حسب",
344
+ "Descending": "تنازلي",
345
+ "Columns small screen": "أعمدة شاشة صغيرة",
346
+ "Columns medium screen": "أعمدة شاشة متوسطة",
347
+ "Columns large screen": "أعمدة شاشة كبيرة",
348
+ "Columns extra-large screen": "أعمدة شاشة فائقة الحجم",
349
+ "Each in card?": "كل في بطاقة؟",
350
+ "Omit search form": "احذف نموذج البحث",
351
+ "Do not display the search filter form": "لا تعرض نموذج فلترة البحث",
352
+ "Default search form values when first loaded": "قيم نموذج البحث الافتراضية عند التحميل الأول",
353
+ "Next": "التالي",
354
+ "Save": "حفظ",
355
+ "Calculated fields cannot have File type": "الحقول المحسوبة لا يمكن أن تكون من نوع الملف",
356
+ "On Field": "في الحقل",
357
+ "Field in %s table": "حقل في جدول %s",
358
+ "Action on row": "الإجراء على الصف",
359
+ "Link to other view": "رابط إلى عرض آخر",
360
+ "Link to anywhere": "رابط إلى أي مكان",
361
+ "Join Field": "حقل الربط",
362
+ "Aggregation": "تجميع",
363
+ "Field": "حقل",
364
+ "Field view": "عرض الحقل",
365
+ "Action": "إجراء",
366
+ "Action Label": "تسمية الإجراء",
367
+ "View label": "تسمية العرض",
368
+ "Leave blank for default label.": "اتركه فارغًا للتسمية الافتراضية.",
369
+ "View label is a formula?": "هل تسمية العرض هي صيغة؟",
370
+ "Open in popup modal?": "هل تريد الفتح في نافذة منبثقة؟",
371
+ "Link text": "نص الرابط",
372
+ "Link text is a formula?": "هل نص الرابط عبارة عن صيغة؟",
373
+ "Link URL": "رابط العنوان",
374
+ "Link URL is a formula?": "هل رابط الـ URL عبارة عن صيغة؟",
375
+ "Open in new tab": "افتح في علامة تبويب جديدة",
376
+ "Relation": "علاقة",
377
+ "Statistic": "إحصائية",
378
+ "In search form": "في نموذج البحث",
379
+ "Header label": "تسمية الرأس",
380
+ "step": "خطوة",
381
+ "max": "أقصى",
382
+ "Base URL": "عنوان URL الأساسي",
383
+ "Allow signups": "السماح بالتسجيلات",
384
+ "Login in menu": "قائمة تسجيل الدخول",
385
+ "Allow password reset": "السماح بإعادة تعيين كلمة المرور",
386
+ "SMTP host": "مضيف SMTP",
387
+ "SMTP username": "اسم مستخدم SMTP",
388
+ "SMTP password": "كلمة مرور SMTP",
389
+ "SMTP port": "منفذ SMTP",
390
+ "SMTP secure": "SMTP آمن",
391
+ "Email from address": "البريد الإلكتروني من العنوان",
392
+ "Development mode": "وضع التطوير",
393
+ "Log SQL to stdout": "سجل SQL إلى stdout",
394
+ "Menu items": "عناصر القائمة",
395
+ "Global search": "البحث العالمي",
396
+ "Available packs": "الحزم المتاحة",
397
+ "Available packs fetched": "الحزم المتاحة تم جلبها",
398
+ "Available plugins": "الإضافات المتاحة",
399
+ "Available plugins fetched": "الإضافات المتاحة تم جلبها",
400
+ "Public home page": "الصفحة الرئيسية العامة",
401
+ "User home page": "الصفحة الرئيسية للمستخدم",
402
+ "Staff home page": "الصفحة الرئيسية للموظفين",
403
+ "Admin home page": "الصفحة الرئيسية للمدير",
404
+ "Installed packs": "الحزم المُثبتة",
405
+ "A short string which is the name of your site": "سلسلة قصيرة هي اسم موقعك",
406
+ "Select a publicly accessible image file": "اختر ملف صورة متاح للعامة",
407
+ "The URL at which your site is available. For instance, https://example.com/": "عنوان URL الذي يتوفر فيه موقعك. على سبيل المثال، https://example.com/",
408
+ "Allow users to sign up for a new user account": "اسمح للمستخدمين بالتسجيل للحصول على حساب مستخدم جديد",
409
+ "Show the login link in the menu": "عرض رابط تسجيل الدخول في القائمة",
410
+ "Allow users to request a password reset email. Email must be configured.": "السماح للمستخدمين بطلب إعادة تعيين كلمة المرور عبر البريد الإلكتروني. يجب أن يكون البريد الإلكتروني مُعدّاً.",
411
+ "The host address of your SMTP server. For instance, smtp.postmarkapp.com": "عنوان المضيف لخادم SMTP الخاص بك. على سبيل المثال، smtp.postmarkapp.com",
412
+ "Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "تعطيل ذاكرة التخزين المؤقت لموارد JS/CSS، إظهار الخطأ كاملاً للمستخدم عند تعطل النظام، تمكين تعديل نوع الحقل",
413
+ "Print all SQL statements to the standard output": "اطبع جميع جمل SQL على المخرج القياسي",
414
+ "The email address from which emails are sent. For instance, hello@saltcorn.com": "عنوان البريد الإلكتروني الذي يتم من خلاله إرسال الرسائل الإلكترونية. على سبيل المثال، hello@saltcorn.com",
415
+ "Is the connection to the SMTP server over a secure transport protocol?": "هل الاتصال بخادم SMTP يتم عبر بروتوكول نقل آمن؟",
416
+ "About Saltcorn": "عن سالتكورن",
417
+ "Apply": "طبِّق",
418
+ "Anywhere": "في أي مكان",
419
+ "Search filter": "مرشح البحث",
420
+ "Are you sure you want to delete %s?": "هل أنت متأكد أنك تريد حذف %s؟",
421
+ "Are you sure?": "هل أنت متأكد؟",
422
+ "Set random password": "قم بتعيين كلمة مرور عشوائية",
423
+ "Changed password for user %s to %s": "تم تغيير كلمة المرور للمستخدم %s إلى %s",
424
+ "Disable": "تعطيل",
425
+ "Enabled user %s": "تم تفعيل المستخدم %s",
426
+ "Enable": "تمكين",
427
+ "Disabled user %s": "المستخدم المعطل %s",
428
+ "Disabled": "معطل",
429
+ "Send password reset email": "أرسل بريدًا إلكترونيًا لإعادة تعيين كلمة المرور",
430
+ " with password %s": "مع كلمة المرور %s",
431
+ "User confirmation?": "تأكيد المستخدم؟",
432
+ "New user form": "نموذج مستخدم جديد",
433
+ "A view to show to new users": "عرض لإظهاره للمستخدمين الجدد",
434
+ "Account already exists": "الحساب موجود بالفعل",
435
+ "Search not configured": "لم يتم تكوين البحث",
436
+ "Already in use": "مستخدم بالفعل",
437
+ "Functions you can use (in addition to standard JavaScript functions): ": "الوظائف التي يمكنك استخدامها (بالإضافة إلى وظائف جافا سكريبت القياسية):",
438
+ "Items per page": "عناصر في كل صفحة",
439
+ "Variable name": "اسم المتغير",
440
+ "Delete all rows": "احذف جميع الصفوف",
441
+ "Recalculate stored fields": "أعد حساب الحقول المخزنة",
442
+ "Started recalculating stored fields": "بدأ إعادة حساب الحقول المخزنة",
443
+ "Deleted all rows": "حذفت جميع الصفوف",
444
+ "Database": "قاعدة البيانات",
445
+ "API token": "رمز واجهة برمجة التطبيقات",
446
+ "No API token issued": "لم يتم إصدار رمز API",
447
+ "New API token generated": "تم إنشاء رمز API جديد",
448
+ "Actions": "إجراءات",
449
+ "Actions available": "الإجراءات المتاحة",
450
+ "Triggers": "مشغلات",
451
+ "Add trigger": "أضف مشغل",
452
+ "New trigger": "تحفيز جديد",
453
+ "Configure trigger": "قم بتهيئة المشغل",
454
+ "Action label is a formula?": "هل تسمية الإجراء عبارة عن صيغة؟",
455
+ "Action Style": "نمط الإجراء",
456
+ "Button size": "حجم الزر",
457
+ "A view with this name already exists": "العرض بهذا الاسم موجود بالفعل",
458
+ "Constraints": "القيود",
459
+ "%s constraints": "قيود %s",
460
+ "Add constraint": "أضف قيد",
461
+ "Add constraint to %s": "أضف قيدًا إلى %s",
462
+ "Cannot delete users table": "لا يمكن حذف جدول المستخدمين",
463
+ "Test run": "تشغيل تجريبي",
464
+ "Test run output": "نتائج تشغيل الاختبار",
465
+ "Run %s": "قم بتشغيل %s",
466
+ "back to actions": "العودة إلى الإجراءات",
467
+ "Action %s run successfully with no console output": "تم تشغيل الإجراء %s بنجاح دون إخراج للوحة التحكم",
468
+ "Roles": "الأدوار",
469
+ "Saved layout for role": "تخطيط محفوظ للدور",
470
+ "Layout by role": "تخطيط حسب الدور",
471
+ "Users and roles": "المستخدمون والأدوار",
472
+ "Match regular expression": "مطابقة التعبير النظامي",
473
+ "Error message when regular expression does not match": "رسالة خطأ عندما لا تتطابق التعبيرات النمطية",
474
+ "Invalid attributes": "سمات غير صالحة",
475
+ "Documentation": "التوثيق",
476
+ "Plugin %s installed": "تم تثبيت الإضافة %s",
477
+ "Plugin %s removed.": "تمت إزالة المكون الإضافي %s.",
478
+ "Plugin %s installed, please complete configuration.": "تم تثبيت الإضافة %s، يرجى إكمال التهيئة.",
479
+ "Configure %s Plugin": "قم بتهيئة إضافة %s",
480
+ "Cannot remove plugin: views %s depend on it": "لا يمكن إزالة الإضافة: العروض %s تعتمد عليها",
481
+ "New Plugin": "إضافة جديدة",
482
+ "Add plugin": "أضف مكونًا إضافيًا",
483
+ "Store refreshed": "تم تحديث المخزن",
484
+ "Plugins up-to-date": "الإضافات مُحدثة",
485
+ "Source": "مصدر",
486
+ "Inbound keys: ": "مفاتيح الوارد:",
487
+ "Icon": "أيقونة",
488
+ "Create database view": "إنشاء عرض قاعدة البيانات",
489
+ "Create an SQL view in the database with the fields in this list": "قم بإنشاء عرض SQL في قاعدة البيانات مع الحقول الموجودة في هذه القائمة",
490
+ "Upgrade": "ترقية",
491
+ "Show only matches in table:": "اعرض المطابقات فقط في الجدول:",
492
+ "Showing matches in table %s.": "عرض التطابقات في الجدول %s.",
493
+ "Edit trigger": "تعديل المشغل",
494
+ "Show on page": "عرض على الصفحة",
495
+ "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.": "سيتم عرض الصفحة المختارة بدلاً من تقديم هذا العرض مباشرةً، إذا تم اختيار أي صفحة. يجب أن تضم الصفحة المختارة هذا العرض. استخدم هذا لتزيين العرض بعناصر إضافية.",
496
+ "Hide pagination": "إخفاء ترقيم الصفحات",
497
+ "True": "صحيح",
498
+ "False": "خاطئ",
499
+ "Clear all": "امسح الكل",
500
+ "This will delete <strong>EVERYTHING</strong> in the selected categories": "سيؤدي هذا إلى حذف <strong>كل شيء</strong> في الفئات المحددة",
501
+ "Deleted all %s": "تم حذف جميع %s",
502
+ "Restart server": "أعد تشغيل الخادم",
503
+ "Edit Plugin": "تعديل الإضافة",
504
+ "Unknown authentication method %ss": "طريقة المصادقة غير معروفة %ss",
505
+ "Restart required for changes to take effect. Restart server from the <a href=\"/admin\">Admin page</a>.": "مطلوب إعادة تشغيل لكي تتمكن التغييرات من أخذ مفعولها. أعد تشغيل الخادم من <a href=\"/admin\">صفحة الإدارة</a>.",
506
+ "Email with password reset link sent": "تم إرسال بريد إلكتروني برابط إعادة تعيين كلمة المرور",
507
+ "Link Style": "نمط الرابط",
508
+ "Link size": "حجم الرابط",
509
+ "Set page title": "تعيين عنوان الصفحة",
510
+ "Skip this section if you do not want to set the page title": "تخط هذا القسم إذا كنت لا تريد تعيين عنوان الصفحة",
511
+ "Page title is a formula?": "عنوان الصفحة هو صيغة؟",
512
+ "Enable LetsEncrypt HTTPS": "تمكين HTTPS لـ LetsEncrypt",
513
+ "Set Base URL configuration first": "قم بتعيين تكوين عنوان URL الأساسي أولاً",
514
+ "LetsEncrypt enabled": "تم تفعيل LetsEncrypt",
515
+ "LetsEncrypt SSL enabled. Restart for changes to take effect.": "تم تفعيل SSL من LetsEncrypt. أعد التشغيل لتطبيق التغييرات.",
516
+ "File not found": "لم يتم العثور على الملف",
517
+ "Table %s not found": "لم يتم العثور على الجدول %s",
518
+ "Page %s added to menu. Adjust access permissions in Settings &raquo; Menu": "تم إضافة الصفحة %s إلى القائمة. قم بتعديل أذونات الوصول في الإعدادات &raquo; القائمة",
519
+ "Page %s duplicated as %s": "الصفحة %s تم نسخها كـ %s",
520
+ "Custom SSL certificate": "شهادة SSL مخصصة",
521
+ "Custom SSL private key": "مفتاح SSL الخاص المخصص",
522
+ "Login view": "واجهة تسجيل الدخول",
523
+ "Signup view": "واجهة التسجيل",
524
+ "A view with the login form": "عرض يحتوي على نموذج تسجيل الدخول",
525
+ "A view with the signup form": "عرض مع نموذج التسجيل",
526
+ "Signups not enabled": "التسجيلات غير مُفعلة",
527
+ "Ownership field": "حقل الملكية",
528
+ "The user referred to in this field will be the owner of the row": "المستخدم المشار إليه في هذا الحقل سيكون مالك الصف",
529
+ "None": "لا شيء",
530
+ "Information about plugin": "معلومات حول الإضافة",
531
+ "%s plugin information": "معلومات الإضافة %s",
532
+ "Package version": "نسخة الحزمة",
533
+ "Package name": "اسم الحزمة",
534
+ "Plugin dependencies": "اعتماديات الإضافات",
535
+ "This plugin supplies a theme.": "هذا الإضافة توفر ثيماً.",
536
+ "Types": "الأنواع",
537
+ "This plugin supplies these types: ": "هذا الإضافة يوفر هذه الأنواع:",
538
+ "Functions": "الوظائف",
539
+ "Returns: ": "العائدات:",
540
+ "View templates": "قوالب العرض",
541
+ "Repository": "مستودع",
542
+ "Latest": "الأحدث",
543
+ "Latest version": "النسخة الأخيرة",
544
+ "Latest npm version cache": "أحدث نسخة من ذاكرة التخزين المؤقت لـ npm",
545
+ "Plugin up-to-date": "الإضافة محدثة",
546
+ "Upgrade here": "ترقية هنا",
547
+ "An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "توجد ترقية متاحة لـ Saltcorn! الإصدار الحالي: %s؛ الإصدار الأحدث: %s.",
548
+ "Passwords do not match": "كلمات السر غير متطابقة",
549
+ "Not a valid e-mail address": "عنوان بريد إلكتروني غير صالح",
550
+ "Custom CSS": "CSS مخصصة",
551
+ "Custom HTML": "HTML مخصص",
552
+ "Site structure": "هيكل الموقع",
553
+ "SSL": "بروتوكول طبقة المقابس الآمنة",
554
+ "Users and security": "المستخدمون والأمان",
555
+ "User settings updated": "تم تحديث إعدادات المستخدم",
556
+ "SSL encryption for HTTPS traffic": "تشفير SSL لحركة HTTPS",
557
+ "HTTPS encryption with Let's Encrypt SSL certificate": "تشفير HTTPS باستخدام شهادة SSL من Let's Encrypt",
558
+ "Saltcorn can automatically obtain an SSL certificate from <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> for single domains": "يمكن لـ Saltcorn الحصول تلقائيًا على شهادة SSL من <a href=\"https://letsencrypt.org/\">Let's Encrypt</a> للنطاقات المنفردة",
559
+ "Currently: ": "حاليًا:",
560
+ "HTTPS encryption with custom SSL certificate": "تشفير HTTPS مع شهادة SSL مخصصة",
561
+ "Or use custom SSL certificates, including wildcard certificates for multitenant applications": "أو استخدم شهادات SSL المخصصة، بما في ذلك شهادات النطاق العريض لتطبيقات متعددة المستأجرين",
562
+ "Authentication settings": "إعدادات المصادقة",
563
+ "Custom SSL certificates": "شهادات SSL المخصصة",
564
+ "Custom SSL enabled. Restart for changes to take effect.": "تم تفعيل SSL المخصص. أعد التشغيل لتطبيق التغييرات.",
565
+ "Enabled": "مُفعّل",
566
+ "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 الأولوية وسيتم تجاهل الشهادات الخاصة.",
567
+ "Events": "الأحداث",
568
+ "About application": "حول التطبيق",
569
+ "System": "نظام",
570
+ "Site identity settings updated": "تم تحديث إعدادات هوية الموقع",
571
+ "Email settings": "إعدادات البريد الإلكتروني",
572
+ "Site identity settings": "إعدادات هوية الموقع",
573
+ "Email settings updated": "تم تحديث إعدادات البريد الإلكتروني",
574
+ "System operations": "عمليات النظام",
575
+ "About the system": "حول النظام",
576
+ "Restart here": "أعد التشغيل هنا",
577
+ "Download a backup": "قم بتنزيل نسخة احتياطية",
578
+ "Restore a backup": "استعادة نسخة احتياطية",
579
+ "Add new role": "أضف دورًا جديدًا",
580
+ "Role updated": "تم تحديث الدور",
581
+ "First delete users with this role": "قم أولاً بحذف المستخدمين الذين يمتلكون هذا الدور",
582
+ "Role %s deleted": "تم حذف الدور %s",
583
+ "This is the rank of the user role, lower role IDs will be able to access more resources.": "هذه هي درجة دور المستخدم، أدنى معرفات الأدوار ستتمكن من الوصول إلى المزيد من الموارد.",
584
+ "Role name": "اسم الدور",
585
+ "Cannot delete this role": "لا يمكن حذف هذا الدور",
586
+ "Saltcorn is <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">Free</a> and <a href=\"https://opensource.org/\">Open Source</a> Software, <a href=\"https://github.com/saltcorn/saltcorn/\">released</a> under the <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">MIT license</a>.": "Saltcorn هو برنامج <a href=\"https://www.gnu.org/philosophy/free-sw.en.html\">مجاني</a> و<a href=\"https://opensource.org/\">مفتوح المصدر</a>، <a href=\"https://github.com/saltcorn/saltcorn/\">تم إصداره</a> تحت <a href=\"https://github.com/saltcorn/saltcorn/blob/master/LICENSE\">رخصة MIT</a>.",
587
+ "Create a page": "إنشاء صفحة",
588
+ "Test": "اختبار",
589
+ "E-mail and password required": "البريد الإلكتروني وكلمة المرور مطلوبان",
590
+ "Masonry columns": "أعمدة البناء",
591
+ "Where": "أين",
592
+ "Access Read/Write": "الوصول للقراءة/الكتابة",
593
+ "History": "السجل",
594
+ "Owned": "مملوك",
595
+ "Primary key": "المفتاح الأساسي",
596
+ "Users already present": "المستخدمون الموجودون بالفعل",
597
+ "Discover tables": "اكتشف الجداول",
598
+ "The following tables in your database can be imported into Saltcorn:": "يمكن استيراد الجداول التالية في قاعدة البيانات الخاصة بك إلى Saltcorn:",
599
+ "Discovered tables: %s": "الجداول المكتشفة: %s",
600
+ "There are no tables in the database that can be imported into Saltcorn.": "لا توجد جداول في قاعدة البيانات يمكن استيرادها إلى Saltcorn.",
601
+ "Import": "استيراد",
602
+ "Discover": "اكتشف",
603
+ "Discover tables in database": "اكتشف الجداول في قاعدة البيانات",
604
+ "Single item view": "عرض عنصر واحد",
605
+ "The underlying individual view of each table row": "العرض الفردي الأساسي لكل صف في الجدول",
606
+ "Minimum role to read": "الدور الأدنى للقراءة",
607
+ "Minimum role to write": "الدور الأدنى للكتابة",
608
+ "Create page": "إنشاء صفحة",
609
+ "Multi-tenancy not enabled": "التعددية التأجيرية غير مفعلة",
610
+ "Identity": "هوية",
611
+ "Email sent to %s with no errors": "تم إرسال البريد الإلكتروني إلى %s بدون أخطاء",
612
+ "External": "خارجي",
613
+ "Force TLS": "فرض TLS",
614
+ "Always use TLS when connecting to server? If unchecked, TLS is used if server supports the STARTTLS extension. In most cases check this box if you are connecting to port 465. For port 587 or 25 keep it unchecked": "هل تستخدم دائماً بروتوكول TLS عند الاتصال بالخادم؟ إذا لم يتم تحديد هذا الخيار، يتم استخدام TLS إذا كان الخادم يدعم امتداد STARTTLS. في معظم الحالات، قم بتحديد هذا الخيار إذا كنت تتصل بالمنفذ 465. بالنسبة للمنفذ 587 أو 25، اتركه غير محدد.",
615
+ "Relationship diagram": "مخطط العلاقات",
616
+ "Verified": "مُوثّق",
617
+ "Send verification email": "أرسل بريدًا إلكترونيًا للتحقق",
618
+ "Email verification link sent to %s": "تم إرسال رابط التحقق من البريد الإلكتروني إلى %s",
619
+ "Verification view": "واجهة عرض التحقق",
620
+ "A view with the view to be emailed to users for email address verification": "عرض يتم إرساله عبر البريد الإلكتروني للمستخدمين للتحقق من عناوين البريد الإلكتروني.",
621
+ "Email verified": "تم التحقق من البريد الإلكتروني",
622
+ "An email has been sent to %s to verify your address": "تم إرسال بريد إلكتروني إلى %s للتحقق من عنوانك",
623
+ "Elevate verified to role": "رفع مستوى التحقق إلى دور",
624
+ "Elevate users to a higher role when their email addresses have been verified": "قم بترقية المستخدمين إلى دور أعلى عندما يتم التحقق من عناوين بريدهم الإلكتروني",
625
+ "Email mask": "قناع البريد الإلكتروني",
626
+ "Emails used for signup must end with this string": "يجب أن تنتهي البريد الإلكتروني المستخدمة للتسجيل بهذه السلسلة",
627
+ "Signups with this email address are not accepted": "التسجيلات بهذا العنوان البريدي غير مقبولة",
628
+ "Default order by": "ترتيب افتراضي حسب",
629
+ "Default descending?": "الترتيب التنازلي الافتراضي؟",
630
+ "Omit header": "احذف الرأس",
631
+ "Do not display the header": "لا تعرض الرأسية",
632
+ "The maximum number of characters in the string": "الحد الأقصى لعدد الأحرف في السلسلة النصية",
633
+ "The minimum number of characters in the string": "الحد الأدنى لعدد الأحرف في السلسلة النصية",
634
+ "Style": "طراز",
635
+ "Not all themes support menu buttons": "ليس كل الثيمات تدعم أزرار القائمة",
636
+ "Select a publicly accessible image file for the menu logo": "اختر ملف صورة متاح للعامة لشعار القائمة",
637
+ "Favicon": "أيقونة الموقع",
638
+ "Select a publicly accessible image file for the browser tab icon": "اختر ملف صورة متاح للعامة لأيقونة علامة التبويب في المتصفح",
639
+ "Site identity settings, backup, email settings, system control and information": "إعدادات هوية الموقع، النسخ الاحتياطي، إعدادات البريد الإلكتروني، التحكم في النظام والمعلومات",
640
+ "Plugin and pack installation and control": "تثبيت وتحكم في الإضافات والحزم",
641
+ "User administration, edit roles, user and security settings, SSL certificates for https encryption": "إدارة المستخدمين، تعديل الأدوار، إعدادات الأمان والمستخدم، شهادات SSL لتشفير https.",
642
+ "Menu, search and tenants": "قائمة، بحث، ومستأجرين",
643
+ "Actions, triggers and crash log": "الإجراءات، المشغلات وسجل الأعطال",
644
+ "Multitenancy enabled": "تم تفعيل خاصية تعدد المستأجرين",
645
+ "Restart required for changes to take effect.": "مطلوب إعادة تشغيل لكي تتمكن التغييرات من العمل.",
646
+ "Tenant settings": "إعدادات المستأجر",
647
+ "Role to create tenants": "دور لإنشاء المستأجرين",
648
+ "Minimum user role required to create a new tenant": "الدور الأدنى المطلوب للمستخدم لإنشاء عميل جديد",
649
+ "Tenant settings updated": "تم تحديث إعدادات المستأجر",
650
+ "Not allowed": "غير مسموح",
651
+ "You are trying to create a tenant while connecting via an IP address rather than a domain. This will probably not work.": "أنت تحاول إنشاء عميل بينما تتصل عبر عنوان IP بدلاً من نطاق. هذا على الأرجح لن يعمل.",
652
+ "Create tenant warning": "إنشاء تحذير المستأجر",
653
+ "Show a warning to users creating a tenant disclaiming warranty of availability or security": "عرض تحذير للمستخدمين الذين يقومون بإنشاء مستأجر ينص على عدم تحمل مسؤولية ضمان التوفر أو الأمان.",
654
+ "A list view shown on the left, to select rows": "قائمة عرض معروضة على اليسار، لاختيار الصفوف",
655
+ "The view to show the selected row": "العرض لإظهار الصف المحدد",
656
+ "Location": "الموقع",
657
+ "Location of link to create new row": "موقع الرابط لإنشاء صف جديد",
658
+ "Options": "خيارات",
659
+ "List options": "قائمة الخيارات",
660
+ "Rows per page": "صفوف لكل صفحة",
661
+ "Invalid administrative action": "إجراء إداري غير صحيح",
662
+ "User settings form": "نموذج إعدادات المستخدم",
663
+ "A view for users to change their custom user fields": "عرض للمستخدمين لتغيير حقول المستخدم المخصصة لهم",
664
+ "Error: ": "خطأ:",
665
+ "User settings changed": "تم تغيير إعدادات المستخدم",
666
+ "Rename table": "إعادة تسمية جدول",
667
+ "Rename table %s": "إعادة تسمية الجدول %s",
668
+ "Base URL domain %s does not match hostname %s": "نطاق عنوان URL الأساسي %s لا يتطابق مع اسم المضيف %s",
669
+ "Custom HTTP headers": "رؤوس HTTP المخصصة",
670
+ "Format for each line: Header-Name: value": "التنسيق لكل سطر: اسم-الرأس: القيمة",
671
+ "Role to upload files": "دور لرفع الملفات",
672
+ "User should have this role or higher to upload files with API (uploads through forms are not affected)": "يجب أن يمتلك المستخدم هذا الدور أو أعلى لرفع الملفات باستخدام واجهة برمجة التطبيقات (API) (الرفع من خلال النماذج لا يتأثر)",
673
+ "Always show create view": "عرض إنشاء دائماً",
674
+ "If off, only show create view if the query state is about the current user": "إذا كان معطلاً، فقط أظهر إنشاء عرض إذا كان حالة الاستعلام تتعلق بالمستخدم الحالي",
675
+ "Process uptime": "وقت تشغيل العملية",
676
+ "A configuration error occurred": "حدث خطأ في التكوين",
677
+ "HTTP timeout (s)": "مهلة HTTP (ثواني)",
678
+ "Increase if you expect large uploads": "زِد إذا كنت تتوقع تحميلات كبيرة",
679
+ "Cookie sessions": "جلسات الكوكيز",
680
+ "Store sessions entirely in client cookies for higher performance": "احفظ الجلسات بالكامل في ملفات تعريف الارتباط للعميل لتحقيق أداء أعلى",
681
+ "git commit": "التأكيد في جيت",
682
+ "Send test email": "أرسل بريدًا إلكترونيًا تجريبيًا",
683
+ "Edit custom SSL certificates": "تحرير شهادات SSL المخصصة",
684
+ "User must have this role or higher to read rows from the table": "يجب أن يكون لدى المستخدم هذا الدور أو أعلى لقراءة الصفوف من الجدول",
685
+ "User must have this role or higher to edit or create new rows in the table": "يجب أن يمتلك المستخدم هذا الدور أو دوراً أعلى لتعديل أو إنشاء صفوف جديدة في الجدول",
686
+ "Name of the field": "اسم الحقل",
687
+ "The type determines the kind of data that can be stored in the field": "النوع يحدد نوع البيانات التي يمكن تخزينها في الحقل",
688
+ "Calculated from other fields with a formula": "يُحسب من حقول أخرى باستخدام صيغة",
689
+ "There must be a value in every row": "يجب أن يكون هناك قيمة في كل صف",
690
+ "Different rows must have different values for this field": "يجب أن تحتوي الصفوف المختلفة على قيم مختلفة لهذا الحقل",
691
+ "Add more fields to enable edit": "أضف المزيد من الحقول لتمكين التعديل",
692
+ "Multitenancy": "التعددية السكنية",
693
+ "Subdomain": "النطاق الفرعي",
694
+ "Information": "معلومات",
695
+ "Found %s tenants": "تم العثور على %s مستأجرين",
696
+ "Create new tenant": "إنشاء مستأجر جديد",
697
+ "%s tenant statistics": "إحصائيات المستأجر %s",
698
+ "Table columns": "أعمدة الجدول",
699
+ "Configuration items": "عناصر التكوين",
700
+ "Crashlogs": "سجلات الأعطال",
701
+ "Multitenancy settings": "إعدادات التعددية الإيجارية",
702
+ "See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "انظر <a href=\"https://github.com/saltcorn/saltcorn\">مستودع GitHub</a> للحصول على التعليمات<p>",
703
+ "API token for this user: ": "رمز API لهذا المستخدم:",
704
+ "Reset": "إعادة تعيين",
705
+ "Generate": "توليد",
706
+ "URL after delete": "عنوان URL بعد الحذف",
707
+ "Track table data changes over time": "تتبع تغييرات بيانات الجدول بمرور الوقت",
708
+ "Description allows you to give more information about the table": "الوصف يتيح لك تقديم مزيد من المعلومات حول الجدول",
709
+ "Description allows you to give more information about the view.": "الوصف يتيح لك تقديم معلومات أكثر حول العرض.",
710
+ "Description allows to give more information about field": "الوصف يسمح بتقديم مزيد من المعلومات حول الحقل",
711
+ "Name of action": "اسم الإجراء",
712
+ "Description allows you to give more information about the action": "الوصف يتيح لك تقديم مزيد من المعلومات حول الإجراء",
713
+ "The action to be taken when the trigger fires": "الإجراء الذي سيتم اتخاذه عند تفعيل المحفز",
714
+ "The table for which the trigger condition is checked.": "الجدول الذي يتم فحص شرط المُشغل فيه.",
715
+ "Condition under which the trigger will fire": "الشرط الذي سيتم تفعيل المشغل تحته",
716
+ "Test trigger": "اختبار المُشغّل",
717
+ "Edit trigger %s": "تعديل المشغل %s",
718
+ "Preset %s": "الإعداد المسبق %s",
719
+ "The user password or application token to access SMTP server for sending emails": "كلمة مرور المستخدم أو رمز التطبيق للوصول إلى خادم SMTP لإرسال الرسائل الإلكترونية",
720
+ "The port of your SMTP server": "منفذ خادم SMTP الخاص بك",
721
+ "The user name to access SMTP server for sending emails.": "اسم المستخدم للوصول إلى خادم SMTP لإرسال الرسائل الإلكترونية.",
722
+ "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 الخاص بك يسمح بإنشاء كلمة مرور التطبيق للاستخدام من التطبيق، نوصي باستخدام كلمة مرور التطبيق بدلاً من كلمة مرور المستخدم.",
723
+ "Tick the boxes for the fields that should be jointly unique": "قم بوضع علامة على الخانات للحقول التي يجب أن تكون فريدة مجتمعة",
724
+ "Private SSH key": "مفتاح SSH خاص",
725
+ "Timezone": "المنطقة الزمنية",
726
+ "Home Timezone": "المنطقة الزمنية المنزلية",
727
+ "Use this link to revisit your application at any time.": "استخدم هذا الرابط لزيارة تطبيقك في أي وقت.",
728
+ "To login to a previously created application, go to: ": "لتسجيل الدخول إلى تطبيق تم إنشاؤه مسبقًا، انتقل إلى:",
729
+ "Event types": "أنواع الأحداث",
730
+ "Channel": "قناة",
731
+ "Leave blank for all channels": "اتركه فارغًا لجميع القنوات",
732
+ "Table or Channel": "جدول أو قناة",
733
+ "Events to log": "أحداث لتسجيلها",
734
+ "Log settings": "إعدادات السجل",
735
+ "Which events should be logged?": "ما هي الأحداث التي يجب تسجيلها؟",
736
+ "Event log": "سجل الأحداث",
737
+ "Custom Events": "أحداث مخصصة",
738
+ "Channels": "القنوات",
739
+ "Custom": "مخصص",
740
+ "Create custom event": "إنشاء حدث مخصص",
741
+ "Yes": "نعم",
742
+ "Alternative destinations if formula evaluates to true": "وجهات بديلة إذا كانت الصيغة تُقيّم إلى صحيح",
743
+ "Default view when done": "العرض الافتراضي عند الانتهاء",
744
+ "This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "هذه هي الواجهة التي سيتم إرسال المستخدم إليها عند إرسال النموذج، ما لم تكن إحدى الصيغ أدناه صحيحة.",
745
+ "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": "يمكنك إرسال المستخدم إلى عرض مختلف اعتمادًا على اليوم الذي قام فيه المستخدم بالإرسال. تجاهل هذا الخيار إذا كنت ترغب دائمًا في إرسال المستخدم إلى نفس الوجهة.",
746
+ "Plugin name": "اسم الإضافة",
747
+ "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.",
748
+ "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.",
749
+ "Version of plugin, latest is default value": "إصدار الإضافة، القيمة الافتراضية هي الأحدث",
750
+ "Account verification": "التحقق من الحساب",
751
+ "User verification failed": "فشل التحقق من المستخدم",
752
+ "User verified": "تم التحقق من المستخدم",
753
+ "Error editing user: %s": "خطأ في تعديل المستخدم: %s",
754
+ "User must have this role or higher to make API call for action (trigger)": "يجب أن يمتلك المستخدم هذا الدور أو دورًا أعلى لإجراء استدعاء API للعملية (التشغيل)",
755
+ "Restart complete": "إعادة التشغيل اكتملت",
756
+ "Languages": "اللغات",
757
+ "Add language": "أضف لغة",
758
+ "Language": "لغة",
759
+ "Locale": "موقع",
760
+ "Menu, search, languages and tenants": "القائمة، البحث، اللغات، والمستأجرون",
761
+ "This is a translation of a different field in a different language": "هذه ترجمة لحقل مختلف في لغة مختلفة",
762
+ "Language locale of translation": "إعدادات لغة الترجمة",
763
+ "Action not configurable": "الإجراء غير قابل للتهيئة",
764
+ "Event type which runs the trigger": "نوع الحدث الذي يشغل المشغل",
765
+ "Message string field": "حقل سلسلة الرسائل",
766
+ "The field for the message content on the table for messages": "حقل محتوى الرسالة في جدول الرسائل",
767
+ "Participant field": "حقل المشارك",
768
+ "The field for the sender user id on the table for messages": "حقل معرّف المستخدم المرسل في جدول الرسائل",
769
+ "The field for the participant user id": "حقل معرف المستخدم للمشارك",
770
+ "Message sender field": "حقل مرسل الرسالة",
771
+ "Message view or string field": "عرض الرسالة أو حقل النص",
772
+ "A view to show individual messages, or the field for the message content on the table for messages": "عرض لإظهار الرسائل الفردية، أو الحقل الخاص بمحتوى الرسالة على جدول الرسائل",
773
+ "Message relation": "علاقة الرسالة",
774
+ "The relationship to the table of individual messages": "العلاقة بجدول الرسائل الفردية",
775
+ "Message show view": "عرض رسالة العرض",
776
+ "The view to show an individual message": "العرض لإظهار رسالة فردية",
777
+ "New message form view": "نموذج عرض رسالة جديدة",
778
+ "The view to enter a new message": "الواجهة لإدخال رسالة جديدة",
779
+ "Participant max read id field": "حقل معرف القراءة الأقصى للمشارك",
780
+ "The field for the participant's last read message, of type Key to message table": "حقل آخر رسالة تم قراءتها للمشارك، من نوع مفتاح لجدول الرسائل",
781
+ "Show older messages": "عرض الرسائل القديمة",
782
+ "New table name": "اسم الجدول الجديد",
783
+ "Password Repeat": "تكرار كلمة المرور",
784
+ "Remember me": "تذكرني",
785
+ "Column width": "عرض العمود",
786
+ "Column width units": "وحدات عرض العمود",
787
+ "Ownership formula": "صيغة الملكية",
788
+ "User is treated as owner if true. In scope: ": "يُعامل المستخدم كمالك إذا كان صحيحًا. ضمن النطاق:",
789
+ "Not all themes support all locations": "ليس جميع الثيمات تدعم جميع المواقع",
790
+ "Default language": "اللغة الافتراضية",
791
+ "Library": "مكتبة",
792
+ "Library item %s deleted": "تم حذف عنصر المكتبة %s",
793
+ "Library: component assemblies that can be used in the builder": "المكتبة: مجموعات المكونات التي يمكن استخدامها في المنشئ",
794
+ "Edit properties": "تعديل الخصائص",
795
+ "Images and other files for download": "الصور والملفات الأخرى للتحميل",
796
+ "Disable LetsEncrypt HTTPS": "تعطيل HTTPS لـ LetsEncrypt",
797
+ "Type %s not found": "النوع %s غير موجود",
798
+ "No pages": "لا صفحات",
799
+ "No views": "لا توجد عروض",
800
+ "CSV upload": "رفع ملف CSV",
801
+ "Pages are the web pages of your application built with drag-and-drop builder. They have static content, and by embedding views, dynamic content.": "الصفحات هي صفحات الويب الخاصة بتطبيقك المُعدة باستخدام أداة البناء بالسحب والإفلات. تحتوي على محتوى ثابت، وبتضمين العروض، محتوى ديناميكي.",
802
+ "Views display data from tables. A view is a view template applied to a table, with configuration.": "تعرض الواجهات البيانات من الجداول. الواجهة هي قالب عرض يتم تطبيقه على جدول، مع تكوين.",
803
+ "Tables organise data by fields and rows.": "تنظم الجداول البيانات حسب الحقول والصفوف.",
804
+ "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.": "الصفحات هي صفحات الويب الخاصة بتطبيقك التي تم بناؤها باستخدام أداة السحب والإفلات. تحتوي على محتوى ثابت، وبتضمين العروض، محتوى ديناميكي.",
805
+ "Triggers run actions in response to events.": "تُشغّل المحفزات الإجراءات ردًا على الأحداث.",
806
+ "No files": "لا توجد ملفات",
807
+ "Cookie duration (hours)": "مدة الكوكيز (ساعات)",
808
+ "Set to 0 for expiration at the end of browser session": "اضبط القيمة على 0 للانتهاء في نهاية جلسة المتصفح",
809
+ "Cookie duration (hours) when remember ticked": "مدة الكوكي (بالساعات) عند تفعيل خيار التذكر",
810
+ "Forget table": "تجاهل الجدول",
811
+ "Table %s forgotten. You can now discover it.": "تم نسيان الجدول %s. يمكنك الآن اكتشافه.",
812
+ "No triggers": "لا توجد مشغلات",
813
+ "List width": "عرض القائمة",
814
+ "Number of columns (1-12) allocated to the list view": "عدد الأعمدة (1-12) المخصصة لعرض القائمة",
815
+ "New tenant template": "قالب المستأجر الجديد",
816
+ "Copy site structure for new tenants from this tenant": "انسخ هيكل الموقع للمستأجرين الجدد من هذا المستأجر",
817
+ "Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "استخدم هذا الرابط: <a href=\"%s\">%s</a> لزيارة تطبيقك في أي وقت.",
818
+ "Use Amazon S3": "استخدم أمازون S3",
819
+ "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 القرص المحلي. تحذير: قد يؤدي تغيير هذا إلى تعطل الملفات التي تم رفعها!",
820
+ "Amazon S3 Bucket": "دلو Amazon S3",
821
+ "Name you selected for your S3 bucket in AWS.": "الاسم الذي اخترته لدلو S3 الخاص بك في AWS.",
822
+ "Amazon S3 Path Prefix": "بادئة مسار Amazon S3",
823
+ "Prefix you selected for your S3 bucket in AWS.": "البادئة التي اخترتها لسطل S3 الخاص بك في AWS.",
824
+ "Amazon S3 Endpoint": "نقطة نهاية Amazon S3",
825
+ "Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "اسم المضيف لمزود التخزين المتوافق مع S3. القيمة الافتراضية هي 's3.amazonaws.com'.",
826
+ "Amazon S3 Region": "منطقة أمازون S3",
827
+ "AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "المنطقة الخاصة بـ AWS التي اخترتها عند إنشاء دلو S3 الخاص بك. الافتراضي هو 'us-east-1'.",
828
+ "Amazon S3 Access Key ID": "معرف مفتاح الوصول لـ Amazon S3",
829
+ "Only required if you do not want to authenticate to S3 using an IAM role. Enter the Access Key ID provided by your Amazon EC2 administrator.": "مطلوب فقط إذا كنت لا ترغب في المصادقة على S3 باستخدام دور IAM. أدخل معرف مفتاح الوصول الذي قدمه مسؤول Amazon EC2 الخاص بك.",
830
+ "Amazon S3 Secret Access Key": "مفتاح الوصول السري لـ Amazon S3",
831
+ "The secret access key associated with your Amazon S3 Access Key ID.": "المفتاح السري المرتبط بمعرف مفتاح الوصول الخاص بـ Amazon S3.",
832
+ "Use Amazon S3 Secure Connection.": "استخدم اتصال Amazon S3 الآمن.",
833
+ "Connect to Amazon S3 (or compatible) securely.": "قم بالاتصال بـ Amazon S3 (أو المتوافق معه) بأمان.",
834
+ "Storage settings": "إعدادات التخزين",
835
+ "Storage": "تخزين",
836
+ "Storage settings updated": "تم تحديث إعدادات التخزين",
837
+ "Label formula": "صيغة التسمية",
838
+ "Include formula": "قم بتضمين الصيغة",
839
+ "If specified, only include in menu rows that evaluate to true": "إذا تم تحديده، قم بتضمين الصفوف التي تُقيم بصحيح فقط في القائمة",
840
+ "URL formula": "صيغة الرابط",
841
+ "Order field": "حقل الترتيب",
842
+ "Section field": "حقل القسم",
843
+ "Optional. String type with options, each of which will become a menu section": "اختياري. نوع سلسلة مع خيارات، كل خيار منها سيصبح قسمًا في القائمة.",
844
+ "Role to generate API keys": "دور لتوليد مفاتيح API",
845
+ "User should have this role or higher to generate API keys in their user settings": "يجب أن يمتلك المستخدم هذا الدور أو أعلى لتوليد مفاتيح API في إعدادات المستخدم الخاصة به",
846
+ "API token removed": "تمت إزالة رمز API",
847
+ "Row inclusion formula": "صيغة إدراج الصف",
848
+ "Only include rows where this formula is true": "تضمين الصفوف التي تكون هذه الصيغة صحيحة فيها فقط",
849
+ "Slug": "سلَگ",
850
+ "Field that can be used for a prettier URL structure": "حقل يمكن استخدامه لبنية عنوان URL أكثر جاذبية",
851
+ "Setup two-factor authentication": "قم بإعداد المصادقة الثنائية",
852
+ "Setup two-factor authentication with Time-based One-Time Password (TOTP)": "اضبط المصادقة الثنائية باستخدام كلمة المرور الفريدة المعتمدة على الوقت (TOTP)",
853
+ "1. Scan this QR code in your Authenticator app": "1. امسح هذا الرمز الاستجابة السريعة QR في تطبيق المصادقة الخاص بك",
854
+ "2. Enter the six-digit code generated in your Authenticator app": "٢. أدخل الرمز المكون من ستة أرقام الذي تم توليده في تطبيق المصادقة الخاص بك",
855
+ "Code": "كود",
856
+ "Two-factor authentication with Time-based One-Time Password enabled": "المصادقة الثنائية باستخدام كلمة المرور الآنية المستندة إلى الوقت مفعلة",
857
+ "Two-factor authentication": "المصادقة الثنائية",
858
+ "Two-factor authentication is enabled": "تم تفعيل المصادقة الثنائية",
859
+ "Two-factor authentication with Time-based One-Time Password disabled": "المصادقة الثنائية مع تعطيل كلمة المرور لمرة واحدة المعتمدة على الزمن",
860
+ "Two-factor authentication is disabled": "تم تعطيل المصادقة الثنائية",
861
+ "Auto save": "حفظ تلقائي",
862
+ "Save any changes immediately": "احفظ أي تغييرات فورًا",
863
+ "Transpose": "عكس الأبعاد",
864
+ "Display one column per line": "عرض عمود واحد في كل سطر",
865
+ "Vertical column width": "عرض العمود الرأسي",
866
+ "Vertical width units": "وحدات العرض الرأسية",
867
+ "Save before going back": "احفظ قبل الرجوع",
868
+ "Reload after going back": "إعادة التحميل بعد العودة للخلف",
869
+ "2FA policy": "سياسة التوثيق الثنائي",
870
+ "Steps to go back": "خطوات الرجوع",
871
+ "Place in dropdown": "ضع في القائمة المنسدلة",
872
+ "Hide null columns": "اخفِ الأعمدة الفارغة",
873
+ "Do not display a column if it contains entirely missing values": "لا تعرض عمودًا إذا كان يحتوي على قيم مفقودة بالكامل",
874
+ "Could not verify code": "تعذر التحقق من الرمز",
875
+ "Disable two-factor authentication": "تعطيل المصادقة الثنائية",
876
+ "Enter your two-factor code in order to disable it": "أدخل رمز التحقق الثنائي الخاص بك لتعطيله",
877
+ "Allow the user to enter a new key that is not in the schema": "السماح للمستخدم بإدخال مفتاح جديد غير موجود في المخطط",
878
+ "Check for updates": "تحقق من التحديثات",
879
+ "Versions refreshed": "تم تحديث الإصدارات",
880
+ "Configuration check": "فحص التكوين",
881
+ "Configuration errors": "أخطاء التكوين",
882
+ "Configuration checks passed": "تم اجتياز فحوصات التكوين",
883
+ "On delete cascade": "عند الحذف التتابعي",
884
+ "If the parent row is deleted, automatically delete the child rows.": "إذا تم حذف الصف الأصل، يتم حذف الصفوف الفرعية تلقائيًا.",
885
+ "Extra state Formula": "صيغة الحالة الإضافية",
886
+ "Cannot install unsafe plugins on subdomain tenants": "لا يمكن تثبيت الإضافات غير الآمنة على المستأجرين الفرعيين",
887
+ "Default order descending?": "الترتيب الافتراضي تنازلي؟",
888
+ "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.": "هذه هي الواجهة التي سيتم إرسال المستخدم إليها عند تقديم النموذج. يمكن تجاهل الواجهة التي تحددها هنا بناءً على سياق النموذج، على سبيل المثال إذا ظهر في نافذة منبثقة فلن يحدث التوجيه.",
889
+ "Destination view": "عرض الوجهة",
890
+ "Finish": "إنهاء",
891
+ "Include in full-text search": "تضمين في البحث النصي الكامل",
892
+ "Strings": "سلاسل النصوص",
893
+ "In default language": "باللغة الافتراضية",
894
+ "In %s": "في %s",
895
+ "Enable 2FA": "تمكين المصادقة الثنائية",
896
+ "Or enter this code:": "أو أدخل هذا الرمز:",
897
+ "Disable 2FA": "تعطيل المصادقة الثنائية",
898
+ "Cascade delete to file": "حذف تتابعي للملف",
899
+ "Deleting a row will also delete the file referenced by this field": "حذف صف سيؤدي أيضًا إلى حذف الملف المشار إليه بهذا الحقل",
900
+ "Has channels?": "هل يوجد قنوات؟",
901
+ "Channels to create events for. Separate by comma; leave blank for all": "قنوات لإنشاء الأحداث لها. فصل بينها بفاصلة؛ اتركها فارغة للجميع",
902
+ "Event Name": "اسم الحدث",
903
+ "Plugins (Extensions) Store endpoint": "نقطة نهاية متجر الإضافات (الموديلات)",
904
+ "Packs Store endpoint": "نقطة نهاية متجر الحزم",
905
+ "The endpoint of plugins store.": "نقطة نهاية متجر الإضافات.",
906
+ "The endpoint of packs store.": "نقطة نهاية متجر الحزم.",
907
+ "Manual backup": "النسخ الاحتياطي اليدوي",
908
+ "Automated backup": "النسخ الاحتياطي التلقائي",
909
+ "Frequency": "التكرار",
910
+ "Destination": "الوجهة",
911
+ "Directory": "دليل",
912
+ "Backup settings updated": "تم تحديث إعدادات النسخ الاحتياطي",
913
+ "Backup successful": "تمت عملية النسخ الاحتياطي بنجاح",
914
+ "Invalid ownership formula: %s": "صيغة ملكية غير صحيحة: %s",
915
+ "Expiration in days": "انتهاء الصلاحية بالأيام",
916
+ "Delete old backup files in this directory after the set number of days": "احذف ملفات النسخ الاحتياطي القديمة في هذا الدليل بعد عدد الأيام المحدد",
917
+ "Mobile app": "تطبيق جوال",
918
+ "Build mobile app": "بناء تطبيق جوال",
919
+ "Build Result": "نتيجة البناء",
920
+ "Download automated backup": "تحميل النسخ الاحتياطي التلقائي",
921
+ "Restoring automated backup": "استعادة النسخ الاحتياطي التلقائي",
922
+ "No errors detected during configuration check": "لم يتم الكشف عن أخطاء خلال فحص التكوين",
923
+ "%s view - %s on %s": "عرض %s - %s على %s",
924
+ "Please select at least one platform (android or iOS).": "يرجى اختيار منصة واحدة على الأقل (أندرويد أو iOS).",
925
+ "Back": "رجوع",
926
+ "Periodic snapshots enabled": "تم تفعيل اللقطات الدورية",
927
+ "Snapshot will be made every hour if there are changes": "سيتم إنشاء لقطة كل ساعة إذا كان هناك تغييرات",
928
+ "Snapshots": "لقطات",
929
+ "Snapshot settings updated": "تم تحديث إعدادات اللقطة الفورية",
930
+ "Download snapshots": "قم بتنزيل اللقطات الفورية",
931
+ "Snapshot successful": "تم التقاط اللقطة بنجاح",
932
+ "System logging verbosity": "درجة تفصيل سجل النظام",
933
+ "Destination URL Formula": "صيغة عنوان URL الوجهة",
934
+ "Pattern": "نمط",
935
+ "View pattern": "نمط العرض",
936
+ "The view pattern sets the foundation of how the view relates to the table and the behaviour of the view": "يُحدد نمط العرض أساس كيفية ارتباط العرض بالجدول وسلوك العرض.",
937
+ "Views display data from tables. A view is a view pattern applied to a table, with configuration.": "العرض يظهر البيانات من الجداول. العرض هو نمط عرض مطبق على جدول، مع تهيئة.",
938
+ "Modules": "الوحدات",
939
+ "Module installation and control": "تثبيت وتحكم الوحدة النمطية",
940
+ "Module store": "متجر الوحدات",
941
+ "Module": "وحدة",
942
+ "View patterns": "أنماط العرض",
943
+ "%s module information": "معلومات وحدة %s",
944
+ "Upgrade installed modules": "ترقية الوحدات المثبتة",
945
+ "Add another module": "أضف وحدة إضافية",
946
+ "Add module": "أضف وحدة",
947
+ "Module name": "اسم الوحدة",
948
+ "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، local - الحصول من نظام الملفات المحلي، github - تنزيل من github، git - الحصول من git.",
949
+ "Version of module, latest is default value": "إصدار الوحدة، القيمة الافتراضية هي الأحدث",
950
+ "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.",
951
+ "Modules up-to-date": "الوحدات محدثة",
952
+ "User must have this role or higher to read rows from the table, unless they are the owner": "يجب أن يمتلك المستخدم هذا الدور أو أعلى لقراءة الصفوف من الجدول، ما لم يكونوا هم المالك.",
953
+ "User must have this role or higher to edit or create new rows in the table, unless they are the owner": "يجب أن يمتلك المستخدم هذا الدور أو دوراً أعلى لتحرير أو إنشاء صفوف جديدة في الجدول، ما لم يكن هو المالك.",
954
+ "Tagname": "اسم العلامة",
955
+ "Create tag": "إنشاء علامة",
956
+ "Tags": "العلامات",
957
+ "New tag": "علامة جديدة",
958
+ "Tag name": "اسم العلامة",
959
+ "%s Tag": "علامة %s",
960
+ "Remove From Tag": "إزالة من العلامة",
961
+ "Add tables": "أضف جداول",
962
+ "Add views": "أضف عروض",
963
+ "Add tags": "أضف علامات",
964
+ "Trigger": "مُشغل",
965
+ "Add %s to tag": "أضف %s إلى العلامة",
966
+ "Tag %s deleted": "تم حذف العلامة %s",
967
+ "Tag %s created": "تم إنشاء العلامة %s",
968
+ "Application diagram": "مخطط التطبيق",
969
+ "Diagram": "مخطط",
970
+ "Entry point": "نقطة الدخول",
971
+ "Platform": "منصة",
972
+ "docker": "دوكر",
973
+ "android": "أندرويد",
974
+ "iOS": "iOS",
975
+ "App file": "ملف التطبيق",
976
+ "Server URL": "عنوان URL للخادم",
977
+ "Module %s installed, please complete configuration.": "تم تثبيت الوحدة %s، يرجى إكمال الإعداد.",
978
+ "Module %s removed.": "تمت إزالة الوحدة %s.",
979
+ "Module %s installed": "تم تثبيت الوحدة %s",
980
+ "Upgrading modules...": "ترقية الوحدات...",
981
+ "Backup now": "احتياط الآن",
982
+ "Snapshot now": "التقط صورة لحظية الآن",
983
+ "Restore/download automated backups &raquo;": "استعادة/تحميل النسخ الاحتياطية التلقائية &raquo;",
984
+ "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).": "تخزن اللقطات (Snapshots) بنية تطبيقك وتعريفه، بدون بيانات الجدول. يمكن استعادة الواجهات والصفحات الفردية من اللقطات من خلال نظرات عامة على <a href='/viewedit'>الواجهة</a> أو <a href='/pageedit'>الصفحات</a> (\"استعادة\" من قوائم منسدلة لصفحة أو واجهة معينة).",
985
+ "List/download snapshots &raquo;": "قائمة/تنزيل لقطات &raquo;",
986
+ "Discover tables that are already in the Database, but not known to Saltcorn": "اكتشف الجداول التي توجد بالفعل في قاعدة البيانات ولكن غير معروفة لـ Saltcorn",
987
+ "Split paste": "تقسيم اللصق",
988
+ "Separate paste content into separate inputs": "افصل محتوى اللصق إلى مدخلات منفصلة",
989
+ "Add entries to tag": "أضف سجلات إلى العلامة",
990
+ "Add pages": "أضف صفحات",
991
+ "Add triggers": "أضف مشغلات",
992
+ "Formula value": "قيمة الصيغة",
993
+ "The build was successfully": "تم بناء التطبيق بنجاح",
994
+ "Unable to build the app": "غير قادر على بناء التطبيق",
995
+ "Add tag": "إضافة علامة",
996
+ "Create new row": "إنشاء صف جديد",
997
+ "Specify how to create a new row": "حدد كيفية إنشاء صف جديد",
998
+ "Preview": "معاينة",
999
+ "Minimum role updated": "الدور الأدنى تم تحديثه",
1000
+ "Module not found": "الوحدة غير موجودة",
1001
+ "View %s not found": "لم يتم العثور على العرض %s",
1002
+ "Query %s not found": "لم يتم العثور على الاستعلام %s",
1003
+ "Open": "افتح",
1004
+ "Only the android build supports docker.": "فقط بناء الأندرويد يدعم دوكر.",
1005
+ "Please enter a valid server URL.": "يرجى إدخال عنوان URL صالح للخادم.",
1006
+ "Table access": "وصول الجدول",
1007
+ "Download one of the backups above": "قم بتنزيل أحد النسخ الاحتياطية أعلاه",
1008
+ "Clear this application": "امسح هذا التطبيق",
1009
+ "(tick all boxes)": "(ضع علامة على جميع الخانات)",
1010
+ "When prompted to create the first user, click the link to restore a backup": "عندما يُطلب منك إنشاء المستخدم الأول، انقر على الرابط لاستعادة نسخة احتياطية.",
1011
+ "Select the downloaded backup file": "اختر ملف النسخ الاحتياطي المُحمّل",
1012
+ "Units": "وحدات",
1013
+ "Descending?": "تنازلي؟",
1014
+ "Small": "صغير",
1015
+ "Medium": "متوسط",
1016
+ "Large": "كبير",
1017
+ "Extra-large": "كبير جدًا",
1018
+ "Please select at least one item": "يرجى اختيار عنصر واحد على الأقل",
1019
+ "Only include rows where this formula is true. ": "قم بتضمين الصفوف التي تكون هذه الصيغة صحيحة فيها فقط.",
1020
+ "Use %s to access current user ID": "استخدم %s للوصول إلى معرف المستخدم الحالي",
1021
+ "Action not found": "الإجراء غير موجود",
1022
+ "Development settings": "إعدادات التطوير",
1023
+ "All entities": "جميع الكيانات",
1024
+ "no tags": "لا توجد علامات",
1025
+ "Development mode settings updated": "تم تحديث إعدادات وضع التطوير",
1026
+ "Locale identifier short code, e.g. en, zh, fr, ar etc. ": "رمز مُعرف الإعداد المحلي القصير، على سبيل المثال، en، zh، fr، ar، إلخ.",
1027
+ "Is this the default language in which the application is built?": "هل هذه هي اللغة الافتراضية التي تم بناء التطبيق بها؟",
1028
+ "Database type": "نوع قاعدة البيانات",
1029
+ "Database schema name": "اسم مخطط قاعدة البيانات",
1030
+ "Database user": "مستخدم قاعدة البيانات",
1031
+ "Database host": "مضيف قاعدة البيانات",
1032
+ "Database port": "منفذ قاعدة البيانات",
1033
+ "Creator email": "البريد الإلكتروني للمنشئ",
1034
+ "Create tenant warning text": "إنشاء نص تحذيري للمستأجر",
1035
+ "Provide your own create warning text if need": "قدم نص التحذير الخاص بك إذا لزم الأمر",
1036
+ "Specify some description for tenant if need": "حدد بعض الأوصاف للمستأجر إذا لزم الأمر",
1037
+ "Created": "تم إنشاؤه",
1038
+ "First user E-mail": "البريد الإلكتروني الأول للمستخدم",
1039
+ "HTTP settings": "إعدادات HTTP",
1040
+ "Login and Signup": "تسجيل الدخول وإنشاء حساب",
1041
+ "Rights": "الحقوق",
1042
+ "Rights settings": "إعدادات الصلاحيات",
1043
+ "Database name": "اسم قاعدة البيانات",
1044
+ "Database schema": "مخطط قاعدة البيانات",
1045
+ "If the parent row is deleted, do this to the child rows.": "إذا تم حذف الصف الأصل، قم بهذا للصفوف الفرعية.",
1046
+ "On delete": "عند الحذف",
1047
+ "Permissions": "الصلاحيات",
1048
+ "Permissions settings": "إعدادات الأذونات",
1049
+ "Files accept filter ": "الملفات تقبل فلتر",
1050
+ "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/*`",
1051
+ "Permissions settings updated": "تم تحديث إعدادات الأذونات",
1052
+ "Upload file(s)": "قم برفع الملف(ات)",
1053
+ "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/*`",
1054
+ "Default Files accept filter": "مرشح قبول الملفات الافتراضية",
1055
+ "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/*`",
1056
+ "Destination page": "صفحة الوجهة",
1057
+ "Module Store endpoint": "نقطة نهاية متجر الوحدة",
1058
+ "Authentication settings updated": "تم تحديث إعدادات المصادقة",
1059
+ "Log client errors": "تسجيل أخطاء العميل",
1060
+ "Record all client errors in the crash log": "سجل جميع أخطاء العميل في سجل الأعطال",
1061
+ "Default File accept filter": "مرشح قبول الملف الافتراضي",
1062
+ "File upload debug": "تصحيح أخطاء تحميل الملف",
1063
+ "Turn on to debug file upload in express-fileupload.": "قم بتفعيل تصحيح تحميل الملفات في express-fileupload.",
1064
+ "Upload size limit (Kb)": "حد حجم التحميل (كيلوبايت)",
1065
+ "Maximum upload file size in kilobytes": "الحد الأقصى لحجم الملف المرفوع بالكيلوبايت",
1066
+ "File upload timeout": "مهلة تحميل الملف",
1067
+ "Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "يحدد المدة التي ينتظرها النظام للحصول على البيانات قبل إلغاء تحميل الملف. قم بضبطه على 0 إذا كنت ترغب في إيقاف التحقق من المهلة الزمنية.",
1068
+ "Files settings": "إعدادات الملفات",
1069
+ "NPM packages in code": "حزم NPM في الكود",
1070
+ "Comma-separated list of packages which will be available in JavaScript actions": "قائمة مفصولة بفواصل للحزم التي ستكون متاحة في إجراءات JavaScript",
1071
+ "Become user": "تصبح مستخدمًا",
1072
+ "Your are now logged in as %s. Logout and login again to assume your usual identity": "لقد قمت بتسجيل الدخول الآن باسم %s. قم بتسجيل الخروج وتسجيل الدخول مرة أخرى لتتبنى هويتك المعتادة.",
1073
+ "Done": "تم",
1074
+ "Configure trigger %s": "قم بتكوين المشغل %s",
1075
+ "Saved 2FA policy for role": "تم حفظ سياسة المصادقة الثنائية للدور",
1076
+ "HTTP settings updated": "تم تحديث إعدادات HTTP",
1077
+ "%s configuration": "تكوين %s",
1078
+ "Save indicator": "مؤشر الحفظ",
1079
+ "Public cache TTL (minutes)": "وقت حياة ذاكرة التخزين المؤقت العامة (بالدقائق)",
1080
+ "Cache-control max-age for public views and pages. 0 to disable": "تحكم بالكاش، العمر الأقصى للعرض والصفحات العامة. 0 للتعطيل.",
1081
+ "Files accept filter": "الملفات تقبل فلتر",
1082
+ "User group": "مجموعة المستخدمين",
1083
+ "Add relations to this table in dropdown options for ownership field": "أضف علاقات إلى هذا الجدول في خيارات القائمة المنسدلة لحقل الملكية",
1084
+ "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.": "لديك عروض بدور يتمتع بصلاحيات وصول أقل من دور الجدول للقراءة، دون امتلاك الجدول. قد يؤدي هذا إلى رفض الوصول. يجب أن يكون لدى المستخدمين صلاحية الوصول لقراءة الجدول لأي بيانات يتم عرضها.",
1085
+ "Views potentially affected": "الواجهات المحتمل تأثرها",
1086
+ "Empty view": "عرض فارغ",
1087
+ "A view that will be shown only if there are no tables rows to show": "عرض سيظهر فقط إذا لم تكن هناك صفوف في الجدول لعرضها",
1088
+ "Calculated field will be stored in Database": "سيتم تخزين الحقل المحسوب في قاعدة البيانات",
1089
+ "Set Email": "تعيين البريد الإلكتروني",
1090
+ "Please enter your email address": "يرجى إدخال عنوان بريدك الإلكتروني",
1091
+ "Role for search": "دور البحث",
1092
+ "Min role to access search page": "الدور الأدنى للوصول إلى صفحة البحث",
1093
+ "Update": "تحديث",
1094
+ "Add": "أضف",
1095
+ "Recalculate dynamic": "أعد حساب الديناميكيات",
1096
+ "Force logout": "تسجيل الخروج الإجباري",
1097
+ "Logged out user %s": "تم تسجيل خروج المستخدم %s",
1098
+ "Reset password link sent to %s": "تم إرسال رابط إعادة تعيين كلمة المرور إلى %s",
1099
+ "We request that you change your password on %s. You can set your new password through this link: ": "نطلب منك تغيير كلمة المرور الخاصة بك في %s. يمكنك تعيين كلمة المرور الجديدة من خلال هذا الرابط:",
1100
+ "Welcome to %s": "مرحبًا بك في %s",
1101
+ "We have created an account for you on %s. You can set your new password through this link: ": "لقد أنشأنا حسابًا لك على %s. يمكنك تعيين كلمة المرور الجديدة الخاصة بك من خلال هذا الرابط:",
1102
+ "Use this link to access the application once you have set your password: %s": "استخدم هذا الرابط للوصول إلى التطبيق بعد أن تقوم بتعيين كلمة المرور الخاصة بك: %s",
1103
+ "Tag: %s": "وسم: %s",
1104
+ "Tag entry": "إدخال العلامة",
1105
+ "Clear": "مسح",
1106
+ "Restore a snapshot": "استعادة لقطة سريعة",
1107
+ "Snapshot restored": "تم استعادة النسخة اللحظية",
1108
+ "Configuration check report": "تقرير فحص التكوين",
1109
+ "Re-run": "إعادة تشغيل",
1110
+ "Add constraint:": "أضف قيدًا:",
1111
+ "Index": "فهرس",
1112
+ "Add constraint: ": "أضف قيدًا:",
1113
+ "Choose the field to be indexed": "اختر الحقل ليتم فهرسته",
1114
+ "Constraint formula": "صيغة القيد",
1115
+ "Formula must evaluate to true for valid rows. In scope: ": "يجب أن تُقيم الصيغة إلى صحيح للصفوف الصالحة. ضمن النطاق:",
1116
+ "Add %s constraint to %s": "أضف قيد %s إلى %s",
1117
+ "What": "ماذا",
1118
+ "Choose the field to be indexed. This make searching the table faster.": "اختر الحقل ليتم فهرسته. هذا يجعل البحث في الجدول أسرع.",
1119
+ "Disk usage": "استخدام القرص",
1120
+ "CPU usage": "استخدام وحدة المعالجة المركزية",
1121
+ "Mem usage": "استخدام الذاكرة",
1122
+ "The field that will be shown to the user when choosing a value": "الحقل الذي سيظهر للمستخدم عند اختيار قيمة",
1123
+ "String value must match regular expression": "يجب أن تتطابق قيمة النص مع التعبير النظامي",
1124
+ "Modules up-to-date. Please restart server": "الوحدات محدثة. يرجى إعادة تشغيل الخادم.",
1125
+ "Install git plugins": "قم بتثبيت إضافات جيت",
1126
+ "Set available npm modules": "تعيين الوحدات النمطية المتاحة لـ npm",
1127
+ "Only store modules can be installed on tenant instances": "يمكن تثبيت الوحدات النمطية الخاصة بالمتجر فقط على نماذج المستأجر",
1128
+ "Unsafe modules": "الوحدات غير الآمنة",
1129
+ "Notifications": "الإشعارات",
1130
+ "No notifications": "لا توجد إشعارات",
1131
+ "In user menu": "في قائمة المستخدم",
1132
+ "Show notifications in the user menu": "عرض الإشعارات في قائمة المستخدم",
1133
+ "Notification settings": "إعدادات الإشعارات",
1134
+ "PWA": "تطبيق ويب تقدمي",
1135
+ "Progressive Web Application": "تطبيق ويب تدريجي",
1136
+ "Display": "عرض",
1137
+ "Progressive Web Application enabled": "تم تفعيل تطبيق الويب التقدمي",
1138
+ "Saltcorn test email": "اختبار بريد إلكتروني في Saltcorn",
1139
+ "Hello from Saltcorn": "مرحبًا من Saltcorn",
1140
+ "Set colors": "تعيين الألوان",
1141
+ "Theme color": "لون الثيم",
1142
+ "Background color": "لون الخلفية",
1143
+ "Table provider": "جدول المزود",
1144
+ "Database table": "جدول قاعدة البيانات",
1145
+ "Configure provider": "تكوين مزود",
1146
+ "In scope:": "في نطاق:",
1147
+ "SSL expiry": "انتهاء صلاحية SSL",
1148
+ "A page with this name already exists": "صفحة بهذا الاسم موجودة بالفعل",
1149
+ "Tenant Base URL": "عنوان URL الأساسي للمستأجر",
1150
+ "Base hostname for newly created tenants. If unset, defaults to hostname": "اسم المضيف الأساسي للمستأجرين الجدد. إذا لم يتم تعيينه، يعود افتراضيًا إلى اسم المضيف.",
1151
+ "Redirect unauthorized": "إعادة توجيه غير مصرح به",
1152
+ "If tenant creation is not authorized, redirect to this URL": "إذا لم يكن إنشاء المستأجر مصرحًا به، قم بإعادة التوجيه إلى هذا العنوان URL",
1153
+ "Import table %s": "استيراد جدول %s",
1154
+ "Import CSV": "استيراد ملف CSV",
1155
+ "Show configuration object": "عرض كائن التكوين",
1156
+ "Connected views": "الواجهات المتصلة",
1157
+ "Tenant application capabilities": "قدرات تطبيق المستأجر",
1158
+ "Edit Module": "تعديل الوحدة",
1159
+ "Roles 2-10 are reserved": "الأدوار 2-10 محجوزة",
1160
+ "Role IDs 2-10 are reserved": "معرفات الأدوار من 2 إلى 10 محجوزة",
1161
+ "Allow offline mode": "السماح بالوضع الغير متصل",
1162
+ "Embedded in": "مضمن في",
1163
+ "Linked from": "مرتبط من",
1164
+ "Table constraints": "قيود الجدول",
1165
+ "Event logs": "سجلات الأحداث",
1166
+ "Migrations": "الترحيلات",
1167
+ "Tag Entries": "إدخالات الوسم",
1168
+ "Not a valid field name": "اسم الحقل غير صالح",
1169
+ "Set a default value for missing data": "قم بتعيين قيمة افتراضية للبيانات المفقودة",
1170
+ "Create model": "إنشاء نموذج",
1171
+ "Models": "النماذج",
1172
+ "New model": "نموذج جديد",
1173
+ "Show model": "عرض النموذج",
1174
+ "Model instances": "نماذج الكيانات",
1175
+ "Trained": "مُدرب",
1176
+ "Train new instance": "تدريب نموذج جديد",
1177
+ "Train model": "تدريب النموذج",
1178
+ "Train": "قطار",
1179
+ "Report": "تقرير",
1180
+ "Model training report": "تقرير تدريب النموذج",
1181
+ "Model training error": "خطأ في تدريب النموذج",
1182
+ "Training error": "خطأ التدريب",
1183
+ "Model": "نموذج",
1184
+ "Model instance": "نموذج الكيان",
1185
+ "Prediction output": "نتائج التنبؤ",
1186
+ "Table triggers: ": "مشغلات الجدول:",
1187
+ "App name": "اسم التطبيق",
1188
+ "App icon": "أيقونة التطبيق",
1189
+ "Splash Page": "صفحة البداية",
1190
+ "App version": "إصدار التطبيق",
1191
+ "Forgot password?": "نسيت كلمة المرور؟",
1192
+ "Details": "تفاصيل",
1193
+ "URL is a formula?": "لا، الـ URL ليس صيغة، إنه اختصار لـ \"Uniform Resource Locator\" وهو يشير إلى العنوان الذي يُستخدم للوصول إلى موارد معينة على الإنترنت.",
1194
+ "Receive notifications by:": "استقبال الإشعارات عن طريق:",
1195
+ "Backup settings": "إعدادات النسخ الاحتياطي",
1196
+ "Logo image": "صورة الشعار",
1197
+ "Custom code": "شيفرة مخصصة",
1198
+ "Extension store": "متجر الإضافات",
1199
+ "Backup file prefix": "بادئة ملف النسخ الاحتياطي",
1200
+ "Directory for backup files": "دليل لملفات النسخ الاحتياطي",
1201
+ "Backup File Prefix": "بادئة ملف النسخ الاحتياطي",
1202
+ "Search for...": "ابحث عن...",
1203
+ "Every 5 minutes": "كل 5 دقائق",
1204
+ "Not scheduled but can be run as an action from a button click": "لم يتم جدولتها ولكن يمكن تشغيلها كإجراء من خلال النقر على زر",
1205
+ "Fixed and blocked fields": "الحقول الثابتة والمحظورة",
1206
+ "Do not allow the following fields to have a value set from the query string or state": "لا تسمح بتعيين قيمة للحقول التالية من سلسلة الاستعلام أو الحالة",
1207
+ "Action configuration saved": "تم حفظ تكوين الإجراء",
1208
+ "Prevent any deletion of parent rows": "منع حذف الصفوف الأصلية",
1209
+ "If the parent row is deleted, set key fields on child rows to null": "إذا تم حذف الصف الأصل، قم بتعيين حقول المفاتيح في الصفوف الفرعية إلى قيمة فارغة (null)",
1210
+ "Link out?": "هل تريد الربط الخارجي؟",
1211
+ "Show a link to open popup contents in new tab": "عرض رابط لفتح محتويات النافذة المنبثقة في علامة تبويب جديدة",
1212
+ "Model %s deleted": "تم حذف النموذج %s",
1213
+ "Model instance %s deleted": "تم حذف نموذج الكيان %s",
1214
+ "Action information saved": "تم حفظ معلومات الإجراء",
1215
+ "JavaScript code:": "كود جافا سكريبت:",
1216
+ "code here": "اكتب الكود هنا",
1217
+ "Page '%s' was loaded": "تم تحميل الصفحة '%s'",
1218
+ "View '%s' was loaded": "تم تحميل العرض '%s'",
1219
+ "Error message": "رسالة خطأ",
1220
+ "Error shown to user if uniqueness is violated": "الخطأ المعروض للمستخدم إذا تم انتهاك الفرادة",
1221
+ "Protected": "محمي",
1222
+ "Set role to access": "اضبط دور الوصول",
1223
+ "User must have this role or higher to update or create field values": "يجب أن يمتلك المستخدم هذا الدور أو دوراً أعلى لتحديث أو إنشاء قيم الحقول.",
1224
+ "Disable on mobile": "تعطيل على الجوال",
1225
+ "moment.js format specifier": "مُحدد تنسيق moment.js",
1226
+ "Primary button": "زر رئيسي",
1227
+ "Secondary button": "زر ثانوي",
1228
+ "Success button": "زر النجاح",
1229
+ "Danger button": "زر الخطر",
1230
+ "Primary outline button": "زر مخطط أساسي",
1231
+ "Secondary outline button": "زر المخطط الثانوي",
1232
+ "Standard": "معياري",
1233
+ "X-Small": "إكس-صغير جداً",
1234
+ "Block": "قطعة",
1235
+ "Large block": "كتلة كبيرة",
1236
+ "Formula for JavaScript object that will be added to state parameters": "صيغة لكائن JavaScript الذي سيتم إضافته إلى معاملات الحالة",
1237
+ "Alignment": "محاذاة",
1238
+ "Click to edit?": "انقر للتعديل؟",
1239
+ "Format": "تنسيق",
1240
+ "Table Synchronization": "مزامنة الجدول",
1241
+ "unsynched": "غير متزامن",
1242
+ "synched": "مزامنة",
1243
+ "Sync information": "مزامنة المعلومات",
1244
+ "Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "تتتبع معلومات المزامنة الطابع الزمني لآخر تعديل أو حذف حتى يمكن مزامنة بيانات الجدول مع التطبيق المحمول.",
1245
+ "Included Plugins": "الإضافات المدرجة",
1246
+ "exclude": "استبعاد",
1247
+ "include": "تضمين",
1248
+ "Auto public login": "تسجيل دخول عام تلقائي",
1249
+ "New user view": "عرض المستخدم الجديد",
1250
+ "A view to show to new users, to finalise registration (if Edit) or as a welcome view": "عرض لإظهاره للمستخدمين الجدد، لإنهاء التسجيل (إذا كان تعديل) أو كعرض ترحيبي",
1251
+ "View decoration": "تزيين العرض",
1252
+ "Title formula": "صيغة العنوان",
1253
+ "Show if true": "اظهر إذا كان ذلك صحيحا",
1254
+ "Formula. Leave blank to always show": "صيغة. اتركه فارغًا ليتم عرضه دائمًا",
1255
+ "Popup width": "عرض النافذة المنبثقة",
1256
+ "Show an icon in the title bar to indicate when form data is being saved": "اظهر أيقونة في شريط العنوان للدلالة على أن بيانات النموذج تُحفظ",
1257
+ "install a different version": "قم بتثبيت نسخة مختلفة",
1258
+ "%s versions": "إصدارات %s",
1259
+ "Close": "إغلاق",
1260
+ "Module up-to-date": "الوحدة محدثة",
1261
+ "Module '%s' not found": "الوحدة '%s' غير موجودة",
1262
+ "Module %s not found": "الوحدة %s غير موجودة",
1263
+ "Include Event Logs": "تضمين سجلات الأحداث",
1264
+ "Backup with event logs": "النسخ الاحتياطي مع سجلات الأحداث",
1265
+ "Initially open": "افتح في البداية",
1266
+ "Not a valid pack": "حزمة غير صالحة",
1267
+ "Pack file": "حزم الملف",
1268
+ "Upload a pack file": "قم بتحميل ملف الحزمة",
1269
+ "No menu": "لا يوجد قائمة",
1270
+ "Omit the menu from this page": "احذف القائمة من هذه الصفحة",
1271
+ "%s finished without a result": "%s انتهى دون نتيجة",
1272
+ "Body size limit (Kb)": "حد حجم الجسم (كيلوبايت)",
1273
+ "Maximum request body size in kilobytes": "الحد الأقصى لحجم جسم الطلب بالكيلوبايت",
1274
+ "URL encoded size limit (Kb)": "حد حجم الرابط المُشفر (كيلوبايت)",
1275
+ "Maximum URL encoded request size in kilobytes": "الحد الأقصى لحجم الطلب المشفر بتنسيق URL بالكيلوبايت",
1276
+ "HTML file": "ملف HTML",
1277
+ "HTML file to use as page content": "ملف HTML لاستخدامه كمحتوى صفحة",
1278
+ "Offline mode: cannot load file": "وضع غير متصل: تعذر تحميل الملف",
1279
+ "None - use drag and drop builder": "لا شيء - استخدم مُنشئ السحب والإفلات",
1280
+ "Do not pick or compare time": "لا تختر أو تقارن الوقت",
1281
+ "Installed theme": "الثيم المُثبت",
1282
+ "Theme for role": "سمة للدور",
1283
+ "Set theme for each user role »": "اضبط النسق لكل دور مستخدم",
1284
+ "Available themes": "الثيمات المتاحة",
1285
+ "Install more themes »": "تثبيت المزيد من الثيمات »",
1286
+ "Configure action": "تكوين الإجراء",
1287
+ "No changes detected, snapshot skipped": "لم يتم اكتشاف أي تغييرات، تم تخطي اللقطة الفورية",
1288
+ "Cannot remove module: views %s depend on it": "لا يمكن إزالة الوحدة: العروض %s تعتمد عليها",
1289
+ "The view name is part of the URL when it is shown alone.": "اسم العرض يكون جزءًا من عنوان URL عندما يُعرض بمفرده.",
1290
+ "Exclusion relations": "علاقات الاستثناء",
1291
+ "Do not include row if this relation has a match": "لا تشمل الصف إذا كانت هذه العلاقة تمتلك تطابقًا",
1292
+ "Exclusion where": "استثناء حيث",
1293
+ "Hoverable rows": "صفوف قابلة للتحويم",
1294
+ "Highlight row under cursor": "إبراز الصف تحت المؤشر",
1295
+ "Striped rows": "صفوف مخططة",
1296
+ "Add zebra stripes to rows": "أضف خطوط الحمار الوحشي إلى الصفوف",
1297
+ "New page group": "مجموعة صفحات جديدة",
1298
+ "Page Groups": "مجموعات الصفحات",
1299
+ "%s edit": "%s تعديل",
1300
+ "Members": "الأعضاء",
1301
+ "Add member": "أضف عضوا",
1302
+ "Edit group properties": "تعديل خصائص المجموعة",
1303
+ "Page to be served": "الصفحة المطلوب تقديمها",
1304
+ "A description of the group member": "وصف عضو المجموعة",
1305
+ "Eligible Formula": "الصيغة المؤهلة",
1306
+ "Formula to determine if this page should be served.": "صيغة لتحديد ما إذا كان يجب تقديم هذه الصفحة.",
1307
+ "Cancel": "إلغاء",
1308
+ "%s add-member": "%s إضافة-عضو",
1309
+ "add-member": "أضف-عضو",
1310
+ "add member to %s": "أضف عضواً إلى %s",
1311
+ "Added member": "تم إضافة عضو",
1312
+ "Member %s": "عضو %s",
1313
+ "Updated member": "عضو مُحدث",
1314
+ "%s edit-member": "%s تعديل-عضو",
1315
+ "edit member of %s": "تعديل عضو في %s",
1316
+ "Removed member %s": "تمت إزالة العضو %s",
1317
+ "Deleted page group %s": "تم حذف مجموعة الصفحات %s",
1318
+ "Missing screen info": "معلومات الشاشة مفقودة",
1319
+ "What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "ماذا تفعل إذا لم تُعطى معلومات الشاشة؟ أعد التحميل بمعايير أو تخمينها من وكيل المستخدم.",
1320
+ "Guess from user agent": "تخمين من وكيل المستخدم",
1321
+ "Reload": "إعادة تحميل",
1322
+ "User Agent screen infos": "معلومات شاشة وكيل المستخدم",
1323
+ "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.": "تُستخدم معلومات الشاشة هذه عندما لا يرسل المتصفح هذه المعلومات. عند تعيين \"معلومات الشاشة المفقودة\" إلى \"التخمين من وكيل المستخدم\"، يتم تعيين وكيل المستخدم إلى جهاز بالقيم التالية.",
1324
+ "Add screen info": "أضف معلومات الشاشة",
1325
+ "Page Group settings": "إعدادات مجموعة الصفحات",
1326
+ "Pagegroups": "مجموعات الصفحات",
1327
+ "width": "عرض",
1328
+ "height": "الارتفاع",
1329
+ "innerWidth": "عرض النافذة الداخلي",
1330
+ "innerHeight": "الارتفاع الداخلي",
1331
+ "Screen info added": "تمت إضافة معلومات الشاشة",
1332
+ "Screen info removed": "تمت إزالة معلومات الشاشة",
1333
+ "Edit screen info": "تعديل معلومات الشاشة",
1334
+ "Screen info saved": "تم حفظ معلومات الشاشة",
1335
+ "Settings saved": "تم حفظ الإعدادات",
1336
+ "Destination page group": "مجموعة صفحة الوجهة",
1337
+ "Your page groups": "مجموعات صفحتك",
1338
+ "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.": "تحتوي المجموعة على صفحات بصيغة مؤهلة. عند طلب مجموعة، تُقدم أول صفحة تتطابق مع الصيغة. بهذه الطريقة، يمكنك اختيار صفحة بناءً على شاشة الجهاز.",
1339
+ "Create page group": "إنشاء مجموعة صفحات",
1340
+ "Page groups": "مجموعات الصفحات",
1341
+ "Calculated non-stored fields cannot have Key type": "لا يمكن أن تكون الحقول المحسوبة غير المخزنة من نوع المفتاح",
1342
+ "Row click URL": "عنوان URL لنقرة الصف",
1343
+ "Formula. Navigate to this URL when row is clicked": "صيغة. انتقل إلى هذا العنوان عند النقر على الصف",
1344
+ "Time of day": "وقت اليوم",
1345
+ "UTC timezone": "التوقيت العالمي المنسق",
1346
+ "Show if formula": "عرض إذا كانت الصيغة",
1347
+ "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>المستخدم</code>. للحصول على الحالة الكاملة استخدم <code>الصف</code>. مثال: <code>!!row.createlink</code> لعرض الرابط إذا وفقط إذا كانت الحالة تحتوي على <code>createlink</code>.",
1348
+ "Pagegroup": "مجموعة الصفحات",
1349
+ "Pagegroup %s has no members": "مجموعة الصفحات %s لا تحتوي على أعضاء",
1350
+ "Remove border": "إزالة الحدود",
1351
+ "No lines between tables": "لا خطوط بين الجداول",
1352
+ "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> هنا إذا كانت القيم المسموح بها هي الأحمر والأخضر والأزرق. اتركه فارغًا إذا كان النص يمكن أن يحتوي على أي قيمة.",
1353
+ "Page description": "وصف الصفحة",
1354
+ "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>",
1355
+ "For search engines. Some view patterns accept interpolations.": "لمحركات البحث. بعض نماذج العرض تقبل التداخلات.",
1356
+ "Files cache TTL (minutes)": "مدة بقاء ذاكرة التخزين المؤقت للملفات (بالدقائق)",
1357
+ "Cache-control max-age for files.": "تحكم ذاكرة التخزين المؤقت للملفات بالحد الأقصى للعمر.",
1358
+ "Popup min width": "عرض النافذة المنبثقة الأدنى",
1359
+ "Add %s to tag %s": "أضف %s إلى العلامة %s",
1360
+ "Add entries to tag %s": "أضف مدخلات إلى العلامة %s",
1361
+ "Tag not found": "لم يتم العثور على العلامة",
1362
+ "Unable to save: No page or no layout": "غير قادر على الحفظ: لا يوجد صفحة أو تخطيط",
1363
+ "Unable to save: No view": "غير قادر على الحفظ: لا يوجد عرض",
1364
+ "%s has no eligible page": "%s لا يملك صفحة مؤهلة",
1365
+ "Random allocation": "توزيع عشوائي",
1366
+ "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.",
1367
+ "Pagegroup %s not found": "لم يتم العثور على مجموعة الصفحات %s",
1368
+ "Create trigger": "إنشاء مشغل",
1369
+ "Omit the menu from this view": "احذف القائمة من هذا العرض",
1370
+ "Cross-domain iframe": "إطار iframe عبر النطاقات",
1371
+ "Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "السماح بالتضمين في iframe على نطاقات مختلفة. إلغاء تعيين رأس X-Frame-Options",
1372
+ "Logout URL": "رابط تسجيل الخروج",
1373
+ "The URL to direct to after logout": "عنوان URL للتوجيه بعد تسجيل الخروج",
1374
+ "Runtime informations": "معلومات وقت التشغيل",
1375
+ "open logs viewer": "افتح عارض السجلات",
1376
+ "Server logs": "سجلات الخادم",
1377
+ "Timestamp": "طابع زمني",
1378
+ "Message": "رسالة",
1379
+ "Please enter the two-factor authetication code from your authenticator device": "يرجى إدخال رمز المصادقة الثنائية من جهاز المصادقة الخاص بك",
1380
+ "Only if...": "فقط إذا...",
1381
+ "Allow self signed": "السماح بالتوقيع الذاتي",
1382
+ "Open a connection to TLS server with self-signed or invalid TLS certificate": "افتح اتصالاً بخادم TLS مع شهادة TLS ذاتية التوقيع أو غير صالحة",
1383
+ "Allow self-signed": "السماح بالتوقيع الذاتي",
1384
+ "Optionally associate a table with this trigger": "يرجى ربط جدول اختياريًا بهذا المُشغل",
1385
+ "Delete table": "حذف جدول",
1386
+ "Signup role": "دور التسجيل",
1387
+ "The initial role of signed up users": "الدور الأولي للمستخدمين المسجلين",
1388
+ "Cordova builder": "منشئ كوردوفا",
1389
+ "not available": "غير متوفر",
1390
+ "pull": "اسحب",
1391
+ "refresh": "تحديث",
1392
+ "installed": "مُثبتة",
1393
+ "Include table history in backup": "قم بتضمين سجل الجدول في النسخ الاحتياطي",
1394
+ "The plugin was corrupted and had to be repaired. We recommend restarting your server.": "تم إتلاف الإضافة وكان يجب إصلاحها. نوصي بإعادة تشغيل الخادم الخاص بك.",
1395
+ "%s code page": "صفحة رمز %s",
1396
+ "Constants and function code": "ثوابت وشيفرة الوظيفة",
1397
+ "Delete code page": "حذف صفحة الكود",
1398
+ "Adjust the the theme for this user": "اضبط الثيم لهذا المستخدم",
1399
+ "Configure theme": "تهيئة الثيم",
1400
+ "Remove all user specific theme settings": "احذف جميع إعدادات السمات الخاصة بالمستخدم",
1401
+ "Configure %s Plugin for %s": "قم بتهيئة إضافة %s لـ %s",
1402
+ "The current theme has no user specific settings": "النسق الحالي لا يحتوي على إعدادات محددة للمستخدم",
1403
+ "Some themes support only one level of menu nesting.": "بعض الثيمات تدعم مستوى واحد فقط من التدرج في القائمة.",
1404
+ "Apple Team ID": "معرف فريق آبل",
1405
+ "Please enter your Apple Team ID": "الرجاء إدخال معرّف فريق Apple الخاص بك",
1406
+ "To see changes for '%s' in show-if-formulas, users need to relogin": "لرؤية التغييرات لـ '%s' في صيغ العرض-إذا، يحتاج المستخدمون إلى إعادة تسجيل الدخول",
1407
+ "Server host": "مضيف الخادم",
1408
+ "Username": "اسم المستخدم",
1409
+ "Port": "منفذ",
1410
+ "All tenants": "جميع المستأجرين",
1411
+ "Also backup all tenants": "قم أيضاً بنسخ جميع النُظم احتياطياً",
1412
+ "Retain local directory": "احتفظ بالدليل المحلي",
1413
+ "Retain a local backup copy in this directory (optional)": "احتفظ بنسخة احتياطية محلية في هذا الدليل (اختياري)",
1414
+ "Do not wrap response in a success object": "لا تقم بتغليف الاستجابة في كائن نجاح",
1415
+ "Use table description instead of name as header": "استخدم وصف الجدول بدلاً من الاسم كعنوان",
1416
+ "Description header": "رأس الوصف",
1417
+ "Lazy load views": "تحميل كسول للعرض",
1418
+ "Log IP address": "تسجيل عنوان IP",
1419
+ "Record the request IP address in log messages": "سجل عنوان IP الخاص بالطلب في رسائل السجل",
1420
+ "App ID": "معرّف التطبيق",
1421
+ "Build type": "نوع البناء",
1422
+ "debug": "تصحيح الأخطاء",
1423
+ "release": "إصدار",
1424
+ "Keystore File": "ملف مخزن المفاتيح",
1425
+ "Keystore Alias": "اسم مستعار لمخزن المفاتيح",
1426
+ "Keystore Password": "كلمة سر مخزن المفاتيح",
1427
+ "xcodebuild": "xcodebuild",
1428
+ "Provisioning Profile": "ملف التوفير",
1429
+ "Registry editor": "محرر السجلات",
1430
+ "Mobile HTML": "HTML للجوال",
1431
+ "HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "HTML للعنصر في شريط التنقل السفلي. يدعم حاليًا فقط بواسطة موضوع ميترونيك.",
1432
+ "A short name that will be in the page URL": "اسم قصير سيظهر في عنوان URL للصفحة",
1433
+ "A longer description that is not visible but appears in the page header and is indexed by search engines": "وصف أطول غير مرئي ولكن يظهر في رأس الصفحة ويتم فهرسته بواسطة محركات البحث",
1434
+ "User role required to access page": "دور المستخدم المطلوب للوصول إلى الصفحة",
1435
+ "Example: <code>`/view/TheOtherView?id=${id}`</code>": "مثال: <code>`/view/TheOtherView?id=${id}`</code>",
1436
+ "Older": "أقدم",
1437
+ "Newest": "الأحدث",
1438
+ "Delete all read": "احذف جميع القراءات",
1439
+ "Trigger %s duplicated as %s": "تم تكرار المُشغل %s كـ %s",
1440
+ "Tooltip": "تلميح أدوات",
1441
+ "Tooltip formula": "صيغة التلميح",
1442
+ "Install a different version": "قم بتثبيت نسخة مختلفة",
1443
+ "Page group": "مجموعة صفحات",
1444
+ "Starting upgrade, please wait...\n": "جارٍ الترقية، يرجى الانتظار...",
1445
+ "Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "تم التحديث (إذا كان متاحًا) بالرمز 0.\n\nاضغط على زر العودة في متصفحك، ثم أعد تحميل الصفحة.",
1446
+ "Installing %s, please wait...\n": "جاري تثبيت %s، الرجاء الانتظار...",
1447
+ "Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "تم التثبيت بالرمز 0.\n\nاضغط على زر الرجوع في متصفحك، ثم أعد تحميل الصفحة.",
1448
+ "Pulling the cordova-builder docker image...": "جاري سحب صورة دوكر لـ cordova-builder...",
1449
+ "Check updates": "تحقق من التحديثات",
1450
+ "Choose version": "اختر الإصدار",
1451
+ "Unknown authentication method %s": "طريقة المصادقة غير معروفة %s",
1452
+ "Card rows": "صفوف البطاقات",
1453
+ "Each row in a card. Not supported by all themes": "كل صف في بطاقة. غير مدعوم من قبل جميع الثيمات",
1454
+ "Prune session interval (seconds)": "فترة تقليم الجلسة (بالثواني)",
1455
+ "Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "الفاصل الزمني بالثواني للتحقق من الجلسات المنتهية الصلاحية في قاعدة بيانات postgres. الرقم 0، فارغ أو رقم سالب للتعطيل.",
1456
+ "Progressive Web Application is not enabled": "التطبيق الويب التدريجي غير مُفعل",
1457
+ "Events and Trigger settings": "إعدادات الأحداث والمشغلات",
1458
+ "Periodic trigger timing (next event)": "توقيت التحفيز الدوري (الحدث التالي)",
1459
+ "Hourly": "بالساعة",
1460
+ "Daily": "يوميا",
1461
+ "Weekly": "أسبوعيًا",
1462
+ "Code pages": "صفحات الكود",
1463
+ "Please select a file": "يرجى اختيار ملف",
1464
+ "Zip compression level": "مستوى ضغط الملفات بصيغة ZIP",
1465
+ "1=Fast, larger file, 9=Slow, smaller files": "1=سريع، ملف كبير، 9=بطيء، ملفات أصغر",
1466
+ "Use system zip": "استخدم ضغط النظام",
1467
+ "Recommended. Executable <code>zip</code> must be installed": "موصى به. يجب تثبيت حزمة <code>zip</code> القابلة للتنفيذ",
1468
+ "Time to run": "وقت التشغيل",
1469
+ "Mobile": "موبايل",
1470
+ "Plain password trigger row": "صف مشغل كلمة السر البسيطة",
1471
+ "Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "أرسل تغييرات كلمات المرور النصية البسيطة إلى مشغلات جدول المستخدمين (إدراج، تحديث وتحقق).",
1472
+ "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>",
1473
+ "Select tag": "حدد العلامة",
1474
+ "Invalid build directory path": "مسار دليل البناء غير صالح",
1475
+ "Invalid build directory name": "اسم مجلد البناء غير صالح",
1476
+ "clean node_modules": "تنظيف node_modules",
1477
+ "After delete": "بعد الحذف",
1478
+ "Search only on exact match, not substring match. Useful for large tables": "ابحث فقط عن تطابق دقيق، وليس تطابق جزئي. مفيد للجداول الكبيرة.",
1479
+ "Please select an entry point.": "يرجى اختيار نقطة الدخول.",
1480
+ "Group by": "تجميع حسب",
1481
+ "View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings &raquo; Menu</a>": "تمت إضافة العرض %s إلى القائمة. قم بتعديل أذونات الوصول في <a href=\"/menu\">الإعدادات &raquo; القائمة</a>",
1482
+ "Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings &raquo; Menu</a>": "تم إضافة الصفحة %s إلى القائمة. قم بضبط أذونات الوصول في <a href=\"/menu\">الإعدادات &raquo; القائمة</a>",
1483
+ "SameSite": "SameSite",
1484
+ "Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "قيّد استخدام الكوكيز على المواقع الطرف الثالث. الوضع الصارم أكثر أمانًا، ولكن قد يؤثر على عملية التوثيق.",
1485
+ "Content Security Policy": "سياسة أمان المحتوى",
1486
+ "CORS": "CORS: سياسة المشاركة المفتوحة للموارد المتقاطعة",
1487
+ "Cross-origin resource sharing": "مشاركة الموارد عبر المنشأ",
1488
+ "Signup and login views": "واجهات تسجيل الدخول وإنشاء الحساب",
1489
+ "Additional login and signup settings": "إعدادات تسجيل الدخول والاشتراك الإضافية",
1490
+ "Login and signup views should be accessible by public users": "يجب أن تكون واجهات تسجيل الدخول والتسجيل متاحة للمستخدمين العامين",
1491
+ "Shared: %s": "مشترك: %s",
1492
+ "Sharing not enabled": "المشاركة غير مُفعلة",
1493
+ "You must be logged in to share": "يجب أن تكون قد سجلت الدخول للمشاركة",
1494
+ "Fluid layout": "تخطيط سائل",
1495
+ "Request fluid layout from theme for a wider display for this page": "اطلب تصميماً مرناً من النسق لعرض أوسع لهذه الصفحة",
1496
+ "Location of view to create new row": "موقع العرض لإنشاء صف جديد",
1497
+ "Capacitor builder": "منشئ المكثفات",
1498
+ "Pulling the capacitor-builder docker image...": "جارِ سحب صورة دوكر لمُنشئ المُكثف...",
1499
+ "Pull done with code %s": "تم سحب الكود %s",
1500
+ "Default locale": "الإعداد الإقليمي الافتراضي",
1501
+ "Next step": "الخطوة التالية",
1502
+ "Step name": "اسم الخطوة",
1503
+ "Step saved": "تم حفظ الخطوة",
1504
+ "Initial step": "الخطوة الأولية",
1505
+ "Confirm leaving unsaved": "تأكيد الخروج دون حفظ",
1506
+ "Ask the user to confirm if they close a tab with unsaved changes": "اطلب من المستخدم تأكيد إذا أغلق علامة تبويب بها تغييرات غير محفوظة.",
1507
+ "Workflow runs": "تشغيل سير العمل",
1508
+ "Workflow run": "تشغيل سير العمل",
1509
+ "Share to enabled": "مشاركة مفعلة",
1510
+ "Enable the share to feature": "تفعيل ميزة المشاركة",
1511
+ "Allocate new row": "تخصيص صف جديد",
1512
+ "If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "إذا تم تشغيل العرض دون وجود صف موجود، قم بتخصيص صف جديد عند التحميل. يجب ضبط القيم الافتراضية على جميع الحقول المطلوبة.",
1513
+ "Step traces": "خطوات التتبع",
1514
+ "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) أو اتركه فارغًا.",
1515
+ "Delete unchanged": "حذف",
1516
+ "Delete allocated row if there are no changes.": "احذف الصف المخصص إذا لم تكن هناك تغييرات.",
1517
+ "Triggers on table": "مشغلات على الجدول",
1518
+ "Please provide the keystore alias and password for the android build.": "يرجى تقديم الاسم المستعار لمخزن المفاتيح وكلمة المرور لبناء تطبيق أندرويد.",
1519
+ "Submit": "إرسال",
1520
+ "OK": "حسنًا",
1521
+ "Step settings": "إعدادات الخطوة",
1522
+ "Action settings": "إعدادات الإجراءات",
1523
+ "Keystore file is not applied for debug builds.": "ملف مفتاح التخزين لا يُطبق لبناء التصحيح.",
1524
+ "Workflow": "سير العمل",
1525
+ "Previous runs": "التشغيلات السابقة",
1526
+ "The workflow the user will be interacting with.": "سير العمل الذي سيتفاعل معه المستخدم.",
1527
+ "Delete old workflow runs with status after days": "احذف تشغيلات سير العمل القديمة بحالة بعد أيام",
1528
+ "Finished": "مكتمل",
1529
+ "Error": "خطأ",
1530
+ "Waiting": "انتظار",
1531
+ "Running": "جاري التشغيل",
1532
+ "Minimum role to access search page": "الدور الأدنى للوصول إلى صفحة البحث",
1533
+ "Edit tables": "تعديل الجداول",
1534
+ "Minimum role to edit tables": "الدور الأدنى لتعديل الجداول",
1535
+ "Edit views": "تعديل العروض",
1536
+ "Minimum role to edit views": "الدور الأدنى لتحرير العرض",
1537
+ "Edit pages": "تعديل الصفحات",
1538
+ "Minimum role to edit pages": "الدور الأدنى لتعديل الصفحات",
1539
+ "Edit triggers": "تعديل المشغلات",
1540
+ "Minimum role to edit triggers": "الدور الأدنى لتعديل المشغلات",
1541
+ "Development permissions": "أذونات التطوير",
1542
+ "Inspect tables": "فحص الجداول",
1543
+ "Minimum role to inspect (see, without editing) tables": "الدور الأدنى لفحص (مشاهدة دون تعديل) الجداول",
1544
+ "Home pages": "الصفحات الرئيسية",
1545
+ "The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "الصفحة الرئيسية هي الصفحة التي يتم تقديمها عندما يزور المستخدم الموقع الرئيسي (/). يمكن تعيين ذلك لكل دور مستخدم.",
1546
+ "Trigger %s deleted": "تم حذف المُشغل %s",
1547
+ "Edit menu": "قائمة التحرير",
1548
+ "Minimum role to edit menu": "الدور الأدنى لتعديل القائمة",
1549
+ "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) مع خيار \"تضمين في البحث النصي الكامل\" مفعل. يجب تعطيل هذا قبل إنشاء فهرس البحث النصي الكامل.",
1550
+ "Share Extension Provisioning Profile": "ملف توفير الإمتداد المشترك",
1551
+ "Show results in": "عرض النتائج في",
1552
+ "Show results from each table in this type of element": "عرض النتائج من كل جدول في هذا النوع من العناصر",
1553
+ "Search syntax help": "مساعدة بصياغة البحث",
1554
+ "Search syntax": "صيغة البحث",
1555
+ "Maximum role": "الدور الأقصى",
1556
+ "Module dependencies": "اعتماديات الوحدة",
1557
+ "Prompt": "موجه",
1558
+ "Clean modules and restart": "نظّف الوحدات وأعد التشغيل",
1559
+ "Modules cleaned, server restarting...": "تم تنظيف الوحدات، إعادة تشغيل الخادم...",
1560
+ "Delete table+views+triggers": "احذف الجدول + العرض + المشغلات",
1561
+ "No file uploaded": "لم يتم تحميل أي ملف",
1562
+ "To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "للحصول على شهادة، سيتم مشاركة عنوان البريد الإلكتروني للمدير مع Let's Encrypt.",
1563
+ "Local state": "الحالة المحلية",
1564
+ "Isolate state of each repeated view": "عزل حالة كل عرض متكرر"
1565
+ }