<?php

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

    /**
     * Singlular and plural name of the module
     */
    'name' => 'Team',
    'names' => 'Teams',
    'icon' => 'las la-list',

    /**
     * Singlular and plural name of the module
     */
    'title' => [
        'main' => 'Teams',
        'sub' => 'Teams'
    ],

    /**
     * Singlular and plural name of the module
     */
    'groups'         => [
        'main' => 'Main',
        'images' => 'Images',
        'details' => 'Details',
        'settings' => 'Settings'
    ],

    /**
     * Form sub section name for the module.
     */
    'sections' => [
        'main' => 'Main',
        'details' => 'Details',
    ],

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

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

    /**
     * Labels for inputs.
     */
    'label'         => [
        'id'                         => 'Id',
        'organization_id'            => 'Organization id',
        'name'                       => 'Name',
        'slug'                       => 'Slug',
        'type'                       => 'Type',
        'description'                => 'Description',
        'user_id'                    => 'User id',
        'created_at'                 => 'Created at',
        'updated_at'                 => 'Updated at',
        'deleted_at'                 => 'Deleted at',
    ],

    
    ];