diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:34 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-10 21:02:34 +0200 |
commit | 11ae57b4b847ec4abb84cd1811a009cbe74bcc50 (patch) | |
tree | 3e8d29a5320844118d1ecbad1861d7c9474780d0 | |
parent | New translations auth.json (Polish) (diff) | |
download | server-11ae57b4b847ec4abb84cd1811a009cbe74bcc50.tar.xz |
New translations auth.json (Portuguese)
-rw-r--r-- | locales/pt/auth.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locales/pt/auth.json b/locales/pt/auth.json index 455b7eda..a7ee615c 100644 --- a/locales/pt/auth.json +++ b/locales/pt/auth.json @@ -1,7 +1,8 @@ { "login": { "INVALID_LOGIN": "E-mail ou Telefone não encontrado", - "INVALID_PASSWORD": "Senha inválida" + "INVALID_PASSWORD": "Senha inválida", + "ACCOUNT_DISABLED": "This account is disabled" }, "register": { "REGISTRATION_DISABLED": "Registro de novos usuários está desativado", |