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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/auth/admin.js +8 -1
  3. package/auth/routes.js +45 -4
  4. package/docs/.nojekyll +1 -0
  5. package/docs/assets/custom.css +6 -0
  6. package/docs/assets/highlight.css +85 -0
  7. package/docs/assets/main.js +58 -0
  8. package/docs/assets/search.js +1 -0
  9. package/docs/assets/style.css +1367 -0
  10. package/docs/classes/_saltcorn_common_code.Relation.html +162 -0
  11. package/docs/classes/_saltcorn_common_code.RelationsFinder.html +182 -0
  12. package/docs/classes/_saltcorn_data.models.Crash-1.html +316 -0
  13. package/docs/classes/_saltcorn_data.models.EventLog-1.html +350 -0
  14. package/docs/classes/_saltcorn_data.models.Field.html +949 -0
  15. package/docs/classes/_saltcorn_data.models.FieldRepeat-1.html +293 -0
  16. package/docs/classes/_saltcorn_data.models.File-1.html +881 -0
  17. package/docs/classes/_saltcorn_data.models.Form-1.html +494 -0
  18. package/docs/classes/_saltcorn_data.models.Library.html +295 -0
  19. package/docs/classes/_saltcorn_data.models.Page.html +417 -0
  20. package/docs/classes/_saltcorn_data.models.PageGroup-1.html +500 -0
  21. package/docs/classes/_saltcorn_data.models.Plugin.html +414 -0
  22. package/docs/classes/_saltcorn_data.models.Role.html +254 -0
  23. package/docs/classes/_saltcorn_data.models.Table-1.html +1830 -0
  24. package/docs/classes/_saltcorn_data.models.TableConstraint-1.html +296 -0
  25. package/docs/classes/_saltcorn_data.models.Trigger.html +672 -0
  26. package/docs/classes/_saltcorn_data.models.User-1.html +813 -0
  27. package/docs/classes/_saltcorn_data.models.View-1.html +878 -0
  28. package/docs/classes/_saltcorn_data.models.Workflow-1.html +374 -0
  29. package/docs/classes/_saltcorn_data.models.WorkflowRun.html +529 -0
  30. package/docs/classes/_saltcorn_data.models.WorkflowStep.html +421 -0
  31. package/docs/classes/_saltcorn_data.models.WorkflowTrace.html +318 -0
  32. package/docs/classes/_saltcorn_mobile_builder.MobileBuilder.html +356 -0
  33. package/docs/enums/_saltcorn_common_code.RelationType.html +115 -0
  34. package/docs/enums/_saltcorn_common_code.ViewDisplayType.html +94 -0
  35. package/docs/functions/_saltcorn_admin_models.backup.create_backup.html +76 -0
  36. package/docs/functions/_saltcorn_admin_models.backup.create_csv_from_rows.html +77 -0
  37. package/docs/functions/_saltcorn_admin_models.backup.restore.html +93 -0
  38. package/docs/functions/_saltcorn_admin_models.pack.add_to_menu.html +100 -0
  39. package/docs/functions/_saltcorn_admin_models.pack.can_install_pack.html +89 -0
  40. package/docs/functions/_saltcorn_admin_models.pack.fetch_available_packs.html +83 -0
  41. package/docs/functions/_saltcorn_admin_models.pack.fetch_pack_by_name.html +90 -0
  42. package/docs/functions/_saltcorn_admin_models.pack.install_pack.html +107 -0
  43. package/docs/functions/_saltcorn_admin_models.pack.library_pack.html +90 -0
  44. package/docs/functions/_saltcorn_admin_models.pack.model_instance_pack.html +95 -0
  45. package/docs/functions/_saltcorn_admin_models.pack.model_pack.html +96 -0
  46. package/docs/functions/_saltcorn_admin_models.pack.page_group_pack.html +91 -0
  47. package/docs/functions/_saltcorn_admin_models.pack.page_pack.html +91 -0
  48. package/docs/functions/_saltcorn_admin_models.pack.plugin_pack.html +89 -0
  49. package/docs/functions/_saltcorn_admin_models.pack.role_pack.html +90 -0
  50. package/docs/functions/_saltcorn_admin_models.pack.table_pack.html +90 -0
  51. package/docs/functions/_saltcorn_admin_models.pack.trigger_pack.html +89 -0
  52. package/docs/functions/_saltcorn_admin_models.pack.uninstall_pack.html +92 -0
  53. package/docs/functions/_saltcorn_admin_models.pack.view_pack.html +89 -0
  54. package/docs/functions/_saltcorn_admin_models.tenant.copy_tenant_template.html +105 -0
  55. package/docs/functions/_saltcorn_admin_models.tenant.create_tenant.html +107 -0
  56. package/docs/functions/_saltcorn_admin_models.tenant.deleteTenant.html +88 -0
  57. package/docs/functions/_saltcorn_admin_models.tenant.domain_sanitize.html +87 -0
  58. package/docs/functions/_saltcorn_admin_models.tenant.eachTenant.html +91 -0
  59. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenantRows.html +77 -0
  60. package/docs/functions/_saltcorn_admin_models.tenant.getAllTenants.html +77 -0
  61. package/docs/functions/_saltcorn_admin_models.tenant.insertTenant.html +103 -0
  62. package/docs/functions/_saltcorn_admin_models.tenant.switchToTenant.html +92 -0
  63. package/docs/functions/_saltcorn_common_code.buildTableCaches.html +81 -0
  64. package/docs/functions/_saltcorn_common_code.parseLegacyRelation.html +77 -0
  65. package/docs/functions/_saltcorn_common_code.parseRelationPath.html +76 -0
  66. package/docs/functions/_saltcorn_data.models.config.check_email_mask.html +131 -0
  67. package/docs/functions/_saltcorn_data.models.config.deleteConfig.html +131 -0
  68. package/docs/functions/_saltcorn_data.models.config.getAllConfig.html +125 -0
  69. package/docs/functions/_saltcorn_data.models.config.getConfig.html +134 -0
  70. package/docs/functions/_saltcorn_data.models.config.get_base_url.html +130 -0
  71. package/docs/functions/_saltcorn_data.models.config.get_latest_npm_version.html +132 -0
  72. package/docs/functions/_saltcorn_data.models.config.remove_from_menu.html +131 -0
  73. package/docs/functions/_saltcorn_data.models.config.save_menu_items.html +126 -0
  74. package/docs/functions/_saltcorn_data.models.config.setConfig.html +134 -0
  75. package/docs/functions/_saltcorn_data.models.discovery.discover_tables.html +131 -0
  76. package/docs/functions/_saltcorn_data.models.discovery.discoverable_tables.html +129 -0
  77. package/docs/functions/_saltcorn_data.models.discovery.findType.html +127 -0
  78. package/docs/functions/_saltcorn_data.models.discovery.get_existing_views.html +127 -0
  79. package/docs/functions/_saltcorn_data.models.discovery.implement_discovery.html +129 -0
  80. package/docs/functions/_saltcorn_data.models.email.getMailTransport.html +114 -0
  81. package/docs/functions/_saltcorn_data.models.email.send_verification_email.html +130 -0
  82. package/docs/functions/_saltcorn_data.models.email.viewToEmailHtml.html +130 -0
  83. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields.html +131 -0
  84. package/docs/functions/_saltcorn_data.models.expression.apply_calculated_fields_stored.html +131 -0
  85. package/docs/functions/_saltcorn_data.models.expression.eval_expression.html +132 -0
  86. package/docs/functions/_saltcorn_data.models.expression.expressionValidator.html +126 -0
  87. package/docs/functions/_saltcorn_data.models.expression.get_async_expression_function.html +132 -0
  88. package/docs/functions/_saltcorn_data.models.expression.get_expression_function.html +129 -0
  89. package/docs/functions/_saltcorn_data.models.expression.jsexprToWhere.html +131 -0
  90. package/docs/functions/_saltcorn_data.models.expression.recalculate_for_stored.html +132 -0
  91. package/docs/functions/_saltcorn_data.models.expression.transform_for_async.html +134 -0
  92. package/docs/functions/_saltcorn_data.models.layout.eachView.html +128 -0
  93. package/docs/functions/_saltcorn_data.models.layout.getStringsForI18n.html +123 -0
  94. package/docs/functions/_saltcorn_data.models.layout.getViews.html +123 -0
  95. package/docs/functions/_saltcorn_data.models.layout.translateLayout.html +126 -0
  96. package/docs/functions/_saltcorn_data.models.layout.traverse.html +126 -0
  97. package/docs/functions/_saltcorn_data.models.layout.traverseSync.html +126 -0
  98. package/docs/functions/_saltcorn_data.models.random.all_views.html +123 -0
  99. package/docs/functions/_saltcorn_data.models.random.fill_table_row.html +123 -0
  100. package/docs/functions/_saltcorn_data.models.random.initial_view.html +126 -0
  101. package/docs/functions/_saltcorn_data.models.random.random_table.html +120 -0
  102. package/docs/functions/_saltcorn_db_common.buildInsertBulkSql.html +127 -0
  103. package/docs/functions/_saltcorn_db_common.buildInsertSql.html +128 -0
  104. package/docs/functions/_saltcorn_db_common.doCount.html +110 -0
  105. package/docs/functions/_saltcorn_db_common.doDeleteWhere.html +110 -0
  106. package/docs/functions/_saltcorn_db_common.doListScTables.html +104 -0
  107. package/docs/functions/_saltcorn_db_common.doListTables.html +104 -0
  108. package/docs/functions/_saltcorn_db_common.doListUserDefinedTables.html +104 -0
  109. package/docs/functions/_saltcorn_db_common.do_add_index.html +120 -0
  110. package/docs/functions/_saltcorn_db_common.do_drop_index.html +120 -0
  111. package/docs/functions/_saltcorn_db_common.ftsFieldsSqlExpr.html +106 -0
  112. package/docs/functions/_saltcorn_db_common.mkSelectOptions.html +108 -0
  113. package/docs/functions/_saltcorn_db_common.mkVal.html +105 -0
  114. package/docs/functions/_saltcorn_db_common.mkWhere.html +110 -0
  115. package/docs/functions/_saltcorn_db_common.multi_tenant.enable_multi_tenant.html +108 -0
  116. package/docs/functions/_saltcorn_db_common.multi_tenant.getTenantSchema.html +110 -0
  117. package/docs/functions/_saltcorn_db_common.multi_tenant.init.html +116 -0
  118. package/docs/functions/_saltcorn_db_common.multi_tenant.is_it_multi_tenant.html +110 -0
  119. package/docs/functions/_saltcorn_db_common.multi_tenant.runWithTenant.html +130 -0
  120. package/docs/functions/_saltcorn_db_common.orderByIsObject.html +102 -0
  121. package/docs/functions/_saltcorn_db_common.orderByIsOperator.html +102 -0
  122. package/docs/functions/_saltcorn_db_common.prefixFieldsInWhere.html +104 -0
  123. package/docs/functions/_saltcorn_db_common.reprAsJson.html +107 -0
  124. package/docs/functions/_saltcorn_db_common.single_tenant.enable_multi_tenant.html +107 -0
  125. package/docs/functions/_saltcorn_db_common.single_tenant.getTenantSchema.html +109 -0
  126. package/docs/functions/_saltcorn_db_common.single_tenant.init.html +115 -0
  127. package/docs/functions/_saltcorn_db_common.single_tenant.is_it_multi_tenant.html +109 -0
  128. package/docs/functions/_saltcorn_db_common.single_tenant.runWithTenant.html +129 -0
  129. package/docs/functions/_saltcorn_db_common.sqlBinOp.html +111 -0
  130. package/docs/functions/_saltcorn_db_common.sqlFun.html +111 -0
  131. package/docs/functions/_saltcorn_db_common.sqlsanitize.html +108 -0
  132. package/docs/functions/_saltcorn_db_common.sqlsanitizeAllowDots.html +110 -0
  133. package/docs/functions/_saltcorn_db_common.subSelectWhere.html +133 -0
  134. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.buildTablesFile.html +110 -0
  135. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyPrepopulatedDb.html +100 -0
  136. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyServerFiles.html +104 -0
  137. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyShareExtFiles.html +98 -0
  138. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copySiteLogo.html +102 -0
  139. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.copyTranslationFiles.html +104 -0
  140. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.createSqliteDb.html +105 -0
  141. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.decodeProvisioningProfile.html +100 -0
  142. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.extractDomain.html +98 -0
  143. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.generateAndroidVersionCode.html +98 -0
  144. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyAndroidManifest.html +102 -0
  145. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyConfigXml.html +100 -0
  146. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyGradleConfig.html +100 -0
  147. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyInfoPlist.html +100 -0
  148. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.modifyXcodeProjectFile.html +107 -0
  149. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepAppIcon.html +100 -0
  150. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareAppIcon.html +109 -0
  151. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareBuildDir.html +110 -0
  152. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareExportOptionsPlist.html +98 -0
  153. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashIcon.html +110 -0
  154. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.prepareSplashPage.html +119 -0
  155. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCapacitorConfig.html +100 -0
  156. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeCfgFile.html +102 -0
  157. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeDataExtractionRules.html +98 -0
  158. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writeNetworkSecurityConfig.html +100 -0
  159. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePodfile.html +98 -0
  160. package/docs/functions/_saltcorn_mobile_builder.common_build_utils.writePrivacyInfo.html +98 -0
  161. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundleMobileAppCode.html +73 -0
  162. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.bundlePackagesAndPlugins.html +82 -0
  163. package/docs/functions/_saltcorn_mobile_builder.package_bundle_utils.copyPublicDirs.html +80 -0
  164. package/docs/functions/_saltcorn_sqlite.add_index.html +105 -0
  165. package/docs/functions/_saltcorn_sqlite.add_unique_constraint.html +105 -0
  166. package/docs/functions/_saltcorn_sqlite.begin.html +92 -0
  167. package/docs/functions/_saltcorn_sqlite.changeConnection.html +100 -0
  168. package/docs/functions/_saltcorn_sqlite.close.html +92 -0
  169. package/docs/functions/_saltcorn_sqlite.commit.html +92 -0
  170. package/docs/functions/_saltcorn_sqlite.count.html +106 -0
  171. package/docs/functions/_saltcorn_sqlite.deleteWhere.html +106 -0
  172. package/docs/functions/_saltcorn_sqlite.dropTable.html +95 -0
  173. package/docs/functions/_saltcorn_sqlite.dropTables.html +95 -0
  174. package/docs/functions/_saltcorn_sqlite.drop_index.html +105 -0
  175. package/docs/functions/_saltcorn_sqlite.drop_reset_schema.html +94 -0
  176. package/docs/functions/_saltcorn_sqlite.drop_unique_constraint.html +105 -0
  177. package/docs/functions/_saltcorn_sqlite.getVersion.html +93 -0
  178. package/docs/functions/_saltcorn_sqlite.get_db_filepath.html +92 -0
  179. package/docs/functions/_saltcorn_sqlite.get_sql_logging.html +92 -0
  180. package/docs/functions/_saltcorn_sqlite.init.html +105 -0
  181. package/docs/functions/_saltcorn_sqlite.insert.html +113 -0
  182. package/docs/functions/_saltcorn_sqlite.listScTables.html +89 -0
  183. package/docs/functions/_saltcorn_sqlite.listTables.html +89 -0
  184. package/docs/functions/_saltcorn_sqlite.listUserDefinedTables.html +89 -0
  185. package/docs/functions/_saltcorn_sqlite.query.html +98 -0
  186. package/docs/functions/_saltcorn_sqlite.rollback.html +92 -0
  187. package/docs/functions/_saltcorn_sqlite.select.html +108 -0
  188. package/docs/functions/_saltcorn_sqlite.selectMaybeOne.html +110 -0
  189. package/docs/functions/_saltcorn_sqlite.selectOne.html +109 -0
  190. package/docs/functions/_saltcorn_sqlite.set_sql_logging.html +96 -0
  191. package/docs/functions/_saltcorn_sqlite.slugify.html +93 -0
  192. package/docs/functions/_saltcorn_sqlite.sql_log.html +104 -0
  193. package/docs/functions/_saltcorn_sqlite.update.html +111 -0
  194. package/docs/functions/_saltcorn_sqlite.updateWhere.html +97 -0
  195. package/docs/functions/_saltcorn_sqlite_mobile.add_index.html +95 -0
  196. package/docs/functions/_saltcorn_sqlite_mobile.add_unique_constraint.html +95 -0
  197. package/docs/functions/_saltcorn_sqlite_mobile.count.html +88 -0
  198. package/docs/functions/_saltcorn_sqlite_mobile.deleteWhere.html +85 -0
  199. package/docs/functions/_saltcorn_sqlite_mobile.drop_index.html +95 -0
  200. package/docs/functions/_saltcorn_sqlite_mobile.drop_reset_schema.html +78 -0
  201. package/docs/functions/_saltcorn_sqlite_mobile.drop_unique_constraint.html +95 -0
  202. package/docs/functions/_saltcorn_sqlite_mobile.init.html +78 -0
  203. package/docs/functions/_saltcorn_sqlite_mobile.insert.html +96 -0
  204. package/docs/functions/_saltcorn_sqlite_mobile.insertRows.html +94 -0
  205. package/docs/functions/_saltcorn_sqlite_mobile.listScTables.html +79 -0
  206. package/docs/functions/_saltcorn_sqlite_mobile.listTables.html +79 -0
  207. package/docs/functions/_saltcorn_sqlite_mobile.listUserDefinedTables.html +79 -0
  208. package/docs/functions/_saltcorn_sqlite_mobile.query.html +85 -0
  209. package/docs/functions/_saltcorn_sqlite_mobile.select.html +87 -0
  210. package/docs/functions/_saltcorn_sqlite_mobile.selectMaybeOne.html +88 -0
  211. package/docs/functions/_saltcorn_sqlite_mobile.selectOne.html +88 -0
  212. package/docs/functions/_saltcorn_sqlite_mobile.setConnectionObject.html +85 -0
  213. package/docs/functions/_saltcorn_sqlite_mobile.tableExists.html +87 -0
  214. package/docs/functions/_saltcorn_sqlite_mobile.time.html +78 -0
  215. package/docs/functions/_saltcorn_sqlite_mobile.update.html +97 -0
  216. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_field.instanceOfField.html +88 -0
  217. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_page.instanceOfPage.html +87 -0
  218. package/docs/functions/_saltcorn_types.ModelAbstracts.abstract_view.instanceOfView.html +87 -0
  219. package/docs/functions/_saltcorn_types.Types.base_types.instanceOWithHtmlFile.html +107 -0
  220. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfErrorMsg.html +84 -0
  221. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfSuccessMsg.html +84 -0
  222. package/docs/functions/_saltcorn_types.Types.common_types.instanceOfType.html +84 -0
  223. package/docs/functions/_saltcorn_types.generators.generateBool.html +68 -0
  224. package/docs/functions/_saltcorn_types.generators.generateString.html +75 -0
  225. package/docs/functions/_saltcorn_types.generators.num_between.html +75 -0
  226. package/docs/functions/_saltcorn_types.generators.oneOf.html +73 -0
  227. package/docs/index.html +56 -0
  228. package/docs/interfaces/_saltcorn_mobile_builder.common_build_utils.ScCapacitorConfig.html +169 -0
  229. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractField.html +187 -0
  230. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_field.AbstractFieldRepeat.html +110 -0
  231. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_form.AbstractForm.html +268 -0
  232. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_page.AbstractPage.html +153 -0
  233. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_role.AbstractRole.html +108 -0
  234. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_table.AbstractTable.html +147 -0
  235. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_trigger.AbstractTrigger.html +224 -0
  236. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_view.AbstractView.html +174 -0
  237. package/docs/interfaces/_saltcorn_types.ModelAbstracts.abstract_workflow.AbstractWorkflow.html +264 -0
  238. package/docs/modules/_saltcorn_admin_models.backup.html +74 -0
  239. package/docs/modules/_saltcorn_admin_models.html +68 -0
  240. package/docs/modules/_saltcorn_admin_models.pack.html +100 -0
  241. package/docs/modules/_saltcorn_admin_models.tenant.html +86 -0
  242. package/docs/modules/_saltcorn_common_code.html +77 -0
  243. package/docs/modules/_saltcorn_data.html +476 -0
  244. package/docs/modules/_saltcorn_data.models.Crash.html +113 -0
  245. package/docs/modules/_saltcorn_data.models.EventLog.html +113 -0
  246. package/docs/modules/_saltcorn_data.models.FieldRepeat.html +113 -0
  247. package/docs/modules/_saltcorn_data.models.File.html +113 -0
  248. package/docs/modules/_saltcorn_data.models.Form.html +115 -0
  249. package/docs/modules/_saltcorn_data.models.PageGroup.html +113 -0
  250. package/docs/modules/_saltcorn_data.models.Table.html +117 -0
  251. package/docs/modules/_saltcorn_data.models.TableConstraint.html +113 -0
  252. package/docs/modules/_saltcorn_data.models.User.html +113 -0
  253. package/docs/modules/_saltcorn_data.models.View.html +113 -0
  254. package/docs/modules/_saltcorn_data.models.Workflow.html +113 -0
  255. package/docs/modules/_saltcorn_data.models.config.html +135 -0
  256. package/docs/modules/_saltcorn_data.models.discovery.html +120 -0
  257. package/docs/modules/_saltcorn_data.models.email.html +116 -0
  258. package/docs/modules/_saltcorn_data.models.expression.html +128 -0
  259. package/docs/modules/_saltcorn_data.models.html +150 -0
  260. package/docs/modules/_saltcorn_data.models.layout.html +122 -0
  261. package/docs/modules/_saltcorn_data.models.random.html +118 -0
  262. package/docs/modules/_saltcorn_data.models.scheduler.html +112 -0
  263. package/docs/modules/_saltcorn_data.plugin_helper.html +70 -0
  264. package/docs/modules/_saltcorn_data.utils.html +72 -0
  265. package/docs/modules/_saltcorn_db_common.html +181 -0
  266. package/docs/modules/_saltcorn_db_common.multi_tenant.html +120 -0
  267. package/docs/modules/_saltcorn_db_common.single_tenant.html +115 -0
  268. package/docs/modules/_saltcorn_markup.html +399 -0
  269. package/docs/modules/_saltcorn_mobile_builder.common_build_utils.html +124 -0
  270. package/docs/modules/_saltcorn_mobile_builder.html +75 -0
  271. package/docs/modules/_saltcorn_mobile_builder.package_bundle_utils.html +71 -0
  272. package/docs/modules/_saltcorn_sqlite.html +123 -0
  273. package/docs/modules/_saltcorn_sqlite_mobile.html +103 -0
  274. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_field.html +94 -0
  275. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_form.html +85 -0
  276. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_library.html +82 -0
  277. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_page.html +92 -0
  278. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_plugin.html +82 -0
  279. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_role.html +87 -0
  280. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_table.html +87 -0
  281. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_trigger.html +87 -0
  282. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_view.html +92 -0
  283. package/docs/modules/_saltcorn_types.ModelAbstracts.abstract_workflow.html +87 -0
  284. package/docs/modules/_saltcorn_types.ModelAbstracts.html +88 -0
  285. package/docs/modules/_saltcorn_types.Types.base_types.html +141 -0
  286. package/docs/modules/_saltcorn_types.Types.common_types.html +91 -0
  287. package/docs/modules/_saltcorn_types.Types.html +68 -0
  288. package/docs/modules/_saltcorn_types.generators.html +76 -0
  289. package/docs/modules/_saltcorn_types.html +67 -0
  290. package/docs/types/_saltcorn_data.models.Crash.CrashCfg.html +128 -0
  291. package/docs/types/_saltcorn_data.models.EventLog.EventLogCfg.html +122 -0
  292. package/docs/types/_saltcorn_data.models.FieldRepeat.FieldRepeatCfg.html +126 -0
  293. package/docs/types/_saltcorn_data.models.File.FileCfg.html +132 -0
  294. package/docs/types/_saltcorn_data.models.Form.AdditionalButton.html +108 -0
  295. package/docs/types/_saltcorn_data.models.Form.FormCfg.html +180 -0
  296. package/docs/types/_saltcorn_data.models.PageGroup.ScreenInfoParams.html +118 -0
  297. package/docs/types/_saltcorn_data.models.Table.ChildRelations.html +116 -0
  298. package/docs/types/_saltcorn_data.models.Table.ParentRelations.html +116 -0
  299. package/docs/types/_saltcorn_data.models.Table.RelationData.html +116 -0
  300. package/docs/types/_saltcorn_data.models.TableConstraint.TableConstraintCfg.html +120 -0
  301. package/docs/types/_saltcorn_data.models.User.UserCfg.html +138 -0
  302. package/docs/types/_saltcorn_data.models.View.FindViewsPred.html +127 -0
  303. package/docs/types/_saltcorn_data.models.Workflow.WorkflowCfg.html +161 -0
  304. package/docs/types/_saltcorn_db_common.AggregationOptions.html +114 -0
  305. package/docs/types/_saltcorn_db_common.CoordOpts.html +104 -0
  306. package/docs/types/_saltcorn_db_common.JoinField.html +106 -0
  307. package/docs/types/_saltcorn_db_common.JoinFields.html +98 -0
  308. package/docs/types/_saltcorn_db_common.JoinOptions.html +107 -0
  309. package/docs/types/_saltcorn_db_common.JsonPath.html +93 -0
  310. package/docs/types/_saltcorn_db_common.JsonPathElem.html +93 -0
  311. package/docs/types/_saltcorn_db_common.Operator.html +102 -0
  312. package/docs/types/_saltcorn_db_common.PrimaryKeyValue.html +93 -0
  313. package/docs/types/_saltcorn_db_common.Row.html +98 -0
  314. package/docs/types/_saltcorn_db_common.SelectOptions.html +132 -0
  315. package/docs/types/_saltcorn_db_common.SqlAndValues.html +104 -0
  316. package/docs/types/_saltcorn_db_common.SubselectOptions.html +104 -0
  317. package/docs/types/_saltcorn_db_common.Value.html +93 -0
  318. package/docs/types/_saltcorn_db_common.Where.html +115 -0
  319. package/docs/types/_saltcorn_mobile_builder.IosCfg.html +76 -0
  320. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.FieldCfg.html +168 -0
  321. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_field.InputType.html +79 -0
  322. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_form.AdditionalButton.html +87 -0
  323. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryCfg.html +87 -0
  324. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_library.LibraryPack.html +79 -0
  325. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PageCfg.html +97 -0
  326. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_page.PagePack.html +85 -0
  327. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginCfg.html +103 -0
  328. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_plugin.PluginPack.html +79 -0
  329. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RoleCfg.html +84 -0
  330. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_role.RolePack.html +80 -0
  331. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TableCfg.html +111 -0
  332. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_table.TablePack.html +86 -0
  333. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerCfg.html +104 -0
  334. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_trigger.TriggerPack.html +80 -0
  335. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewCfg.html +109 -0
  336. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_view.ViewPack.html +89 -0
  337. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.ConfigWorkflowStep.html +97 -0
  338. package/docs/types/_saltcorn_types.ModelAbstracts.abstract_workflow.RunResult.html +100 -0
  339. package/docs/types/_saltcorn_types.Types.base_types.Action.html +189 -0
  340. package/docs/types/_saltcorn_types.Types.base_types.AuthenticationMethod.html +109 -0
  341. package/docs/types/_saltcorn_types.Types.base_types.CodePagePack.html +107 -0
  342. package/docs/types/_saltcorn_types.Types.base_types.Column.html +103 -0
  343. package/docs/types/_saltcorn_types.Types.base_types.ConnectedObjects.html +109 -0
  344. package/docs/types/_saltcorn_types.Types.base_types.CopilotSkill.html +149 -0
  345. package/docs/types/_saltcorn_types.Types.base_types.FieldLike.html +98 -0
  346. package/docs/types/_saltcorn_types.Types.base_types.FieldView.html +166 -0
  347. package/docs/types/_saltcorn_types.Types.base_types.Header.html +107 -0
  348. package/docs/types/_saltcorn_types.Types.base_types.JoinFieldOption.html +109 -0
  349. package/docs/types/_saltcorn_types.Types.base_types.Layout.html +98 -0
  350. package/docs/types/_saltcorn_types.Types.base_types.MobileConfig.html +133 -0
  351. package/docs/types/_saltcorn_types.Types.base_types.ModelPattern.html +261 -0
  352. package/docs/types/_saltcorn_types.Types.base_types.Pack.html +129 -0
  353. package/docs/types/_saltcorn_types.Types.base_types.Plugin.html +122 -0
  354. package/docs/types/_saltcorn_types.Types.base_types.PluginFunction.html +120 -0
  355. package/docs/types/_saltcorn_types.Types.base_types.PluginLayout.html +116 -0
  356. package/docs/types/_saltcorn_types.Types.base_types.PluginRoute.html +125 -0
  357. package/docs/types/_saltcorn_types.Types.base_types.PluginSourceType.html +98 -0
  358. package/docs/types/_saltcorn_types.Types.base_types.PluginType.html +183 -0
  359. package/docs/types/_saltcorn_types.Types.base_types.PluginWrap.html +111 -0
  360. package/docs/types/_saltcorn_types.Types.base_types.PluginWrapArg.html +122 -0
  361. package/docs/types/_saltcorn_types.Types.base_types.RelationOption.html +105 -0
  362. package/docs/types/_saltcorn_types.Types.base_types.Req.html +178 -0
  363. package/docs/types/_saltcorn_types.Types.base_types.Res.html +168 -0
  364. package/docs/types/_saltcorn_types.Types.base_types.RouteAction.html +121 -0
  365. package/docs/types/_saltcorn_types.Types.base_types.RunExtra.html +103 -0
  366. package/docs/types/_saltcorn_types.Types.base_types.TableProvider.html +140 -0
  367. package/docs/types/_saltcorn_types.Types.base_types.TableQuery.html +129 -0
  368. package/docs/types/_saltcorn_types.Types.base_types.Tablely.html +103 -0
  369. package/docs/types/_saltcorn_types.Types.base_types.ViewTemplate.html +471 -0
  370. package/docs/types/_saltcorn_types.Types.common_types.ErrorMessage.html +84 -0
  371. package/docs/types/_saltcorn_types.Types.common_types.GenObj.html +80 -0
  372. package/docs/types/_saltcorn_types.Types.common_types.ReqRes.html +82 -0
  373. package/docs/types/_saltcorn_types.Types.common_types.ResultMessage.html +75 -0
  374. package/docs/types/_saltcorn_types.Types.common_types.SuccessMessage.html +86 -0
  375. package/docs/types/_saltcorn_types.Types.common_types.Type.html +144 -0
  376. package/docs/variables/_saltcorn_data.db.html +60 -0
  377. package/docs/variables/_saltcorn_data.migrations.html +60 -0
  378. package/docs/variables/_saltcorn_data.models.config.available_languages.html +154 -0
  379. package/docs/variables/_saltcorn_data.models.config.configTypes.html +117 -0
  380. package/docs/variables/_saltcorn_data.models.scheduler.runScheduler.html +152 -0
  381. package/docs/variables/_saltcorn_data.plugin_helper.run_action_column.html +65 -0
  382. package/docs/variables/_saltcorn_data.utils.NotAuthorized.html +66 -0
  383. package/docs/variables/_saltcorn_data.utils.sleep.html +66 -0
  384. package/docs/variables/_saltcorn_db_common.multi_tenant.tenantNamespace.html +103 -0
  385. package/help/Extra state formula.tmd +1 -1
  386. package/help/JavaScript action code.tmd +1 -1
  387. package/locales/ar.json +1289 -4
  388. package/locales/da.json +355 -203
  389. package/locales/de.json +665 -149
  390. package/locales/en.json +16 -1
  391. package/locales/es.json +1567 -1271
  392. package/locales/fr.json +1562 -294
  393. package/locales/hi.json +1563 -0
  394. package/locales/pt.json +1300 -11
  395. package/locales/ru.json +1577 -1222
  396. package/locales/si.json +402 -4
  397. package/locales/uk.json +399 -3
  398. package/locales/zh.json +689 -7
  399. package/markup/admin.js +32 -14
  400. package/package.json +9 -9
  401. package/public/gridedit.js +4 -2
  402. package/public/saltcorn-common.js +45 -13
  403. package/public/saltcorn.js +17 -28
  404. package/routes/actions.js +4 -42
  405. package/routes/admin.js +78 -43
  406. package/routes/api.js +9 -9
  407. package/routes/delete.js +4 -2
  408. package/routes/eventlog.js +64 -27
  409. package/routes/fields.js +25 -14
  410. package/routes/files.js +9 -9
  411. package/routes/infoarch.js +57 -2
  412. package/routes/list.js +6 -4
  413. package/routes/pageedit.js +1 -1
  414. package/routes/plugins.js +36 -1
  415. package/routes/search.js +7 -3
  416. package/routes/tables.js +207 -28
  417. package/tests/admin.test.js +15 -0
  418. package/wrapper.js +14 -4
