diff options
Diffstat (limited to 'app/Locale/pt_BR')
-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', ); |