diff --git a/authentik/stages/email/tests/test_stage.py b/authentik/stages/email/tests/test_stage.py index 84c9ae1ee..9164bf85e 100644 --- a/authentik/stages/email/tests/test_stage.py +++ b/authentik/stages/email/tests/test_stage.py @@ -62,9 +62,7 @@ class TestEmailStage(FlowTestCase): self.assertEqual(response.status_code, 200) self.assertEqual(len(mail.outbox), 1) self.assertEqual(mail.outbox[0].subject, "authentik") - self.assertNotIn( - "You recently requested to change your password", mail.outbox[0].alternatives[0][0] - ) + self.assertNotIn("Password Reset", mail.outbox[0].alternatives[0][0]) def test_without_user(self): """Test without pending user""" diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 6431ff0c8..67155b984 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: 2023-01-19 11:06+0000\n" +"POT-Creation-Date: 2023-01-23 09:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1466,30 +1466,35 @@ msgstr "" msgid "Optionally modify the payload being sent to custom providers." msgstr "" -#: authentik/stages/authenticator_sms/models.py:176 +#: authentik/stages/authenticator_sms/models.py:81 +#, python-format +msgid "Use this code to authenticate in authentik: %(token)s" +msgstr "" + +#: authentik/stages/authenticator_sms/models.py:181 msgid "SMS Authenticator Setup Stage" msgstr "" -#: authentik/stages/authenticator_sms/models.py:177 +#: authentik/stages/authenticator_sms/models.py:182 msgid "SMS Authenticator Setup Stages" msgstr "" -#: authentik/stages/authenticator_sms/models.py:222 +#: authentik/stages/authenticator_sms/models.py:227 msgid "SMS Device" msgstr "" -#: authentik/stages/authenticator_sms/models.py:223 +#: authentik/stages/authenticator_sms/models.py:228 msgid "SMS Devices" msgstr "" -#: authentik/stages/authenticator_sms/stage.py:56 -msgid "Invalid phone number" +#: authentik/stages/authenticator_sms/stage.py:55 +#: authentik/stages/authenticator_totp/stage.py:42 +#: authentik/stages/authenticator_totp/stage.py:45 +msgid "Code does not match" msgstr "" -#: authentik/stages/authenticator_sms/stage.py:61 -#: authentik/stages/authenticator_totp/stage.py:41 -#: authentik/stages/authenticator_totp/stage.py:44 -msgid "Code does not match" +#: authentik/stages/authenticator_sms/stage.py:71 +msgid "Invalid phone number" msgstr "" #: authentik/stages/authenticator_static/models.py:47 @@ -1700,7 +1705,7 @@ msgstr "" #: authentik/stages/email/templates/email/password_reset.html:19 msgid "" "\n" -" You recently requested to change your password for you " +" You recently requested to change your password for your " "authentik account. Use the button below to set a new password.\n" " " msgstr "" @@ -1800,7 +1805,7 @@ msgstr "" msgid "Invitations" msgstr "" -#: authentik/stages/invitation/stage.py:61 +#: authentik/stages/invitation/stage.py:66 msgid "Invalid invite/invite not found" msgstr "" diff --git a/web/src/locales/de.po b/web/src/locales/de.po index 08434e743..4c3d5254c 100644 --- a/web/src/locales/de.po +++ b/web/src/locales/de.po @@ -2366,6 +2366,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "Ausnahme" diff --git a/web/src/locales/en.po b/web/src/locales/en.po index c6de5a1e5..ccee721f5 100644 --- a/web/src/locales/en.po +++ b/web/src/locales/en.po @@ -2398,6 +2398,7 @@ msgstr "Example SAML attributes" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "Exception" diff --git a/web/src/locales/es.po b/web/src/locales/es.po index 9fc52b0ed..5b84c5bca 100644 --- a/web/src/locales/es.po +++ b/web/src/locales/es.po @@ -2342,6 +2342,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "Excepción" diff --git a/web/src/locales/fr_FR.po b/web/src/locales/fr_FR.po index 69685ce14..1f1a17429 100644 --- a/web/src/locales/fr_FR.po +++ b/web/src/locales/fr_FR.po @@ -2345,6 +2345,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "Exception" diff --git a/web/src/locales/pl.po b/web/src/locales/pl.po index 9b5a2ca6e..2610f2d8e 100644 --- a/web/src/locales/pl.po +++ b/web/src/locales/pl.po @@ -2348,6 +2348,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "Wyjątek" diff --git a/web/src/locales/pseudo-LOCALE.po b/web/src/locales/pseudo-LOCALE.po index e040c70fc..fb4a073dc 100644 --- a/web/src/locales/pseudo-LOCALE.po +++ b/web/src/locales/pseudo-LOCALE.po @@ -2384,6 +2384,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "" diff --git a/web/src/locales/tr.po b/web/src/locales/tr.po index 1175bb7e8..863e99c57 100644 --- a/web/src/locales/tr.po +++ b/web/src/locales/tr.po @@ -2342,6 +2342,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "Hata" diff --git a/web/src/locales/zh-Hans.po b/web/src/locales/zh-Hans.po index adc229e7d..db92e4322 100644 --- a/web/src/locales/zh-Hans.po +++ b/web/src/locales/zh-Hans.po @@ -2350,6 +2350,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "异常" diff --git a/web/src/locales/zh-Hant.po b/web/src/locales/zh-Hant.po index 2e435d4f7..3cce7a7c7 100644 --- a/web/src/locales/zh-Hant.po +++ b/web/src/locales/zh-Hant.po @@ -2350,6 +2350,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "例外" diff --git a/web/src/locales/zh_TW.po b/web/src/locales/zh_TW.po index f0b0bb25f..6d95ffa47 100644 --- a/web/src/locales/zh_TW.po +++ b/web/src/locales/zh_TW.po @@ -2350,6 +2350,7 @@ msgstr "" #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts #: src/admin/events/EventInfo.ts +#: src/admin/events/EventInfo.ts msgid "Exception" msgstr "例外"