diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po index 73bcb8e5a8..22db4f5f7e 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: 2026-05-06 00:27+0000\n" +"POT-Creation-Date: 2026-05-13 05:39+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -226,6 +226,10 @@ msgstr "" msgid "The slug '{slug}' is reserved and cannot be used for applications." msgstr "" +#: authentik/core/api/groups.py +msgid "User does not have permission to add members to this group." +msgstr "" + #: authentik/core/api/providers.py msgid "" "When not set all providers are returned. When set to true, only backchannel " @@ -256,6 +260,14 @@ msgstr "" msgid "Setting a user to internal service account is not allowed." msgstr "" +#: authentik/core/api/users.py +msgid "User does not have permission to add members to a superuser group." +msgstr "" + +#: authentik/core/api/users.py +msgid "User does not have permission to assign roles." +msgstr "" + #: authentik/core/api/users.py msgid "Can't modify internal service account users" msgstr "" diff --git a/locale/no_NO/LC_MESSAGES/django.mo b/locale/no_NO/LC_MESSAGES/django.mo index 93135e7e18..14a2ed1699 100644 Binary files a/locale/no_NO/LC_MESSAGES/django.mo and b/locale/no_NO/LC_MESSAGES/django.mo differ