Skip to content

Commit

Permalink
Sync .mo files (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
aqeelat committed Aug 10, 2023
1 parent 16866f5 commit faf92e8
Show file tree
Hide file tree
Showing 21 changed files with 583 additions and 497 deletions.
60 changes: 33 additions & 27 deletions rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,104 +10,110 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"


#: authentication.py:78
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "يجب أن يحتوي رأس التفويض على قيمتين مفصولتين بمسافات"

#: authentication.py:104
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "تأشيرة المرور غير صالحة لأي نوع من أنواع التأشيرات"

#: authentication.py:116 authentication.py:143
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "لا تحتوي تأشيرة المرور على هوية مستخدم يمكن التعرف عليها"

#: authentication.py:121
#: authentication.py:132
msgid "User not found"
msgstr "لم يتم العثور على المستخدم"

#: authentication.py:124
#: authentication.py:135
msgid "User is inactive"
msgstr "الحساب غير مفعل"

#: backends.py:67
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""

#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "نوع الخوارزمية غير معروف '{}'"

#: backends.py:73
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "يجب أن يكون لديك تشفير مثبت لاستخدام {}."

#: backends.py:88
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr "نوع غير معروف '{}'. يجب أن تكون 'leeway' عددًا صحيحًا أو عددًا نسبيًا أو فرق وقت."
msgstr ""
"نوع غير معروف '{}'. يجب أن تكون 'leeway' عددًا صحيحًا أو عددًا نسبيًا أو فرق وقت."

#: backends.py:102 backends.py:152 exceptions.py:38 tokens.py:44
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "تأشيرة المرور غير صالحة أو منتهية الصلاحية"

#: backends.py:150
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "تم تحديد خوارزمية غير صالحة"

#: serializers.py:30
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "لم يتم العثور على حساب نشط للبيانات المقدمة"

#: settings.py:70
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "تمت إزالة الإعداد '{}'. يرجى الرجوع إلى '{}' للتعرف على الإعدادات المتاحة."
msgstr ""
"تمت إزالة الإعداد '{}'. يرجى الرجوع إلى '{}' للتعرف على الإعدادات المتاحة."

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

#: token_blacklist/admin.py:74
#: token_blacklist/admin.py:85
msgid "user"
msgstr "المستخدم"

#: token_blacklist/admin.py:80
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "أنشئت في"

#: token_blacklist/admin.py:86
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "تنتهي في"

#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "قائمة تأشيرات المرور السوداء"

#: tokens.py:30
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "لا يمكن إنشاء تأشيرة مرور بدون نوع أو عمر"

#: tokens.py:102
#: tokens.py:116
msgid "Token has no id"
msgstr "التأشيرة ليس لها معرف"

#: tokens.py:115
#: tokens.py:128
msgid "Token has no type"
msgstr "التأشيرة ليس لها نوع"

#: tokens.py:118
#: tokens.py:131
msgid "Token has wrong type"
msgstr "التأشيرة لها نوع خاطئ"

#: tokens.py:170
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "التأشيرة ليس لديها مطالبة '{}'"

#: tokens.py:175
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "انتهى عمر المطالبة بالتأشيرة '{}'"

#: tokens.py:230
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "التأشيرة مدرجة في القائمة السوداء"
50 changes: 27 additions & 23 deletions rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,101 +11,105 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: authentication.py:78
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "Autorizační hlavička musí obsahovat dvě hodnoty oddělené mezerou"

#: authentication.py:104
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Daný token není validní pro žádný typ tokenu"

#: authentication.py:116 authentication.py:143
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token neobsahoval žádnou rozpoznatelnou identifikaci uživatele"

#: authentication.py:121
#: authentication.py:132
msgid "User not found"
msgstr "Uživatel nenalezen"

#: authentication.py:124
#: authentication.py:135
msgid "User is inactive"
msgstr "Uživatel není aktivní"

#: backends.py:67
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""

#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Nerozpoznaný typ algoritmu '{}'"

#: backends.py:73
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""

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

#: backends.py:102 backends.py:152 exceptions.py:38 tokens.py:44
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Token není validní nebo vypršela jeho platnost"

#: backends.py:150
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr ""

#: serializers.py:30
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Žádný aktivní účet s danými údaji nebyl nalezen"

#: settings.py:70
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "Nastavení '{}' bylo odstraněno. Dostupná nastavení jsou v '{}'"

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

#: token_blacklist/admin.py:74
#: token_blacklist/admin.py:85
msgid "user"
msgstr "uživatel"

#: token_blacklist/admin.py:80
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "vytvořený v"

#: token_blacklist/admin.py:86
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "platí do"

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

#: tokens.py:30
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Nelze vytvořit token bez zadaného typu nebo životnosti"

#: tokens.py:102
#: tokens.py:116
msgid "Token has no id"
msgstr "Token nemá žádný identifikátor"

#: tokens.py:115
#: tokens.py:128
msgid "Token has no type"
msgstr "Token nemá žádný typ"

#: tokens.py:118
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token má špatný typ"

#: tokens.py:170
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token nemá žádnou hodnotu '{}'"

#: tokens.py:175
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Hodnota tokenu '{}' vypršela"

#: tokens.py:230
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token je na černé listině"
50 changes: 27 additions & 23 deletions rest_framework_simplejwt/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -12,104 +12,108 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: authentication.py:78
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Der Authorizationheader muss zwei leerzeichen-getrennte Werte enthalten"

#: authentication.py:104
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Der Token ist für keinen Tokentyp gültig"

#: authentication.py:116 authentication.py:143
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token enthält keine erkennbare Benutzeridentifikation"

#: authentication.py:121
#: authentication.py:132
msgid "User not found"
msgstr "Benutzer nicht gefunden"

#: authentication.py:124
#: authentication.py:135
msgid "User is inactive"
msgstr "Inaktiver Benutzer"

#: backends.py:67
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""

#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Unerkannter Algorithmustyp '{}'"

#: backends.py:73
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""

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

#: backends.py:102 backends.py:152 exceptions.py:38 tokens.py:44
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Ungültiger oder abgelaufener Token"

#: backends.py:150
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr ""

#: serializers.py:30
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Kein aktiver Account mit diesen Zugangsdaten gefunden"

#: settings.py:70
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Die Einstellung '{}' wurde gelöscht. Bitte beachte '{}' für verfügbare "
"Einstellungen."

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

#: token_blacklist/admin.py:74
#: token_blacklist/admin.py:85
msgid "user"
msgstr "Benutzer"

#: token_blacklist/admin.py:80
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "erstellt am"

#: token_blacklist/admin.py:86
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "läuft ab am"

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

#: tokens.py:30
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Ein Token ohne Typ oder Lebensdauer kann nicht erstellt werden"

#: tokens.py:102
#: tokens.py:116
msgid "Token has no id"
msgstr "Token hat keine Id"

#: tokens.py:115
#: tokens.py:128
msgid "Token has no type"
msgstr "Token hat keinen Typ"

#: tokens.py:118
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token hat den falschen Typ"

#: tokens.py:170
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token hat kein '{}' Recht"

#: tokens.py:175
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Das Tokenrecht '{}' ist abgelaufen"

#: tokens.py:230
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token steht auf der Blacklist"
Loading

0 comments on commit faf92e8

Please sign in to comment.