-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Python toolbox of Ambient Digital containing an abundance of useful tools and gadgets.""" | ||
|
||
__version__ = "9.3.0" | ||
__version__ = "9.3.1" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-05-03 16:03+0200\n" | ||
"POT-Creation-Date: 2023-11-27 09:55+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -35,27 +35,34 @@ msgstr "Ambient toolbox" | |
msgid "Created at" | ||
msgstr "Erstellt am" | ||
|
||
#: .\ambient_toolbox\models.py:28 | ||
#: .\ambient_toolbox\models.py:34 | ||
msgid "Created by" | ||
msgstr "Erstellt von" | ||
|
||
#: .\ambient_toolbox\models.py:34 | ||
#: .\ambient_toolbox\models.py:40 | ||
msgid "Last modified at" | ||
msgstr "Zuletzt geändert am" | ||
|
||
#: .\ambient_toolbox\models.py:37 | ||
#: .\ambient_toolbox\models.py:43 | ||
msgid "Last modified by" | ||
msgstr "Zuletzt geändert von" | ||
|
||
#: .\ambient_toolbox\tests\mixins.py:94 | ||
#: .\ambient_toolbox\tests\mixins.py:95 | ||
msgid "Please pass a user object to RequestProviderMixin." | ||
msgstr "Bitte ein User-Objekt an RequestProviderMixin übergeben." | ||
|
||
#: .\ambient_toolbox\utils\date.py:74 | ||
msgid "Seconds must be positive." | ||
msgstr "Sekunden müssen eine positive Zahl sein." | ||
|
||
#: .\ambient_toolbox\view_layer\mixins.py:20 | ||
#: .\ambient_toolbox\validators\auth_password\special_chars.py:15 | ||
#: .\ambient_toolbox\validators\auth_password\special_chars.py:20 | ||
msgid "" | ||
"The password has to contain one of the following special characters: \"@#$%!" | ||
"^&*\"" | ||
msgstr "Das Passwort muss eines der folgenden Sonderzeichen enthalten: \"@#$%!^&*\"" | ||
|
||
#: .\ambient_toolbox\view_layer\mixins.py:21 | ||
msgid "" | ||
"Class-based view using DjangoPermissionRequiredMixin without defining a " | ||
"permission list." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters