Add support for pt-BR
This commit is contained in:
parent
5751bb2481
commit
0e844edacb
|
@ -161,7 +161,6 @@
|
||||||
"Show replies": "Mostrar respostas",
|
"Show replies": "Mostrar respostas",
|
||||||
"Incorrect password": "Senha incorreta",
|
"Incorrect password": "Senha incorreta",
|
||||||
"Quota exceeded, try again in a few hours": "Cota excedida, tente novamente em algumas horas",
|
"Quota exceeded, try again in a few hours": "Cota excedida, tente novamente em algumas horas",
|
||||||
|
|
||||||
"Unable to log in, make sure two-factor authentication (Authenticator or SMS) is turned on.": "Não foi possível fazer login, sua autenticação por dois passos (app autenticador ou sms) deve estar ativada.",
|
"Unable to log in, make sure two-factor authentication (Authenticator or SMS) is turned on.": "Não foi possível fazer login, sua autenticação por dois passos (app autenticador ou sms) deve estar ativada.",
|
||||||
"Invalid TFA code": "Código TFA inválido",
|
"Invalid TFA code": "Código TFA inválido",
|
||||||
"Login failed. This may be because two-factor authentication is not turned on for your account.": "Falha no login. Isso pode acontecer pois a autenticação por dois passos está desativada para sua conta.",
|
"Login failed. This may be because two-factor authentication is not turned on for your account.": "Falha no login. Isso pode acontecer pois a autenticação por dois passos está desativada para sua conta.",
|
||||||
|
|
|
@ -84,8 +84,9 @@ LOCALES = {
|
||||||
"is" => load_locale("is"),
|
"is" => load_locale("is"),
|
||||||
"it" => load_locale("it"),
|
"it" => load_locale("it"),
|
||||||
"ja" => load_locale("ja"),
|
"ja" => load_locale("ja"),
|
||||||
"nb_NO" => load_locale("nb_NO"),
|
"nb-NO" => load_locale("nb-NO"),
|
||||||
"nl" => load_locale("nl"),
|
"nl" => load_locale("nl"),
|
||||||
|
"pt-BR" => load_locale("pt-BR"),
|
||||||
"pl" => load_locale("pl"),
|
"pl" => load_locale("pl"),
|
||||||
"ro" => load_locale("ro"),
|
"ro" => load_locale("ro"),
|
||||||
"ru" => load_locale("ru"),
|
"ru" => load_locale("ru"),
|
||||||
|
|
Loading…
Reference in New Issue