<?php

return [

    // Form
    'add' => 'Add user',
    'edit' => 'Edit user',
    'delete' => 'Delete user',
    'not_find' => 'Can not find user with this code.',
    'actived_error' => 'User is already active',
    'inactived_error' => 'User is already inactive',
    'actived' => 'User has been activated',
    'inactived' => 'User has been inactivated',
    'active' => 'Active',
    'inactive' => 'Inactive',

    'id' => 'Id',
    'name' => 'Name',
    'name_placeholder' => 'Enter the user\'s name',
    'email' => 'Email',
    'email_placeholder' => 'Enter the user\'s email',
    'password' => 'Password',
    'password_placeholder' => 'Enter the user\'s password',
    'confirm_password' => 'Confirm Password',
    'confirm_password_placeholder' => 'Enter the user\'s confirm password',
    'role' => 'Role',
    'role_placeholder' => 'Enter the user\'s role',
    'status' => 'Status',
    'leave_empty' => 'Leave empty to keep the current password',

    'created_at' => 'Created at',
    'report_title' => 'Users Report',

];