package/locales/de.json CHANGED
@@ -412,7 +412,7 @@
412
412
  "Disable JS/CSS asset caching, show full error to user on crash, enable editing field type": "Disable JS/CSS asset caching, show full error to user on crash, enable editing field type",
413
413
  "Print all SQL statements to the standard output": "Schreibe alle SQL-Abfragen in die Standardausgabe",
414
414
  "The email address from which emails are sent. For instance, hello@saltcorn.com": "Die E-Mailadresse von der E-Mails versendet werden. Zum Beispiel hello@saltcorn.com",
415
- "Is the connection to the SMTP server over a secure transport protocol?": "Is the connection to the SMTP server over a secure transport protocol?",
415
+ "Is the connection to the SMTP server over a secure transport protocol?": "Ist die Verbindung zum SMTP-Server über ein sicheres Transportprotokoll?",
416
416
  "About Saltcorn": "Über Saltcorn",
417
417
  "Apply": "Übernehmen",
418
418
  "Anywhere": "Überall",
@@ -497,7 +497,7 @@
497
497
  "True": "Wahr",
498
498
  "False": "Falsch",
499
499
  "Clear all": "Alle löschen",
500
- "This will delete <strong>EVERYTHING</strong> in the selected categories": "This will delete <strong>EVERYTHING</strong> in the selected categories",
500
+ "This will delete <strong>EVERYTHING</strong> in the selected categories": "Dies wird <strong>ALLES</strong> in den ausgewählten Kategorien löschen.",
501
501
  "Deleted all %s": "Lösche alle %s",
