diff options
author | Claudio Ferreira Filho <filhocf@gmail.com> | 2018-04-18 15:17:11 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-18 11:56:31 -0700 |
commit | 6216a3d3e48f9fd5b3bd0ce99300ea0ca704532a (patch) | |
tree | 27cf1f55c2ed629a9ca48fda8ed966eccca8b161 /app | |
parent | cdeaadfa7bc4f0b678e479d34f145b73fd1ad960 (diff) |
Update pt-BR translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 46b1990d..9158ee10 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1373,8 +1373,8 @@ return array( 'seconds' => 'segundos', 'Assign automatically a color when preset start date is reached' => 'Atribuir automaticamente uma cor quando a data de início for atingida', 'Move the task to another column once a predefined start date is reached' => 'Mover a tarefa para outra coluna quando a data de início for atingida', - // 'This task is now linked to the task %s with the relation "%s"' => '', - // 'The link with the relation "%s" to the task %s has been removed' => '', - // 'Custom Filter:' => '', - // 'Unable to find this group.' => '', + 'This task is now linked to the task %s with the relation "%s"' => 'Esta tarefa agora está vinculada à tarefa %s com a relação "%s"', + 'The link with the relation "%s" to the task %s has been removed' => 'O vínculo com a relação "%s" para a tarefa %s foi removido', + 'Custom Filter:' => 'Filtro personalizado:', + 'Unable to find this group.' => 'Incapaz de encontrar este grupo.', ); |