Skip to content

Commit 2390700

Browse files
authored
Merge pull request jazzband#198 from ro70/master
Added the german translation.
2 parents 8d8de26 + 9ec82b2 commit 2390700

2 files changed

Lines changed: 100 additions & 0 deletions

File tree

2.05 KB
Binary file not shown.
Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
# This file is distributed under the same license as the PACKAGE package.
2+
# FIRST AUTHOR <rene@matraxi.ch>, 2020.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: djangorestframework_simplejwt\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: 2020-01-04 10:30-0300\n"
8+
"Last-Translator: rene <rene@matraxi.ch>\n"
9+
"Language: es_CL\n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: 8bit\n"
13+
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
14+
15+
#: authentication.py:76
16+
msgid "Authorization header must contain two space-delimited values"
17+
msgstr "Der Authorizationheader muss zwei leerzeichen-getrennte Werte enthalten"
18+
19+
#: authentication.py:97
20+
msgid "Given token not valid for any token type"
21+
msgstr "Der Token ist für keinen Tokentyp gültig"
22+
23+
#: authentication.py:108 authentication.py:130
24+
msgid "Token contained no recognizable user identification"
25+
msgstr "Token enthält keine erkennbare Benutzeridentifikation"
26+
27+
#: authentication.py:113
28+
msgid "User not found"
29+
msgstr "Benutzer nicht gefunden"
30+
31+
#: authentication.py:116
32+
msgid "User is inactive"
33+
msgstr "Inaktiver Benutzer"
34+
35+
#: backends.py:21
36+
msgid "Unrecognized algorithm type '{}'"
37+
msgstr "Unerkannter Algorithmustyp '{}'"
38+
39+
#: backends.py:48 exceptions.py:38 tokens.py:44
40+
msgid "Token is invalid or expired"
41+
msgstr "Ungültiger oder abgelaufener Token"
42+
43+
#: serializers.py:44
44+
msgid "No active account found with the given credentials"
45+
msgstr "Kein aktiver Account mit diesen Zugangsdaten gefunden"
46+
47+
#: settings.py:53
48+
msgid ""
49+
"The '{}' setting has been removed. Please refer to '{}' for available "
50+
"settings."
51+
msgstr ""
52+
"Die Einstellung '{}' wurde gelöscht. Bitte beachte '{}' für verfügbare Einstellungen."
53+
54+
#: token_blacklist/admin.py:72
55+
msgid "jti"
56+
msgstr "jti"
57+
58+
#: token_blacklist/admin.py:77
59+
msgid "user"
60+
msgstr "Benutzer"
61+
62+
#: token_blacklist/admin.py:82
63+
msgid "created at"
64+
msgstr "erstellt am"
65+
66+
#: token_blacklist/admin.py:87
67+
msgid "expires at"
68+
msgstr "läuft ab am"
69+
70+
#: token_blacklist/apps.py:7
71+
msgid "Token Blacklist"
72+
msgstr "Token Blacklist"
73+
74+
#: tokens.py:30
75+
msgid "Cannot create token with no type or lifetime"
76+
msgstr "Ein Token ohne Typ oder Lebensdauer kann nicht erstellt werden"
77+
78+
#: tokens.py:98
79+
msgid "Token has no id"
80+
msgstr "Token hat keine Id"
81+
82+
#: tokens.py:109
83+
msgid "Token has no type"
84+
msgstr "Token hat keinen Typ"
85+
86+
#: tokens.py:112
87+
msgid "Token has wrong type"
88+
msgstr "Token hat den falschen Typ"
89+
90+
#: tokens.py:149
91+
msgid "Token has no '{}' claim"
92+
msgstr "Token hat kein '{}' Recht"
93+
94+
#: tokens.py:153
95+
msgid "Token '{}' claim has expired"
96+
msgstr "Das Tokenrecht '{}' ist abgelaufen"
97+
98+
#: tokens.py:192
99+
msgid "Token is blacklisted"
100+
msgstr "Token steht auf der Blacklist"

0 commit comments

Comments
 (0)