-
Notifications
You must be signed in to change notification settings - Fork 678
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
085a3bd
commit 2cf3269
Showing
2 changed files
with
115 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
115 changes: 115 additions & 0 deletions
115
rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |