feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,68 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Perfil',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-mail',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Nome',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Nova senha',
|
||||
'validation_attribute' => 'senha',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Confirmar nova senha',
|
||||
'validation_attribute' => 'confirmação de senha',
|
||||
],
|
||||
|
||||
'current_password' => [
|
||||
'label' => 'Senha atual',
|
||||
'below_content' => 'Por segurança, confirme sua senha para continuar.',
|
||||
'validation_attribute' => 'senha atual',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'save' => [
|
||||
'label' => 'Salvar alterações',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor_authentication' => [
|
||||
'label' => 'Autenticação de dois fatores (2FA)',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'email_change_verification_sent' => [
|
||||
'title' => 'Solicitação de alteração de e-mail enviada',
|
||||
'body' => 'Uma solicitação para alterar seu endereço de e-mail foi enviada para :email. Verifique seu e-mail para confirmar a alteração.',
|
||||
],
|
||||
|
||||
'saved' => [
|
||||
'title' => 'Salvo',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Cancelar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Vendored
+35
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Verifique seu e-mail',
|
||||
|
||||
'heading' => 'Verifique seu e-mail',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'resend_notification' => [
|
||||
'label' => 'Reenviar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'notification_not_received' => 'Não recebeu o e-mail que enviamos?',
|
||||
'notification_sent' => 'Enviamos um e-mail para :email contendo instruções sobre como verificar seu e-mail.',
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'notification_resent' => [
|
||||
'title' => 'Reenviamos o e-mail.',
|
||||
],
|
||||
|
||||
'notification_resend_throttled' => [
|
||||
'title' => 'Muitas tentativas de reenvio',
|
||||
'body' => 'Por favor tente novamente em :seconds segundos.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Login',
|
||||
|
||||
'heading' => 'Faça login',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'before' => 'ou',
|
||||
'label' => 'crie uma conta',
|
||||
],
|
||||
|
||||
'request_password_reset' => [
|
||||
'label' => 'Esqueceu sua senha?',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-mail',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Senha',
|
||||
],
|
||||
|
||||
'remember' => [
|
||||
'label' => 'Lembre de mim',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Login',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multi_factor' => [
|
||||
|
||||
'heading' => 'Verifique sua identidade',
|
||||
|
||||
'subheading' => 'Para continuar o login, você precisa verificar sua identidade.',
|
||||
|
||||
'form' => [
|
||||
|
||||
'provider' => [
|
||||
'label' => 'Como você gostaria de verificar?',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'authenticate' => [
|
||||
'label' => 'Confirmar login',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'failed' => 'Essas credenciais não correspondem aos nossos registros.',
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Muitas tentativas de login',
|
||||
'body' => 'Por favor tente novamente em :seconds segundos.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Redefina sua senha',
|
||||
|
||||
'heading' => 'Esqueceu sua senha?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'label' => 'voltar ao login',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-mail',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'request' => [
|
||||
'label' => 'Enviar email',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'sent' => [
|
||||
'body' => 'Se sua conta não existir, você não receberá o e-mail.',
|
||||
],
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Muitas solicitações',
|
||||
'body' => 'Por favor tente novamente em :seconds segundos.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Redefina sua senha',
|
||||
|
||||
'heading' => 'Redefina sua senha',
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-mail',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Senha',
|
||||
'validation_attribute' => 'senha',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Confirmar senha',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'reset' => [
|
||||
'label' => 'Redefinir senha',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Muitas tentativas de redefinição',
|
||||
'body' => 'Por favor tente novamente em :seconds segundos.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => 'Cadastrar',
|
||||
|
||||
'heading' => 'Inscrever-se',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'login' => [
|
||||
'before' => 'ou',
|
||||
'label' => 'faça login em sua conta',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'form' => [
|
||||
|
||||
'email' => [
|
||||
'label' => 'E-mail',
|
||||
],
|
||||
|
||||
'name' => [
|
||||
'label' => 'Nome',
|
||||
],
|
||||
|
||||
'password' => [
|
||||
'label' => 'Senha',
|
||||
'validation_attribute' => 'senha',
|
||||
],
|
||||
|
||||
'password_confirmation' => [
|
||||
'label' => 'Confirmar senha',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'register' => [
|
||||
'label' => 'Criar conta',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'throttled' => [
|
||||
'title' => 'Muitas tentativas de cadastro',
|
||||
'body' => 'Por favor, tente novamente em :seconds segundos.',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user