diff options
Diffstat (limited to 'locales/pt_BR/translations.php')
-rw-r--r-- | locales/pt_BR/translations.php | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/locales/pt_BR/translations.php b/locales/pt_BR/translations.php index c5890fa2..b8d80569 100644 --- a/locales/pt_BR/translations.php +++ b/locales/pt_BR/translations.php @@ -85,7 +85,7 @@ return array( 'Do you really want to remove this column: "%s"?' => 'Quer realmente remover esta coluna: "%s"?', 'This action will REMOVE ALL TASKS associated to this column!' => 'Esta ação vai REMOVER TODAS AS TAREFAS associadas a esta coluna!', 'settings' => 'preferências', - 'Application Settings' => 'Preferências da aplicação', + 'Application settings' => 'Preferências da aplicação', 'Language' => 'Idioma', 'Webhooks token:' => 'Token de webhooks:', 'More information' => 'Mais informação', @@ -94,7 +94,7 @@ return array( 'Optimize the database' => 'Otimizar o banco de dados', '(VACUUM command)' => '(Comando VACUUM)', '(Gzip compressed Sqlite file)' => '(Arquivo Sqlite comprimido com Gzip)', - 'User Settings' => 'Configurações do usuário', + 'User settings' => 'Configurações do usuário', 'My default project:' => 'Meu projeto default:', 'Close a task' => 'Encerrar uma tarefa', 'Do you really want to close this task: "%s"?' => 'Quer realmente encerrar esta tarefa: "%s"?', @@ -270,4 +270,14 @@ return array( // 'Wrong password' => '', // 'Reset all tokens' => '', // 'All tokens have been regenerated.' => '', + // 'Unknown' => '', + // 'Last logins' => '', + // 'Login date' => '', + // 'Authentication method' => '', + // 'IP address' => '', + // 'User agent' => '', + // 'Persistent connections' => '', + // 'No session' => '', + // 'Expiration date' => '', + // 'Remember Me' => '', ); |