'League', 'names' => 'Leagues', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Leagues', 'sub' => 'Leagues', 'list' => 'List of leagues', 'edit' => 'Edit league', 'create' => 'Create new league' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'league_id' => 'League Id', 'name' => 'Name', 'country' => 'Country', 'country_code' => 'Country Code', 'season' => 'Season', 'season_start' => 'Season Start', 'season_end' => 'Season End', 'logo' => 'Logo', 'standings' => 'Standings', 'status' => 'Status', 'to_win_outright' => 'To Win Outrights', 'to_win_conference' => 'To Win Conference', 'cup_name' => 'Cup Name', ], /** * Labels for inputs. */ 'label' => [ 'league_id' => 'league_id', 'name' => 'Name', 'country' => 'Country', 'country_code' => 'Country Code', 'season' => 'Season', 'season_start' => 'Season Start', 'season_end' => 'Season End', 'logo' => 'Logo', 'standings' => 'Standings', 'status' => 'Status', 'to_win_outright' => 'To Win Outrights', 'to_win_conference' => 'To Win Conference', 'cup_name' => 'Cup Name', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'league_id' => ['name' => 'league_id', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 2, 'checked'], 'country' => ['name' => 'Country', 'data-column' => 3, 'checked'], 'country_code' => ['name' => 'Country Code', 'data-column' => 4, 'checked'], 'season' => ['name' => 'Season', 'data-column' => 5, 'checked'], 'season_start' => ['name' => 'Season Start', 'data-column' => 6, 'checked'], 'season_end' => ['name' => 'Season End', 'data-column' => 7, 'checked'], 'logo' => ['name' => 'Logo', 'data-column' => 8, 'checked'], 'standings' => ['name' => 'Standings', 'data-column' => 9, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 10, 'checked'], 'to_win_outright' => ['name' => 'To Win Outrights', 'data-column' => 11, 'checked'], 'to_win_conference' => ['name' => 'To Win Conference', 'data-column' => 12, 'checked'], 'cup_name' => ['name' => 'Cup Name', 'data-column' => 13, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Leagues', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];