Skip to content

Commit f81d212

Browse files
fix(i18n): update pt_BR translations for token messages
1 parent a1ed379 commit f81d212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_locale_messages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ class TestTranslations(SimpleTestCase):
200200
"it_IT": "Token is expired",
201201
"nl_NL": "Token is expired",
202202
"pl_PL": "Token is expired",
203-
"pt_BR": "O token está expirado",
203+
"pt_BR": "Token expirado",
204204
"ru_RU": "Token is expired",
205205
"uk_UA": "Token is expired",
206206
"zh_Hans": "Token is expired",
@@ -225,7 +225,7 @@ class TestTranslations(SimpleTestCase):
225225
"it_IT": "Il token non è valido o è scaduto",
226226
"nl_NL": "Token is niet geldig of verlopen",
227227
"pl_PL": "Token jest niepoprawny lub wygasł",
228-
"pt_BR": "O token é inválido ou expirado",
228+
"pt_BR": "Token inválido ou expirado",
229229
"ru_RU": "Токен недействителен или просрочен",
230230
"uk_UA": "Токен некоректний або термін його дії вичерпаний",
231231
"zh_Hans": "令牌无效或已过期",

0 commit comments

Comments
 (0)