-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'full_name' => 'Nome completo', | ||
'email' => 'Email', | ||
'password' => 'Palavra-passe', | ||
'retype_password' => 'Repita a palavra-passe', | ||
'remember_me' => 'Lembrar-me', | ||
'register' => 'Registar', | ||
'register_a_new_membership' => 'Registar um novo membro', | ||
'i_forgot_my_password' => 'Esqueci-me da palavra-passe', | ||
'i_already_have_a_membership' => 'Já sou membro', | ||
'sign_in' => 'Entrar', | ||
'log_out' => 'Sair', | ||
'toggle_navigation' => 'Alternar navegação', | ||
'login_message' => 'Entre para iniciar nova sessão', | ||
'register_message' => 'Registar um novo membro', | ||
'password_reset_message' => 'Recuperar palavra-passe', | ||
'reset_password' => 'Recuperar palavra-passe', | ||
'send_password_reset_link' => 'Enviar link de recuperação de palavra-passe', | ||
'verify_message' => 'A sua conta precisa ser verificada', | ||
'verify_email_sent' => 'Um novo link de verificação foi enviado para o seu email.', | ||
'verify_check_your_email' => 'Antes de continuar, por favor verifique o seu email com o link de confirmação.', | ||
'verify_if_not_recieved' => 'caso não tenha recebido o email', | ||
'verify_request_another' => 'clique aqui para solicitar um novo', | ||
'confirm_password_message' => 'Por favor, confirme a sua palavra-passe para continuar.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| IFrame Mode Language Lines | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The following language lines are used by the AdminLTE IFrame mode blade | ||
| layout. You are free to modify these language lines according to your | ||
| application's requirements. | ||
| | ||
*/ | ||
|
||
'btn_close' => 'Fechar', | ||
'btn_close_active' => 'Fechar Ativo', | ||
'btn_close_all' => 'Fechar Todos', | ||
'btn_close_all_other' => 'Fechar Outros', | ||
'tab_empty' => 'Nenhum separador selecionado!', | ||
'tab_home' => 'Página Inicial', | ||
'tab_loading' => 'A carregar separador', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'main_navigation' => 'Navegação Principal', | ||
'blog' => 'Blog', | ||
'pages' => 'Página', | ||
'account_settings' => 'Configurações da Conta', | ||
'profile' => 'Perfil', | ||
'change_password' => 'Mudar Palavra-passe', | ||
'multilevel' => 'Multinível', | ||
'level_one' => 'Nível 1', | ||
'level_two' => 'Nível 2', | ||
'level_three' => 'Nível 3', | ||
'labels' => 'Etiquetas', | ||
'Important' => 'Importante', | ||
'Warning' => 'Aviso', | ||
'Information' => 'Informação', | ||
]; |