diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-02-02 14:52:26 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-02-02 14:52:26 -0800 |
commit | 5c4d06d26b808ea50d08f83ae02ac82373fd2208 (patch) | |
tree | fb66607674d2bafd9e61d7037159b0eaff9dd73e /app/Locale/pt_BR | |
parent | e7ea0b46e9d616d7e87845e1851c183eefdfe10f (diff) |
Update Portuguese translations
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 2b1fb6eb..f6a7b92f 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1373,6 +1373,6 @@ return array( 'days' => 'dias', 'minutes' => 'minutos', 'seconds' => 'segundos', - // 'Assign automatically a color when preset start date is reached' => '', - // 'Move the task to another column once a predefined start date is reached' => '', + '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', ); |