502
502
  "Restart server": "Server neustarten",
503
503
  "Edit Plugin": "Plugin bearbeiten",
@@ -544,7 +544,7 @@
544
544
  "Latest npm version cache": "Aktuellster npm Versions-Cache",
545
545
  "Plugin up-to-date": "Plugin Up-To-Date",
546
546
  "Upgrade here": "Hier upgraden",
547
- "An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "An upgrade to Saltcorn is available! Current version: %s; latest version: %s.",
547
+ "An upgrade to Saltcorn is available! Current version: %s; latest version: %s.": "Ein Upgrade für Saltcorn ist verfügbar! Aktuelle Version: %s; neueste Version: %s.",
548
548
  "Passwords do not match": "Passwörter stimmen nicht überein",
549
549
  "Not a valid e-mail address": "E-Mail-Adresse nicht valide",
550
550
  "Custom CSS": "Benutzerdefiniertes CSS",
@@ -595,14 +595,14 @@
595
595
  "Primary key": "Primärschlüssel",
596
596
  "Users already present": "Benutzer schon vorhanden",
597
597
  "Discover tables": "Tabellen finden",
598
- "The following tables in your database can be imported into Saltcorn:": "The following tables in your database can be imported into Saltcorn:",
598
+ "The following tables in your database can be imported into Saltcorn:": "Die folgenden Tabellen in Ihrer Datenbank können in Saltcorn importiert werden:",
599
599
  "Discovered tables: %s": "Gefundene Tabellen: %s",
600
- "There are no tables in the database that can be imported into Saltcorn.": "There are no tables in the database that can be imported into Saltcorn.",
600
+ "There are no tables in the database that can be imported into Saltcorn.": "Es gibt keine Tabellen in der Datenbank, die in Saltcorn importiert werden können.",
601
601
  "Import": "Import",
602
602
  "Discover": "Finden",
603
603
  "Discover tables in database": "Tabellen in Datenbank finden",
604
604
  "Single item view": "Einzelelementansicht",
605
- "The underlying individual view of each table row": "The underlying individual view of each table row",
605
+ "The underlying individual view of each table row": "Die zugrunde liegende Einzelansicht jeder Tabellenzeile",
606
606
  "Minimum role to read": "Mindestrolle zum Lesen",
607
607
  "Minimum role to write": "Mindestrolle zum Schreiben",
608
608
  "Create page": "Seite erstellen",
@@ -614,10 +614,10 @@
614
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": "Immer TLS verwenden wenn der Server kontaktiert wird? Wenn deaktiviert, wir TLS verwendet sofern der Server die STARTTLS Erweiterung unterstützt. Im Regelfall diese Option aktivieren wenn die Verbindung über den Port 465 hergestellt wird. Für Port 587 oder 25 deaktiviert lassen",
615
615
  "Relationship diagram": "Beziehungsdiagramm",
616
616
  "Verified": "Verfiziert",
617
- "Send verification email": "Send verification email",
618
- "Email verification link sent to %s": "Email verification link sent to %s",
619
- "Verification view": "Verification view",
620
- "A view with the view to be emailed to users for email address verification": "A view with the view to be emailed to users for email address verification",
617
+ "Send verification email": "Bestätigungs-E-Mail senden",
618
+ "Email verification link sent to %s": "E-Mail-Bestätigungslink an %s gesendet",
619
+ "Verification view": "Überprüfungsansicht",
620
+ "A view with the view to be emailed to users for email address verification": "Eine Ansicht, die an Benutzer gesendet wird, um die E-Mail-Adresse zu verifizieren.",
621
621
  "Email verified": "E-Mailadresse verifiziert",
622
622
  "An email has been sent to %s to verify your address": "An email has been sent to %s to verify your address",
623
623
  "Elevate verified to role": "Rolle von verifizierte Benutzern",
@@ -699,7 +699,7 @@
699
699
  "Configuration items": "Konfigurationselemente",
700
700
  "Crashlogs": "Absturzprotokolle",
701
701
  "Multitenancy settings": "Einstellungen für die Mandantenfähigkeit",
702
- "See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>",
702
+ "See <a href=\"https://github.com/saltcorn/saltcorn\">GitHub repository</a> for instructions<p>": "Siehe <a href=\"https://github.com/saltcorn/saltcorn\">GitHub-Repository</a> für Anweisungen<p>",
703
703
  "API token for this user: ": "API Token für diesen Benutzer: ",
704
704
  "Reset": "Reset",
705
705
  "Generate": "Generieren",
@@ -712,19 +712,19 @@
712
712
  "Description allows you to give more information about the action": "In der Beschreibung können mehr Information zur Aktion angegeben werden",
713
713
  "The action to be taken when the trigger fires": "Die Aktion die ausgeführt werden soll wenn der Trigger auslöst",
714
714
  "The table for which the trigger condition is checked.": "Tabelle für die die Triggerbedingung geprüft wird.",
715
- "Condition under which the trigger will fire": "Condition under which the trigger will fire",
715
+ "Condition under which the trigger will fire": "Bedingung, unter der der Trigger ausgelöst wird",
716
716
  "Test trigger": "Trigger testen",
717
717
  "Edit trigger %s": "Trigger %s bearbeiten",
718
718
  "Preset %s": "Voreinstellung %s",
719
- "The user password or application token to access SMTP server for sending emails": "The user password or application token to access SMTP server for sending emails",
719
+ "The user password or application token to access SMTP server for sending emails": "Das Benutzerpasswort oder das Anwendungstoken zum Zugriff auf den SMTP-Server zum Versenden von E-Mails.",
720
720
  "The port of your SMTP server": "Port des SMTP-Servers",
721
721
  "The user name to access SMTP server for sending emails.": "Der Benutzername für den Zugriff auf den SMTP-Server zum Versenden von E-Mails.",
722
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.": "Das Benutzerpasswort oder App-Passwort für den Zugriff auf den SMTP-Server zum Versenden von E-Mails. Es ist empfohlen ein App-Passwort anstatt eines Benutzerpassworts zu verwenden, wenn der SMTP-Anbieter die Erstellung eines App-Passworts erlaubt.",
723
- "Tick the boxes for the fields that should be jointly unique": "Tick the boxes for the fields that should be jointly unique",
723
+ "Tick the boxes for the fields that should be jointly unique": "Kreuzen Sie die Kästchen für die Felder an, die gemeinsam eindeutig sein sollten.",
724
724
  "Private SSH key": "Privater SSH Schlüssel",
725
725
  "Timezone": "Zeitzone",
726
726
  "Home Timezone": "Heimatzeitzone",
727
- "Use this link to revisit your application at any time.": "Use this link to revisit your application at any time.",
727
+ "Use this link to revisit your application at any time.": "Verwenden Sie diesen Link, um Ihre Anwendung jederzeit erneut zu besuchen.",
728
728
  "To login to a previously created application, go to: ": "Um dich in eine zuvor erstelle Anwendung einzuloggen gehe zu:: ",
729
729
  "Event types": "Ereignistypen",
730
730
  "Channel": "Kanal",
@@ -739,14 +739,14 @@
739
739
  "Custom": "Benutzerdefiniert",
740
740
  "Create custom event": "Benutzerdefiniertes Ereignis erstellen",
741
741
  "Yes": "Ja",
742
- "Alternative destinations if formula evaluates to true": "Alternative destinations if formula evaluates to true",
742
+ "Alternative destinations if formula evaluates to true": "Alternative Ziele, wenn die Formel als wahr ausgewertet wird.",
743
743
  "Default view when done": "Standardansicht nach Bestätigung",
744
- "This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "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": "You can send the user to an different view depending on the day the user has submitted. Ignore this option if you always want to send the user to the same destination",
744
+ "This is the view to which the user will be sent when the form is submitted, unless a formula below is true.": "Dies ist die Ansicht, zu der der Benutzer gesendet wird, wenn das Formular eingereicht wird, es sei denn, eine der untenstehenden Formeln ist wahr.",
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": "Sie können den Benutzer je nach Tag, an dem der Benutzer eingereicht hat, zu einer anderen Ansicht senden. Ignorieren Sie diese Option, wenn Sie den Benutzer immer zum gleichen Ziel senden möchten.",
746
746
  "Plugin name": "Pluginname",
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": "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",
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.": "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.",
749
- "Version of plugin, latest is default value": "Version of plugin, latest is default value",
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": "Quelle des Plugins für die Installation. Wenige Optionen: npm - aus dem npm-Repository herunterladen, lokal - vom lokalen Dateisystem abrufen, github - von GitHub herunterladen, git - von Git abrufen.",
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.": "Für npm - Name des npm-Pakets, z.B. @saltcorn/html oder saltcorn-gantt, überprüfen Sie auf npmjs.com, für lokal - absoluter Pfad zum Plugin-Ordner im Dateisystem, z.B. C:\\gitsrc\\any-bootstrap-theme\\, für github - Name des Github-Projekts.",
749
+ "Version of plugin, latest is default value": "Version des Plugins, die neueste ist der Standardwert.",
750
750
  "Account verification": "Kontoverifizierung",
751
751
  "User verification failed": "Benuterverifizierung fehlgeschlagen",
752
752
  "User verified": "Benutzer verifiziert",
@@ -763,21 +763,21 @@
763
763
  "Action not configurable": "Aktion nicht konfigurierbar",
764
764
  "Event type which runs the trigger": "Ereignistyp der den Trigger auslöst",
765
765
  "Message string field": "Nachrichtentextfeld",
766
- "The field for the message content on the table for messages": "The field for the message content on the table for messages",
766
+ "The field for the message content on the table for messages": "Das Feld für den Nachrichteninhalt in der Tabelle für Nachrichten.",
767
767
  "Participant field": "Teilnehmerfeld",
768
- "The field for the sender user id on the table for messages": "The field for the sender user id on the table for messages",
769
- "The field for the participant user id": "The field for the participant user id",
770
- "Message sender field": "Message sender field",
771
- "Message view or string field": "Message view or string field",
772
- "A view to show individual messages, or the field for the message content on the table for messages": "A view to show individual messages, or the field for the message content on the table for messages",
768
+ "The field for the sender user id on the table for messages": "Das Feld für die Absender-Benutzer-ID in der Tabelle für Nachrichten.",
769
+ "The field for the participant user id": "Das Feld für die Teilnehmer-Benutzer-ID",
770
+ "Message sender field": "Nachrichtenabsenderfeld",
771
+ "Message view or string field": "Nachrichtensicht oder Zeichenfolgenfeld",
772
+ "A view to show individual messages, or the field for the message content on the table for messages": "Eine Ansicht, um einzelne Nachrichten anzuzeigen, oder das Feld für den Nachrichteninhalt in der Tabelle für Nachrichten.",
773
773
  "Message relation": "Nachrichtenbezug",
774
- "The relationship to the table of individual messages": "The relationship to the table of individual messages",
774
+ "The relationship to the table of individual messages": "Die Beziehung zur Tabelle der einzelnen Nachrichten",
775
775
  "Message show view": "Nachrichtendarstellungsansicht",
