'Visitante', 'names' => 'Visitantes', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Visitantes', 'sub' => 'Visitantes', 'list' => 'List of visitantes', 'edit' => 'Edit visitante', 'create' => 'Create new visitante' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => '', 'primerNombre' => '', 'segundoNombre' => '', 'primerApellido' => '', 'segundoApellido' => '', ], /** * Labels for inputs. */ 'label' => [ 'id' => '', 'primerNombre' => '', 'segundoNombre' => '', 'primerApellido' => '', 'segundoApellido' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Visitantes', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];