From a9b02b222726853e57f135ebbbb907edfc5e652c Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Fri, 28 May 2021 18:38:49 +0200 Subject: [PATCH] New translations common.json (Portuguese, Brazilian) --- locales/pt/common.json | 4 ++-- 1 file 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",