Fixed #4428 - updated translations

This commit is contained in:
snipe
2017-11-15 15:31:34 -08:00
parent 17ee904828
commit 876dde1280
100 changed files with 122 additions and 36 deletions
@@ -20,6 +20,7 @@ return array(
'field_element_short' => 'Elemento',
'field_format' => 'Formato',
'field_custom_format' => 'Formato personalizado',
'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use <code>regex:/^[0-9]{15}$/</code>.',
'required' => 'Obligatorio',
'req' => 'Obl.',
'used_by_models' => 'Usado Por Modelos',
+1
View File
@@ -67,6 +67,7 @@ return array(
'not_in' => 'El :attribute seleccionado no es correcto.',
'numeric' => ':attribute debe ser un número.',
'present' => 'El campo: atributo debe estar presente.',
'valid_regex' => 'That is not a valid regex. ',
'regex' => ':attribute formato incorrecto.',
'required' => ':attribute es obligatorio.',
'required_if' => ':attribute es obligatrio cuando :other es :value.',