summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-24 20:55:05 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-24 20:55:05 +0200
commita4da9fb5e545fd1cbcc6bb73f64e31c40560c657 (patch)
treea682cd9ee8d5588dad0784f8bcc4e83cf3a70c7c
parentNew translations auth.json (Portuguese, Brazilian) (diff)
downloadserver-a4da9fb5e545fd1cbcc6bb73f64e31c40560c657.tar.xz
New translations common.json (Portuguese, Brazilian)
-rw-r--r--locales/pt/common.json4
1 files changed, 2 insertions, 2 deletions
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",