Skip to content

Commit

Permalink
Added Dutch translations (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
roadbearstudios committed Jun 19, 2021
1 parent 0b8f3c6 commit cba4a96
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 0 deletions.
Binary file not shown.
108 changes: 108 additions & 0 deletions rest_framework_simplejwt/locale/nl_NL/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <rene@roadbearstudios.com>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-17 11:06+0200\n"
"Last-Translator: rene <rene@roadbearstudios.com>\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: authentication.py:79
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Authorisatie header moet twee waarden bevatten, gescheiden door een spatie"

#: authentication.py:100
msgid "Given token not valid for any token type"
msgstr "Het token is voor geen enkel token-type geldig"

#: authentication.py:111 authentication.py:133
msgid "Token contained no recognizable user identification"
msgstr "Token bevat geen herkenbare gebruikersidentificatie"

#: authentication.py:116
msgid "User not found"
msgstr "Gebruiker niet gevonden"

#: authentication.py:119
msgid "User is inactive"
msgstr "Gebruiker is inactief"

#: backends.py:37
msgid "Unrecognized algorithm type '{}'"
msgstr "Niet herkend algoritme type '{}"

#: backends.py:40
msgid "You must have cryptography installed to use {}."
msgstr ""

#: backends.py:74
msgid "Invalid algorithm specified"
msgstr ""

#: backends.py:76 exceptions.py:38 tokens.py:44
msgid "Token is invalid or expired"
msgstr "Token is niet geldig of verlopen"

#: serializers.py:24
msgid "No active account found with the given credentials"
msgstr "Geen actief account gevonden voor deze gegevens"

#: settings.py:63
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"De '{}' instelling bestaat niet meer. Zie '{}' for beschikbareinstellingen."

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

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

#: token_blacklist/admin.py:82
msgid "created at"
msgstr "aangemaakt op"

#: token_blacklist/admin.py:87
msgid "expires at"
msgstr "verloopt op"

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

#: tokens.py:30
msgid "Cannot create token with no type or lifetime"
msgstr "Kan geen token maken zonder type of levensduur"

#: tokens.py:98
msgid "Token has no id"
msgstr "Token heeft geen id"

#: tokens.py:109
msgid "Token has no type"
msgstr "Token heeft geen type"

#: tokens.py:112
msgid "Token has wrong type"
msgstr "Token heeft het verkeerde type"

#: tokens.py:149
msgid "Token has no '{}' claim"
msgstr "Token heeft geen '{}' recht"

#: tokens.py:153
msgid "Token '{}' claim has expired"
msgstr "Token '{}' recht is verlopen"

#: tokens.py:192
msgid "Token is blacklisted"
msgstr "Token is ge-blacklist"

0 comments on commit cba4a96

Please sign in to comment.