summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-28 18:38:36 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-28 18:38:36 +0200
commita7235512a5bf1bf680d830807be1eb9d346ec429 (patch)
treee1180cf51f50a1f75dbd62fe8f3101ed73ceb68f
parentNew translations auth.json (Portuguese) (diff)
downloadserver-a7235512a5bf1bf680d830807be1eb9d346ec429.tar.xz
New translations common.json (Portuguese)
-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 9773ffd0..2a9b7c3f 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 bigint", + "BASE_TYPE_BIGINT": "Este campo deve ser um grande", "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": "Key desconhecida: {{key}}", + "UNKOWN_FIELD": "Chave 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",