'Country', 'names' => 'Countries', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Countries', 'sub' => 'Countries', 'list' => 'List of countries', 'edit' => 'Edit country', 'create' => 'Create new country' ], /** * Options for select/radio/check. */ 'options' => [ 'continent' => ['Asia','Europe','North America','Africa','Oceania','Antarctica','South America'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'code' => 'Please enter code', 'name' => 'Please enter name', 'continent' => 'Please select continent', 'region' => 'Please enter region', 'surfacearea' => 'Please enter surfacearea', 'indepyear' => 'Please enter indepyear', 'population' => 'Please enter population', 'life_expectancy' => 'Please enter life expectancy', 'gnp' => 'Please enter gnp', 'gnpoid' => 'Please enter gnpoid', 'local_name' => 'Please enter local name', 'government_form' => 'Please enter government form', 'head_of_state' => 'Please enter head of state', 'capital' => 'Please enter capital', 'code2' => 'Please enter code2', 'created_at' => 'Please select created at', ')' => 'Please select )', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'code' => 'Code', 'name' => 'Name', 'continent' => 'Continent', 'region' => 'Region', 'surfacearea' => 'Surfacearea', 'indepyear' => 'Indepyear', 'population' => 'Population', 'life_expectancy' => 'Life expectancy', 'gnp' => 'Gnp', 'gnpoid' => 'Gnpoid', 'local_name' => 'Local name', 'government_form' => 'Government form', 'head_of_state' => 'Head of state', 'capital' => 'Capital', 'code2' => 'Code2', 'created_at' => 'Created at', ')' => ')', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'code' => ['name' => 'Code', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Name', 'data-column' => 2, 'checked'], 'continent' => ['name' => 'Continent', 'data-column' => 3, 'checked'], 'region' => ['name' => 'Region', 'data-column' => 4, 'checked'], 'surfacearea' => ['name' => 'Surfacearea', 'data-column' => 5, 'checked'], 'indepyear' => ['name' => 'Indepyear', 'data-column' => 6, 'checked'], 'population' => ['name' => 'Population', 'data-column' => 7, 'checked'], 'life_expectancy' => ['name' => 'Life expectancy', 'data-column' => 8, 'checked'], 'gnp' => ['name' => 'Gnp', 'data-column' => 9, 'checked'], 'gnpoid' => ['name' => 'Gnpoid', 'data-column' => 10, 'checked'], 'local_name' => ['name' => 'Local name', 'data-column' => 11, 'checked'], 'government_form' => ['name' => 'Government form', 'data-column' => 12, 'checked'], 'head_of_state' => ['name' => 'Head of state', 'data-column' => 13, 'checked'], 'capital' => ['name' => 'Capital', 'data-column' => 14, 'checked'], 'code2' => ['name' => 'Code2', 'data-column' => 15, 'checked'], ')' => ['name' => ')', 'data-column' => 16, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Countries', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];