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

Add Swedish translations #579

Merged
merged 1 commit into from
Jun 3, 2022
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.
115 changes: 115 additions & 0 deletions rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR Pasindu <[email protected]>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-29 17:30+0100\n"
"Last-Translator: Pasindu <[email protected]>\n"
"Language: sv\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:78
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Auktoriseringshuvudet måste innehålla två mellanslagsavgränsade värden"

#: authentication.py:104
msgid "Given token not valid for any token type"
msgstr "Givet token är inte giltigt för någon tokentyp"

#: authentication.py:116 authentication.py:143
msgid "Token contained no recognizable user identification"
msgstr "Token innehöll ingen identifiering av användaren"

#: authentication.py:121
msgid "User not found"
msgstr "Användaren hittades inte"

#: authentication.py:124
msgid "User is inactive"
msgstr "Användaren är inaktiv"

#: backends.py:67
msgid "Unrecognized algorithm type '{}'"
msgstr "Okänd algoritmtyp '{}'"

#: backends.py:73
msgid "You must have cryptography installed to use {}."
msgstr "Du måste ha kryptografi installerad för att kunna använda {}."

#: backends.py:88
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""

#: backends.py:147
msgid "Invalid algorithm specified"
msgstr "Ogiltig algoritm har angetts"

#: backends.py:149 exceptions.py:38 tokens.py:44
msgid "Token is invalid or expired"
msgstr "Token är ogiltig eller har löpt ut"

#: serializers.py:30
msgid "No active account found with the given credentials"
msgstr "Inget aktivt konto hittades med de angivna användaruppgifterna"

#: settings.py:70
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Inställningen '{}' har tagits bort. Se '{}' för tillgängliga "
"inställningar"

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

#: token_blacklist/admin.py:74
msgid "user"
msgstr "användare"

#: token_blacklist/admin.py:80
msgid "created at"
msgstr "skapad vid"

#: token_blacklist/admin.py:86
msgid "expires at"
msgstr "går ut kl"

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

#: tokens.py:30
msgid "Cannot create token with no type or lifetime"
msgstr "Kan inte skapa token utan typ eller livslängd"

#: tokens.py:102
msgid "Token has no id"
msgstr "Token har inget id"

#: tokens.py:115
msgid "Token has no type"
msgstr "Token har ingen typ"

#: tokens.py:118
msgid "Token has wrong type"
msgstr "Token har fel typ"

#: tokens.py:170
msgid "Token has no '{}' claim"
msgstr "Token har inget '{}'-anspråk"

#: tokens.py:175
msgid "Token '{}' claim has expired"
msgstr "Token '{}'-anspråket har löpt ut"

#: tokens.py:230
msgid "Token is blacklisted"
msgstr "Token är svartlistad"