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",
|