diff --git a/README.md b/README.md index ad2d3fa..c79fdfa 100644 --- a/README.md +++ b/README.md @@ -129,12 +129,8 @@ Una vez tengamos la base de datos cargada, podremos ejecutar las migraciones de ```sh --- Migraciones de OpenGnsys. --- -docker exec ogcore-php php bin/console opengnsys:migration:organizational-unit #cargamos las unidades organizativas -docker exec ogcore-php php bin/console opengnsys:migration:hardware-profiles #cargamos los perfiles de hardware -docker exec ogcore-php php bin/console opengnsys:migration:clients #cargamos los clientes -docker exec ogcore-php php bin/console opengnsys:migration:os #cargamos los sistemas operativos -docker exec ogcore-php php bin/console opengnsys:migration:partition #cargamos las particiones -``` +Proximamente +``` ## Objetos de interés diff --git a/translations/validators.en.yaml b/translations/validators.en.yaml index 5281532..7881069 100644 --- a/translations/validators.en.yaml +++ b/translations/validators.en.yaml @@ -54,3 +54,15 @@ validators: name: not_blank: 'The name should not be blank.' unique: 'The name should be unique.' + + subnet: + name: + not_blank: 'The name should not be blank.' + ip_address: + not_blank: 'The IP should not be blank.' + netmask: + not_blank: 'The netmask should not be blank.' + boot_file_name: + not_blank: 'The boot file name should not be blank.' + next_server: + not_blank: 'The next server should not be blank.' \ No newline at end of file diff --git a/translations/validators.es.yaml b/translations/validators.es.yaml index 5a2984d..9f11c35 100644 --- a/translations/validators.es.yaml +++ b/translations/validators.es.yaml @@ -48,4 +48,16 @@ validators: operative_system: name: - not_blank: 'El nombre no debería estar vacío.' \ No newline at end of file + not_blank: 'El nombre no debería estar vacío.' + + subnet: + name: + not_blank: 'El nombre no debería estar vacío.' + ip_address: + not_blank: 'La dirección IP no debería estar vacía.' + netmask: + not_blank: 'La máscara de red no debería estar vacía.' + boot_file_name: + not_blank: 'El nombre del archivo de arranque no debería estar vacío.' + next_server: + not_blank: 'El servidor no debería estar vacío.' \ No newline at end of file