diff --git a/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.mo b/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 000000000..5370a8829 Binary files /dev/null and b/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.mo differ diff --git a/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 000000000..d9e754e92 --- /dev/null +++ b/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,115 @@ +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR Pasindu , 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 \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"