This commit is contained in:
Iliyan Angelov
2025-09-14 23:24:25 +03:00
commit c67067a2a4
71311 changed files with 6800714 additions and 0 deletions

View File

@@ -0,0 +1,119 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <info@lukasrod.cz>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-20 17:30+0100\n"
"Last-Translator: Ahmed Jazzar <me@ahmedjazzar.com>\n"
"Language: ar\n"
"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"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "يجب أن يحتوي رأس التفويض على قيمتين مفصولتين بمسافات"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "تأشيرة المرور غير صالحة لأي نوع من أنواع التأشيرات"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "لا تحتوي تأشيرة المرور على هوية مستخدم يمكن التعرف عليها"
#: authentication.py:132
msgid "User not found"
msgstr "لم يتم العثور على المستخدم"
#: authentication.py:135
msgid "User is inactive"
msgstr "الحساب غير مفعل"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "نوع الخوارزمية غير معروف '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "يجب أن يكون لديك تشفير مثبت لاستخدام {}."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "تأشيرة المرور غير صالحة أو منتهية الصلاحية"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "تم تحديد خوارزمية غير صالحة"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "لم يتم العثور على حساب نشط للبيانات المقدمة"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"تمت إزالة الإعداد '{}'. يرجى الرجوع إلى '{}' للتعرف على الإعدادات المتاحة."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "المستخدم"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "أنشئت في"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "تنتهي في"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "قائمة تأشيرات المرور السوداء"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "لا يمكن إنشاء تأشيرة مرور بدون نوع أو عمر"
#: tokens.py:116
msgid "Token has no id"
msgstr "التأشيرة ليس لها معرف"
#: tokens.py:128
msgid "Token has no type"
msgstr "التأشيرة ليس لها نوع"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "التأشيرة لها نوع خاطئ"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "التأشيرة ليس لديها مطالبة '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "انتهى عمر المطالبة بالتأشيرة '{}'"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "التأشيرة مدرجة في القائمة السوداء"

View File

@@ -0,0 +1,115 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <info@lukasrod.cz>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: Lukáš Rod <info@lukasrod.cz>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: 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:115
msgid "Given token not valid for any token type"
msgstr "Daný token není validní pro žádný typ tokenu"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token neobsahoval žádnou rozpoznatelnou identifikaci uživatele"
#: authentication.py:132
msgid "User not found"
msgstr "Uživatel nenalezen"
#: authentication.py:135
msgid "User is inactive"
msgstr "Uživatel není aktivní"
#: 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:75
msgid "You must have cryptography installed to use {}."
msgstr ""
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: 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:152
msgid "Invalid algorithm specified"
msgstr ""
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Žádný aktivní účet s danými údaji nebyl nalezen"
#: 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:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "uživatel"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "vytvořený v"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "platí do"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Blacklist"
#: 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:116
msgid "Token has no id"
msgstr "Token nemá žádný identifikátor"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token nemá žádný typ"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token má špatný typ"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token nemá žádnou hodnotu '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Hodnota tokenu '{}' vypršela"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token je na černé listině"

View File

@@ -0,0 +1,119 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <rene@matraxi.ch>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: rene <rene@matraxi.ch>\n"
"Language: de_CH\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Der Authorizationheader muss zwei leerzeichen-getrennte Werte enthalten"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Der Token ist für keinen Tokentyp gültig"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token enthält keine erkennbare Benutzeridentifikation"
#: authentication.py:132
msgid "User not found"
msgstr "Benutzer nicht gefunden"
#: authentication.py:135
msgid "User is inactive"
msgstr "Inaktiver Benutzer"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Unerkannter Algorithmustyp '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: 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:152
msgid "Invalid algorithm specified"
msgstr ""
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Kein aktiver Account mit diesen Zugangsdaten gefunden"
#: 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:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "Benutzer"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "erstellt am"
#: 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:44
msgid "Cannot create token with no type or lifetime"
msgstr "Ein Token ohne Typ oder Lebensdauer kann nicht erstellt werden"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token hat keine Id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token hat keinen Typ"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token hat den falschen Typ"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token hat kein '{}' Recht"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Das Tokenrecht '{}' ist abgelaufen"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token steht auf der Blacklist"

View File

