summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-02 20:41:56 +0200
committerGitHub <noreply@github.com>2021-05-02 20:41:56 +0200
commitf17db8554005cc9c10f7673a6584c9126a69d66a (patch)
tree38a0aabc47bec0978fbc9eeefe16068f102f7b6f
parentMerge pull request #97 from fosscord/l10n_master (diff)
parentNew translations common.json (Portuguese, Brazilian) (diff)
downloadserver-f17db8554005cc9c10f7673a6584c9126a69d66a.tar.xz
Merge pull request #98 from fosscord/l10n_master
New Crowdin updates
Diffstat (limited to '')
-rw-r--r--locales/pt/auth.json2
-rw-r--r--locales/pt/common.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/locales/pt/auth.json b/locales/pt/auth.json

index 455b7eda..bd2df2d9 100644 --- a/locales/pt/auth.json +++ b/locales/pt/auth.json
@@ -6,7 +6,7 @@ "register": { "REGISTRATION_DISABLED": "Registro de novos usuários está desativado", "INVITE_ONLY": "Você deve ser convidado para registrar", - "EMAIL_INVALID": "Invalid Email", + "EMAIL_INVALID": "E-mail inválido", "EMAIL_ALREADY_REGISTERED": "E-mail já está registrado", "DATE_OF_BIRTH_UNDERAGE": "Você precisa ter {{years}} anos ou mais", "CONSENT_REQUIRED": "Você precisa aceitar os Termos de Serviço e a Política de Privacidade.", diff --git a/locales/pt/common.json b/locales/pt/common.json
index 2a9b7c3f..9773ffd0 100644 --- a/locales/pt/common.json +++ b/locales/pt/common.json
@@ -3,13 +3,13 @@ "BASE_TYPE_REQUIRED": "Este campo é obrigatório", "BASE_TYPE_STRING": "Este campo deve ser uma string", "BASE_TYPE_NUMBER": "Este campo deve ser um número", - "BASE_TYPE_BIGINT": "Este campo deve ser um grande", + "BASE_TYPE_BIGINT": "Este campo deve ser um bigint", "BASE_TYPE_BOOLEAN": "Este campo deve ser booleano", "BASE_TYPE_CHOICES": "Este campo deve ser um dos ({{types}})", "BASE_TYPE_CLASS": "Este campo deve ser uma instância de {{type}}", "BASE_TYPE_OBJECT": "Este campo deve ser um objeto", "BASE_TYPE_ARRAY": "Este campo deve ser um array", - "UNKOWN_FIELD": "Chave desconhecida: {{key}}", + "UNKOWN_FIELD": "Key desconhecida: {{key}}", "BASE_TYPE_CONSTANT": "Este campo deve ser {{value}}", "EMAIL_TYPE_INVALID_EMAIL": "Endereço de e-mail formado incorretamente", "DATE_TYPE_PARSE": "Não foi possível analisar {{date}}. Deve ser ISO8601",