<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Language files for area in countries_state package
    |--------------------------------------------------------------------------
    |
    | The following language lines are  for  area module in countries_state package
    | and it is used by the template/view files in this module
    |
    */

    /**
     * Singlular and plural name of the module
     */
    'name'          => 'Area',
    'names'         => 'Areas',
    
    /**
     * Singlular and plural name of the module
     */
    'title'         => [
        'main'  => 'Areas',
        'sub'   => 'Areas',
        'list'  => 'List of areas',
        'edit'  => 'Edit area',
        'create'    => 'Create new area'
    ],

    /**
     * Options for select/radio/check.
     */
    'options'       => [
            
    ],

    /**
     * Placeholder for inputs
     */
    'placeholder'   => [
        'AreaName'                   => '',
        'City_id'                    => '',
        'description'                => '',
        'image'                      => '',
    ],

    /**
     * Labels for inputs.
     */
    'label'         => [
        'AreaName'                   => '',
        'City_id'                    => '',
        'description'                => '',
        'image'                      => '',
    ],

    /**
     * Columns array for show hide checkbox.
     */
    'cloumns'         => [
        
    ],

    /**
     * Tab labels
     */
    'tab'           => [
        'name'  => 'Areas',
    ],

    /**
     * Texts  for the module
     */
    'text'          => [
        'preview' => 'Click on the below list for preview',
    ],
];