Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the german translation. #198

Merged
merged 1 commit into from
Jan 5, 2020
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 not shown.
100 changes: 100 additions & 0 deletions rest_framework_simplejwt/locale/de_CH/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[email protected]>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-04 10:30-0300\n"
"Last-Translator: rene <[email protected]>\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: authentication.py:76
msgid "Authorization header must contain two space-delimited values"
msgstr "Der Authorizationheader muss zwei leerzeichen-getrennte Werte enthalten"

#: authentication.py:97
msgid "Given token not valid for any token type"
msgstr "Der Token ist für keinen Tokentyp gültig"

#: authentication.py:108 authentication.py:130
msgid "Token contained no recognizable user identification"
msgstr "Token enthält keine erkennbare Benutzeridentifikation"

#: authentication.py:113
msgid "User not found"
msgstr "Benutzer nicht gefunden"

#: authentication.py:116
msgid "User is inactive"
msgstr "Inaktiver Benutzer"

#: backends.py:21
msgid "Unrecognized algorithm type '{}'"
msgstr "Unerkannter Algorithmustyp '{}'"

#: backends.py:48 exceptions.py:38 tokens.py:44
msgid "Token is invalid or expired"
msgstr "Ungültiger oder abgelaufener Token"

#: serializers.py:44
msgid "No active account found with the given credentials"
msgstr "Kein aktiver Account mit diesen Zugangsdaten gefunden"

#: settings.py:53
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Die Einstellung '{}' wurde gelöscht. Bitte beachte '{}' für verfügbare Einstellungen."

#: token_blacklist/admin.py:72
msgid "jti"
msgstr "jti"

#: token_blacklist/admin.py:77
msgid "user"
msgstr "Benutzer"

#: token_blacklist/admin.py:82
msgid "created at"
msgstr "erstellt am"

#: token_blacklist/admin.py:87
msgid "expires at"
msgstr "läuft ab am"

#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Blacklist"

#: tokens.py:30
msgid "Cannot create token with no type or lifetime"
msgstr "Ein Token ohne Typ oder Lebensdauer kann nicht erstellt werden"

#: tokens.py:98
msgid "Token has no id"
msgstr "Token hat keine Id"

#: tokens.py:109
msgid "Token has no type"
msgstr "Token hat keinen Typ"

#: tokens.py:112
msgid "Token has wrong type"
msgstr "Token hat den falschen Typ"

#: tokens.py:149
msgid "Token has no '{}' claim"
msgstr "Token hat kein '{}' Recht"

#: tokens.py:153
msgid "Token '{}' claim has expired"
msgstr "Das Tokenrecht '{}' ist abgelaufen"

#: tokens.py:192
msgid "Token is blacklisted"
msgstr "Token steht auf der Blacklist"