<?php 

return [
    'failed' => 'These credentials do not match our records.',
    'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
    'title' => [
        'auth' => 'Authorization',
        'register' => 'Sing Up',
        'register_new' => 'Create',
        'account_new' => 'new account',
        'login' => 'Sign In',
        'to_register' => 'Sing Up',
        'forgot' => 'Forgot password?',
        'i_agree' => 'I agree to',
        'terms' => 'Terms of Service',
        'password_restore' => 'Password restore',
        'restore_password' => 'Restore password',
        'update_password' => 'Update password',
        'restore_password_flash' => 'Password restore instructions sent to your e-mail.',
    ],
];