<?php

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

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

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

    /**
     * Placeholder for inputs
     */
    'placeholder'   => [
        'nome'                       => 'Aki vai a marca',
    ],

    /**
     * Labels for inputs.
     */
    'label'         => [
        'nome'                       => 'Nome',
    ],

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

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

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