@@ -0,0 +1,119 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <zeack@protonmail.com>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: zeack <zeack@protonmail.com>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"El encabezado 'Authorization' debe contener valores delimitados por espacios"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "El token dado no es valido para ningun tipo de token"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "El token no contenía identificación de usuario reconocible"
#: authentication.py:132
msgid "User not found"
msgstr "Usuario no encontrado"
#: authentication.py:135
msgid "User is inactive"
msgstr "El usuario está inactivo"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Tipo de algoritmo no reconocido '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Debe tener criptografía instalada para usar {}."
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "El token es inválido o ha expirado"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Algoritmo especificado no válido"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "La combinación de credenciales no tiene una cuenta activa"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"La configuración '{}' fue removida. Por favor, refiérase a '{}' para "
"consultar las disponibles."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "usuario"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "creado en"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "expira en"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Lista negra de Tokens"
#: tokens.py:44
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:116
msgid "Token has no id"
msgstr "El token no tiene id"
#: tokens.py:128
msgid "Token has no type"
msgstr "El token no tiene tipo"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "El token tiene un tipo incorrecto"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "El token no tiene el privilegio '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "El privilegio '{}' del token ha expirado"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "El token está en lista negra"

View File

@@ -0,0 +1,125 @@
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Ariel Torti <arieltorti14@gmail.com>, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: Ariel Torti <arieltort14@gmail.com>\n"
"Language: es_AR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"El header de autorización debe contener dos valores delimitados por espacio"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "El token dado no es válido para ningún tipo de token"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "El token no contiene ninguna identificación de usuario"
#: authentication.py:132
msgid "User not found"
msgstr "Usuario no encontrado"
#: authentication.py:135
msgid "User is inactive"
msgstr "El usuario está inactivo"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Tipo de algoritmo no reconocido '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "El token es inválido o ha expirado"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr ""
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr ""
"No se encontró una cuenta de usuario activa para las credenciales dadas"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"La configuración '{}' fue removida. Por favor, refiérase a '{}' para "
"consultar las configuraciones disponibles."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "usuario"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "creado en"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "expira en"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Lista negra de Tokens"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "No es posible crear un token sin tipo o tiempo de vida"
#: tokens.py:116
msgid "Token has no id"
msgstr "El token no tiene id"
#: tokens.py:128
msgid "Token has no type"
msgstr "El token no tiene tipo"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "El token tiene un tipo incorrecto"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "El token no tiene el privilegio '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "El privilegio '{}' del token ha expirado"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "El token está en la lista negra"

View File

@@ -0,0 +1,120 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <alfonso.pola@gmail.com>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: Alfonso Pola <alfonso.pola@gmail.com>\n"
"Language: es_CL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"El header de autorización debe contener dos valores delimitados por espacio"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "El token provisto no es válido para ningún tipo de token"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "El token no contiene identificación de usuario reconocible"
#: authentication.py:132
msgid "User not found"
msgstr "Usuario no encontrado"
#: authentication.py:135
msgid "User is inactive"
msgstr "El usuario está inactivo"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Tipo de algoritmo no reconocido '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Token inválido o expirado"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr ""
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr ""
"No se encontró una cuenta de usuario activa para las credenciales provistas"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"La configuración '{}' fue removida. Por favor, refiérase a '{}' para "
"configuraciones disponibles."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "Usuario"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "creado en"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "expira en"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Blacklist"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "No es posible crear un token sin tipo o tiempo de vida"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token no tiene id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token no tiene tipo"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token tiene tipo erróneo"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token no tiene privilegio '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "El provilegio '{}' del token está expirado"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token está en la blacklist"

View File

