diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-01-30 11:01:01 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-01-30 11:01:01 -0800 |
commit | e155163265ff0781153922b3cf685db3eed99834 (patch) | |
tree | 40279c6b7580ffa2e619060c641bd6873d0dac92 /app | |
parent | a4231323ea1ac696a8aabe0399ac9f1a89c21ece (diff) |
Update pt_BR translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index ad417cce..77742353 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1370,7 +1370,7 @@ return array( 'Stop the timer of all subtasks when moving a task to another column' => 'Parar o temporizador de todas as subtarefas quando mover a tarefa para outra coluna', 'Subtask Title' => 'Título da subtarefa', 'Add a subtask and activate the timer when moving a task to another column' => 'Adicionar uma subtarefa e ativar o temporizador quando mover a tarefa para outra coluna', - // 'days' => '', - // 'minutes' => '', - // 'seconds' => '', + 'days' => 'dias', + 'minutes' => 'minutos', + 'seconds' => 'segundos', ); |