776
- "The view to show an individual message": "The view to show an individual message",
776
+ "The view to show an individual message": "Die Ansicht, um eine einzelne Nachricht anzuzeigen.",
777
777
  "New message form view": "Neue Nachricht-Formularansicht",
778
778
  "The view to enter a new message": "Die Ansicht zur Eingabe einer neuen Nachricht",
779
- "Participant max read id field": "Participant max read id field",
780
- "The field for the participant's last read message, of type Key to message table": "The field for the participant's last read message, of type Key to message table",
779
+ "Participant max read id field": "Teilnehmer maximal gelesene ID",
780
+ "The field for the participant's last read message, of type Key to message table": "Das Feld für die letzte gelesene Nachricht des Teilnehmers, vom Typ Schlüssel zur Nachrichtentabelle.",
781
781
  "Show older messages": "Zeige ältere Nachrichten",
782
782
  "New table name": "Neuer Tabellenname",
783
783
  "Password Repeat": "Passwort wiederholen",
@@ -797,12 +797,12 @@
797
797
  "Type %s not found": "Typ %s nicht gefunden",
798
798
  "No pages": "Keine Seiten",
799
799
  "No views": "Keine Ansichten",
800
- "CSV upload": "CSV Upload",
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.": "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.": "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.": "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.": "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.": "Triggers run actions in response to events.",
800
+ "CSV upload": "CSV-Upload",
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.": "Seiten sind die Webseiten Ihrer Anwendung, die mit einem Drag-and-Drop-Builder erstellt wurden. Sie haben statischen Inhalt und durch das Einbetten von Ansichten dynamischen Inhalt.",
802
+ "Views display data from tables. A view is a view template applied to a table, with configuration.": "Sichten zeigen Daten aus Tabellen an. Eine Sicht ist eine Sichtvorlage, die auf eine Tabelle angewendet wird, mit Konfiguration.",
803
+ "Tables organise data by fields and rows.": "Tabellen organisieren Daten nach Feldern und Zeilen.",
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.": "Seiten sind die Webseiten Ihrer Anwendung, die mit einem Drag-and-Drop-Builder erstellt wurden. Sie haben statischen Inhalt und durch das Einbetten von Ansichten dynamischen Inhalt.",
805
+ "Triggers run actions in response to events.": "Trigger führen Aktionen als Reaktion auf Ereignisse aus.",
806
806
  "No files": "Keine Dateien",
807
807
  "Cookie duration (hours)": "Cookie-Laufzeit (Stunden)",
808
808
  "Set to 0 for expiration at the end of browser session": "Setze zu 0 für Ablauf zum Ende der Browser-Session",
@@ -811,26 +811,26 @@
811
811
  "Table %s forgotten. You can now discover it.": "Tabelle %s vergessen. Sie kann nun neu gefunden werden.",
812
812
  "No triggers": "Keine Trigger",
813
813
  "List width": "Listenbreite",
814
- "Number of columns (1-12) allocated to the list view": "Number of columns (1-12) allocated to the list view",
814
+ "Number of columns (1-12) allocated to the list view": "Anzahl der Spalten (1-12), die der Listenansicht zugewiesen sind",
815
815
  "New tenant template": "Vorlage für neue Mandanten",
816
- "Copy site structure for new tenants from this tenant": "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.": "Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.",
818
- "Use Amazon S3": "Use Amazon 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!": "Use Amazon S3 (or compatible) service to store files. If disabled, Saltcorn uses local disk. WARNING: Changing this may break your uploaded files!",
820
- "Amazon S3 Bucket": "Amazon S3 Bucket",
821
- "Name you selected for your S3 bucket in AWS.": "Name you selected for your S3 bucket in AWS.",
822
- "Amazon S3 Path Prefix": "Amazon S3 Path Prefix",
823
- "Prefix you selected for your S3 bucket in AWS.": "Prefix you selected for your S3 bucket in AWS.",
824
- "Amazon S3 Endpoint": "Amazon S3 Endpoint",
825
- "Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.",
816
+ "Copy site structure for new tenants from this tenant": "Kopiere die Seitenstruktur für neue Mieter von diesem Mieter.",
817
+ "Use this link: <a href=\"%s\">%s</a> to revisit your application at any time.": "Verwenden Sie diesen Link: <a href=\"%s\">%s</a>, um Ihre Anwendung jederzeit erneut zu besuchen.",
818
+ "Use Amazon S3": "Verwenden Sie Amazon 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!": "Verwenden Sie Amazon S3 (oder einen kompatiblen) Dienst, um Dateien zu speichern. Wenn dies deaktiviert ist, verwendet Saltcorn die lokale Festplatte. WARNUNG: Eine Änderung kann Ihre hochgeladenen Dateien beschädigen!",
820
+ "Amazon S3 Bucket": "Amazon S3-Bucket",
821
+ "Name you selected for your S3 bucket in AWS.": "Name, den Sie für Ihren S3-Bucket in AWS ausgewählt haben.",
822
+ "Amazon S3 Path Prefix": "Amazon S3-Pfadpräfix",
823
+ "Prefix you selected for your S3 bucket in AWS.": "Präfix, das Sie für Ihren S3-Bucket in AWS ausgewählt haben.",
824
+ "Amazon S3 Endpoint": "Amazon S3-Endpunkt",
825
+ "Hostname of your S3 Compatible Storage provider. Defaults to 's3.amazonaws.com'.": "Hostname Ihres S3-kompatiblen Speicheranbieters. Standardmäßig 's3.amazonaws.com'.",
826
826
  "Amazon S3 Region": "Amazon S3 Region",
827
- "AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.",
828
- "Amazon S3 Access Key ID": "Amazon S3 Access Key ID",
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.": "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.",
830
- "Amazon S3 Secret Access Key": "Amazon S3 Secret Access Key",
831
- "The secret access key associated with your Amazon S3 Access Key ID.": "The secret access key associated with your Amazon S3 Access Key ID.",
832
- "Use Amazon S3 Secure Connection.": "Use Amazon S3 Secure Connection.",
833
- "Connect to Amazon S3 (or compatible) securely.": "Connect to Amazon S3 (or compatible) securely.",
827
+ "AWS region you selected when creating your S3 bucket. Default ti 'us-east-1'.": "AWS-Region, die Sie beim Erstellen Ihres S3-Buckets ausgewählt haben. Standardmäßig 'us-east-1'.",
828
+ "Amazon S3 Access Key ID": "Amazon S3 Zugriffs-Schlüssel-ID",
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.": "Nur erforderlich, wenn Sie sich nicht mit einer IAM-Rolle bei S3 authentifizieren möchten. Geben Sie die von Ihrem Amazon EC2-Administrator bereitgestellte Access Key ID ein.",
830
+ "Amazon S3 Secret Access Key": "Amazon S3 geheimer Zugriffsschlüssel",
831
+ "The secret access key associated with your Amazon S3 Access Key ID.": "Der geheime Zugriffsschlüssel, der mit Ihrer Amazon S3 Zugriffsschlüssel-ID verknüpft ist.",
832
+ "Use Amazon S3 Secure Connection.": "Verwenden Sie eine sichere Verbindung zu Amazon S3.",
833
+ "Connect to Amazon S3 (or compatible) securely.": "Stellen Sie eine sichere Verbindung zu Amazon S3 (oder kompatibel) her.",
834
834
  "Storage settings": "Storage-Einstellungen",
835
835
  "Storage": "Storage",
836
836
  "Storage settings updated": "Storage-Einstellungen aktualisiert",
@@ -840,41 +840,41 @@
840
840
  "URL formula": "URL-Formel",
841
841
  "Order field": "Sortierfeld",
842
842
  "Section field": "Abschnittsfeld",
843
- "Optional. String type with options, each of which will become a menu section": "Optional. String type with options, each of which will become a menu section",
843
+ "Optional. String type with options, each of which will become a menu section": "Optional. Zeichenfolgen-Typ mit Optionen, von denen jede zu einem Menüabschnitt wird.",
844
844
  "Role to generate API keys": "Rolle für API-Schlüsselgenerierung",
845
- "User should have this role or higher to generate API keys in their user settings": "User should have this role or higher to generate API keys in their user settings",
845
+ "User should have this role or higher to generate API keys in their user settings": "Der Benutzer sollte diese Rolle oder höher haben, um API-Schlüssel in seinen Benutzereinstellungen zu generieren.",
846
846
  "API token removed": "API-Token gelöscht",
847
847
  "Row inclusion formula": "Formel für Aufnahme von Zeilen",
848
848
  "Only include rows where this formula is true": "Nur Zeilen aufnehmen für die diese Formel True ergibt",
849
849
  "Slug": "Slug",
850
850
  "Field that can be used for a prettier URL structure": "Feld das für eine hübschere URL-Struktur genutzt wird",
851
- "Setup two-factor authentication": "Setup two-factor authentication",
852
- "Setup two-factor authentication with Time-based One-Time Password (TOTP)": "Setup two-factor authentication with Time-based One-Time Password (TOTP)",
853
- "1. Scan this QR code in your Authenticator app": "1. Scan this QR code in your Authenticator app",
854
- "2. Enter the six-digit code generated in your Authenticator app": "2. Enter the six-digit code generated in your Authenticator app",
851
+ "Setup two-factor authentication": "Richten Sie die Zwei-Faktor-Authentifizierung ein.",
852
+ "Setup two-factor authentication with Time-based One-Time Password (TOTP)": "Richten Sie die Zwei-Faktor-Authentifizierung mit zeitbasierten Einmalpasswörtern (TOTP) ein.",
853
+ "1. Scan this QR code in your Authenticator app": "1. Scannen Sie diesen QR-Code in Ihrer Authenticator-App.",
854
+ "2. Enter the six-digit code generated in your Authenticator app": "Geben Sie den sechsstelligen Code ein, der in Ihrer Authenticator-App generiert wurde.",
855
855
  "Code": "Code",
856
- "Two-factor authentication with Time-based One-Time Password enabled": "Two-factor authentication with Time-based One-Time Password enabled",
857
- "Two-factor authentication": "Two-factor authentication",
858
- "Two-factor authentication is enabled": "Two-factor authentication is enabled",
859
- "Two-factor authentication with Time-based One-Time Password disabled": "Two-factor authentication with Time-based One-Time Password disabled",
860
- "Two-factor authentication is disabled": "Two-factor authentication is disabled",
856
+ "Two-factor authentication with Time-based One-Time Password enabled": "Zwei-Faktor-Authentifizierung mit zeitbasiertem Einmalpasswort aktiviert",
857
+ "Two-factor authentication": "Zwei-Faktor-Authentifizierung",
858
+ "Two-factor authentication is enabled": "Die Zwei-Faktor-Authentifizierung ist aktiviert.",
859
+ "Two-factor authentication with Time-based One-Time Password disabled": "Zwei-Faktor-Authentifizierung mit zeitbasiertem Einmalpasswort deaktiviert",
860
+ "Two-factor authentication is disabled": "Die Zwei-Faktor-Authentifizierung ist deaktiviert.",
861
861
  "Auto save": "Automatisches Speichern",
862
862
  "Save any changes immediately": "Änderungen sofort speichern",
863
863
  "Transpose": "Transponieren",
864
864
  "Display one column per line": "Zeige eine Spalte pro Zeile",
865
- "Vertical column width": "Vertical column width",
866
- "Vertical width units": "Vertical width units",
867
- "Save before going back": "Save before going back",
868
- "Reload after going back": "Reload after going back",
865
+ "Vertical column width": "Vertikale Spaltenbreite",
866
+ "Vertical width units": "Vertikale Breitenmaßeinheiten",
867
+ "Save before going back": "Speichern, bevor Sie zurückgehen.",
868
+ "Reload after going back": "Neu laden nach dem Zurückgehen",
869
869
  "2FA policy": "2FA Richtlinie",
870
- "Steps to go back": "Steps to go back",
870
+ "Steps to go back": "Schritte zum Zurückgehen",
871
871
  "Place in dropdown": "In Dropdown zeigen",
872
872
  "Hide null columns": "Verstecke Null Spalten",
873
873
  "Do not display a column if it contains entirely missing values": "Spalte nicht anzeigen wenn sie ausschließlich fehlende Werte enthält",
874
- "Could not verify code": "Could not verify code",
875
- "Disable two-factor authentication": "Disable two-factor authentication",
876
- "Enter your two-factor code in order to disable it": "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": "Allow the user to enter a new key that is not in the schema",
874
+ "Could not verify code": "Code konnte nicht verifiziert werden.",
875
+ "Disable two-factor authentication": "Zwei-Faktor-Authentifizierung deaktivieren",
876
+ "Enter your two-factor code in order to disable it": "Geben Sie Ihren Zwei-Faktor-Code ein, um ihn zu deaktivieren.",
877
+ "Allow the user to enter a new key that is not in the schema": "Erlaube dem Benutzer, einen neuen Schlüssel einzugeben, der nicht im Schema enthalten ist.",
878
878
  "Check for updates": "Auf Updates prüfen",
879
879
  "Versions refreshed": "Versionen aktualisert",
880
880
  "Configuration check": "Konfigurationsprüfung",
@@ -883,11 +883,11 @@
883
883
  "On delete cascade": "Kaskadierendes Löschen",
884
884
  "If the parent row is deleted, automatically delete the child rows.": "Automatisches Löschen der Kindzeilen wenn die Elternzeile gelöscht wird.",
885
885
  "Extra state Formula": "Zusätzliche Zustandsformel",
886
- "Cannot install unsafe plugins on subdomain tenants": "Cannot install unsafe plugins on subdomain tenants",
887
- "Default order descending?": "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.": "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": "Destination view",
890
- "Finish": "Finish",
886
+ "Cannot install unsafe plugins on subdomain tenants": "Kann unsichere Plugins auf Subdomain-Mandanten nicht installieren.",
887
+ "Default order descending?": "Standardreihenfolge absteigend?",
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.": "Dies ist die Ansicht, zu der der Benutzer gesendet wird, wenn das Formular abgeschickt wird. Die Ansicht, die Sie hier angeben, kann je nach Kontext des Formulars ignoriert werden, zum Beispiel wenn es in einem Pop-up erscheint, wird die Weiterleitung nicht stattfinden.",
889
+ "Destination view": "Zielansicht",
890
+ "Finish": "Fertig",
891
891
  "Include in full-text search": "In Volltextsuche einbeziehen",
892
892
  "Strings": "Strings",
893
893
  "In default language": "In Standardsprache",
@@ -897,8 +897,8 @@
897
897
  "Disable TWA": "2FA deaktivieren",
898
898
  "Cascade delete to file": "Kaskadierendes Löschen der Datei",
899
899
  "Deleting a row will also delete the file referenced by this field": "Löschen einer Zeile löscht auch die in diesem Feld referenzierte Datei",
900
- "Has channels?": "Has channels?",
901
- "Channels to create events for. Separate by comma; leave blank for all": "Channels to create events for. Separate by comma; leave blank for all",
900
+ "Has channels?": "Hat Kanäle?",
901
+ "Channels to create events for. Separate by comma; leave blank for all": "Kanäle, für die Ereignisse erstellt werden. Durch Komma trennen; leer lassen für alle",
902
902
  "Event Name": "Ereignisname",
903
903
  "Plugins (Extensions) Store endpoint": "Plugin (Erweiterungen)-Store-Endpoint",