@@ -0,0 +1,121 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <mahdi.rahimi95@gmail.com>\>, 2023.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-04 09:31+0330\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Mahdi Rahimi <mahdi.rahimi95@gmail.com>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "هدر اعتبارسنجی باید شامل دو مقدار جدا شده با فاصله باشد"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "توکن داده شده برای هیچ نوع توکنی معتبر نمی‌باشد"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "توکن شامل هیچ شناسه قابل تشخیصی از کاربر نیست"
#: authentication.py:132
msgid "User not found"
msgstr "کاربر یافت نشد"
#: authentication.py:135
msgid "User is inactive"
msgstr "کاربر غیرفعال است"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr "رمز عبور کاربر تغییر کرده است"
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "نوع الگوریتم ناشناخته '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "برای استفاده از {} باید رمزنگاری را نصب کرده باشید."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "توکن نامعتبر است یا منقضی شده است"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "الگوریتم نامعتبر مشخص شده است"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "تنظیمات '{}' حذف شده است. لطفا به '{}' برای تنظیمات موجود مراجعه کنید."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "کاربر"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "زمان ایجاد"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "زمان انقضا"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "لیست سیاه توکن"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "توکن بدون هیچ نوع و طول عمر قابل ساخت نیست"
#: tokens.py:116
msgid "Token has no id"
msgstr "توکن id ندارد"
#: tokens.py:128
msgid "Token has no type"
msgstr "توکن نوع ندارد"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "توکن نوع اشتباهی دارد"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "توکن دارای '{}' claim نمی‌باشد"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "'{}' claim توکن منقضی شده"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "توکن به لیست سیاه رفته است"

View File

@@ -0,0 +1,115 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <hirad.daneshvar@gmail.com>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-07-06 12:57+0330\n"
"Last-Translator: Mahdi Rahimi <mahdi.rahimi95@gmail.com>\n"
"Language: fa_IR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "هدر اعتبارسنجی باید شامل دو مقدار جدا شده با فاصله باشد"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "توکن داده شده برای هیچ نوع توکنی معتبر نمی‌باشد"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "توکن شامل هیچ شناسه قابل تشخیصی از کاربر نیست"
#: authentication.py:132
msgid "User not found"
msgstr "کاربر یافت نشد"
#: authentication.py:135
msgid "User is inactive"
msgstr "کاربر غیرفعال است"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr "رمز عبور کاربر تغییر کرده است"
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "نوع الگوریتم ناشناخته '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "برای استفاده از {} باید رمزنگاری را نصب کرده باشید."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "توکن نامعتبر است یا منقضی شده است"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "الگوریتم نامعتبر مشخص شده است"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "هیچ اکانت فعالی برای اطلاعات داده شده یافت نشد"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "تنظیمات '{}' حذف شده است. لطفا به '{}' برای تنظیمات موجود مراجعه کنید."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "کاربر"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "زمان ایجاد"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "زمان انقضا"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "لیست سیاه توکن"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "توکن بدون هیچ نوع و طول عمر قابل ساخت نیست"
#: tokens.py:116
msgid "Token has no id"
msgstr "توکن id ندارد"
#: tokens.py:128
msgid "Token has no type"
msgstr "توکن نوع ندارد"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "توکن نوع اشتباهی دارد"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "توکن دارای '{}' claim نمی‌باشد"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "'{}' claim توکن منقضی شده"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "توکن به لیست سیاه رفته است"

View File

@@ -0,0 +1,119 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <stephane.maltaesousa@ne.ch>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: Stéphane Malta e Sousa <stephane.maltaesousa@ne.ch>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"L'en-tête 'Authorization' doit contenir deux valeurs séparées par des espaces"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Le type de jeton fourni n'est pas valide"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr ""
"Le jeton ne contient aucune information permettant d'identifier l'utilisateur"
#: authentication.py:132
msgid "User not found"
msgstr "L'utilisateur n'a pas été trouvé"
#: authentication.py:135
msgid "User is inactive"
msgstr "L'utilisateur est désactivé"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Type d'algorithme non reconnu '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Vous devez installer cryptography afin d'utiliser {}."
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Le jeton est invalide ou expiré"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "L'algorithme spécifié est invalide"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Aucun compte actif n'a été trouvé avec les identifiants fournis"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Le paramètre '{}' a été supprimé. Voir '{}' pour la liste des paramètres "
"disponibles."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "Utilisateur"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "Créé le"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "Expire le"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Liste des jetons bannis"
#: tokens.py:44
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:116
msgid "Token has no id"
msgstr "Le jeton n'a pas d'id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Le jeton n'a pas de type"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Le jeton a un type erroné"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Le jeton n'a pas le privilège '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Le privilège '{}' du jeton a expiré"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Le jeton a été banni"

View File

