web/admin: add notice for event_retention

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-07-26 18:47:46 +02:00
parent e7b7bfddd6
commit 5552e0ffa7
3 changed files with 11 additions and 0 deletions

View File

@ -4041,6 +4041,10 @@ msgstr "These policies control which users can access this application."
msgid "This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well." msgid "This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well."
msgstr "This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well." msgstr "This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well."
#: src/pages/tenants/TenantForm.ts
msgid "This setting only affects new Events, as the expiration is saved per-event."
msgstr "This setting only affects new Events, as the expiration is saved per-event."
#: src/pages/stages/invitation/InvitationStageForm.ts #: src/pages/stages/invitation/InvitationStageForm.ts
msgid "This stage can be included in enrollment flows to accept invitations." msgid "This stage can be included in enrollment flows to accept invitations."
msgstr "This stage can be included in enrollment flows to accept invitations." msgstr "This stage can be included in enrollment flows to accept invitations."

View File

@ -4026,6 +4026,10 @@ msgstr ""
msgid "This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well." msgid "This provider will behave like a transparent reverse-proxy, except requests must be authenticated. If your upstream application uses HTTPS, make sure to connect to the outpost using HTTPS as well."
msgstr "" msgstr ""
#: src/pages/tenants/TenantForm.ts
msgid "This setting only affects new Events, as the expiration is saved per-event."
msgstr ""
#: src/pages/stages/invitation/InvitationStageForm.ts #: src/pages/stages/invitation/InvitationStageForm.ts
msgid "This stage can be included in enrollment flows to accept invitations." msgid "This stage can be included in enrollment flows to accept invitations."
msgstr "" msgstr ""

View File

@ -178,6 +178,9 @@ export class TenantForm extends ModelForm<Tenant, string> {
<p class="pf-c-form__helper-text"> <p class="pf-c-form__helper-text">
${t`When using an external logging solution for archiving, this can be set to "minutes=5".`} ${t`When using an external logging solution for archiving, this can be set to "minutes=5".`}
</p> </p>
<p class="pf-c-form__helper-text">
${t`This setting only affects new Events, as the expiration is saved per-event.`}
</p>
<p class="pf-c-form__helper-text">${t`Format: "weeks=3;days=2;hours=3,seconds=2".`}</p> <p class="pf-c-form__helper-text">${t`Format: "weeks=3;days=2;hours=3,seconds=2".`}</p>
</ak-form-element-horizontal> </ak-form-element-horizontal>
</div> </div>