diff --git a/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.mo b/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.mo index 5165dd912..d38b503dd 100644 Binary files a/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.mo and b/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.mo differ diff --git a/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po b/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po index 996248843..33c5c068c 100644 --- a/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po @@ -4,8 +4,8 @@ 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 \n" +"POT-Creation-Date: 2024-04-15 09:29-0300\n" +"Last-Translator: Daniel Dương \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +35,7 @@ msgstr "L'utilisateur est désactivé" #: authentication.py:142 msgid "The user's password has been changed." -msgstr "" +msgstr "Le mot de passe de l'utilisateur a été modifié" #: backends.py:69 msgid "Unrecognized algorithm type '{}'" @@ -49,8 +49,9 @@ msgstr "Vous devez installer cryptography afin d'utiliser {}." msgid "" "Unrecognized type '{}', 'leeway' must be of type int, float or timedelta." msgstr "" +"Type non reconnu '{}', 'leeway' doit être de type int, float ou timedelta." -#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58 +#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:60 msgid "Token is invalid or expired" msgstr "Le jeton est invalide ou expiré" @@ -76,44 +77,44 @@ msgstr "jti" #: token_blacklist/admin.py:85 msgid "user" -msgstr "Utilisateur" +msgstr "utilisateur" #: token_blacklist/admin.py:91 msgid "created at" -msgstr "Créé le" +msgstr "créé le" #: token_blacklist/admin.py:97 msgid "expires at" -msgstr "Expire le" +msgstr "expire le" #: token_blacklist/apps.py:7 msgid "Token Blacklist" msgstr "Liste des jetons bannis" -#: tokens.py:44 +#: tokens.py:46 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 +#: tokens.py:118 msgid "Token has no id" msgstr "Le jeton n'a pas d'id" -#: tokens.py:128 +#: tokens.py:130 msgid "Token has no type" msgstr "Le jeton n'a pas de type" -#: tokens.py:131 +#: tokens.py:133 msgid "Token has wrong type" msgstr "Le jeton a un type erroné" -#: tokens.py:190 +#: tokens.py:192 msgid "Token has no '{}' claim" msgstr "Le jeton n'a pas le privilège '{}'" -#: tokens.py:195 +#: tokens.py:197 msgid "Token '{}' claim has expired" msgstr "Le privilège '{}' du jeton a expiré" -#: tokens.py:257 +#: tokens.py:259 msgid "Token is blacklisted" msgstr "Le jeton a été banni" diff --git a/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.mo b/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.mo index 7592fcb28..0c90994e0 100644 Binary files a/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.mo and b/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.mo differ 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 3c171183e..4a2d86fd4 100644 --- a/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po +++ b/rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po @@ -4,8 +4,8 @@ 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 \n" +"POT-Creation-Date: 2024-04-15 09:35-0300\n" +"Last-Translator: Daniel Dương \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,7 +35,7 @@ msgstr "Usuário está inativo" #: authentication.py:142 msgid "The user's password has been changed." -msgstr "" +msgstr "A senha do usuário foi alterada." #: backends.py:69 msgid "Unrecognized algorithm type '{}'" @@ -49,8 +49,9 @@ msgstr "Você deve ter criptografia instalada para usar {}." msgid "" "Unrecognized type '{}', 'leeway' must be of type int, float or timedelta." msgstr "" +"Tipo '{}' não reconhecido, 'leeway' deve ser do tipo int, float ou timedelta." -#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:58 +#: backends.py:104 backends.py:154 exceptions.py:47 tokens.py:60 msgid "Token is invalid or expired" msgstr "O token é inválido ou expirado" @@ -90,30 +91,30 @@ msgstr "expira em" msgid "Token Blacklist" msgstr "Lista negra de Tokens" -#: tokens.py:44 +#: tokens.py:46 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 +#: tokens.py:118 msgid "Token has no id" msgstr "Token não tem id" -#: tokens.py:128 +#: tokens.py:130 msgid "Token has no type" msgstr "Token não tem nenhum tipo" -#: tokens.py:131 +#: tokens.py:133 msgid "Token has wrong type" msgstr "Token tem tipo errado" -#: tokens.py:190 +#: tokens.py:192 msgid "Token has no '{}' claim" msgstr "Token não tem '{}' privilégio" -#: tokens.py:195 +#: tokens.py:197 msgid "Token '{}' claim has expired" msgstr "O privilégio '{}' do token expirou" -#: tokens.py:257 +#: tokens.py:259 msgid "Token is blacklisted" msgstr "Token está na blacklist"