@@ -0,0 +1,120 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <zeack@protonmail.com>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==2 ? 1 : n>10 && n%10==0 ? "
"2 : 3);\n"
"X-Generator: Poedit 3.2.2\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "Authorization Header חייבת להכיל שני ערכים מופרדים ברווח"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "המזהה הנתון אינו תקף עבור אף סיווג"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "המזהה לא הכיל זיהוי משתמש שניתן לזהות"
#: authentication.py:132
msgid "User not found"
msgstr "משתמש לא נמצא"
#: authentication.py:135
msgid "User is inactive"
msgstr "המשתמש אינו פעיל"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "סוג אלגוריתם לא מזוהה '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "עליך להתקין קריפטוגרפיה כדי להשתמש ב-{}."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "המזהה אינו חוקי או שפג תוקפו"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "צוין אלגוריתם לא חוקי"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "לא נמצא חשבון עם פרטי זיהוי אלו"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "ההגדרה '{}' הוסרה. בבקשה קראו כאן: '{}' בשביל לראות הגדרות אפשרויות"
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "משתמש"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "נוצר בשעה"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "פג תוקף בשעה"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "רשימה שחורה של מזהים"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "לא ניתן ליצור מזהה ללא סוג או אורך חיים"
#: tokens.py:116
msgid "Token has no id"
msgstr "למזהה אין מספר זיהוי"
#: tokens.py:128
msgid "Token has no type"
msgstr "למזהה אין סוג"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "למזהה יש סוג לא נכון"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "למזהה אין '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "מזהה '{}' פג תוקף"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "המזהה ברשימה השחורה."

View File

@@ -0,0 +1,123 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <oon.arfiandwi@gmail.com>, 2020
# Kira <kiraware@github.com>, 2023
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"PO-Revision-Date: 2023-03-09 08:14+0000\n"
"Last-Translator: Kira <kiraware@github.com>\n"
"Language: id_ID\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "Header otorisasi harus berisi dua nilai yang dipisahkan spasi"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Token yang diberikan tidak valid untuk semua jenis token"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token tidak mengandung identifikasi pengguna yang dapat dikenali"
#: authentication.py:132
msgid "User not found"
msgstr "Pengguna tidak ditemukan"
#: authentication.py:135
msgid "User is inactive"
msgstr "Pengguna tidak aktif"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Jenis algoritma tidak dikenal '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Anda harus memasang cryptography untuk menggunakan {}."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "Token tidak valid atau kedaluwarsa"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Algoritma yang ditentukan tidak valid"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Tidak ada akun aktif yang ditemukan dengan kredensial yang diberikan"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Setelan '{}' telah dihapus. Silakan merujuk ke '{}' untuk pengaturan yang "
"tersedia."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "pengguna"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "created at"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "kedaluwarsa pada"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Daftar Hitam Token"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Tidak dapat membuat token tanpa tipe atau masa pakai"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token tidak memiliki id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token tidak memiliki tipe"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Jenis token salah"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token tidak memiliki klaim '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Klaim token '{}' telah kedaluwarsa"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token masuk daftar hitam"

View File

@@ -0,0 +1,122 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <95adriano@gmail.com>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Adriano Di Dio <95adriano@gmail.com>\n"
"Language-Team: \n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"L'header di autorizzazione deve contenere due valori delimitati da uno spazio"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Il token dato non è valido per qualsiasi tipo di token"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Il token non conteneva nessuna informazione riconoscibile dell'utente"
#: authentication.py:132
msgid "User not found"
msgstr "Utente non trovato"
#: authentication.py:135
msgid "User is inactive"
msgstr "Utente non attivo"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Algoritmo di tipo '{}' non riconosciuto"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Devi avere installato cryptography per usare '{}'."
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Il token non è valido o è scaduto"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "L'algoritmo specificato non è valido"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Nessun account attivo trovato con queste credenziali"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"L'impostazione '{}' è stata rimossa. Per favore utilizza '{}' per "
"visualizzare le impostazioni valide."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "utente"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "creato il"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "scade il"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Blacklist dei token"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Impossibile creare un token senza tipo o durata"
#: tokens.py:116
msgid "Token has no id"
msgstr "Il token non ha un id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Il token non ha un tipo"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Il token ha un tipo sbagliato"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Il token non contiene il parametro '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Il parametro '{}' del token è scaduto"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Il token è stato inserito nella blacklist"

View File

