Skip to content

Commit 2cf3269

Browse files
authored
Add Swedish translations (#579)
1 parent 085a3bd commit 2cf3269

File tree

2 files changed

+115
-0
lines changed

2 files changed

+115
-0
lines changed
2.23 KB
Binary file not shown.
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
# This file is distributed under the same license as the PACKAGE package.
2+
# FIRST AUTHOR Pasindu <pasinduprabashitha@gmail.com>, 2022.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: djangorestframework_simplejwt\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: 2022-05-29 17:30+0100\n"
8+
"Last-Translator: Pasindu <pasinduprabashitha@gmail.com>\n"
9+
"Language: sv\n"
10+
"MIME-Version: 1.0\n"
11+
"Content-Type: text/plain; charset=UTF-8\n"
12+
"Content-Transfer-Encoding: 8bit\n"
13+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
14+
15+
#: authentication.py:78
16+
msgid "Authorization header must contain two space-delimited values"
17+
msgstr ""
18+
"Auktoriseringshuvudet måste innehålla två mellanslagsavgränsade värden"
19+
20+
#: authentication.py:104
21+
msgid "Given token not valid for any token type"
22+
msgstr "Givet token är inte giltigt för någon tokentyp"
23+
24+
#: authentication.py:116 authentication.py:143
25+
msgid "Token contained no recognizable user identification"
26+
msgstr "Token innehöll ingen identifiering av användaren"
27+
28+
#: authentication.py:121
29+
msgid "User not found"
30+
msgstr "Användaren hittades inte"
31+
32+
#: authentication.py:124
33+
msgid "User is inactive"
34+
msgstr "Användaren är inaktiv"
35+
36+
#: backends.py:67
37+
msgid "Unrecognized algorithm type '{}'"
38+
msgstr "Okänd algoritmtyp '{}'"
39+
40+
#: backends.py:73
41+
msgid "You must have cryptography installed to use {}."
42+
msgstr "Du måste ha kryptografi installerad för att kunna använda {}."
43+
44+
#: backends.py:88
45+
msgid ""
46+
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
47+
msgstr ""
48+
49+
#: backends.py:147
50+
msgid "Invalid algorithm specified"
51+
msgstr "Ogiltig algoritm har angetts"
52+
53+
#: backends.py:149 exceptions.py:38 tokens.py:44
54+
msgid "Token is invalid or expired"
55+
msgstr "Token är ogiltig eller har löpt ut"
56+
57+
#: serializers.py:30
58+
msgid "No active account found with the given credentials"
59+
msgstr "Inget aktivt konto hittades med de angivna användaruppgifterna"
60+
61+
#: settings.py:70
62+
msgid ""
63+
"The '{}' setting has been removed. Please refer to '{}' for available "
64+
"settings."
65+
msgstr ""
66+
"Inställningen '{}' har tagits bort. Se '{}' för tillgängliga "
67+
"inställningar"
68+
69+
#: token_blacklist/admin.py:68
70+
msgid "jti"
71+
msgstr "jti"
72+
73+
#: token_blacklist/admin.py:74
74+
msgid "user"
75+
msgstr "användare"
76+
77+
#: token_blacklist/admin.py:80
78+
msgid "created at"
79+
msgstr "skapad vid"
80+
81+
#: token_blacklist/admin.py:86
82+
msgid "expires at"
83+
msgstr "går ut kl"
84+
85+
#: token_blacklist/apps.py:7
86+
msgid "Token Blacklist"
87+
msgstr "Token svartlist"
88+
89+
#: tokens.py:30
90+
msgid "Cannot create token with no type or lifetime"
91+
msgstr "Kan inte skapa token utan typ eller livslängd"
92+
93+
#: tokens.py:102
94+
msgid "Token has no id"
95+
msgstr "Token har inget id"
96+
97+
#: tokens.py:115
98+
msgid "Token has no type"
99+
msgstr "Token har ingen typ"
100+
101+
#: tokens.py:118
102+
msgid "Token has wrong type"
103+
msgstr "Token har fel typ"
104+
105+
#: tokens.py:170
106+
msgid "Token has no '{}' claim"
107+
msgstr "Token har inget '{}'-anspråk"
108+
109+
#: tokens.py:175
110+
msgid "Token '{}' claim has expired"
111+
msgstr "Token '{}'-anspråket har löpt ut"
112+
113+
#: tokens.py:230
114+
msgid "Token is blacklisted"
115+
msgstr "Token är svartlistad"

0 commit comments

Comments
 (0)