app.php 2.31 KB
<?php

/**
 * @author FilamentV <vortex.filament@gmail.com>
 * @copyright (c), Thread
 */
return [
    'user' => 'User',
    'User' => 'User',
    'Users' => 'Users',
    'Groups' => 'Groups',
    'User Password' => 'User Password',
    'Username' => 'Login',
    'Login' => 'Login',
    'Register' => 'Register',
    'Password' => 'Password',
    'Password confirmation' => 'Password confirmation',
    'Role' => 'Role',
    'Profile' => 'Profile',
    'Logout' => 'Logout',
    'Remember me' => 'Remember me',
    'Sign Up' => 'Sign Up',
    'Login Out' => 'Logout',
    'Entrance' => 'Entrance',
    'CheckIn' => 'CheckIn',
    'Private Office' => 'Private Office',
    'Support' => 'Support',
    //Password
    'Request password reset' => 'Request password reset',
    'Please fill out your email. A link to reset password will be sent there.' => 'Please fill out your email. A link to reset password will be sent there.',
    'Password old' => 'Password old',
    'Incorrect password' => 'Incorrect password',
    'Incorrect username or password' => 'Incorrect username or password',
    'Reset password' => 'Reset password',
    'Change password' => 'Change password',
    'Password change' => 'Password change',
    'Password changed' => 'Password changed',
    'Check your email for further instructions.' => 'Check your email for further instructions.',
    'Sorry, we are unable to reset password for email provided.' => 'Sorry, we are unable to reset password for email provided.',
    'New password was saved.' => 'New password was saved.',
    'Forgot password?' => 'Forgot password?',
    'Please fill out your email' => 'Please fill out your email',
    'Please choose your new password' => 'Please choose your new password',
    'Wrong password reset token.' => 'Wrong password reset token.',
    //User
    'Edit profile' => 'Edit profile',
    //Profile
    'First name' => 'First name',
    'Last name' => 'Last name',
    'Preferred language' => 'Preferred language',
    'Avatar' => 'Avatar',
    //Messages
    'Policy' => 'Policy',
    'Privacy policy' => 'Privacy policy',
    'Customer agreement' => 'Customer agreement',
    'Accept our' => 'Accept our',
    'Forgot your password?' => 'Forgot your password?',
    'Don\'t have an account yet?' => 'Don\'t have an account yet?',
    'You have an account?' => 'You have an account?',
];