Skip to content

Commit

Permalink
Update locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
50-Course authored and github-actions[bot] committed Jan 12, 2025
1 parent d9c7331 commit 75cc024
Show file tree
Hide file tree
Showing 23 changed files with 575 additions and 299 deletions.
38 changes: 25 additions & 13 deletions rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,40 @@ msgstr "الحساب غير مفعل"
msgid "The user's password has been changed."
msgstr ""

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

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

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

#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:60
msgid "Token is invalid or expired"
#: backends.py:109 backends.py:161 tokens.py:67
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is invalid"
msgstr "تأشيرة المرور غير صالحة أو منتهية الصلاحية"

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

#: backends.py:159 tokens.py:65
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is expired"
msgstr "تأشيرة المرور غير صالحة أو منتهية الصلاحية"

#: exceptions.py:55
msgid "Token is invalid or expired"
msgstr "تأشيرة المرور غير صالحة أو منتهية الصلاحية"

#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "لم يتم العثور على حساب نشط للبيانات المقدمة"
Expand Down Expand Up @@ -96,30 +108,30 @@ msgstr "تنتهي في"
msgid "Token Blacklist"
msgstr "قائمة تأشيرات المرور السوداء"

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

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

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

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

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

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

#: tokens.py:259
#: tokens.py:266
msgid "Token is blacklisted"
msgstr "التأشيرة مدرجة في القائمة السوداء"
38 changes: 25 additions & 13 deletions rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,39 @@ msgstr "Uživatel není aktivní"
msgid "The user's password has been changed."
msgstr ""

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

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

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

#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:60
msgid "Token is invalid or expired"
#: backends.py:109 backends.py:161 tokens.py:67
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is invalid"
msgstr "Token není validní nebo vypršela jeho platnost"

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

#: backends.py:159 tokens.py:65
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is expired"
msgstr "Token není validní nebo vypršela jeho platnost"

#: exceptions.py:55
msgid "Token is invalid or expired"
msgstr "Token není validní nebo vypršela jeho platnost"

#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Žádný aktivní účet s danými údaji nebyl nalezen"
Expand Down Expand Up @@ -92,30 +104,30 @@ msgstr "platí do"
msgid "Token Blacklist"
msgstr "Token Blacklist"

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

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

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

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

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

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

#: tokens.py:259
#: tokens.py:266
msgid "Token is blacklisted"
msgstr "Token je na černé listině"
38 changes: 25 additions & 13 deletions rest_framework_simplejwt/locale/de/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,39 @@ msgstr "Inaktiver Benutzer"
msgid "The user's password has been changed."
msgstr ""

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

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

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

#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:60
msgid "Token is invalid or expired"
#: backends.py:109 backends.py:161 tokens.py:67
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is invalid"
msgstr "Ungültiger oder abgelaufener Token"

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

#: backends.py:159 tokens.py:65
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is expired"
msgstr "Ungültiger oder abgelaufener Token"

#: exceptions.py:55
msgid "Token is invalid or expired"
msgstr "Ungültiger oder abgelaufener Token"

#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Kein aktiver Account mit diesen Zugangsdaten gefunden"
Expand Down Expand Up @@ -96,30 +108,30 @@ msgstr "läuft ab am"
msgid "Token Blacklist"
msgstr "Token Blacklist"

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

#: tokens.py:118
#: tokens.py:125
msgid "Token has no id"
msgstr "Token hat keine Id"

#: tokens.py:130
#: tokens.py:137
msgid "Token has no type"
msgstr "Token hat keinen Typ"

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

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

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

#: tokens.py:259
#: tokens.py:266
msgid "Token is blacklisted"
msgstr "Token steht auf der Blacklist"
38 changes: 25 additions & 13 deletions rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,39 @@ msgstr "El usuario está inactivo"
msgid "The user's password has been changed."
msgstr ""

#: backends.py:69
#: backends.py:74
msgid "Unrecognized algorithm type '{}'"
msgstr "Tipo de algoritmo no reconocido '{}'"

#: backends.py:75
#: backends.py:80
msgid "You must have cryptography installed to use {}."
msgstr "Debe tener criptografía instalada para usar {}."

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

#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:60
msgid "Token is invalid or expired"
#: backends.py:109 backends.py:161 tokens.py:67
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is invalid"
msgstr "El token es inválido o ha expirado"

#: backends.py:152
#: backends.py:157
msgid "Invalid algorithm specified"
msgstr "Algoritmo especificado no válido"

#: backends.py:159 tokens.py:65
#, fuzzy
#| msgid "Token is invalid or expired"
msgid "Token is expired"
msgstr "El token es inválido o ha expirado"

#: exceptions.py:55
msgid "Token is invalid or expired"
msgstr "El token es inválido o ha expirado"

#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "La combinación de credenciales no tiene una cuenta activa"
Expand Down Expand Up @@ -96,30 +108,30 @@ msgstr "expira en"
msgid "Token Blacklist"
msgstr "Lista negra de Tokens"

#: tokens.py:46
#: tokens.py:51
msgid "Cannot create token with no type or lifetime"
msgstr "No se puede crear un token sin tipo o de tan larga vida"

#: tokens.py:118
#: tokens.py:125
msgid "Token has no id"
msgstr "El token no tiene id"

#: tokens.py:130
#: tokens.py:137
msgid "Token has no type"
msgstr "El token no tiene tipo"

#: tokens.py:133
#: tokens.py:140
msgid "Token has wrong type"
msgstr "El token tiene un tipo incorrecto"

#: tokens.py:192
#: tokens.py:199
msgid "Token has no '{}' claim"
msgstr "El token no tiene el privilegio '{}'"

#: tokens.py:197
#: tokens.py:204
msgid "Token '{}' claim has expired"
msgstr "El privilegio '{}' del token ha expirado"

#: tokens.py:259
#: tokens.py:266
msgid "Token is blacklisted"
msgstr "El token está en lista negra"
Loading

0 comments on commit 75cc024

Please sign in to comment.