1
0

auth.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Authentication Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are used during authentication for various
  9. | messages that we need to display to the user. You are free to modify
  10. | these language lines according to your application's requirements.
  11. |
  12. */
  13. 'loginTitle' => 'Acessar conta',
  14. 'failed' => 'As credenciais introduzidas não correspondem aos nossos registos.',
  15. 'throttle' => 'Varias tentativas de login. Tente novamente em :seconds segundos.',
  16. 'password' => 'Senha' ,
  17. 'remember' => 'Lembrar-Me',
  18. 'forgot' => 'Esqueceu a senha? ',
  19. 'login' => 'Entrar',
  20. 'reset' => 'Recuperar Senha',
  21. 'register' => 'Cadastrar',
  22. 'name' => 'Nome',
  23. 'username' => 'Usuário',
  24. 'confirm-password' => 'Confrime a senha',
  25. 'age' => 'Eu tenho pelo menos 16 anos',
  26. 'terms' => "Ao Cadastrar, você concorda com nossos termos <a href=\"".route('site.terms')."\" class=\"font-weight-bold text-dark\">Termos de Uso</a> e <a href=\"".route('site.privacy')."\" class=\"font-weight-bold text-dark\">Politica de Privacidade</a>.",
  27. 'emailAddress' => "Endereço de Email",
  28. 'registerTitle' => 'Cadastrar uma nova conta',
  29. 'sendReset' => 'Enviar Link de Recuperação de Senha',
  30. 'backLogin' => 'Back to Login',
  31. 'signInMastodon' => 'Entrar com Mastodon',
  32. 'verifyYourEmailAddress' => ' - Verifique seu endereço de e-mail',
  33. ];