mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
New translations validation.php (Portuguese, Brazilian)
This commit is contained in:
parent
7e343bdfd9
commit
7f9be00e7f
@ -90,6 +90,7 @@ return [
|
||||
'required_without' => 'O campo :attribute é requerido quando os valores :values não estiverem presentes.',
|
||||
'required_without_all' => 'O campo :attribute é requerido quando nenhum dos valores :values estiverem presentes.',
|
||||
'same' => 'O campo :attribute e o campo :other devem ser iguais.',
|
||||
'safe_url' => 'The provided link may not be safe.',
|
||||
'size' => [
|
||||
'numeric' => 'O tamanho do campo :attribute deve ser :size.',
|
||||
'file' => 'O tamanho do arquivo :attribute deve ser de :size kilobytes.',
|
||||
|
Loading…
Reference in New Issue
Block a user