904
904
  "Packs Store endpoint": "Packs-Store-Endpoint",
@@ -911,21 +911,21 @@
911
911
  "Directory": "Verzeichnis",
912
912
  "Backup settings updated": "Backupeinstellungen aktualisiert",
913
913
  "Backup successful": "Backup erfolgreich",
914
- "Invalid ownership formula: %s": "Invalid ownership formula: %s",
915
- "Expiration in days": "Expiration in days",
916
- "Delete old backup files in this directory after the set number of days": "Delete old backup files in this directory after the set number of days",
917
- "Mobile app": "Mobile app",
918
- "Build mobile app": "Build mobile app",
919
- "Build Result": "Build Result",
920
- "Download automated backup": "Download automated backup",
921
- "Restoring automated backup": "Restoring automated backup",
922
- "No errors detected during configuration check": "No errors detected during configuration check",
923
- "%s view - %s on %s": "%s view - %s on %s",
924
- "Please select at least one platform (android or iOS).": "Please select at least one platform (android or iOS).",
925
- "Back": "Back",
926
- "Periodic snapshots enabled": "Periodic snapshots enabled",
927
- "Snapshot will be made every hour if there are changes": "Snapshot will be made every hour if there are changes",
928
- "Snapshots": "Snapshots",
914
+ "Invalid ownership formula: %s": "Ungültige Eigentumsformel: %s",
915
+ "Expiration in days": "Ablauf in Tagen",
916
+ "Delete old backup files in this directory after the set number of days": "Löschen Sie alte Sicherungsdateien in diesem Verzeichnis nach der festgelegten Anzahl von Tagen.",
917
+ "Mobile app": "Mobile App",
918
+ "Build mobile app": "Mobile-App erstellen",
919
+ "Build Result": "Build-Ergebnis",
920
+ "Download automated backup": "Automatisches Backup herunterladen",
921
+ "Restoring automated backup": "Wiederherstellung automatisierter Sicherung",
922
+ "No errors detected during configuration check": "Keine Fehler während der Konfigurationsprüfung festgestellt.",
923
+ "%s view - %s on %s": "%s Ansicht - %s auf %s",
924
+ "Please select at least one platform (android or iOS).": "Bitte wähle mindestens eine Plattform (Android oder iOS).",
925
+ "Back": "Zurück",
926
+ "Periodic snapshots enabled": "Periodische Snapshots aktiviert",
927
+ "Snapshot will be made every hour if there are changes": "Snapshots werden jede Stunde erstellt, wenn Änderungen vorliegen.",
928
+ "Snapshots": "Schnappschüsse",
929
929
  "Snapshot settings updated": "Snapshoteinstellungen aktualisiert",
930
930
  "Download snapshots": "Snapshots herunterladen",
931
931
  "Snapshot successful": "Snapshot erfolgreich",
@@ -945,10 +945,10 @@
945
945
  "Add another module": "Weiteres Modul hinzufügen",
946
946
  "Add module": "Modul hinzufügen",
947
947
  "Module name": "Modulname",
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": "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",
949
- "Version of module, latest is default value": "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.": "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.",
951
- "Modules up-to-date": "Modules up-to-date",
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": "Quelle für die Modulinstallation. Optionen: npm - aus dem npm-Repository herunterladen, local - vom lokalen Dateisystem, github - von GitHub, git - aus einem Git-Repository.",
949
+ "Version of module, latest is default value": "Version des Moduls, die neueste ist der Standardwert.",
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.": "Für npm - Name des npm-Pakets, z.B. @saltcorn/html oder saltcorn-gantt, überprüfen Sie auf npmjs.com, für lokal - absoluter Pfad zum Modulordner im Dateisystem, z.B. C:\\gitsrc\\any-bootstrap-theme\\, für github - Name des Github-Projekts.",
951
+ "Modules up-to-date": "Module auf dem neuesten Stand",
952
952
  "User must have this role or higher to read rows from the table, unless they are the owner": "Der Benutzer muss diese Rolle oder höher haben um Tabellezeilen zu lesen, außer er ist der Besitzer",
953
953
  "User must have this role or higher to edit or create new rows in the table, unless they are the owner": "Der Benutzer muss diese Rolle oder höher haben um Tabellezeilen zu bearbeiten oder zu erstellen, außer er ist der Besitzer",
954
954
  "Tagname": "Tag-Name",
@@ -967,48 +967,48 @@
967
967
  "Tag %s created": "Tag %s erstellt",
968
968
  "Application diagram": "Diagramm der Anwendung",
969
969
  "Diagram": "Diagramm",
970
- "Entry point": "Entry point",
970
+ "Entry point": "Einstiegspunkt",
971
971
  "Platform": "Plattform",
972
972
  "docker": "docker",
973
973
  "android": "android",
974
974
  "iOS": "iOS",
975
- "App file": "App file",
976
- "Server URL": "Server URL",
977
- "Module %s installed, please complete configuration.": "Module %s installed, please complete configuration.",
978
- "Module %s removed.": "Module %s removed.",
979
- "Module %s installed": "Module %s installed",
980
- "Upgrading modules...": "Upgrading modules...",
981
- "Backup now": "Backup now",
982
- "Snapshot now": "Snapshot now",
975
+ "App file": "App-Datei",
976
+ "Server URL": "Server-URL",
977
+ "Module %s installed, please complete configuration.": "Modul %s installiert, bitte konfigurieren Sie es vollständig.",
978
+ "Module %s removed.": "Modul %s entfernt.",
979
+ "Module %s installed": "Modul %s installiert",
980
+ "Upgrading modules...": "Module aktualisieren...",
981
+ "Backup now": "Jetzt sichern",
982
+ "Snapshot now": "Snapshot jetzt",
983
983
  "Restore/download automated backups &raquo;": "Automatisches Backup wiederherstellen/herunterladen &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 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).",
