summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael de Camargo <rafacamargo123@gmail.com>2019-07-10 10:16:05 -0300
committerFrédéric Guillot <fred@kanboard.net>2019-07-13 18:35:56 -0700
commit4fb6960c3f1064bea3de9cc016dacfa90ca591ac (patch)
tree8f8d82f75b84ccf1c2728befc62f0d27f06040ae
parent1a39c46620febdb22d8b0e4cadbbdeeefa00c3ac (diff)
Update pt_br translation
-rw-r--r--app/Locale/pt_BR/translations.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index abc0eb7a..beb3744b 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -1398,12 +1398,12 @@ return array(
'Reorder this column by assignee and priority (DESC)' => 'Reordenar esta coluna por designado e prioridade (decrescente)',
'Reorder this column by assignee (A-Z)' => 'Reordenar esta coluna por designado (A-Z)',
'Reorder this column by assignee (Z-A)' => 'Reordenar esta coluna por designado (Z-A)',
- // 'Reorder this column by due date (ASC)' => '',
- // 'Reorder this column by due date (DESC)' => '',
+ 'Reorder this column by due date (ASC)' => 'Reordenar esta coluna por data fim estimada (crescente)',
+ 'Reorder this column by due date (DESC)' => 'Reordenar esta coluna por data fim estimada (decrescente)',
'%s moved the task #%d "%s" to the project "%s"' => '%s moveu a tarefa #%d "%s" para o projeto "%s"',
'Task #%d "%s" has been moved to the project "%s"' => 'Tarefa #%d "%s" foi movida para o projeto "%s"',
- // 'Move the task to another column when the due date is less than a certain number of days' => '',
- // 'Automatically update the start date when task move away from certain column' => '',
- // 'HTTP Client:' => '',
- // 'XBT - bitcoin' => '',
+ 'Move the task to another column when the due date is less than a certain number of days' => 'Mover a tarefa para outra coluna quando a data fim estimada for menor que uma quantidade de dias',
+ 'Automatically update the start date when task move away from certain column' => 'Atualizar automaticamente a data de início quando a tarefa sair de determinada coluna',
+ 'HTTP Client:' => 'Cliente HTTP:',
+ 'XBT - bitcoin' => 'XBT - bitcoin',
);