'Video', 'names' => 'Videos', 'title' => [ 'user' => 'My Videos', 'admin' => 'Videos', 'sub' => [ 'user' => 'Videos created by me', 'admin' => 'Videos', ], ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'titre' => 'titre', ], /** * Labels for inputs. */ 'label' => [ 'titre' => 'titre', 'status' => 'Status', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Tab labels */ 'tab' => [ 'name' => 'Name', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];