Skip to content

Commit

Permalink
Merge pull request #2 from FelipeAzambuja/main
Browse files Browse the repository at this point in the history
lang pt br
  • Loading branch information
hsnfirdaus authored Sep 14, 2024
2 parents 7c64193 + c122418 commit c6a73b8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions locale/pt-br.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

<?php

declare(strict_types=1);

return [
'NOT_EMPTY' => '%s não pode estar vazio!',
'EMAIL_INVALID' => 'Formato de %s é inválido!',
'ENUM_INVALID' => '%s inválido!',
'INTEGER_INVALID' => '%s deve ser um número!',
'NUMERIC_INVALID' => '%s deve ser um número!',
'NUMERIC_INVALID_LENGTH' => '%s deve ser um número de %d dígitos!',
'NUMERIC_INVALID_MIN_LENGTH' => '%s deve ter no mínimo %d dígitos!',
'NUMERIC_INVALID_MAX_LENGTH' => '%s deve ter no máximo %d dígitos!',
'STRING_INVALID_LENGTH' => '%s deve ter %d caracteres!',
'STRING_INVALID_MIN_LENGTH' => '%s deve ter no mínimo %d caracteres!',
'STRING_INVALID_MAX_LENGTH' => '%s deve ter no máximo %d caracteres!',
'VALIDATE_ARRAY_CLASS_INVALID' => '%s inválido!',
'VALIDATE_ARRAY_CLASS_INDEX_INVALID' => '%s no índice %d é inválido: %s',
'VALIDATE_CLASS_INVALID' => '%s inválido!',
'VALIDATE_CLASS_INVALID_NESTED' => '%s inválido: %s',
];

0 comments on commit c6a73b8

Please sign in to comment.