@@ -0,0 +1,118 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR 양영광 <immutable000@gmail.com>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-05 06:48+0900\n"
"Last-Translator: 양영광 <immutable000@gmail.com>\n"
"Language: ko_KR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "인증 헤더에는 공백으로 구분 된 두 개의 값이 포함되어야 합니다"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "이 토큰은 모든 타입의 토큰에 대해 유효하지 않습니다"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "토큰에 사용자 식별자가 포함되어 있지 않습니다"
#: authentication.py:132
msgid "User not found"
msgstr "찾을 수 없는 사용자"
#: authentication.py:135
msgid "User is inactive"
msgstr "비활성화된 사용자"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "알 수 없는 알고리즘 유형 '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "{}를 사용하려면 암호화가 설치되어 있어야 합니다."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "유효하지 않거나 만료된 토큰"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "잘못된 알고리즘이 지정되었습니다"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "지정된 자격 증명에 해당하는 활성화된 사용자를 찾을 수 없습니다"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "'{}' 설정이 제거되었습니다. 사용 가능한 설정은 '{}'을 참조하십시오."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "사용자"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "생성 시간"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "만료 시간"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "토큰 블랙리스트"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "타입 또는 수명이 없는 토큰을 생성할 수 없습니다"
#: tokens.py:116
msgid "Token has no id"
msgstr "토큰에 식별자가 주어지지 않음"
#: tokens.py:128
msgid "Token has no type"
msgstr "토큰 타입이 주어지지 않음"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "잘못된 토큰 타입"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "토큰에 '{}' 클레임이 없음"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "토큰 '{}' 클레임이 만료되었습니다"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "블랙리스트에 추가된 토큰"

View File

@@ -0,0 +1,117 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <rene@roadbearstudios.com>, 2020.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-17 11:06+0200\n"
"Last-Translator: rene <rene@roadbearstudios.com>\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Authorisatie header moet twee waarden bevatten, gescheiden door een spatie"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Het token is voor geen enkel token-type geldig"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token bevat geen herkenbare gebruikersidentificatie"
#: authentication.py:132
msgid "User not found"
msgstr "Gebruiker niet gevonden"
#: authentication.py:135
msgid "User is inactive"
msgstr "Gebruiker is inactief"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Niet herkend algoritme type '{}"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Token is niet geldig of verlopen"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr ""
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Geen actief account gevonden voor deze gegevens"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"De '{}' instelling bestaat niet meer. Zie '{}' for beschikbareinstellingen."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "gebruiker"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "aangemaakt op"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "verloopt op"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Blacklist"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Kan geen token maken zonder type of levensduur"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token heeft geen id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token heeft geen type"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token heeft het verkeerde type"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token heeft geen '{}' recht"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Token '{}' recht is verlopen"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token is ge-blacklist"

View File

@@ -0,0 +1,116 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <mat.slisz@yahoo.com>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: Mateusz Slisz <mat.slisz@yahoo.com>\n"
"Language: pl_PL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "Nagłówek autoryzacji musi zawierać dwie wartości rodzielone spacjami"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Podany token jest błędny dla każdego typu tokena"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token nie zawierał rozpoznawalnej identyfikacji użytkownika"
#: authentication.py:132
msgid "User not found"
msgstr "Użytkownik nie znaleziony"
#: authentication.py:135
msgid "User is inactive"
msgstr "Użytkownik jest nieaktywny"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Nierozpoznany typ algorytmu '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Token jest niepoprawny lub wygasł"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr ""
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Nie znaleziono aktywnego konta dla podanych danych uwierzytelniających"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Ustawienie '{}' zostało usunięte. Dostępne ustawienia znajdują sie w '{}'"
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "użytkownik"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "stworzony w"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "wygasa o"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Blacklist"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Nie można utworzyć tokena bez podanego typu lub żywotności"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token nie posiada numeru identyfikacyjnego"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token nie posiada typu"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token posiada zły typ"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token nie posiada upoważnienia '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Upoważnienie tokena '{}' wygasło"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token znajduję się na czarnej liście"

View File

