diff options
author | Claudio Ferreira Filho <filhocf@gmail.com> | 2018-06-08 14:48:18 -0300 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-08 10:48:18 -0700 |
commit | 8b6cd866799ecd70f72f4b8ecea7d1bdd7d375ad (patch) | |
tree | 5d4b9d3dedebde83107fd5a310206e47a4689329 /app | |
parent | f140df008f568e2913c6f5fb99e314399be6d4b9 (diff) |
Update pt_BR translations
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 897b61ae..247fe16a 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1370,17 +1370,17 @@ return array( '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.', - // '%s moved the task #%d to the column "%s"' => '', - // '%s moved the task #%d to the position %d in the column "%s"' => '', - // '%s moved the task #%d to the swimlane "%s"' => '', - // '%sh spent' => '', - // '%sh estimated' => '', - // 'Select All' => '', - // 'Unselect All' => '', - // 'Apply action' => '', - // 'Move selected tasks to another column' => '', - // 'Edit tasks in bulk' => '', - // 'Choose the properties that you would like to change for the selected tasks.' => '', - // 'Configure this project' => '', - // 'Start now' => '', + '%s moved the task #%d to the column "%s"' => '%s moveu a tarefa #%d para a coluna "%s"', + '%s moved the task #%d to the position %d in the column "%s"' => '%s moveu a tarefa #%d para a posição %d na coluna "%s"', + '%s moved the task #%d to the swimlane "%s"' => '%s moveu a tarefa #%d para a raia "%s"', + '%sh spent' => '%sh gasto', + '%sh estimated' => '%sh estimado', + 'Select All' => 'Selecionar todos', + 'Unselect All' => 'Desmarcar todos', + 'Apply action' => 'Aplicar ação', + 'Move selected tasks to another column' => 'Mover tarefas selecionadas para outra coluna', + 'Edit tasks in bulk' => 'Editar tarefas em massa', + 'Choose the properties that you would like to change for the selected tasks.' => 'Escolher as propriedades que deseja mudar para as tarefas selecionadas.', + 'Configure this project' => 'Configurar este projeto', + 'Start now' => 'Iniciar agora', ); |