diff --git a/lang/pt/auth.php b/lang/pt/auth.php index 24383e50d..6c5f0cbd7 100644 --- a/lang/pt/auth.php +++ b/lang/pt/auth.php @@ -2,42 +2,34 @@ return [ - /* - |-------------------------------------------------------------------------- - | Authentication Language Lines - |-------------------------------------------------------------------------- - | - | The following language lines are used during authentication for various - | messages that we need to display to the user. You are free to modify - | these language lines according to your application's requirements. - | - */ - 'loginTitle' => 'Acessar conta', - 'failed' => 'As credenciais introduzidas não correspondem aos nossos registos.', - 'throttle' => 'Varias tentativas de login. Tente novamente em :seconds segundos.', - 'password' => 'Senha', - 'remember' => 'Lembrar-Me', - 'forgot' => 'Esqueceu a senha? ', - 'login' => 'Entrar', - 'reset' => 'Recuperar Senha', - 'register' => 'Cadastrar', - - 'name' => 'Nome', - 'username' => 'Usuário', - 'confirm-password' => 'Confrime a senha', - - 'age' => 'Eu tenho pelo menos 16 anos', - - 'terms' => 'Ao Cadastrar, você concorda com nossos termos Termos de Uso e Politica de Privacidade.', - - 'emailAddress' => 'Endereço de Email', - - 'registerTitle' => 'Cadastrar uma nova conta', - - 'sendReset' => 'Enviar Link de Recuperação de Senha', - 'backLogin' => 'Back to Login', - - 'signInMastodon' => 'Entrar com Mastodon', - 'verifyYourEmailAddress' => ' - Verifique seu endereço de e-mail', + 'verifyYourEmailAddress' => '', + 'loginTitle' => '', + 'failed' => '', + 'throttle' => '', + 'password' => '', + 'remember' => '', + 'forgot' => '', + 'login' => '', + + 'register' => '', + 'reset' => '', + + 'name' => '', + 'username' => '', + 'confirm-password' => '', + + 'age' => '', + 'terms' => ''.route('site.terms').''.route('site.privacy').'', + + 'emailAddress' => '', + 'email' => '', + 'forgotEmail' => '', + + 'registerTitle' => '', + + 'sendReset' => '', + 'backLogin' => '', + + 'signInMastodon' => '', ];