@@ -0,0 +1,119 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <sinvalju@gmail.com>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"Last-Translator: Bruno Ducraux <bruno.drx@gmail.com>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Cabeçalho de autorização deve conter dois valores delimitados por espaço"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "O token informado não é válido para qualquer tipo de token"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "O token não continha nenhuma identificação reconhecível do usuário"
#: authentication.py:132
msgid "User not found"
msgstr "Usuário não encontrado"
#: authentication.py:135
msgid "User is inactive"
msgstr "Usuário está inativo"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Tipo de algoritmo '{}' não reconhecido"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Você deve ter criptografia instalada para usar {}."
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "O token é inválido ou expirado"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Algoritmo inválido especificado"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Usuário e/ou senha incorreto(s)"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"A configuração '{}' foi removida. Por favor, consulte '{}' para disponível "
"definições."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "usuário"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "criado em"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "expira em"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Lista negra de Tokens"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Não é possível criar token sem tipo ou tempo de vida"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token não tem id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token não tem nenhum tipo"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token tem tipo errado"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token não tem '{}' privilégio"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "O privilégio '{}' do token expirou"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token está na blacklist"

View File

@@ -0,0 +1,121 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR Daniel Cuznetov <danielcuznetov04@gmail.com>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-13 10:45+0100\n"
"Last-Translator: Daniel Cuznetov <danielcuznetov04@gmail.com>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Header-ul(antetul) de autorizare trebuie să conțină două valori separate "
"prin spațiu"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Tokenul dat nu este valid pentru niciun tip de token"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Tokenul nu conține date de identificare a utilizatorului"
#: authentication.py:132
msgid "User not found"
msgstr "Utilizatorul nu a fost găsit"
#: authentication.py:135
msgid "User is inactive"
msgstr "Utilizatorul este inactiv"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Tipul de algoritm '{}' nu este recunoscut"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Trebuie să aveți instalată criptografia pentru a utiliza {}."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "Token nu este valid sau a expirat"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Algoritm nevalid specificat"
#: 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"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Setarea '{}' a fost ștearsă. Referați la '{}' pentru setări disponibile."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "utilizator"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "creat la"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "expiră la"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Listă de token-uri blocate"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Nu se poate crea token fără tip sau durată de viață"
#: tokens.py:116
msgid "Token has no id"
msgstr "Tokenul nu are id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Tokenul nu are tip"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Tokenul are tipul greșit"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Tokenul nu are reclamația '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Reclamația tokenului '{}' a expirat"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Tokenul este în listă de tokenuri blocate"

View File

@@ -0,0 +1,123 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <sinvalju@gmail.com>, 2019.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-22 17:30+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Sergey Ozeranskiy <sozeranskiy@dreamclass.ru>\n"
"Language-Team: \n"
"Language: ru_RU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 2.2.1\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Заголовок авторизации должен содержать два значения, разделенных пробелом"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Данный токен недействителен для любого типа токена"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Токен не содержит идентификатор пользователя"
#: authentication.py:132
msgid "User not found"
msgstr "Пользователь не найден"
#: authentication.py:135
msgid "User is inactive"
msgstr "Пользователь неактивен"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Нераспознанный тип алгоритма '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr ""
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Токен недействителен или просрочен"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr ""
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Не найдено активной учетной записи с указанными данными"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Параметр '{}' был удален. Пожалуйста, обратитесь к '{}' для просмотра "
"доступных настроек."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "пользователь"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "создан"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "истекает"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Blacklist"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Невозможно создать токен без типа или времени жизни"
#: tokens.py:116
msgid "Token has no id"
msgstr "У токена нет идентификатора"
#: tokens.py:128
msgid "Token has no type"
msgstr "Токен не имеет типа"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Токен имеет неправильный тип"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Токен не содержит '{}'"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Токен имеет просроченное значение '{}'"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Токен занесен в черный список"

View File