985
- "List/download snapshots &raquo;": "List/download snapshots &raquo;",
986
- "Discover tables that are already in the Database, but not known to Saltcorn": "Discover tables that are already in the Database, but not known to Saltcorn",
987
- "Split paste": "Split paste",
988
- "Separate paste content into separate inputs": "Separate paste content into separate inputs",
989
- "Add entries to tag": "Add entries to tag",
990
- "Add pages": "Add pages",
991
- "Add triggers": "Add triggers",
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 speichern die Struktur und Definition Ihrer Anwendung, ohne die Tabellendaten. Einzelne Ansichten und Seiten können aus Snapshots über die <a href='/viewedit'>Ansicht</a> oder <a href='/pageedit'>Seiten</a> Übersichten wiederhergestellt werden (\"Wiederherstellen\" aus den Dropdown-Menüs der einzelnen Seiten oder Ansichten).",
985
+ "List/download snapshots &raquo;": "Snapshots auflisten/herunterladen &raquo;",
986
+ "Discover tables that are already in the Database, but not known to Saltcorn": "Entdecken Sie Tabellen, die bereits in der Datenbank vorhanden sind, aber Saltcorn nicht bekannt sind.",
987
+ "Split paste": "Teilen einfügen",
988
+ "Separate paste content into separate inputs": "Inhalt getrennt in separate Eingaben einfügen",
989
+ "Add entries to tag": "Einträge zu Tag hinzufügen",
990
+ "Add pages": "Seiten hinzufügen",
991
+ "Add triggers": "Trigger hinzufügen",
992
992
  "Formula value": "Formelwert",
993
- "The build was successfully": "The build was successfully",
994
- "Unable to build the app": "Unable to build the app",
993
+ "The build was successfully": "Der Build war erfolgreich.",
994
+ "Unable to build the app": "Die App kann nicht erstellt werden.",
995
995
  "Add tag": "Tag hinzufügen",
996
996
  "Create new row": "Neue Reihe erstellen",
997
- "Specify how to create a new row": "Specify how to create a new row",
997
+ "Specify how to create a new row": "Geben Sie an, wie man eine neue Zeile erstellt.",
998
998
  "Preview": "Vorschau",
999
- "Minimum role updated": "Minimum role updated",
1000
- "Module not found": "Module not found",
1001
- "View %s not found": "View %s not found",
1002
- "Query %s not found": "Query %s not found",
999
+ "Minimum role updated": "Mindestrolle aktualisiert",
1000
+ "Module not found": "Modul nicht gefunden",
1001
+ "View %s not found": "Ansicht %s nicht gefunden",
1002
+ "Query %s not found": "Abfrage %s nicht gefunden",
1003
1003
  "Open": "Öffnen",
1004
- "Only the android build supports docker.": "Only the android build supports docker.",
1005
- "Please enter a valid server URL.": "Please enter a valid server URL.",
1004
+ "Only the android build supports docker.": "Nur der Android-Build unterstützt Docker.",
1005
+ "Please enter a valid server URL.": "Bitte geben Sie eine gültige Server-URL ein.",
1006
1006
  "Table access": "Tabellenzugriff",
1007
- "Download one of the backups above": "Download one of the backups above",
1008
- "Clear this application": "Clear this application",
1009
- "(tick all boxes)": "(tick all boxes)",
1010
- "When prompted to create the first user, click the link to restore a backup": "When prompted to create the first user, click the link to restore a backup",
1011
- "Select the downloaded backup file": "Select the downloaded backup file",
1007
+ "Download one of the backups above": "Laden Sie eines der oben genannten Backups herunter.",
1008
+ "Clear this application": "Diese Anwendung zurücksetzen.",
1009
+ "(tick all boxes)": "(alle Kästchen ankreuzen)",
1010
+ "When prompted to create the first user, click the link to restore a backup": "Wenn Sie aufgefordert werden, den ersten Benutzer zu erstellen, klicken Sie auf den Link, um ein Backup wiederherzustellen.",
1011
+ "Select the downloaded backup file": "Wählen Sie die heruntergeladene Sicherungsdatei aus.",
1012
1012
  "Units": "Einheiten",
1013
1013
  "Descending?": "Absteigend?",
1014
1014
  "Small": "Klein",
@@ -1016,27 +1016,27 @@
1016
1016
  "Large": "Groß",
1017
1017
  "Extra-large": "Extragroß",
1018
1018
  "Please select at least one item": "Bitte wähle mindestens ein Element",
1019
- "Only include rows where this formula is true. ": "Only include rows where this formula is true. ",
1020
- "Use %s to access current user ID": "Use %s to access current user ID",
1019
+ "Only include rows where this formula is true. ": "Nur Zeilen einbeziehen, in denen diese Formel wahr ist.",
1020
+ "Use %s to access current user ID": "Verwende %s, um auf die aktuelle Benutzer-ID zuzugreifen.",
1021
1021
  "Action not found": "Aktion nicht gefunden",
1022
1022
  "Development settings": "Entwicklungseinstellungen",
1023
1023
  "All entities": "Alle Elemente",
1024
1024
  "no tags": "keine Tags",
1025
- "Development mode settings updated": "Development mode settings updated",
1026
- "Locale identifier short code, e.g. en, zh, fr, ar etc. ": "Locale identifier short code, e.g. en, zh, fr, ar etc. ",
1027
- "Is this the default language in which the application is built?": "Is this the default language in which the application is built?",
1025
+ "Development mode settings updated": "Entwicklungsmodus-Einstellungen aktualisiert",
1026
+ "Locale identifier short code, e.g. en, zh, fr, ar etc. ": "Locale-Identifikator-Kurzcode, z.B. en, zh, fr, ar usw.",
1027
+ "Is this the default language in which the application is built?": "Ist dies die Standardsprache, in der die Anwendung erstellt wurde?",
1028
1028
  "Database type": "Datenbanktyp",
1029
1029
  "Database schema name": "Datenbankschema",
1030
- "Database user": "Database user",
1031
- "Database host": "Database host",
1032
- "Database port": "Database port",
1033
- "Creator email": "Creator email",
1034
- "Create tenant warning text": "Create tenant warning text",
1035
- "Provide your own create warning text if need": "Provide your own create warning text if need",
1036
- "Specify some description for tenant if need": "Specify some description for tenant if need",
1037
- "Created": "Created",
1038
- "First user E-mail": "First user E-mail",
1039
- "HTTP settings": "HTTP settings",
1030
+ "Database user": "Datenbankbenutzer",
1031
+ "Database host": "Datenbank-Host",
1032
+ "Database port": "Datenbankport",
1033
+ "Creator email": "E-Mail des Erstellers",
1034
+ "Create tenant warning text": "Erstellen Sie einen Warntext für Mieter.",
1035
+ "Provide your own create warning text if need": "Geben Sie Ihren eigenen Warnungstext an, falls erforderlich.",
1036
+ "Specify some description for tenant if need": "Geben Sie eine Beschreibung für den Mieter an, falls erforderlich.",
1037
+ "Created": "Erstellt",
1038
+ "First user E-mail": "Erste Benutzer-E-Mail",
1039
+ "HTTP settings": "HTTP-Einstellungen",
1040
1040
  "HTTP": "HTTP",
1041
1041
  "Login and Signup": "Login und Registrierung",
1042
1042
  "Rights": "Rechte",
@@ -1046,6 +1046,522 @@
1046
1046
  "<p>You have views with a role to access lower than the table role to read, \n with no table ownership. In the next version of Saltcorn, this may cause a\n denial of access. Users will need to have table read access to any data displayed.</p> \n Views potentially affected: %s": "<p>You have views with a role to access lower than the table role to read, \n with no table ownership. In the next version of Saltcorn, this may cause a\n denial of access. Users will need to have table read access to any data displayed.</p> \n Views potentially affected: %s",
1047
1047
  "If the parent row is deleted, do this to the child rows.": "If the parent row is deleted, do this to the child rows.",
1048
1048
  "On delete": "Bei Löschen",
1049
- "Database name": "Datenbankname",
1050
- "Database schema": "Datenbankschema"
1049
+ "Disable 2FA": "2FA deaktivieren",
1050
+ "Add tags": "Tags hinzufügen",
1051
+ "Permissions": "Berechtigungen",
1052
+ "Permissions settings": "Berechtigungseinstellungen",
1053
+ "Files accept filter ": "Dateien akzeptieren Filter",
1054
+ "Specifies a filter for what file types the user can pick from the file input dialog box. Example is `.doc,audio/*,video/*,image/*`": "Legt einen Filter fest, welche Dateitypen der Benutzer aus dem Datei-Auswahl-Dialogfeld auswählen kann. Ein Beispiel ist `.doc,audio/*,video/*,image/*`",
1055
+ "Permissions settings updated": "Berechtigungseinstellungen aktualisiert",
1056
+ "Upload file(s)": "Datei(en) hochladen",
1057
+ "Specifies a filter for what file types the user can pick from the file input dialog box. Example is `text/csv,audio/*,video/*,image/*`": "Legt einen Filter fest, welche Dateitypen der Benutzer im Datei-Auswahl-Dialogfeld auswählen kann. Ein Beispiel ist `text/csv,audio/*,video/*,image/*`",
1058
+ "Default Files accept filter": "Standarddateien akzeptieren Filter",
1059
+ "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/*`": "Legt einen Standardfilter für die Dateitypen fest, aus denen der Benutzer im Datei-Upload-Dialogfeld auswählen kann. Ein Beispiel ist `.doc, text/csv, audio/*, video/*, image/*`",
1060
+ "Destination page": "Zielseite",
1061
+ "Module Store endpoint": "Modul Store-Endpunkt",
1062
+ "Authentication settings updated": "Authentifizierungseinstellungen aktualisiert",
1063
+ "Log client errors": "Protokolliere Client-Fehler",
1064
+ "Record all client errors in the crash log": "Alle Client-Fehler im Absturzprotokoll aufzeichnen.",
1065
+ "Default File accept filter": "Standard-Dateiakzeptfilter",
1066
+ "File upload debug": "Datei-Upload-Debugging",
1067
+ "Turn on to debug file upload in express-fileupload.": "Aktivieren Sie die Debug-Protokollierung für den Datei-Upload in express-fileupload.",
1068
+ "Upload size limit (Kb)": "Hochladungsgrößenlimit (Kb)",
1069
+ "Maximum upload file size in kilobytes": "Maximale Upload-Dateigröße in Kilobyte",
1070
+ "File upload timeout": "Datei-Upload-Zeitüberschreitung",
1071
+ "Defines how long to wait for data before aborting file upload. Set to 0 if you want to turn off timeout checks. ": "Definiert, wie lange auf Daten gewartet werden soll, bevor der Datei-Upload abgebrochen wird. Auf 0 setzen, wenn Sie die Timeout-Prüfungen deaktivieren möchten.",
1072
+ "Files settings": "Dateieinstellungen",
1073
+ "NPM packages in code": "NPM-Pakete im Code",
1074
+ "Comma-separated list of packages which will be available in JavaScript actions": "Durch Kommas getrennte Liste von Paketen, die in JavaScript-Aktionen verfügbar sein werden.",
1075
+ "Become user": "Benutzer werden",
1076
+ "Your are now logged in as %s. Logout and login again to assume your usual identity": "Sie sind jetzt als %s angemeldet. Melden Sie sich ab und wieder an, um Ihre gewohnte Identität anzunehmen.",
1077
+ "Done": "Fertig",
1078
+ "Configure trigger %s": "Trigger %s konfigurieren",
1079
+ "Saved 2FA policy for role": "2FA-Richtlinie für Rolle gespeichert",
1080
+ "HTTP settings updated": "HTTP-Einstellungen aktualisiert",
1081
+ "%s configuration": "%s Konfiguration",
1082
+ "Save indicator": "Speicherindikator",
1083
+ "Public cache TTL (minutes)": "Öffentliche Cache TTL (Minuten)",
1084
+ "Cache-control max-age for public views and pages. 0 to disable": "Cache-Control max-age für öffentliche Ansichten und Seiten. 0 zum Deaktivieren.",
1085
+ "Files accept filter": "Dateien akzeptieren Filter",
1086
+ "User group": "Benutzergruppe",
1087
+ "Add relations to this table in dropdown options for ownership field": "Fügen Sie Beziehungen zu dieser Tabelle in den Dropdown-Optionen für das Eigentumsfeld hinzu.",
1088
+ "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.": "Sie haben Ansichten mit einer Zugriffsrolle, die niedriger ist als die Tabellenrolle zum Lesen, ohne Tabellenbesitz. Dies kann zu einem Zugriffsverweigerung führen. Benutzer müssen über Lesezugriff auf die Tabelle für alle angezeigten Daten verfügen.",
1089
+ "Views potentially affected": "Ansichten, die potenziell betroffen sind",
1090
+ "Empty view": "Leere Ansicht",
1091
+ "A view that will be shown only if there are no tables rows to show": "Eine Ansicht, die nur angezeigt wird, wenn keine Tabellenzeilen angezeigt werden können.",
1092
+ "Calculated field will be stored in Database": "Das berechnete Feld wird in der Datenbank gespeichert.",
1093
+ "Set Email": "E-Mail festlegen",
1094
+ "Please enter your email address": "Bitte geben Sie Ihre E-Mail-Adresse ein.",
1095
+ "Role for search": "Rolle für die Suche",
1096
+ "Min role to access search page": "Meine Rolle zum Zugriff auf die Suchseite",
1097
+ "Update": "Aktualisierung",
1098
+ "Add": "Hinzufügen",
1099
+ "Recalculate dynamic": "Dynamisch neu berechnen",
1100
+ "Force logout": "Zwangsausloggen",
1101
+ "Logged out user %s": "Abgemeldeter Benutzer %s",
1102
+ "Reset password link sent to %s": "Der Link zum Zurücksetzen des Passworts wurde an %s gesendet.",
1103
+ "We request that you change your password on %s. You can set your new password through this link: ": "Wir bitten Sie, Ihr Passwort auf %s zu ändern. Sie können Ihr neues Passwort über diesen Link festlegen:",
1104
+ "Welcome to %s": "Willkommen bei %s",
1105
+ "We have created an account for you on %s. You can set your new password through this link: ": "Wir haben ein Konto für Sie auf %s erstellt. Sie können Ihr neues Passwort über diesen Link festlegen:",
1106
+ "Use this link to access the application once you have set your password: %s": "Verwenden Sie diesen Link, um auf die Anwendung zuzugreifen, sobald Sie Ihr Passwort festgelegt haben: %s",
1107
+ "Tag: %s": "Tag: %s",
1108
+ "Tag entry": "Tag-Eintrag",
1109
+ "Clear": "Löschen",
1110
+ "Restore a snapshot": "Stelle einen Snapshot wieder her.",
1111
+ "Snapshot restored": "Snapshot wiederhergestellt",
1112
+ "Configuration check report": "Konfigurationsprüfungsbericht",
1113
+ "Re-run": "Erneut ausführen",
1114
+ "Add constraint:": "Einschränkung hinzufügen:",
1115
+ "Index": "Index",
1116
+ "Add constraint: ": "Einschränkung hinzufügen:",
1117
+ "Choose the field to be indexed": "Wählen Sie das zu indexierende Feld aus.",
1118
+ "Constraint formula": "Einschränkungsformel",
1119
+ "Formula must evaluate to true for valid rows. In scope: ": "Die Formel muss für gültige Zeilen als wahr ausgewertet werden. Im Geltungsbereich:",
1120
+ "Add %s constraint to %s": "Füge die %s-Beschränkung zu %s hinzu.",
1121
+ "What": "Was",
1122
+ "Choose the field to be indexed. This make searching the table faster.": "Wählen Sie das Feld aus, das indiziert werden soll. Dies macht die Suche in der Tabelle schneller.",
1123
+ "Disk usage": "Speicherplatznutzung",
1124
+ "CPU usage": "CPU-Auslastung",
1125
+ "Mem usage": "Speicherverbrauch",
1126
+ "The field that will be shown to the user when choosing a value": "Das Feld, das dem Benutzer angezeigt wird, wenn er einen Wert auswählt.",
1127
+ "String value must match regular expression": "Der String-Wert muss mit dem regulären Ausdruck übereinstimmen.",
1128
+ "Modules up-to-date. Please restart server": "Module auf dem neuesten Stand. Bitte starten Sie den Server neu.",
1129
+ "Install git plugins": "Git-Plugins installieren",
1130
+ "Set available npm modules": "Verfügbare npm-Module festlegen",
1131
+ "Only store modules can be installed on tenant instances": "Es können nur Speicher-Module auf Mandanteninstanzen installiert werden.",
1132
+ "Unsafe modules": "Unsichere Module",
1133
+ "Notifications": "Benachrichtigungen",
1134
+ "No notifications": "Keine Benachrichtigungen",
1135
+ "In user menu": "Im Benutzermenü",
1136
+ "Show notifications in the user menu": "Benachrichtigungen im Benutzermenü anzeigen",
1137
+ "Notification settings": "Benachrichtigungseinstellungen",
1138
+ "PWA": "PWA",
1139
+ "Progressive Web Application": "Progressive Web-Anwendung",
1140
+ "Display": "Anzeige",
1141
+ "Progressive Web Application enabled": "Progressive Web Application aktiviert",
1142
+ "Saltcorn test email": "Saltcorn Test-E-Mail",
1143
+ "Hello from Saltcorn": "Hallo aus Saltcorn",
1144
+ "Set colors": "Farben festlegen",
1145
+ "Theme color": "Themenfarbe",
1146
+ "Background color": "Hintergrundfarbe",
1147
+ "Table provider": "Tabelle Anbieter",
1148
+ "Database table": "Datenbanktabelle",
1149
+ "Configure provider": "Anbieter konfigurieren",
1150
+ "In scope:": "Im Umfang:",
1151
+ "SSL expiry": "SSL-Ablaufdatum",
1152
+ "A page with this name already exists": "Eine Seite mit diesem Namen existiert bereits.",
1153
+ "Tenant Base URL": "Mieter-Basis-URL",
1154
+ "Base hostname for newly created tenants. If unset, defaults to hostname": "Basis-Hostname für neu erstellte Mandanten. Wenn nicht festgelegt, wird standardmäßig der Hostname verwendet.",
1155
+ "Redirect unauthorized": "Umleitung nicht autorisiert",
1156
+ "If tenant creation is not authorized, redirect to this URL": "Wenn die Erstellung eines Mieters nicht autorisiert ist, leiten Sie zu dieser URL weiter.",
1157
+ "Import table %s": "Tabelle importieren %s",
1158
+ "Import CSV": "CSV importieren",
1159
+ "Show configuration object": "Konfigurationsobjekt anzeigen",
1160
+ "Connected views": "Verbundene Ansichten",
1161
+ "Tenant application capabilities": "Mieteranwendungsfunktionen",
1162
+ "Edit Module": "Bearbeitungsmodul",
1163
+ "Roles 2-10 are reserved": "Rollen 2-10 sind reserviert.",
1164
+ "Role IDs 2-10 are reserved": "Rollen-IDs 2-10 sind reserviert.",
1165
+ "Allow offline mode": "Offline-Modus aktivieren",
1166
+ "Embedded in": "Eingebettet in",
1167
+ "Linked from": "Verlinkt von",
1168
+ "Table constraints": "Tabellenbeschränkungen",
1169
+ "Event logs": "Ereignisprotokolle",
1170
+ "Migrations": "Migrationen",
1171
+ "Tag Entries": "Tag-Einträge",
1172
+ "Not a valid field name": "Kein gültiger Feldname",
1173
+ "Set a default value for missing data": "Einen Standardwert für fehlende Daten festlegen.",
1174
+ "Create model": "Modell erstellen",
1175
+ "Models": "Modelle",
1176
+ "New model": "Neues Modell",
1177
+ "Show model": "Modell anzeigen",
1178
+ "Model instances": "Modellinstanzen",
1179
+ "Trained": "Ausgebildet",
1180
+ "Train new instance": "Neue Instanz trainieren",
1181
+ "Train model": "Modell trainieren",
1182
+ "Train": "Zug",
1183
+ "Report": "Bericht",
1184
+ "Model training report": "Bericht über das Modelltraining",
1185
+ "Model training error": "Modelltrainingsfehler",
1186
+ "Training error": "Trainingsfehler",
1187
+ "Model": "Modell",
1188
+ "Model instance": "Modellinstanz",
1189
+ "Prediction output": "Vorhersageausgabe",
1190
+ "Table triggers: ": "Tabellen-Trigger:",
1191
+ "App name": "App-Name",
1192
+ "App icon": "App-Icon",
1193
+ "Splash Page": "Splash-Seite",
1194
+ "App version": "App-Version",
1195
+ "Forgot password?": "Passwort vergessen?",
1196
+ "Details": "Details",
1197
+ "URL is a formula?": "Ist die URL eine Formel?",
1198
+ "Receive notifications by:": "Benachrichtigungen erhalten durch:",
1199
+ "Backup settings": "Sicherungseinstellungen",
1200
+ "Logo image": "Logo-Bild",
1201
+ "Custom code": "Benutzerdefinierter Code",
1202
+ "Extension store": "Erweiterungsspeicher",
1203
+ "Backup file prefix": "Sicherungsdatei-Präfix",
1204
+ "Directory for backup files": "Verzeichnis für Sicherungsdateien",
1205
+ "Backup File Prefix": "Sicherungsdatei-Präfix",
1206
+ "Search for...": "Suche nach...",
1207
+ "Every 5 minutes": "Alle 5 Minuten",
1208
+ "Not scheduled but can be run as an action from a button click": "Nicht geplant, kann aber als Aktion durch einen Button-Klick ausgeführt werden.",
1209
+ "Fixed and blocked fields": "Festgelegte und blockierte Felder",
1210
+ "Do not allow the following fields to have a value set from the query string or state": "Erlaube den folgenden Feldern nicht, einen Wert aus der Abfragezeichenfolge oder dem Zustand zu erhalten.",
1211
+ "Action configuration saved": "Aktionskonfiguration gespeichert",
1212
+ "Prevent any deletion of parent rows": "Verhindern Sie das Löschen von übergeordneten Zeilen.",
1213
+ "If the parent row is deleted, set key fields on child rows to null": "Wenn die übergeordnete Zeile gelöscht wird, setze die Schlüsselwerte in den untergeordneten Zeilen auf null.",
1214
+ "Link out?": "Link nach außen?",
1215
+ "Show a link to open popup contents in new tab": "Zeige einen Link, um Popup-Inhalte in einem neuen Tab zu öffnen.",
1216
+ "Model %s deleted": "Modell %s gelöscht",
1217
+ "Model instance %s deleted": "Modellinstanz %s gelöscht",
1218
+ "Action information saved": "Aktionsinformationen gespeichert",
1219
+ "JavaScript code:": "JavaScript-Code:",
1220
+ "code here": "code hier",
1221
+ "Page '%s' was loaded": "Seite '%s' wurde geladen",
1222
+ "View '%s' was loaded": "Die Ansicht '%s' wurde geladen.",
1223
+ "Error message": "Fehlermeldung",
1224
+ "Error shown to user if uniqueness is violated": "Fehler, der dem Benutzer angezeigt wird, wenn die Eindeutigkeit verletzt wird.",
1225
+ "Protected": "Geschützt",
1226
+ "Set role to access": "Rolle auf Zugriff setzen",
1227
+ "User must have this role or higher to update or create field values": "Der Benutzer muss diese Rolle oder höher haben, um Feldwerte zu aktualisieren oder zu erstellen.",
1228
+ "Disable on mobile": "Auf Mobilgeräten deaktivieren",
1229
+ "moment.js format specifier": "moment.js Format-Spezifizierer",
1230
+ "Primary button": "Primäre Schaltfläche",
1231
+ "Secondary button": "Sekundärschaltfläche",
1232
+ "Success button": "Erfolgsbutton",
1233
+ "Danger button": "Gefahrenknopf",
1234
+ "Primary outline button": "Primäre Umriss-Schaltfläche",
1235
+ "Secondary outline button": "Sekundärer Umrissknopf",
1236
+ "Standard": "Standard",
1237
+ "X-Small": "X-Klein",
1238
+ "Block": "Block",
1239
+ "Large block": "Großer Block",
1240
+ "Formula for JavaScript object that will be added to state parameters": "Formel für ein JavaScript-Objekt, das zu den Statusparametern hinzugefügt wird.",
1241
+ "Alignment": "Ausrichtung",
1242
+ "Click to edit?": "Klicken, um zu bearbeiten?",
1243
+ "Format": "Format",
1244
+ "Table Synchronization": "Tabellensynchronisation",
1245
+ "unsynched": "nicht synchronisiert",
1246
+ "synched": "synchronisiert",
1247
+ "Sync information": "Synchronisationsinformationen",
1248
+ "Sync information tracks the last modification or deletion timestamp so that the table data can be synchronized with the mobile app": "Die Synchronisierungsinformationen verfolgen den letzten Änderungs- oder Löschzeitstempel, damit die Tabellendaten mit der mobilen App synchronisiert werden können.",
1249
+ "Included Plugins": "Eingeschlossene Plugins",
1250
+ "exclude": "ausschließen",
1251
+ "include": "einschließen",
1252
+ "Auto public login": "Automatische öffentliche Anmeldung",
1253
+ "New user view": "Neue Benutzeransicht",
1254
+ "A view to show to new users, to finalise registration (if Edit) or as a welcome view": "Eine Ansicht, die neuen Benutzern angezeigt wird, um die Registrierung abzuschließen (wenn Bearbeiten) oder als Willkommensansicht.",
1255
+ "View decoration": "Ansichtsgestaltung",
1256
+ "Title formula": "Titel-Formel",
1257
+ "Show if true": "Zeige, ob es wahr ist.",
1258
+ "Formula. Leave blank to always show": "Formel. Leer lassen, um immer anzuzeigen.",
1259
+ "Popup width": "Popup-Breite",
1260
+ "Show an icon in the title bar to indicate when form data is being saved": "Ein Symbol in der Titelleiste anzeigen, um anzuzeigen, wenn Formulardaten gespeichert werden.",
1261
+ "install a different version": "eine andere Version installieren",
1262
+ "%s versions": "%s Versionen",
1263
+ "Close": "Schließen",
1264
+ "Module up-to-date": "Modul auf dem neuesten Stand",
1265
+ "Module '%s' not found": "Modul '%s' nicht gefunden",
1266
+ "Module %s not found": "Modul %s nicht gefunden",
1267
+ "Include Event Logs": "Ereignisprotokolle einbeziehen",
1268
+ "Backup with event logs": "Backup mit Ereignisprotokollen",
1269
+ "Initially open": "Zunächst geöffnet",
1270
+ "Not a valid pack": "Nicht ein gültiges Paket",
1271
+ "Pack file": "Packdatei",
1272
+ "Upload a pack file": "Lade eine Packdatei hoch.",
1273
+ "No menu": "Kein Menü",
1274
+ "Omit the menu from this page": "Lass das Menü von dieser Seite weg.",
1275
+ "%s finished without a result": "%s wurde ohne Ergebnis abgeschlossen.",
1276
+ "Body size limit (Kb)": "Körpergrößenlimit (Kb)",
1277
+ "Maximum request body size in kilobytes": "Maximale Anforderungsgröße des Körpers in Kilobyte",
1278
+ "URL encoded size limit (Kb)": "URL-kodierte Größenbeschränkung (Kb)",
1279
+ "Maximum URL encoded request size in kilobytes": "Maximale URL-kodierte Anforderungsgröße in Kilobyte",
1280
+ "HTML file": "HTML-Datei",
1281
+ "HTML file to use as page content": "HTML-Datei zur Verwendung als Seiteninhalt",
1282
+ "Offline mode: cannot load file": "Offline-Modus: Datei kann nicht geladen werden",
1283
+ "None - use drag and drop builder": "Keine - verwenden Sie den Drag-and-Drop-Builder.",
1284
+ "Do not pick or compare time": "Wähle keine Zeit aus oder vergleiche sie.",
1285
+ "Installed theme": "Installiertes Theme",
1286
+ "Theme for role": "Thema für Rolle",
1287
+ "Set theme for each user role »": "Setze das Thema für jede Benutzerrolle.",
1288
+ "Available themes": "Verfügbare Themen",
1289
+ "Install more themes »": "Weitere Themen installieren »",
1290
+ "Configure action": "Aktion konfigurieren",
1291
+ "No changes detected, snapshot skipped": "Keine Änderungen erkannt, Snapshot übersprungen.",
1292
+ "Cannot remove module: views %s depend on it": "Kann das Modul nicht entfernen: Ansichten %s hängen davon ab.",
1293
+ "The view name is part of the URL when it is shown alone.": "Der Ansichtsname ist Teil der URL, wenn er allein angezeigt wird.",
1294
+ "Exclusion relations": "Ausschlussbeziehungen",
1295
+ "Do not include row if this relation has a match": "Schließe die Zeile nicht ein, wenn diese Beziehung eine Übereinstimmung hat.",
1296
+ "Exclusion where": "Ausschluss wo",
1297
+ "Hoverable rows": "Hoverbare Zeilen",
1298
+ "Highlight row under cursor": "Markiere Zeile unter dem Cursor",
1299
+ "Striped rows": "Gestreifte Zeilen",
1300
+ "Add zebra stripes to rows": "Füge Zebrastreifen zu den Zeilen hinzu.",
1301
+ "New page group": "Neue Seitengruppe",
1302
+ "Page Groups": "Seiten Gruppen",
1303
+ "%s edit": "%s bearbeiten",
1304
+ "Members": "Mitglieder",
1305
+ "Add member": "Mitglied hinzufügen",
1306
+ "Edit group properties": "Gruppeneigenschaften bearbeiten",
1307
+ "Page to be served": "Seite, die bereitgestellt werden soll",
1308
+ "A description of the group member": "Eine Beschreibung des Gruppenmitglieds",
1309
+ "Eligible Formula": "Berechtigte Formel",
1310
+ "Formula to determine if this page should be served.": "Formel zur Bestimmung, ob diese Seite bereitgestellt werden sollte.",
1311
+ "Cancel": "Stornieren",
1312
+ "%s add-member": "%s Mitglied hinzufügen",
1313
+ "add-member": "mitglied-hinzufügen",
1314
+ "add member to %s": "Mitglied zu %s hinzufügen",
1315
+ "Added member": "Mitglied hinzugefügt",
1316
+ "Member %s": "Mitglied %s",
1317
+ "Updated member": "Aktualisiertes Mitglied",
1318
+ "%s edit-member": "%s Mitglied bearbeiten",
1319
+ "edit member of %s": "Mitglied von %s bearbeiten",
1320
+ "Removed member %s": "Mitglied %s entfernt",
1321
+ "Deleted page group %s": "Gelöschte Seitengruppe %s",
1322
+ "Missing screen info": "Fehlende Bildschirminformationen",
1323
+ "What to do if no screen info is given. Reload with parmeters or guess it from the user-agent.": "Was zu tun ist, wenn keine Bildschirminformationen angegeben sind. Mit Parametern neu laden oder aus dem User-Agent erraten.",
1324
+ "Guess from user agent": "Erraten aus dem Benutzeragenten",
1325
+ "Reload": "Neu laden",
1326
+ "User Agent screen infos": "Benutzer-Agent-Bildschirminformationen",
1327
+ "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.": "Diese Bildschirminformationen werden verwendet, wenn der Browser sie nicht sendet. Mit 'Fehlende Bildschirminfo' auf 'Vom Benutzeragenten erraten' eingestellt, wird der Benutzeragent einem Gerät mit den folgenden Werten zugeordnet.",
1328
+ "Add screen info": "Bildschirminformationen hinzufügen",
1329
+ "Page Group settings": "Seiten Gruppeneinstellungen",
1330
+ "Pagegroups": "Seitengruppen",
1331
+ "width": "Breite",
1332
+ "height": "Höhe",
1333
+ "innerWidth": "innereBreite",
1334
+ "innerHeight": "innereHöhe",
1335
+ "Screen info added": "Bildschirminfo hinzugefügt",
1336
+ "Screen info removed": "Bildschirminfo entfernt",
1337
+ "Edit screen info": "Bildschirminformationen bearbeiten",
1338
+ "Screen info saved": "Bildschirminfo gespeichert",
1339
+ "Settings saved": "Einstellungen gespeichert",
1340
+ "Destination page group": "Zielseiten-Gruppe",
1341
+ "Your page groups": "Ihre Seiten Gruppen",
1342
+ "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.": "Eine Gruppe hat Seiten mit einer berechtigten Formel. Wenn Sie eine Gruppe anfordern, wird die erste Seite, auf der die Formel übereinstimmt, bereitgestellt. Auf diese Weise können Sie eine Seite je nach Bildschirm des Geräts auswählen.",
1343
+ "Create page group": "Seite Gruppe erstellen",
1344
+ "Page groups": "Seitengruppen",
1345
+ "Calculated non-stored fields cannot have Key type": "Berechnete nicht gespeicherte Felder können keinen Schlüsseltyp haben.",
1346
+ "Row click URL": "Zeilenklick-URL",
1347
+ "Formula. Navigate to this URL when row is clicked": "Formel. Navigiere zu dieser URL, wenn die Zeile angeklickt wird.",
1348
+ "Time of day": "Tageszeit",
1349
+ "UTC timezone": "UTC-Zeitzone",
1350
+ "Show if formula": "Formel anzeigen",
1351
+ "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>.": "Zeige Link oder bette ein, wenn wahr, zeige nicht, wenn falsch. Basierend auf Zustandsvariablen aus der URL-Abfragezeichenfolge und <code>user</code>. Für den vollständigen Zustand verwende <code>row</code>. Beispiel: <code>!!row.createlink</code>, um den Link nur anzuzeigen, wenn der Zustand <code>createlink</code> hat.",
1352
+ "Pagegroup": "Seitengruppe",
1353
+ "Pagegroup %s has no members": "Die Seitegruppe %s hat keine Mitglieder.",
1354
+ "Remove border": "Rand entfernen",
1355
+ "No lines between tables": "Keine Linien zwischen Tabellen",
1356
+ "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.": "Verwenden Sie dies, um Ihr Feld auf eine Liste von Optionen (durch Kommas getrennt) zu beschränken. Geben Sie hier <kbd class=\"fst-normal\">Rot, Grün, Blau</kbd> ein, wenn die zulässigen Werte Rot, Grün und Blau sind. Lassen Sie es leer, wenn der String jeden Wert annehmen kann.",
1357
+ "Page description": "Seitenbeschreibung",
1358
+ "Some view patterns accept interpolations. Ex: <code>{{ name }}</code> or <code>{{ row ? `Edit ${row.name}` : `New person` }}</code>": "Einige Ansichts-Muster akzeptieren Interpolationen. Beispiel: <code>{{ name }}</code> oder <code>{{ row ? `Bearbeiten ${row.name}` : `Neue Person` }}</code>",
1359
+ "For search engines. Some view patterns accept interpolations.": "Für Suchmaschinen. Einige Ansichts-Muster akzeptieren Interpolationen.",
1360
+ "Files cache TTL (minutes)": "Dateien Cache TTL (Minuten)",
1361
+ "Cache-control max-age for files.": "Cache-Control max-age für Dateien.",
1362
+ "Popup min width": "Popup minimale Breite",
1363
+ "Add %s to tag %s": "Füge %s zu Tag %s hinzu.",
1364
+ "Add entries to tag %s": "Fügen Sie Einträge zum Tag %s hinzu.",
1365
+ "Tag not found": "Tag nicht gefunden",
1366
+ "Unable to save: No page or no layout": "Speichern nicht möglich: Keine Seite oder kein Layout",
1367
+ "Unable to save: No view": "Speichern nicht möglich: Keine Ansicht",
1368
+ "%s has no eligible page": "%s hat keine berechtigte Seite.",
1369
+ "Random allocation": "Zufällige Zuweisung",
1370
+ "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.": "Liefern Sie eine zufällige Seite, wobei die berechtigte Formel ignoriert wird. Innerhalb einer Sitzung liefern Neuladevorgänge immer dieselbe Seite. Dies ist eine grundlegende Anforderung für A/B-Tests.",
1371
+ "Pagegroup %s not found": "Seitengruppe %s nicht gefunden",
1372
+ "Create trigger": "Trigger erstellen",
1373
+ "Omit the menu from this view": "Lass das Menü aus dieser Ansicht weg.",
1374
+ "Cross-domain iframe": "Cross-Domain-Iframe",
1375
+ "Allow embedding in iframe on different domains. Unsets the X-Frame-Options header": "Erlaube das Einbetten in iframe auf verschiedenen Domains. Setzt den X-Frame-Options-Header zurück.",
1376
+ "Logout URL": "Abmelde-URL",
1377
+ "The URL to direct to after logout": "Die URL, zu der nach dem Logout weitergeleitet werden soll.",
1378
+ "Runtime informations": "Laufzeitinformationen",
1379
+ "open logs viewer": "Protokollanzeige öffnen",
1380
+ "Server logs": "Serverprotokolle",
1381
+ "Timestamp": "Zeitstempel",
1382
+ "Message": "Nachricht",
1383
+ "Please enter the two-factor authetication code from your authenticator device": "Bitte geben Sie den Zwei-Faktor-Authentifizierungscode von Ihrem Authentifizierungsgerät ein.",
1384
+ "Only if...": "Nur wenn...",
1385
+ "Allow self signed": "Selbstsignierte Zertifikate zulassen",
1386
+ "Open a connection to TLS server with self-signed or invalid TLS certificate": "Öffnen Sie eine Verbindung zu einem TLS-Server mit selbstsigniertem oder ungültigem TLS-Zertifikat.",
1387
+ "Allow self-signed": "Selbstsignierte Zertifikate zulassen",
1388
+ "Optionally associate a table with this trigger": "Optional eine Tabelle mit diesem Trigger verknüpfen.",
1389
+ "Delete table": "Tabelle löschen",
1390
+ "Signup role": "Anmeldungsrolle",
1391
+ "The initial role of signed up users": "Die anfängliche Rolle der angemeldeten Benutzer",
1392
+ "Cordova builder": "Cordova-Builder",
1393
+ "not available": "nicht verfügbar",
1394
+ "pull": "ziehen",
1395
+ "refresh": "aktualisieren",
1396
+ "installed": "installiert",
1397
+ "Include table history in backup": "Tabelle Verlauf in Backup einbeziehen",
1398
+ "The plugin was corrupted and had to be repaired. We recommend restarting your server.": "Das Plugin war beschädigt und musste repariert werden. Wir empfehlen, Ihren Server neu zu starten.",
1399
+ "%s code page": "%s Code-Seite",
1400
+ "Constants and function code": "Konstanten und Funktionscode",
1401
+ "Delete code page": "Code-Seite löschen",
1402
+ "Adjust the the theme for this user": "Passen Sie das Thema für diesen Benutzer an.",
1403
+ "Configure theme": "Theme konfigurieren",
1404
+ "Remove all user specific theme settings": "Entferne alle benutzerspezifischen Theme-Einstellungen.",
1405
+ "Configure %s Plugin for %s": "Konfiguriere das %s-Plugin für %s",
1406
+ "The current theme has no user specific settings": "Das aktuelle Thema hat keine benutzerspezifischen Einstellungen.",
1407
+ "Some themes support only one level of menu nesting.": "Einige Themes unterstützen nur eine Ebene der Menüverschachtelung.",
1408
+ "Apple Team ID": "Apple Team-ID",
1409
+ "Please enter your Apple Team ID": "Bitte geben Sie Ihre Apple Team-ID ein.",
1410
+ "To see changes for '%s' in show-if-formulas, users need to relogin": "Um Änderungen für '%s' in den Show-If-Formeln zu sehen, müssen sich die Benutzer erneut anmelden.",
1411
+ "Server host": "Server-Host",
1412
+ "Username": "Benutzername",
1413
+ "Port": "Hafen",
1414
+ "All tenants": "Alle Mieter",
1415
+ "Also backup all tenants": "Sichere alle Mandanten.",
1416
+ "Retain local directory": "Lokales Verzeichnis beibehalten",
1417
+ "Retain a local backup copy in this directory (optional)": "Behalten Sie eine lokale Sicherungskopie in diesem Verzeichnis (optional)",
1418
+ "Do not wrap response in a success object": "Antwort nicht in einem Erfolgsobjekt einwickeln.",
1419
+ "Use table description instead of name as header": "Verwende die Tabellenbeschreibung anstelle des Namens als Überschrift.",
1420
+ "Description header": "Beschreibung Kopfzeile",
1421
+ "Lazy load views": "Lazy-Load-Ansichten",
1422
+ "Log IP address": "IP-Adresse protokollieren",
1423
+ "Record the request IP address in log messages": "Die IP-Adresse der Anfrage in Protokollnachrichten aufzeichnen.",
1424
+ "App ID": "App-ID",
1425
+ "Build type": "Bautyp",
1426
+ "debug": "Fehlerbehebung",
1427
+ "release": "Freigabe",
1428
+ "Keystore File": "Keystore-Datei",
1429
+ "Keystore Alias": "Keystore-Alias",
1430
+ "Keystore Password": "Keystore-Passwort",
1431
+ "xcodebuild": "xcodebuild",
1432
+ "Provisioning Profile": "Bereitstellungsprofil",
1433
+ "Registry editor": "Registrierungs-Editor",
1434
+ "Mobile HTML": "Mobile HTML",
1435
+ "HTML for the item in the bottom navigation bar. Currently, only supported by the metronic theme.": "HTML für das Element in der unteren Navigationsleiste. Derzeit nur unterstützt vom Metronic-Theme.",
1436
+ "A short name that will be in the page URL": "Ein kurzer Name, der in der Seiten-URL enthalten sein wird.",
1437
+ "A longer description that is not visible but appears in the page header and is indexed by search engines": "Eine längere Beschreibung, die nicht sichtbar ist, aber im Seitenkopf erscheint und von Suchmaschinen indexiert wird.",
1438
+ "User role required to access page": "Benutzerrolle erforderlich, um auf die Seite zuzugreifen",
1439
+ "Example: <code>`/view/TheOtherView?id=${id}`</code>": "Beispiel: <code>`/view/TheOtherView?id=${id}`</code>",
1440
+ "Older": "Älter",
1441
+ "Newest": "Neueste",
1442
+ "Delete all read": "Alle gelesen löschen",
1443
+ "Trigger %s duplicated as %s": "Trigger %s dupliziert als %s",
1444
+ "Tooltip": "Tooltip",
1445
+ "Tooltip formula": "Tooltip-Formel",
1446
+ "Install a different version": "Installiere eine andere Version.",
1447
+ "Page group": "Seitengruppe",
1448
+ "Starting upgrade, please wait...\n": "Upgrade wird gestartet, bitte warten...",
1449
+ "Upgrade done (if it was available) with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Upgrade abgeschlossen (falls verfügbar) mit Code 0.\n\nDrücken Sie die RÜCKTASTE in Ihrem Browser und laden Sie die Seite neu.",
1450
+ "Installing %s, please wait...\n": "Installiere %s, bitte warten...",
1451
+ "Install done with code 0.\n\nPress the BACK button in your browser, then RELOAD the page.": "Installation abgeschlossen mit Code 0.\n\nDrücken Sie die RÜCKTASTE in Ihrem Browser und laden Sie die Seite neu.",
1452
+ "Pulling the cordova-builder docker image...": "Das Herunterladen des Cordova-Builder-Docker-Images...",
1453
+ "Check updates": "Updates überprüfen",
1454
+ "Choose version": "Wähle Version",
1455
+ "Unknown authentication method %s": "Unbekannte Authentifizierungsmethode %s",
1456
+ "Card rows": "Kartenzeilen",
1457
+ "Each row in a card. Not supported by all themes": "Jede Zeile in einer Karte. Nicht von allen Themen unterstützt.",
1458
+ "Prune session interval (seconds)": "Schnittintervall für Sitzungen (Sekunden)",
1459
+ "Interval in seconds to check for expred sessions in the postgres db. 0, empty or a negative number to disable": "Intervall in Sekunden, um nach abgelaufenen Sitzungen in der Postgres-Datenbank zu suchen. 0, leer oder eine negative Zahl zum Deaktivieren.",
1460
+ "Progressive Web Application is not enabled": "Die Progressive Webanwendung ist nicht aktiviert.",
1461
+ "Events and Trigger settings": "Ereignis- und Trigger-Einstellungen",
1462
+ "Periodic trigger timing (next event)": "Periodische Triggerzeit (nächstes Ereignis)",
1463
+ "Hourly": "Stündlich",
1464
+ "Daily": "Täglich",
1465
+ "Weekly": "Wöchentlich",
1466
+ "Code pages": "Code-Seiten",
1467
+ "Please select a file": "Bitte wählen Sie eine Datei aus.",
1468
+ "Zip compression level": "Zip-Kompressionsstufe",
1469
+ "1=Fast, larger file, 9=Slow, smaller files": "1= Schnell, größere Dateien, 9= Langsam, kleinere Dateien",
1470
+ "Use system zip": "Systemzip verwenden",
1471
+ "Recommended. Executable <code>zip</code> must be installed": "Empfohlen. Ausführbare <code>zip</code> muss installiert sein.",
1472
+ "Time to run": "Zeit zu laufen",
1473
+ "Mobile": "Mobil",
1474
+ "Plain password trigger row": "Einfache Passwortauslöserzeile",
1475
+ "Send plaintext password changes to Users table triggers (Insert, Update and Validate).": "Sende Klartext-Passwortänderungen an die Benutzer-Tabelle Trigger (Einfügen, Aktualisieren und Validieren).",
1476
+ "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>": "Minimale Benutzerrolle, die erforderlich ist, um einen neuen Mandanten zu erstellen<div class=\"alert alert-danger fst-normal\" role=\"alert\" data-show-if=\"showIfFormulaInputs($('select[name=role_to_create_tenant]'), '+role_to_create_tenant>1')\">Es ist ein Sicherheitsrisiko, nicht vertrauenswürdigen Benutzern den Zugriff auf die Erstellung von Mandanten zu gewähren, und wird nicht empfohlen.</div>",
1477
+ "Select tag": "Auswahl-Tag",
1478
+ "Invalid build directory path": "Ungültiger Build-Verzeichnis-Pfad",
1479
+ "Invalid build directory name": "Ungültiger Verzeichnisname für den Build",
1480
+ "clean node_modules": "node_modules bereinigen",
1481
+ "After delete": "Nach dem Löschen",
1482
+ "Search only on exact match, not substring match. Useful for large tables": "Nur nach exakter Übereinstimmung suchen, nicht nach Teilübereinstimmung. Nützlich für große Tabellen.",
1483
+ "Please select an entry point.": "Bitte wählen Sie einen Einstiegspunkt.",
1484
+ "Group by": "Gruppieren nach",
1485
+ "View %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings &raquo; Menu</a>": "Ansicht %s zum Menü hinzugefügt. Passen Sie die Zugriffsberechtigungen in <a href=\"/menu\">Einstellungen &raquo; Menü</a> an.",
1486
+ "Page %s added to menu. Adjust access permissions in <a href=\"/menu\">Settings &raquo; Menu</a>": "Seite %s zum Menü hinzugefügt. Passen Sie die Zugriffsberechtigungen in <a href=\"/menu\">Einstellungen &raquo; Menü</a> an.",
1487
+ "SameSite": "SameSite",
1488
+ "Restrict use of cookie to third-party sites. Strict is more secure, but may impact authentication": "Einschränkung der Verwendung von Cookies auf Drittanbieter-Websites. Streng ist sicherer, kann jedoch die Authentifizierung beeinträchtigen.",
1489
+ "Content Security Policy": "Inhalts-Sicherheitsrichtlinie",
1490
+ "CORS": "CORS",
1491
+ "Cross-origin resource sharing": "Cross-Origin-Ressourcenteilung",
1492
+ "Signup and login views": "Anmelde- und Login-Ansichten",
1493
+ "Additional login and signup settings": "Zusätzliche Anmelde- und Registrierungs Einstellungen",
1494
+ "Login and signup views should be accessible by public users": "Login- und Registrierungsansichten sollten für öffentliche Benutzer zugänglich sein.",
1495
+ "Shared: %s": "Geteilt: %s",
1496
+ "Sharing not enabled": "Freigabe nicht aktiviert",
1497
+ "You must be logged in to share": "Sie müssen angemeldet sein, um zu teilen.",
1498
+ "Fluid layout": "Flüssiges Layout",
1499
+ "Request fluid layout from theme for a wider display for this page": "Fordere ein flüssiges Layout vom Theme für eine breitere Anzeige dieser Seite an.",
1500
+ "Location of view to create new row": "Standort der Ansicht zum Erstellen einer neuen Zeile",
1501
+ "Capacitor builder": "Kondensator-Builder",
1502
+ "Pulling the capacitor-builder docker image...": "Das Abrufen des Capacitor-Builder-Docker-Images...",
1503
+ "Pull done with code %s": "Pull abgeschlossen mit Code %s",
1504
+ "Default locale": "Standard-Lokalisierung",
1505
+ "Next step": "Nächster Schritt",
1506
+ "Step name": "Schrittname",
1507
+ "Step saved": "Schritt gespeichert",
1508
+ "Initial step": "Erster Schritt",
1509
+ "Confirm leaving unsaved": "Bestätigen Sie das Verlassen ohne Speichern.",
1510
+ "Ask the user to confirm if they close a tab with unsaved changes": "Fragen Sie den Benutzer, ob er das Tab mit nicht gespeicherten Änderungen schließen möchte.",
1511
+ "Workflow runs": "Workflow-Ausführungen",
1512
+ "Workflow run": "Workflow-Ausführung",
1513
+ "Share to enabled": "Freigabe aktivieren",
1514
+ "Enable the share to feature": "Aktiviere die Funktion „Teilen“.",
1515
+ "Allocate new row": "Neue Zeile zuweisen",
1516
+ "If the view is run without existing row, allocate a new row on load. Defaults must be set on all required fields.": "Wenn die Ansicht ohne vorhandene Zeile ausgeführt wird, erstellen Sie beim Laden eine neue Zeile. Standardwerte müssen für alle erforderlichen Felder festgelegt werden.",
1517
+ "Step traces": "Schrittverfolgungen",
1518
+ "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.": "Bitte geben Sie eine Version im Format 'x.y.z' ein (z. B. 0.0.1 mit Zahlen von 0 bis 999) oder lassen Sie das Feld leer.",
1519
+ "Delete unchanged": "Unverändert löschen",
1520
+ "Delete allocated row if there are no changes.": "Lösche zugewiesene Zeile, wenn keine Änderungen vorhanden sind.",
1521
+ "Triggers on table": "Trigger auf Tabelle",
1522
+ "Please provide the keystore alias and password for the android build.": "Bitte geben Sie den Keystore-Alias und das Passwort für den Android-Build an.",
1523
+ "Submit": "Einreichen",
1524
+ "OK": "OK",
1525
+ "Step settings": "Schritt Einstellungen",
1526
+ "Action settings": "Aktions Einstellungen",
1527
+ "Keystore file is not applied for debug builds.": "Der Keystore-Datei wird für Debug-Bauten nicht angewendet.",
1528
+ "Workflow": "Workflow",
1529
+ "Previous runs": "Frühere Ausführungen",
1530
+ "The workflow the user will be interacting with.": "Der Arbeitsablauf, mit dem der Benutzer interagieren wird.",
1531
+ "Delete old workflow runs with status after days": "Alte Workflow-Ausführungen mit Status nach Tagen löschen",
1532
+ "Finished": "Fertig",
1533
+ "Error": "Fehler",
1534
+ "Waiting": "Warten",
1535
+ "Running": "Laufen",
1536
+ "Minimum role to access search page": "Minimale Rolle zum Zugriff auf die Suchseite",
1537
+ "Edit tables": "Tabellen bearbeiten",
1538
+ "Minimum role to edit tables": "Minimale Rolle zum Bearbeiten von Tabellen",
1539
+ "Edit views": "Ansichten bearbeiten",
1540
+ "Minimum role to edit views": "Minimale Rolle zum Bearbeiten von Ansichten",
1541
+ "Edit pages": "Seiten bearbeiten",
1542
+ "Minimum role to edit pages": "Minimale Rolle zum Bearbeiten von Seiten",
1543
+ "Edit triggers": "Trigger bearbeiten",
1544
+ "Minimum role to edit triggers": "Minimale Rolle zum Bearbeiten von Triggern",
1545
+ "Development permissions": "Entwicklungsgenehmigungen",
1546
+ "Inspect tables": "Tabellen inspizieren",
1547
+ "Minimum role to inspect (see, without editing) tables": "Minimale Rolle zum Inspektieren (sehen, ohne zu bearbeiten) von Tabellen",
1548
+ "Home pages": "Startseiten",
1549
+ "The home page is the page that is served when the user visits the home location (/). This can be set for each user role.": "Die Startseite ist die Seite, die angezeigt wird, wenn der Benutzer den Startort (/) besucht. Dies kann für jede Benutzerrolle festgelegt werden.",
1550
+ "Trigger %s deleted": "Trigger %s gelöscht",
1551
+ "Edit menu": "Bearbeitungsmenü",
1552
+ "Minimum role to edit menu": "Minimale Rolle zum Bearbeiten des Menüs",
1553
+ "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": "Der Volltextsuchindex ist nicht verfügbar, da die Tabelle Schlüssel-Felder (%s) enthält, bei denen die Option \"In der Volltextsuche einbeziehen\" aktiviert ist. Deaktivieren Sie dies, bevor Sie einen Volltextsuchindex erstellen.",
1554
+ "Share Extension Provisioning Profile": "Freigabeerweiterungs-Bereitstellungsprofil",
1555
+ "Show results in": "Ergebnisse anzeigen in",
1556
+ "Show results from each table in this type of element": "Zeige Ergebnisse aus jeder Tabelle in diesem Elementtyp an.",
1557
+ "Search syntax help": "Hilfe zur Suchsyntax",
1558
+ "Search syntax": "Suchsyntax",
1559
+ "Maximum role": "Maximale Rolle",
1560
+ "Module dependencies": "Modulabhängigkeiten",
1561
+ "Prompt": "Aufforderung",
1562
+ "Clean modules and restart": "Module bereinigen und neu starten",
1563
+ "Modules cleaned, server restarting...": "Module gereinigt, Server wird neu gestartet...",
1564
+ "Delete table+views+triggers": "Tabelle+Ansichten+Trigger löschen",
1565
+ "No file uploaded": "Keine Datei hochgeladen.",
1566
+ "To obtain a certificate, the administrator's email address will be shared with Let's Encrypt.": "Um ein Zertifikat zu erhalten, wird die E-Mail-Adresse des Administrators mit Let's Encrypt geteilt."
1051
1567
  }