diff options
| author | Eskiso <eSkiSo@users.noreply.github.com> | 2016-12-05 13:59:38 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-05 13:59:38 +0000 | 
| commit | 27483edab717cc058cd8975490534b40fbe2c7d3 (patch) | |
| tree | d4370c469fbf4f3592d116c23ec5da16c85dadf6 | |
| parent | 6d2bd7383a8204a85429a88eb7ebe2a36a035455 (diff) | |
Updated Translation
| -rw-r--r-- | app/Locale/pt_PT/translations.php | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 47763d30..9206ce68 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1278,13 +1278,13 @@ return array(      'Moving a task is not permitted' => 'Não é permitido mover uma tarefa',      'This value must be in the range %d to %d' => 'Este valor deve estar entre %d e %d',      'You are not allowed to move this task.' => 'Não lhe é permitido mover esta tarefa.', -    // 'API User Access' => '', -    // 'Preview' => '', -    // 'Write' => '', -    // 'Write your text in Markdown' => '', -    // 'New External Task: %s' => '', -    // 'No personal API access token registered.' => '', -    // 'Your personal API access token is "%s"' => '', -    // 'Remove your token' => '', -    // 'Generate a new token' => '', +    'API User Access' => 'Acesso de Utilizador ao API', +    'Preview' => 'Pré-Visualizar', +    'Write' => 'Escrever', +    'Write your text in Markdown' => 'Escreva o seu texto em Markdown', +    'New External Task: %s' => 'Nova Tarefa Externa: %s', +    'No personal API access token registered.' => 'Nenhum token pessoal de acesso ao API ', +    'Your personal API access token is "%s"' => 'O seu token de acesso pessoal ao API ', +    'Remove your token' => 'Remover o seu token', +    'Generate a new token' => 'Gerar um novo token',  ); | 
