Skip to content

Commit 3ed51dc

Browse files
authored
Changed incorrect language code de_CH of es_CL (#299)
* Changed language code to de_CH * Ran makemessages and compilemessages on de_CH language * Added compiled .mo files for es_CL and ru_RU * Fixed paths in the MO file
1 parent eca3792 commit 3ed51dc

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
lines changed
Binary file not shown.

rest_framework_simplejwt/locale/de_CH/LC_MESSAGES/django.po

+23-13
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,62 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: djangorestframework_simplejwt\n"
66
"Report-Msgid-Bugs-To: \n"
7-
"POT-Creation-Date: 2020-01-04 10:30-0300\n"
7+
"POT-Creation-Date: 2020-09-04 15:19-0600\n"
88
"Last-Translator: rene <[email protected]>\n"
9-
"Language: es_CL\n"
9+
"Language: de_CH\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=UTF-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"
1313
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
1414

15-
#: authentication.py:76
15+
#: authentication.py:75
1616
msgid "Authorization header must contain two space-delimited values"
17-
msgstr "Der Authorizationheader muss zwei leerzeichen-getrennte Werte enthalten"
17+
msgstr ""
18+
"Der Authorizationheader muss zwei leerzeichen-getrennte Werte enthalten"
1819

19-
#: authentication.py:97
20+
#: authentication.py:96
2021
msgid "Given token not valid for any token type"
2122
msgstr "Der Token ist für keinen Tokentyp gültig"
2223

23-
#: authentication.py:108 authentication.py:130
24+
#: authentication.py:107 authentication.py:129
2425
msgid "Token contained no recognizable user identification"
2526
msgstr "Token enthält keine erkennbare Benutzeridentifikation"
2627

27-
#: authentication.py:113
28+
#: authentication.py:112
2829
msgid "User not found"
2930
msgstr "Benutzer nicht gefunden"
3031

31-
#: authentication.py:116
32+
#: authentication.py:115
3233
msgid "User is inactive"
3334
msgstr "Inaktiver Benutzer"
3435

35-
#: backends.py:21
36+
#: backends.py:37
3637
msgid "Unrecognized algorithm type '{}'"
3738
msgstr "Unerkannter Algorithmustyp '{}'"
3839

39-
#: backends.py:48 exceptions.py:38 tokens.py:44
40+
#: backends.py:40
41+
msgid "You must have cryptography installed to use {}."
42+
msgstr ""
43+
44+
#: backends.py:68
45+
msgid "Invalid algorithm specified"
46+
msgstr ""
47+
48+
#: backends.py:70 exceptions.py:38 tokens.py:44
4049
msgid "Token is invalid or expired"
4150
msgstr "Ungültiger oder abgelaufener Token"
4251

43-
#: serializers.py:44
52+
#: serializers.py:29
4453
msgid "No active account found with the given credentials"
4554
msgstr "Kein aktiver Account mit diesen Zugangsdaten gefunden"
4655

47-
#: settings.py:53
56+
#: settings.py:60
4857
msgid ""
4958
"The '{}' setting has been removed. Please refer to '{}' for available "
5059
"settings."
5160
msgstr ""
52-
"Die Einstellung '{}' wurde gelöscht. Bitte beachte '{}' für verfügbare Einstellungen."
61+
"Die Einstellung '{}' wurde gelöscht. Bitte beachte '{}' für verfügbare "
62+
"Einstellungen."
5363

5464
#: token_blacklist/admin.py:72
5565
msgid "jti"
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)