Commit iniziale
This commit is contained in:
28
lang/vendor/adminlte/pt-pt/adminlte.php
vendored
Normal file
28
lang/vendor/adminlte/pt-pt/adminlte.php
vendored
Normal file
@@ -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.',
|
||||
];
|
||||
24
lang/vendor/adminlte/pt-pt/iframe.php
vendored
Normal file
24
lang/vendor/adminlte/pt-pt/iframe.php
vendored
Normal file
@@ -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',
|
||||
|
||||
];
|
||||
19
lang/vendor/adminlte/pt-pt/menu.php
vendored
Normal file
19
lang/vendor/adminlte/pt-pt/menu.php
vendored
Normal file
@@ -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',
|
||||
];
|
||||
Reference in New Issue
Block a user