From 683e6341166e83d4159d21bfb8b4d53373a9e53a Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Tue, 16 Jan 2024 05:50:09 +0100 Subject: [PATCH] checklist Signed-off-by: Marc 'risson' Schmitt --- locale/en/LC_MESSAGES/django.po | 8 ++++---- web/.babelrc | 20 +++++++++---------- .../admin/admin-settings/AdminSettingsForm.ts | 6 +++--- .../providers/ldap/LDAPProviderViewPage.ts | 5 ++--- web/xliff/de.xlf | 12 +++++------ web/xliff/en.xlf | 12 +++++------ web/xliff/es.xlf | 12 +++++------ web/xliff/fr.xlf | 12 +++++------ web/xliff/ko.xlf | 12 +++++------ web/xliff/nl.xlf | 12 +++++------ web/xliff/pl.xlf | 12 +++++------ web/xliff/pseudo-LOCALE.xlf | 12 +++++------ web/xliff/tr.xlf | 12 +++++------ web/xliff/zh-CN.xlf | 12 +++++------ web/xliff/zh-Hans.xlf | 12 +++++------ web/xliff/zh-Hant.xlf | 12 +++++------ web/xliff/zh_TW.xlf | 12 +++++------ 17 files changed, 97 insertions(+), 98 deletions(-) diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 161418d56..4d0e766ca 100644 --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-01-10 16:57+0000\n" +"POT-Creation-Date: 2024-01-16 04:49+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -431,11 +431,11 @@ msgstr "" msgid "RAC Property Mappings" msgstr "" -#: authentik/enterprise/providers/rac/views.py:103 +#: authentik/enterprise/providers/rac/views.py:108 msgid "Maximum connection limit reached." msgstr "" -#: authentik/enterprise/providers/rac/views.py:107 +#: authentik/enterprise/providers/rac/views.py:112 msgid "(You are already connected in another tab/window)" msgstr "" @@ -2131,7 +2131,7 @@ msgstr "" msgid "TOTP Devices" msgstr "" -#: authentik/stages/authenticator_validate/challenge.py:131 +#: authentik/stages/authenticator_validate/challenge.py:123 msgid "Invalid Token" msgstr "" diff --git a/web/.babelrc b/web/.babelrc index eec1d31f4..c6ea78f62 100644 --- a/web/.babelrc +++ b/web/.babelrc @@ -6,27 +6,27 @@ [ "@babel/plugin-proposal-decorators", { - "decoratorsBeforeExport": true, - }, + "decoratorsBeforeExport": true + } ], [ "@babel/plugin-transform-class-properties", { - "loose": true, - }, + "loose": true + } ], [ "@babel/plugin-transform-runtime", { - "regenerator": true, - }, + "regenerator": true + } ], "macros", [ "@babel/plugin-transform-private-property-in-object", { - "loose": true, - }, - ], - ], + "loose": true + } + ] + ] } diff --git a/web/src/admin/admin-settings/AdminSettingsForm.ts b/web/src/admin/admin-settings/AdminSettingsForm.ts index 06f06ca6d..78bd188f1 100644 --- a/web/src/admin/admin-settings/AdminSettingsForm.ts +++ b/web/src/admin/admin-settings/AdminSettingsForm.ts @@ -113,21 +113,21 @@ export class AdminSettingsForm extends Form { diff --git a/web/src/admin/providers/ldap/LDAPProviderViewPage.ts b/web/src/admin/providers/ldap/LDAPProviderViewPage.ts index 08eb03021..421b04334 100644 --- a/web/src/admin/providers/ldap/LDAPProviderViewPage.ts +++ b/web/src/admin/providers/ldap/LDAPProviderViewPage.ts @@ -203,9 +203,8 @@ export class LDAPProviderViewPage extends AKElement { class="pf-c-form-control" readonly type="text" - value=${`cn=${ - this.me?.user.username - },ou=users,${this.provider?.baseDn?.toLowerCase()}`} + value=${`cn=${this.me?.user + .username},ou=users,${this.provider?.baseDn?.toLowerCase()}`} />
diff --git a/web/xliff/de.xlf b/web/xliff/de.xlf index 09fc4c138..4d0954f87 100644 --- a/web/xliff/de.xlf +++ b/web/xliff/de.xlf @@ -6317,14 +6317,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/en.xlf b/web/xliff/en.xlf index 0b4d3e9e2..a9c63c2c3 100644 --- a/web/xliff/en.xlf +++ b/web/xliff/en.xlf @@ -6592,14 +6592,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/es.xlf b/web/xliff/es.xlf index aea1a4afb..6da2bce2e 100644 --- a/web/xliff/es.xlf +++ b/web/xliff/es.xlf @@ -6233,14 +6233,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/fr.xlf b/web/xliff/fr.xlf index 5717f5e98..fc3da95bc 100644 --- a/web/xliff/fr.xlf +++ b/web/xliff/fr.xlf @@ -8272,14 +8272,14 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/ko.xlf b/web/xliff/ko.xlf index 88b69b45f..659d25b27 100644 --- a/web/xliff/ko.xlf +++ b/web/xliff/ko.xlf @@ -8191,14 +8191,14 @@ Bindings to groups/users are checked against the user of the event. Select endpoint to connect to - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/nl.xlf b/web/xliff/nl.xlf index 6b4349267..3162d3bb0 100644 --- a/web/xliff/nl.xlf +++ b/web/xliff/nl.xlf @@ -8031,14 +8031,14 @@ Bindingen naar groepen/gebruikers worden gecontroleerd tegen de gebruiker van de Select endpoint to connect to - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/pl.xlf b/web/xliff/pl.xlf index 028c0a40e..e2309f51a 100644 --- a/web/xliff/pl.xlf +++ b/web/xliff/pl.xlf @@ -6440,14 +6440,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/pseudo-LOCALE.xlf b/web/xliff/pseudo-LOCALE.xlf index a093b7f0f..075989c36 100644 --- a/web/xliff/pseudo-LOCALE.xlf +++ b/web/xliff/pseudo-LOCALE.xlf @@ -8165,13 +8165,13 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/tr.xlf b/web/xliff/tr.xlf index cc876df05..290e1b250 100644 --- a/web/xliff/tr.xlf +++ b/web/xliff/tr.xlf @@ -6226,14 +6226,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/zh-CN.xlf b/web/xliff/zh-CN.xlf index e4b01dd06..7e3df6afb 100644 --- a/web/xliff/zh-CN.xlf +++ b/web/xliff/zh-CN.xlf @@ -5134,14 +5134,14 @@ Bindings to groups/users are checked against the user of the event. Connected services - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/zh-Hans.xlf b/web/xliff/zh-Hans.xlf index 3eda20fda..520485a8d 100644 --- a/web/xliff/zh-Hans.xlf +++ b/web/xliff/zh-Hans.xlf @@ -8274,14 +8274,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/zh-Hant.xlf b/web/xliff/zh-Hant.xlf index 3af07a956..8fba28497 100644 --- a/web/xliff/zh-Hant.xlf +++ b/web/xliff/zh-Hant.xlf @@ -6274,14 +6274,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username diff --git a/web/xliff/zh_TW.xlf b/web/xliff/zh_TW.xlf index 67f3c7815..667e916b4 100644 --- a/web/xliff/zh_TW.xlf +++ b/web/xliff/zh_TW.xlf @@ -8150,14 +8150,14 @@ Bindings to groups/users are checked against the user of the event. System settings - - Allow users' to change name + + Allow users to change name - - Allow users' to change email + + Allow users to change email - - Allow users' to change username + + Allow users to change username