Add translations to vue files

This commit is contained in:
Dane Everitt 2018-03-31 16:33:10 -05:00
parent 791cbaa5ce
commit 598bae7b70
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
14 changed files with 178 additions and 29 deletions

View file

@ -6,8 +6,10 @@ return [
'authentication_required' => 'Authentication is required to continue.',
'remember_me' => 'Remember Me',
'sign_in' => 'Sign In',
'forgot_password' => 'I\'ve forgotten my password!',
'request_reset_text' => 'Forgotten your account password? It is not the end of the world, just provide your email below.',
'forgot_password' => 'Forgot Password?',
'go_to_login' => 'Go to Login',
'reset_help_text' => 'Enter your account email address to recive instructions on resetting your password.',
'recover_account' => 'Recover Account',
'reset_password_text' => 'Reset your account password.',
'reset_password' => 'Reset Account Password',
'email_sent' => 'An email has been sent to you with further instructions for resetting your password.',