Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified locale/de/LC_MESSAGES/django.mo
Binary file not shown.
22 changes: 11 additions & 11 deletions locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-24 00:10+0000\n"
"POT-Creation-Date: 2024-11-26 00:09+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -73,8 +73,8 @@ msgid "authentik Export - {date}"
msgstr ""

#: authentik/blueprints/v1/tasks.py authentik/crypto/tasks.py
#, python-format
msgid "Successfully imported %(count)d files."
#, python-brace-format
msgid "Successfully imported {count} files."
msgstr ""

#: authentik/brands/models.py
Expand Down Expand Up @@ -856,13 +856,13 @@ msgid "Starting full provider sync"
msgstr ""

#: authentik/lib/sync/outgoing/tasks.py
#, python-format
msgid "Syncing page %(page)d of users"
#, python-brace-format
msgid "Syncing page {page} of users"
msgstr ""

#: authentik/lib/sync/outgoing/tasks.py
#, python-format
msgid "Syncing page %(page)d of groups"
#, python-brace-format
msgid "Syncing page {page} of groups"
msgstr ""

#: authentik/lib/sync/outgoing/tasks.py
Expand Down Expand Up @@ -1012,8 +1012,8 @@ msgid "Event Matcher Policies"
msgstr ""

#: authentik/policies/expiry/models.py
#, python-format
msgid "Password expired %(days)d days ago. Please update your password."
#, python-brace-format
msgid "Password expired {days} days ago. Please update your password."
msgstr ""

#: authentik/policies/expiry/models.py
Expand Down Expand Up @@ -1140,8 +1140,8 @@ msgid "Invalid password."
msgstr ""

#: authentik/policies/password/models.py
#, python-format
msgid "Password exists on %(count)d online lists."
#, python-brace-format
msgid "Password exists on {count} online lists."
msgstr ""

#: authentik/policies/password/models.py
Expand Down