From acba6839a6082e3e3800a733f8baea7c843fc02e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 11 Oct 2014 21:11:10 -0400 Subject: Add 3 new fields for tasks: start date, time estimated and time spent --- app/Locales/pt_BR/translations.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/Locales/pt_BR') diff --git a/app/Locales/pt_BR/translations.php b/app/Locales/pt_BR/translations.php index 2093af95..3f208361 100644 --- a/app/Locales/pt_BR/translations.php +++ b/app/Locales/pt_BR/translations.php @@ -349,9 +349,9 @@ return array( 'estimated' => 'estimada', 'Sub-Tasks' => 'Sub-tarefas', 'Add a sub-task' => 'Adicionar uma sub-tarefa', - 'Original Estimate' => 'Estimativa original', + 'Original estimate' => 'Estimativa original', 'Create another sub-task' => 'Criar uma outra sub-tarefa', - 'Time Spent' => 'Tempo gasto', + 'Time spent' => 'Tempo gasto', 'Edit a sub-task' => 'Editar uma sub-tarefa', 'Remove a sub-task' => 'Remover uma sub-tarefa', 'The time must be a numeric value' => 'O tempo deve ser um valor numérico', @@ -538,4 +538,9 @@ return array( // 'This project is private' => '', // 'Type here to create a new sub-task' => '', // 'Add' => '', + // 'Estimated time: %s hours' => '', + // 'Time spent: %s hours' => '', + // 'Started on %B %e, %Y' => '', + // 'Start date' => '', + // 'Time estimated' => '', ); -- cgit v1.2.3