@@ -0,0 +1,123 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <prevcurban@gmail.com>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-19 20:46+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Urban Prevc <prevcurban@gmail.com>\n"
"Language-Team: \n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Glava 'Authorization' mora vsebovati dve vrednosti, ločeni s presledkom"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Podan žeton ni veljaven za nobeno vrsto žetona"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Žeton ni vseboval prepoznavne identifikacije uporabnika"
#: authentication.py:132
msgid "User not found"
msgstr "Uporabnik ni najden"
#: authentication.py:135
msgid "User is inactive"
msgstr "Uporabnik je neaktiven"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Neprepoznana vrsta algoritma'{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Za uporabo '{}' je potrebna namestitev 'cryptography'."
#: backends.py:90
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:58
msgid "Token is invalid or expired"
msgstr "Žeton je neveljaven ali potekel"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Naveden algoritem je neveljaven"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Aktiven račun s podanimi poverilnicami ni najden"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Nastavitev '{}' je bila odstranjena. Prosimo, oglejte si '{}' za "
"razpoložljive nastavitve."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "uporabnik"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "ustvarjen ob"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "poteče ob"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Črni seznam žetonov"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Ni mogoče ustvariti žetona brez vrste ali življenjske dobe"
#: tokens.py:116
msgid "Token has no id"
msgstr "Žetonu manjka id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Žetonu manjka vrsta"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Žeton je napačne vrste"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Žeton nima '{}' zahtevka"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "'{}' zahtevek žetona je potekel"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Žeton je na črnem seznamu"

View File

@@ -0,0 +1,117 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR Pasindu <pasinduprabashitha@gmail.com>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-05-29 17:30+0100\n"
"Last-Translator: Pasindu <pasinduprabashitha@gmail.com>\n"
"Language: sv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "Auktoriseringshuvudet måste innehålla två mellanslagsavgränsade värden"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Givet token är inte giltigt för någon tokentyp"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token innehöll ingen identifiering av användaren"
#: authentication.py:132
msgid "User not found"
msgstr "Användaren hittades inte"
#: authentication.py:135
msgid "User is inactive"
msgstr "Användaren är inaktiv"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Okänd algoritmtyp '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Du måste ha kryptografi installerad för att kunna använda {}."
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Token är ogiltig eller har löpt ut"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Ogiltig algoritm har angetts"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Inget aktivt konto hittades med de angivna användaruppgifterna"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr ""
"Inställningen '{}' har tagits bort. Se '{}' för tillgängliga inställningar"
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "användare"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "skapad vid"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "går ut kl"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token svartlist"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Kan inte skapa token utan typ eller livslängd"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token har inget id"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token har ingen typ"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token har fel typ"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token har inget '{}'-anspråk"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Token '{}'-anspråket har löpt ut"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token är svartlistad"

View File

@@ -0,0 +1,118 @@
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <suayip.541@gmail.com>, 2022.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-01-13 23:05+0300\n"
"Last-Translator: Şuayip Üzülmez <suayip.541@gmail.com>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr ""
"Yetkilendirme header'i boşlukla sınırlandırılmış iki değer bulundurmak "
"zorunda"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Verilen token hiçbir token tipi için geçerli değil"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Token tanınabilir bir kullanıcı kimliği içermiyor"
#: authentication.py:132
msgid "User not found"
msgstr "Kullanıcı bulunamadı"
#: authentication.py:135
msgid "User is inactive"
msgstr "Kullanıcı etkin değil"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Tanınmayan algortima tipi '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "{} kullanmak için cryptography yüklemeniz gerekiyor."
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Token geçersiz veya süresi geçmiş"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Geçersiz algoritma belirtildi"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Verilen kimlik bilgileriyle aktif bir hesap bulunamadı"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "'{}' ayarı kaldırıldı. Mevcut ayarlar için '{}' adresini ziyaret edin."
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "kullanıcı"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "oluşturulma tarihi"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "sona erme tarihi"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Token Kara Listesi"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Tipi veya geçerlilik süresi olmayan token oluşturulamaz"
#: tokens.py:116
msgid "Token has no id"
msgstr "Token'in id'si yok"
#: tokens.py:128
msgid "Token has no type"
msgstr "Token'in tipi yok"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "Token'in tipi yanlış"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "Token'in '{}' claim'i yok"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Token'in '{}' claim'i sona erdi"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Token kara listeye alınmış"

View File

