Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update portuguese and french translations #797

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
29 changes: 15 additions & 14 deletions rest_framework_simplejwt/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>\n"
"POT-Creation-Date: 2024-04-15 09:29-0300\n"
"Last-Translator: Daniel Dương <[email protected]>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -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 '{}'"
Expand All @@ -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é"

Expand All @@ -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"
Binary file modified rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
23 changes: 12 additions & 11 deletions rest_framework_simplejwt/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bruno.drx@gmail.com>\n"
"POT-Creation-Date: 2024-04-15 09:35-0300\n"
"Last-Translator: Daniel Dương <daniel.duong@outlook.com>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -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 '{}'"
Expand All @@ -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"

Expand Down Expand Up @@ -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"