<?php

return [
    
    'member' => [
        'index' => [
            'title'         => 'Staff',
            'menu-title'         => 'Yas Staff',
            'datagrid' => [
                'active'         => 'Active',
                'channel'        => 'Channel',
                'edit'           => 'Edit',
                'delete'         => 'Delete',
                'delete-success' => 'Selected data successfully deleted',
                'id'             => 'Staff Id',
                'inactive'       => 'Inactive',
                'name'           => 'Staff Name',
                'status'         => 'Status',
                'suspended'      => 'Suspended',
                'update-status'  => 'Update Status',
                'update-success' => 'Selected Staff successfully updated',
                'yas-role'              => 'Yas Role',
                'email'                 => 'Email',
            ],

            // 'create' => [
            //     'create-btn'       => 'Create Staff',
            //     'create-success'   => 'Staff created successfully',
            //     'save-btn'         => 'Save staff',
            //     'title'            => 'Create New Staff',
            //     'name'             => 'Staff Name',
            // ],
            'create' => [
                    'contact-number'        => 'Contact Number',
                    'create-btn'            => 'Create Staff',
                    'create-success'        => 'Staff created successfully',
                    'yas-role'              => 'Yas Role',
                    'date-of-birth'         => 'Date of Birth',
                    'email'                 => 'Email',
                    'female'                => 'Female',
                    'first-name'            => 'First Name',
                    'gender'                => 'Gender',
                    'last-name'             => 'Last Name',
                    'male'                  => 'Male',
                    'other'                 => 'Other',
                    'save-btn'              => 'Save',
                    'select-gender'         => 'Select Gender',
                    'select-yasrole'        => "Select YAS Role",
                    'title'                 => 'Create New Staff',
                    'address-details'       => 'Address Details',
                    'additional_data'       => 'Additional Information'
                ],
        ],

        'onepage'=>[
            'address'=>[
                'title'=>'Staff Address'
            ]

        ],

        'view' => [
            'active'                      => 'Active',
            'back-btn'                    => 'Back',
            'Member'                     => 'Staff',
            'delete'                      => 'Delete',
            'title'                       => 'Staff View',

        ],

        'edit' => [
            'title'          => 'Edit Staff',
            'name'           => 'Staff Name',
            'status'         => 'Status',
            'save-btn'       => 'Save',
            'back-btn'       => 'Back',
            'contact-number'        => 'Contact Number',
            'yas-role'              => 'Yas Role',
            'date-of-birth'         => 'Date of Birth',
            'email'                 => 'Email',
            'female'                => 'Female',
            'first-name'            => 'First Name',
            'gender'                => 'Gender',
            'last-name'             => 'Last Name',
            'male'                  => 'Male',
            'other'                 => 'Other',
            'save-btn'              => 'Save',
            'select-gender'         => 'Select Gender',
            'select-yasrole'        => "Select YAS Role",
            'address'               => 'Address',
            'empty-title'           => 'Add Staff Address',
            'empty-description'     => 'Create New Addresses for Staff',
            'additional_data'       => 'Additional Information'
        ],

        'delete-failed'  => 'Staff Deleted Failed',
        'delete-success' => 'Staff Deleted Successfully',
        'update-success' => 'Staff Updated Successfully',
        'create-success' => 'Staff created successfully.',
        'mass-delete-success'=> 'Selected Staff Delete Successfully',
        'resource-data-invalid'=>'Requested data not available',
        'member-settings' => "Staff settings",
        'select-text' => "---Select---",
        'dropdown-text'=>"Manage Cart & Orders",

        'login-form' => [
            'bagisto'             => 'Bagisto',
            'button-title'        => 'Sign In',
            'create-your-account' => 'Create your account',
            'email'               => 'Email',
            'footer'              => '© Copyright :current_year, All rights reserved.',
            'forgot-pass'         => 'Forgot Password?',
            'form-login-text'     => 'If you have an account, sign in with your email address.',
            'invalid-credentials' => 'Please check your credentials and try again.',
            'new-member'        => 'New staff?',
            'not-activated'       => 'Your activation seeks admin approval',
            'page-title'          => 'Staff Login',
            'password'            => 'Password',
            'show-password'       => 'Show Password',
            'title'               => 'Sign In',
            'verify-first'        => 'Verify your email account first.',
        ],

        'emails'=>[
             
            'registration'=>[
                'subject'=>'New Staff Registration'
            ]
        ]
    ],

    'yasrole' => [
        'index' => [
            'title'         => 'Yas Role',

            'datagrid' => [
                'active'         => 'Active',
                'channel'        => 'Channel',
                'edit'           => 'Edit',
                'delete'         => 'Delete',
                'delete-success' => 'Selected data successfully deleted',
                'id'             => 'Yas Role Id',
                'inactive'       => 'Inactive',
                'name'           => 'Yas Role Name',
                'status'         => 'Status',
                'suspended'      => 'Suspended',
                'update-status'  => 'Update Status',
                'update-success' => 'Selected Yas Role successfully updated',
            ],

            'create' => [
                'create-btn'       => 'Create Yas Role',
                'create-success'   => 'Yas Role created successfully',
                'save-btn'         => 'Save',
                'title'            => 'Create New Yas Role',
                'name'             => 'Yas Role Name',
                'code'             => 'code',
            ],
        ],

        'view' => [
            'active'                      => 'Active',
            'back-btn'                    => 'Back',
            'Yas Role'                     => 'Yas Role',
            'delete'                      => 'Delete',
            'title'                       => 'Staff View',

        ],

        'edit' => [
            'title'          => 'Edit Yas Role',
            'name'           => 'Yas Role Name',
            'code'           => 'Code',
            'status'         => 'Status',
            'save-btn'       => 'Save',
            'back-btn'       => 'Back',
        ],

        'delete-failed'  => 'Yas Role Deleted Failed',
        'delete-success' => 'Yas Role Deleted Successfully',
        'update-success' => 'Yas Role Updated Successfully',
        'create-success' => 'Yas Role created successfully.',
        'mass-delete-success'=> 'Selected Yas Role Delete Successfully',
        'resource-data-invalid'=>'Requested data not available',
        'member-settings' => "Yas Role settings",
        'select-text' => "---Select---",
    ],

    'search_customer' => [
        'title' => 'Search Customer',
        'search-by' => 'Search customer by email',
    ],

    'member_order_type'=>[
        'online'=>'Online Order',
        'offline'=>'Offline Order',
        'online_purchase'=> 'Online Purchase',
    ],

    'yas'=>[
        'title' => 'Yas'
    ],
    
    'customer'=> 'Customer',

    'consignment' => [
        'about'         => 'Submit your consignment form',
        'item_type'          => 'Item Type',
        'item_description'    => 'Item Description',
        'describe-here' => 'Describe Here',
        'email'         => 'Email',
        'message'       => 'Message',
        'name'          => 'Name',
        'phone-number'  => 'Phone Number',
        'submit'        => 'Submit',
        'title'         => 'Consignment Form',
        'image'         => 'Image',
        'thanks-for-consignmnet' => 'Thanks for submitting consignment.',
        'brand'=>'Brand',
        'hardware'=>'Hardware',
        'model'=>'Model',
        'material'=>'Material',
        'color'=>'Color',
        'stamp'=>'Stamp',
        'condition'=>'Condition',
        'price'=>'Price',
        'comes-with'=>'COMES WITH',
        'b'=>'B',
        'db'=>'DB',
        'ss'=>'SS',
        'c'=>'C',
        'l'=>'L',
        'k'=>'K',
        'or'=>'OR',
        'cr'=>'CR',
        'sr'=>'SR',
        'cc'=>'CC',
        'ac'=>'AC',
        'rc'=>'RC',
        'nric'=>'NRIC',
        'comes_with'=>'Comes With',
        'acknowldge-text'=>'I acknowledge that the item/s is/are not stolen, counterfeit/s or acquired from unknown source',
        'consignment_no'=>'Consignment No',
        'date'=>'Date',
        'select-brand'=>'--Select Brand--',
    ],
];
