summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-02-02 14:52:26 -0800
committerFrédéric Guillot <fred@kanboard.net>2018-02-02 14:52:26 -0800
commit5c4d06d26b808ea50d08f83ae02ac82373fd2208 (patch)
treefb66607674d2bafd9e61d7037159b0eaff9dd73e /app
parente7ea0b46e9d616d7e87845e1851c183eefdfe10f (diff)
Update Portuguese translations
Diffstat (limited to 'app')
-rw-r--r--app/Locale/pt_BR/translations.php4
-rw-r--r--app/Locale/pt_PT/translations.php4
2 files changed, 4 insertions, 4 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',
);
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index 71512329..fe5a8189 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/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',
);