New strings [skip ci]

This commit is contained in:
James Cole
2018-07-25 16:44:06 +02:00
parent 5a73e79475
commit 02272f7db0
45 changed files with 290 additions and 260 deletions

View File

@@ -50,7 +50,8 @@ return [
'at_least_one_action' => 'Rule must have at least one action.',
'base64' => 'This is not valid base64 encoded data.',
'model_id_invalid' => 'The given ID seems invalid for this model.',
'more' => ':attribute debe ser mayor que cero.',
'more' => ':attribute must be larger than :value.',
'less' => ':attribute must be less than 10,000,000',
'active_url' => 'El campo :attribute no es una URL válida.',
'after' => 'El campo :attribute debe ser una fecha posterior a :date.',
'alpha' => 'El campo :attribute sólo puede contener letras.',