diff options
author | rafacamargo123 <rafacamargo123@gmail.com> | 2019-04-01 18:59:53 -0300 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2019-04-01 19:19:16 -0700 |
commit | 9f926c987894b12caffbef56a56d18873a25cefc (patch) | |
tree | 1d38becd4c6b00dd80e8f0650b5017fbe5314354 /app | |
parent | 94a0165a5c99c9e66d651bdfe1ac6bbc20920795 (diff) |
Update pt-BR translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 0d0b3b83..f2ecd64b 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1392,10 +1392,10 @@ return array( 'Destination swimlane' => 'Raia de destino', 'Assign a category when the task is moved to a specific swimlane' => 'Atribuir uma categoria quando a tarefa for movida para uma raia específica', 'Move the task to another swimlane when the category is changed' => 'Mover a tarefa para outra raia quando a categoria é alterada', - // 'Reorder this column by priority (ASC)' => '', - // 'Reorder this column by priority (DESC)' => '', - // 'Reorder this column by assignee and priority (ASC)' => '', - // 'Reorder this column by assignee and priority (DESC)' => '', - // 'Reorder this column by assignee (A-Z)' => '', - // 'Reorder this column by assignee (Z-A)' => '', + 'Reorder this column by priority (ASC)' => 'Reordenar esta coluna por prioridade (crescente)', + 'Reorder this column by priority (DESC)' => 'Reordenar esta coluna por prioridade (decrescente)', + 'Reorder this column by assignee and priority (ASC)' => 'Reordenar esta coluna por designado e prioridade (crescente)', + '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)', ); |