Fixed #4428 - updated translations
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user