Updated language strings

This commit is contained in:
James Cole
2018-09-29 11:45:28 +02:00
parent b501c47187
commit cc1f3bba7e
41 changed files with 244 additions and 74 deletions

View File

@@ -87,6 +87,7 @@ return [
'max.array' => 'O campo :attribute deve ter no máximo :max itens.',
'mimes' => 'O campo :attribute deverá conter um arquivo do tipo: :values.',
'min.numeric' => 'O campo :attribute deverá ter um valor superior ou igual a :min.',
'lte.numeric' => 'The :attribute must be less than or equal :value.',
'min.file' => 'O campo :attribute deverá ter no mínimo :min kilobytes.',
'min.string' => 'O campo :attribute deverá conter no mínimo :min caracteres.',
'min.array' => 'O campo :attribute deve ter no mínimo :min itens.',