diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-01-19 17:46:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-19 17:46:48 -0500 |
commit | 9ef2b2a026143dc59e07fbe499f53786396bcc86 (patch) | |
tree | 2872b7301212e0a3d332de74d98dc33ced3f6df5 | |
parent | 7ae8445ccd7d051fa19e399160fbd3e230bb746b (diff) | |
parent | f0266eb688ff80422ba949562b1d29ec80fee41c (diff) |
Merge pull request #2963
Update pt_PT/translations.php
-rw-r--r-- | app/Locale/pt_PT/translations.php | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index b524bfd1..a7204092 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1271,21 +1271,21 @@ return array( 'Your personal API access token is "%s"' => 'O seu token de acesso pessoal ao API é "%s"', 'Remove your token' => 'Remover o seu token', 'Generate a new token' => 'Gerar um novo token', - // 'Showing %d-%d of %d' => '', - // 'Outgoing Emails' => '', - // 'Add or change currency rate' => '', - // 'Reference currency: %s' => '', - // 'Add custom filters' => '', - // 'Export' => '', - // 'Add link label' => '', - // 'Incompatible Plugins' => '', - // 'Compatibility' => '', - // 'Permissions and ownership' => '', - // 'Priorities' => '', - // 'Close this window' => '', - // 'Unable to upload this file.' => '', - // 'Import tasks' => '', - // 'Choose a project' => '', - // 'Profile' => '', - // 'Application role' => '', + 'Showing %d-%d of %d' => 'A mostrar %d-%d de %d', + 'Outgoing Emails' => 'Emails de saída', + 'Add or change currency rate' => 'Adicionar ou alterar taxa da moeda', + 'Reference currency: %s' => 'Moeda de referência: %s', + 'Add custom filters' => 'Adicionar filtros personalizados', + 'Export' => 'Exportar', + 'Add link label' => 'Adicionar etiqueta de associação', + 'Incompatible Plugins' => 'Plugins incompatíveis', + 'Compatibility' => 'Compatibilidade', + 'Permissions and ownership' => 'Permissões e propriedade', + 'Priorities' => 'Prioridades', + 'Close this window' => 'Feche esta janela', + 'Unable to upload this file.' => 'Não foi possível enviar este ficheiro.', + 'Import tasks' => 'Importar tarefas', + 'Choose a project' => 'Escolha um projeto', + 'Profile' => 'Perfil', + 'Application role' => 'Função na Aplicação', ); |