Skip to content

Commit 523612e

Browse files
authored
add he_IL to locale (#679)
1 parent ed75551 commit 523612e

File tree

2 files changed

+118
-0
lines changed

2 files changed

+118
-0
lines changed
2.7 KB
Binary file not shown.
Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# This file is distributed under the same license as the PACKAGE package.
2+
# FIRST AUTHOR <[email protected]>, 2020.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: djangorestframework_simplejwt\n"
6+
"Report-Msgid-Bugs-To: \n"
7+
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
8+
"PO-Revision-Date: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"Language: he\n"
12+
"MIME-Version: 1.0\n"
13+
"Content-Type: text/plain; charset=UTF-8\n"
14+
"Content-Transfer-Encoding: 8bit\n"
15+
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==2 ? 1 : n>10 && n"
16+
"%10==0 ? 2 : 3);\n"
17+
"X-Generator: Poedit 3.2.2\n"
18+
19+
#: authentication.py:78
20+
msgid "Authorization header must contain two space-delimited values"
21+
msgstr "Authorization Header חייבת להכיל שני ערכים מופרדים ברווח"
22+
23+
#: authentication.py:104
24+
msgid "Given token not valid for any token type"
25+
msgstr "המזהה הנתון אינו תקף עבור אף סיווג"
26+
27+
#: authentication.py:116 authentication.py:143
28+
msgid "Token contained no recognizable user identification"
29+
msgstr "המזהה לא הכיל זיהוי משתמש שניתן לזהות"
30+
31+
#: authentication.py:121
32+
msgid "User not found"
33+
msgstr "משתמש לא נמצא"
34+
35+
#: authentication.py:124
36+
msgid "User is inactive"
37+
msgstr "המשתמש אינו פעיל"
38+
39+
#: backends.py:67
40+
msgid "Unrecognized algorithm type '{}'"
41+
msgstr "סוג אלגוריתם לא מזוהה '{}'"
42+
43+
#: backends.py:73
44+
msgid "You must have cryptography installed to use {}."
45+
msgstr "עליך להתקין קריפטוגרפיה כדי להשתמש ב-{}."
46+
47+
#: backends.py:88
48+
msgid ""
49+
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
50+
msgstr ""
51+
"סוג לא מזוהה '{}', 'leeway' חייב להיות מסוג int, float או timedelta."
52+
53+
#: backends.py:102 backends.py:152 exceptions.py:38 tokens.py:44
54+
msgid "Token is invalid or expired"
55+
msgstr "המזהה אינו חוקי או שפג תוקפו"
56+
57+
#: backends.py:150
58+
msgid "Invalid algorithm specified"
59+
msgstr "צוין אלגוריתם לא חוקי"
60+
61+
#: serializers.py:30
62+
msgid "No active account found with the given credentials"
63+
msgstr "לא נמצא חשבון עם פרטי זיהוי אלו"
64+
65+
#: settings.py:70
66+
msgid ""
67+
"The '{}' setting has been removed. Please refer to '{}' for available "
68+
"settings."
69+
msgstr ""
70+
"ההגדרה '{}' הוסרה. בבקשה קראו כאן: '{}' בשביל לראות הגדרות אפשרויות"
71+
72+
#: token_blacklist/admin.py:68
73+
msgid "jti"
74+
msgstr "jti"
75+
76+
#: token_blacklist/admin.py:74
77+
msgid "user"
78+
msgstr "משתמש"
79+
80+
#: token_blacklist/admin.py:80
81+
msgid "created at"
82+
msgstr "נוצר בשעה"
83+
84+
#: token_blacklist/admin.py:86
85+
msgid "expires at"
86+
msgstr "פג תוקף בשעה"
87+
88+
#: token_blacklist/apps.py:7
89+
msgid "Token Blacklist"
90+
msgstr "רשימה שחורה של מזהים"
91+
92+
#: tokens.py:30
93+
msgid "Cannot create token with no type or lifetime"
94+
msgstr "לא ניתן ליצור מזהה ללא סוג או אורך חיים"
95+
96+
#: tokens.py:102
97+
msgid "Token has no id"
98+
msgstr "למזהה אין מספר זיהוי"
99+
100+
#: tokens.py:115
101+
msgid "Token has no type"
102+
msgstr "למזהה אין סוג"
103+
104+
#: tokens.py:118
105+
msgid "Token has wrong type"
106+
msgstr "למזהה יש סוג לא נכון"
107+
108+
#: tokens.py:170
109+
msgid "Token has no '{}' claim"
110+
msgstr "למזהה אין '{}'"
111+
112+
#: tokens.py:175
113+
msgid "Token '{}' claim has expired"
114+
msgstr "מזהה '{}' פג תוקף"
115+
116+
#: tokens.py:230
117+
msgid "Token is blacklisted"
118+
msgstr "המזהה ברשימה השחורה."

0 commit comments

Comments
 (0)