-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpt.php
More file actions
20 lines (17 loc) · 742 Bytes
/
Copy pathpt.php
File metadata and controls
20 lines (17 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
declare(strict_types=1);
/**
* Portuguese translations.
*/
return [
'app_subtitle' => 'Portal de Gestão de Arquivos Seguro',
'login_title' => 'Entrar',
'login_subtitle' => 'Digite suas credenciais FTP para acessar seus arquivos',
'username_label' => 'Nome de usuário FTP',
'username_placeholder' => 'Digite seu nome de usuário FTP',
'password_label' => 'Senha FTP',
'password_placeholder' => 'Digite sua senha FTP',
'signin_button' => 'Entrar no FTP',
'security_notice' => 'Suas credenciais são criptografadas e seguras. Protegido por segurança de nível empresarial com proteção CSRF, limitação de taxa e validação de sessão.',
'footer_text' => 'Gestão Segura de Arquivos',
];