From df2a38ac1b8b62d2513a1d65118c0fd8edfa731f Mon Sep 17 00:00:00 2001 From: Andrew-Chen-Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:59:56 +0000 Subject: [PATCH] Update locale files --- .../locale/ar/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/cs/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/de/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/es/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/es_AR/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/es_CL/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/fa/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/fa_IR/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/fr/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/he_IL/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/id_ID/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/it_IT/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/ko_KR/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/nl_NL/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/pl_PL/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/pt_BR/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/ro/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/ru_RU/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/sl/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/sv/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/tr/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/uk_UA/LC_MESSAGES/django.po | 38 ++++++++++++------- .../locale/zh_Hans/LC_MESSAGES/django.po | 38 ++++++++++++------- 23 files changed, 575 insertions(+), 299 deletions(-) diff --git a/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po index 6223bbeaa..46bb03af5 100644 --- a/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/ar/LC_MESSAGES/django.po @@ -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 "لم يتم العثور على حساب نشط للبيانات المقدمة" @@ -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 "التأشيرة مدرجة في القائمة السوداء" diff --git a/rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po index 9590b0d75..a4876ead6 100644 --- a/rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/cs/LC_MESSAGES/django.po @@ -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" @@ -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ě" diff --git a/rest_framework_simplejwt/locale/de/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/de/LC_MESSAGES/django.po index 291961c52..cc9fc9f77 100644 --- a/rest_framework_simplejwt/locale/de/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/de/LC_MESSAGES/django.po @@ -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" @@ -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" diff --git a/rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po index b8d0d997b..41b680114 100644 --- a/rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/es/LC_MESSAGES/django.po @@ -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" @@ -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" diff --git a/rest_framework_simplejwt/locale/es_AR/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/es_AR/LC_MESSAGES/django.po index ee46b6ccd..dbadbb791 100644 --- a/rest_framework_simplejwt/locale/es_AR/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/es_AR/LC_MESSAGES/django.po @@ -42,27 +42,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 "" -#: 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 "" +#: 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 "" @@ -103,30 +115,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 es posible crear un token sin tipo o tiempo de 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 la lista negra" diff --git a/rest_framework_simplejwt/locale/es_CL/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/es_CL/LC_MESSAGES/django.po index de1b51898..d1178a9ad 100644 --- a/rest_framework_simplejwt/locale/es_CL/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/es_CL/LC_MESSAGES/django.po @@ -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 "" -#: 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 inválido o expirado" -#: 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 inválido o expirado" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Token inválido o expirado" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "" @@ -98,30 +110,30 @@ msgstr "expira en" msgid "Token Blacklist" msgstr "Token Blacklist" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "No es posible crear un token sin tipo o tiempo de vida" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Token no tiene id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Token no tiene tipo" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Token tiene tipo erróneo" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Token no tiene privilegio '{}'" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "El provilegio '{}' del token está expirado" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Token está en la blacklist" diff --git a/rest_framework_simplejwt/locale/fa/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/fa/LC_MESSAGES/django.po index 0040dc4b0..425e5fde7 100644 --- a/rest_framework_simplejwt/locale/fa/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/fa/LC_MESSAGES/django.po @@ -41,27 +41,39 @@ 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' باید از نوع int، float یا timedelta باشد." -#: 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 "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد" @@ -98,30 +110,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 "توکن id ندارد" -#: 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 "توکن دارای '{}' claim نمی‌باشد" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "'{}' claim توکن منقضی شده" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "توکن به لیست سیاه رفته است" diff --git a/rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.po index f60998bb2..239d14ff2 100644 --- a/rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/fa_IR/LC_MESSAGES/django.po @@ -35,27 +35,39 @@ 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' باید از نوع int، float یا timedelta باشد." -#: 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 "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد" @@ -92,30 +104,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 "توکن id ندارد" -#: 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 "توکن دارای '{}' claim نمی‌باشد" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "'{}' claim توکن منقضی شده" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "توکن به لیست سیاه رفته است" diff --git a/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po index d6967e6cf..d6abb66e8 100644 --- a/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po @@ -37,27 +37,39 @@ msgstr "L'utilisateur est désactivé" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Type d'algorithme non reconnu '{}'" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "Vous devez installer cryptography afin d'utiliser {}." -#: 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 "Le jeton est invalide ou expiré" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "L'algorithme spécifié est invalide" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "Le jeton est invalide ou expiré" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Le jeton est invalide ou expiré" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Aucun compte actif n'a été trouvé avec les identifiants fournis" @@ -96,30 +108,30 @@ msgstr "Expire le" msgid "Token Blacklist" msgstr "Liste des jetons bannis" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Ne peut pas créer de jeton sans type ni durée de vie" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Le jeton n'a pas d'id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Le jeton n'a pas de type" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Le jeton a un type erroné" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Le jeton n'a pas le privilège '{}'" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Le privilège '{}' du jeton a expiré" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Le jeton a été banni" diff --git a/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po index 117227360..cbb99a46c 100644 --- a/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/he_IL/LC_MESSAGES/django.po @@ -40,27 +40,39 @@ 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' חייב להיות מסוג int, float או timedelta." -#: 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 "לא נמצא חשבון עם פרטי זיהוי אלו" @@ -97,30 +109,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 "המזהה ברשימה השחורה." diff --git a/rest_framework_simplejwt/locale/id_ID/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/id_ID/LC_MESSAGES/django.po index ced436727..99b9e923d 100644 --- a/rest_framework_simplejwt/locale/id_ID/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/id_ID/LC_MESSAGES/django.po @@ -40,28 +40,40 @@ msgstr "Pengguna tidak aktif" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Jenis algoritma tidak dikenal '{}'" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "Anda harus memasang cryptography untuk menggunakan {}." -#: backends.py:90 +#: backends.py:95 msgid "" "Unrecognized type '{}', 'leeway' must be of type int, float or timedelta." msgstr "" "Tipe '{}' tidak dikenali, 'leeway' harus bertipe int, float, atau timedelta." -#: 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 tidak valid atau kedaluwarsa" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "Algoritma yang ditentukan tidak valid" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "Token tidak valid atau kedaluwarsa" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Token tidak valid atau kedaluwarsa" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Tidak ada akun aktif yang ditemukan dengan kredensial yang diberikan" @@ -100,30 +112,30 @@ msgstr "kedaluwarsa pada" msgid "Token Blacklist" msgstr "Daftar Hitam Token" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Tidak dapat membuat token tanpa tipe atau masa pakai" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Token tidak memiliki id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Token tidak memiliki tipe" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Jenis token salah" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Token tidak memiliki klaim '{}'" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Klaim token '{}' telah kedaluwarsa" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Token masuk daftar hitam" diff --git a/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po index 1661dd928..116fb34d8 100644 --- a/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/it_IT/LC_MESSAGES/django.po @@ -40,27 +40,39 @@ msgstr "Utente non attivo" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Algoritmo di tipo '{}' non riconosciuto" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "Devi avere installato cryptography per usare '{}'." -#: 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 "Il token non è valido o è scaduto" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "L'algoritmo specificato non è valido" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "Il token non è valido o è scaduto" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Il token non è valido o è scaduto" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Nessun account attivo trovato con queste credenziali" @@ -99,30 +111,30 @@ msgstr "scade il" msgid "Token Blacklist" msgstr "Blacklist dei token" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Impossibile creare un token senza tipo o durata" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Il token non ha un id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Il token non ha un tipo" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Il token ha un tipo sbagliato" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Il token non contiene il parametro '{}'" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Il parametro '{}' del token è scaduto" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Il token è stato inserito nella blacklist" diff --git a/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po index ed400dbf5..be652abc0 100644 --- a/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/ko_KR/LC_MESSAGES/django.po @@ -36,29 +36,41 @@ 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' 값은 반드시 int, float 또는 timedelta 타입이어" "야 합니다." -#: 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 "지정된 자격 증명에 해당하는 활성화된 사용자를 찾을 수 없습니다" @@ -95,30 +107,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 "블랙리스트에 추가된 토큰입니다" diff --git a/rest_framework_simplejwt/locale/nl_NL/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/nl_NL/LC_MESSAGES/django.po index 49a8bdefa..66c057e4c 100644 --- a/rest_framework_simplejwt/locale/nl_NL/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/nl_NL/LC_MESSAGES/django.po @@ -36,27 +36,39 @@ msgstr "Gebruiker is inactief" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Niet herkend algoritme type '{}" -#: 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 is niet geldig of verlopen" -#: 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 is niet geldig of verlopen" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Token is niet geldig of verlopen" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Geen actief account gevonden voor deze gegevens" @@ -94,30 +106,30 @@ msgstr "verloopt op" msgid "Token Blacklist" msgstr "Token Blacklist" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Kan geen token maken zonder type of levensduur" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Token heeft geen id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Token heeft geen type" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Token heeft het verkeerde type" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Token heeft geen '{}' recht" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Token '{}' recht is verlopen" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Token is ge-blacklist" diff --git a/rest_framework_simplejwt/locale/pl_PL/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/pl_PL/LC_MESSAGES/django.po index d9a94f484..4948e68c1 100644 --- a/rest_framework_simplejwt/locale/pl_PL/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/pl_PL/LC_MESSAGES/django.po @@ -35,27 +35,39 @@ msgstr "Użytkownik jest nieaktywny" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Nierozpoznany typ algorytmu '{}'" -#: 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 jest niepoprawny lub wygasł" -#: 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 jest niepoprawny lub wygasł" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Token jest niepoprawny lub wygasł" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Nie znaleziono aktywnego konta dla podanych danych uwierzytelniających" @@ -93,30 +105,30 @@ msgstr "wygasa o" msgid "Token Blacklist" msgstr "Token Blacklist" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Nie można utworzyć tokena bez podanego typu lub żywotności" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Token nie posiada numeru identyfikacyjnego" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Token nie posiada typu" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Token posiada zły typ" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Token nie posiada upoważnienia '{}'" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Upoważnienie tokena '{}' wygasło" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Token znajduję się na czarnej liście" diff --git a/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po index 305bb6357..1347776be 100644 --- a/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po @@ -37,27 +37,39 @@ msgstr "Usuário está inativo" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Tipo de algoritmo '{}' não reconhecido" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "Você deve ter criptografia 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 "O token é inválido ou expirado" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "Algoritmo inválido especificado" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "O token é inválido ou expirado" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "O token é inválido ou expirado" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Usuário e/ou senha incorreto(s)" @@ -96,30 +108,30 @@ msgstr "expira em" msgid "Token Blacklist" msgstr "Lista negra de Tokens" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Não é possível criar token sem tipo ou tempo de vida" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Token não tem id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Token não tem nenhum tipo" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Token tem tipo errado" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Token não tem '{}' privilégio" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "O privilégio '{}' do token expirou" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Token está na blacklist" diff --git a/rest_framework_simplejwt/locale/ro/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/ro/LC_MESSAGES/django.po index e737c7226..3b05b045f 100644 --- a/rest_framework_simplejwt/locale/ro/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/ro/LC_MESSAGES/django.po @@ -38,29 +38,41 @@ msgstr "Utilizatorul este inactiv" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Tipul de algoritm '{}' nu este recunoscut" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "Trebuie să aveți instalată criptografia pentru a utiliza {}." -#: backends.py:90 +#: backends.py:95 msgid "" "Unrecognized type '{}', 'leeway' must be of type int, float or timedelta." msgstr "" "Tipul '{}' nu este recunoscut, 'leeway' trebuie să fie de tip int, float sau " "timedelta." -#: 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 nu este valid sau a expirat" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "Algoritm nevalid specificat" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "Token nu este valid sau a expirat" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Token nu este valid sau a expirat" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Nu a fost găsit cont activ cu aceste date de autentificare" @@ -98,30 +110,30 @@ msgstr "expiră la" msgid "Token Blacklist" msgstr "Listă de token-uri blocate" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Nu se poate crea token fără tip sau durată de viață" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Tokenul nu are id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Tokenul nu are tip" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Tokenul are tipul greșit" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Tokenul nu are reclamația '{}'" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Reclamația tokenului '{}' a expirat" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Tokenul este în listă de tokenuri blocate" diff --git a/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po index 4b1367052..a75dff75d 100644 --- a/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/ru_RU/LC_MESSAGES/django.po @@ -41,27 +41,39 @@ 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 "" -#: 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 "Не найдено активной учетной записи с указанными данными" @@ -100,30 +112,30 @@ msgstr "истекает" msgid "Token Blacklist" msgstr "Token Blacklist" -#: 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 "Токен занесен в черный список" diff --git a/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po index c88f5c39d..132241558 100644 --- a/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/sl/LC_MESSAGES/django.po @@ -40,28 +40,40 @@ msgstr "Uporabnik je neaktiven" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Neprepoznana vrsta algoritma'{}'" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "Za uporabo '{}' je potrebna namestitev 'cryptography'." -#: backends.py:90 +#: backends.py:95 msgid "" "Unrecognized type '{}', 'leeway' must be of type int, float or timedelta." msgstr "" "Neprepoznana vrsta '{}', 'leeway' mora biti vrste int, float ali timedelta." -#: 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 "Žeton je neveljaven ali potekel" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "Naveden algoritem je neveljaven" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "Žeton je neveljaven ali potekel" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Žeton je neveljaven ali potekel" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Aktiven račun s podanimi poverilnicami ni najden" @@ -100,30 +112,30 @@ msgstr "poteče ob" msgid "Token Blacklist" msgstr "Črni seznam žetonov" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Ni mogoče ustvariti žetona brez vrste ali življenjske dobe" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Žetonu manjka id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Žetonu manjka vrsta" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Žeton je napačne vrste" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Žeton nima '{}' zahtevka" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "'{}' zahtevek žetona je potekel" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Žeton je na črnem seznamu" diff --git a/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po index a5593afd6..55f89071a 100644 --- a/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/sv/LC_MESSAGES/django.po @@ -36,27 +36,39 @@ msgstr "Användaren är inaktiv" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Okänd algoritmtyp '{}'" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "Du måste ha kryptografi installerad för att kunna använda {}." -#: 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 är ogiltig eller har löpt ut" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "Ogiltig algoritm har angetts" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "Token är ogiltig eller har löpt ut" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Token är ogiltig eller har löpt ut" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Inget aktivt konto hittades med de angivna användaruppgifterna" @@ -94,30 +106,30 @@ msgstr "går ut kl" msgid "Token Blacklist" msgstr "Token svartlist" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Kan inte skapa token utan typ eller livslängd" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Token har inget id" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Token har ingen typ" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Token har fel typ" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Token har inget '{}'-anspråk" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Token '{}'-anspråket har löpt ut" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Token är svartlistad" diff --git a/rest_framework_simplejwt/locale/tr/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/tr/LC_MESSAGES/django.po index 14e6b6b33..f109cb647 100644 --- a/rest_framework_simplejwt/locale/tr/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/tr/LC_MESSAGES/django.po @@ -38,27 +38,39 @@ msgstr "Kullanıcı etkin değil" msgid "The user's password has been changed." msgstr "" -#: backends.py:69 +#: backends.py:74 msgid "Unrecognized algorithm type '{}'" msgstr "Tanınmayan algortima tipi '{}'" -#: backends.py:75 +#: backends.py:80 msgid "You must have cryptography installed to use {}." msgstr "{} kullanmak için cryptography yüklemeniz gerekiyor." -#: 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 geçersiz veya süresi geçmiş" -#: backends.py:152 +#: backends.py:157 msgid "Invalid algorithm specified" msgstr "Geçersiz algoritma belirtildi" +#: backends.py:159 tokens.py:65 +#, fuzzy +#| msgid "Token is invalid or expired" +msgid "Token is expired" +msgstr "Token geçersiz veya süresi geçmiş" + +#: exceptions.py:55 +msgid "Token is invalid or expired" +msgstr "Token geçersiz veya süresi geçmiş" + #: serializers.py:35 msgid "No active account found with the given credentials" msgstr "Verilen kimlik bilgileriyle aktif bir hesap bulunamadı" @@ -95,30 +107,30 @@ msgstr "sona erme tarihi" msgid "Token Blacklist" msgstr "Token Kara Listesi" -#: tokens.py:46 +#: tokens.py:51 msgid "Cannot create token with no type or lifetime" msgstr "Tipi veya geçerlilik süresi olmayan token oluşturulamaz" -#: tokens.py:118 +#: tokens.py:125 msgid "Token has no id" msgstr "Token'in id'si yok" -#: tokens.py:130 +#: tokens.py:137 msgid "Token has no type" msgstr "Token'in tipi yok" -#: tokens.py:133 +#: tokens.py:140 msgid "Token has wrong type" msgstr "Token'in tipi yanlış" -#: tokens.py:192 +#: tokens.py:199 msgid "Token has no '{}' claim" msgstr "Token'in '{}' claim'i yok" -#: tokens.py:197 +#: tokens.py:204 msgid "Token '{}' claim has expired" msgstr "Token'in '{}' claim'i sona erdi" -#: tokens.py:259 +#: tokens.py:266 msgid "Token is blacklisted" msgstr "Token kara listeye alınmış" diff --git a/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po index dcd66e381..3f6082d32 100644 --- a/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/uk_UA/LC_MESSAGES/django.po @@ -39,27 +39,39 @@ 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 "Встановіть модуль cryptography щоб використовувати {}" -#: 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 "Токен некоректний або термін його дії вичерпаний" -#: 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 "Не знайдено жодного облікового запису по наданих облікових даних" @@ -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 "У ключі доступу не міститься id" -#: 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 "Токен занесений у чорний список" diff --git a/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po index 3d92d240a..dbb1895c4 100644 --- a/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/zh_Hans/LC_MESSAGES/django.po @@ -39,27 +39,39 @@ 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 "你必须安装 cryptography 才能使用 {}。" -#: 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 "令牌无效或已过期" -#: 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 "找不到指定凭据对应的有效用户" @@ -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 "令牌已被加入黑名单"