<?php

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

    /**
     * Singlular and plural name of the module
     */
    'name'          => 'Compliancetype',
    'names'         => 'Compliancetypes',
    
    /**
     * Singlular and plural name of the module
     */
    'title'         => [
        'main'  => 'Compliancetypes',
        'sub'   => 'Compliancetypes',
        'list'  => 'List of compliancetypes',
        'edit'  => 'Edit compliancetype',
        'create'    => 'Create new compliancetype'
    ],

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

    /**
     * Placeholder for inputs
     */
    'placeholder'   => [
        'id'                         => 'Please enter id',
        'name'                       => 'Please enter name',
        'user_id'                    => 'Please enter user id',
        'user_type'                  => 'Please enter user type',
        'created_at'                 => 'Please enter created at',
        'updated_at'                 => 'Please enter updated at',
        'deleted_at'                 => 'Please enter deleted at',
    ],

    /**
     * Labels for inputs.
     */
    'label'         => [
        'id'                         => 'Id',
        'name'                       => 'Name',
        'user_id'                    => 'User id',
        'user_type'                  => 'User type',
        'created_at'                 => 'Created at',
        'updated_at'                 => 'Updated at',
        'deleted_at'                 => 'Deleted at',
    ],

    /**
     * Columns array for show hide checkbox.
     */
    'cloumns'         => [
        'name'                       => ['name' => 'Name', 'data-column' => 1, 'checked'],
    ],

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

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