@@ -0,0 +1,119 @@
# This file is distributed under the same license as the PACKAGE package.
# Artiukhov Artem <defenite@meta.ua>, 2021.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-17 12:32+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Artiukhov Artem <defenite@meta.ua>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: uk_UA\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "Авторизаційний заголовок має містити два значення розділені пробілом"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "Наданий токен не відповідає жодному типу ключа"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "Наданий токен не мітить жодної ідентифікаційної інформації"
#: authentication.py:132
msgid "User not found"
msgstr "Користувач не знайдений"
#: authentication.py:135
msgid "User is inactive"
msgstr "Користувач неактивний"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "Тип алгоритму '{}' не розпізнаний"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "Встановіть модуль cryptography щоб використовувати {}"
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "Токен некоректний або термін його дії вичерпаний"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "Вказаний невірний алгоритм"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "Не знайдено жодного облікового запису по наданих облікових даних"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "Налаштування '{}' видалене. Подивіться у '{}' для інших доступних"
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "користувач"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "створений о"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "дійстний по"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "Чорний список токенів"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "Неможливо створити токен без типу або строку дії"
#: tokens.py:116
msgid "Token has no id"
msgstr "У ключі доступу не міститься id"
#: tokens.py:128
msgid "Token has no type"
msgstr "У ключі доступу не міститься тип"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "токен позначений невірним типом"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "У токені не міститься '{}' заголовку"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "Заголовок '{}' токена не дійсний"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "Токен занесений у чорний список"

View File

@@ -0,0 +1,119 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2021
# This file is distributed under the same license as the Simple JWT package.
# zengqiu <zengqiu@qq.com>, 2021.
msgid ""
msgstr ""
"Project-Id-Version: djangorestframework_simplejwt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-23 13:29+0800\n"
"PO-Revision-Date: 2021-06-23 13:29+080\n"
"Last-Translator: zengqiu <zengqiu@qq.com>\n"
"Language: zh_Hans\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: authentication.py:89
msgid "Authorization header must contain two space-delimited values"
msgstr "授权头必须包含两个用空格分隔的值"
#: authentication.py:115
msgid "Given token not valid for any token type"
msgstr "此令牌对任何类型的令牌无效"
#: authentication.py:127 authentication.py:162
msgid "Token contained no recognizable user identification"
msgstr "令牌未包含用户标识符"
#: authentication.py:132
msgid "User not found"
msgstr "未找到该用户"
#: authentication.py:135
msgid "User is inactive"
msgstr "该用户已禁用"
#: authentication.py:142
msgid "The user's password has been changed."
msgstr ""
#: backends.py:69
msgid "Unrecognized algorithm type '{}'"
msgstr "未知算法类型 '{}'"
#: backends.py:75
msgid "You must have cryptography installed to use {}."
msgstr "你必须安装 cryptography 才能使用 {}。"
#: backends.py:90
msgid ""
"Unrecognized type '{}', 'leeway' must be of type int, float or timedelta."
msgstr ""
#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58
msgid "Token is invalid or expired"
msgstr "令牌无效或已过期"
#: backends.py:152
msgid "Invalid algorithm specified"
msgstr "指定的算法无效"
#: serializers.py:35
msgid "No active account found with the given credentials"
msgstr "找不到指定凭据对应的有效用户"
#: settings.py:73
msgid ""
"The '{}' setting has been removed. Please refer to '{}' for available "
"settings."
msgstr "'{}' 配置已被移除。 请参阅 '{}' 获取可用的配置。"
#: token_blacklist/admin.py:79
msgid "jti"
msgstr "jti"
#: token_blacklist/admin.py:85
msgid "user"
msgstr "用户"
#: token_blacklist/admin.py:91
msgid "created at"
msgstr "创建时间"
#: token_blacklist/admin.py:97
msgid "expires at"
msgstr "过期时间"
#: token_blacklist/apps.py:7
msgid "Token Blacklist"
msgstr "令牌黑名单"
#: tokens.py:44
msgid "Cannot create token with no type or lifetime"
msgstr "无法创建没有类型或生存期的令牌"
#: tokens.py:116
msgid "Token has no id"
msgstr "令牌没有标识符"
#: tokens.py:128
msgid "Token has no type"
msgstr "令牌没有类型"
#: tokens.py:131
msgid "Token has wrong type"
msgstr "令牌类型错误"
#: tokens.py:190
msgid "Token has no '{}' claim"
msgstr "令牌没有 '{}' 声明"
#: tokens.py:195
msgid "Token '{}' claim has expired"
msgstr "令牌 '{}' 声明已过期"
#: tokens.py:257
msgid "Token is blacklisted"
msgstr "令牌已被加入黑名单"