diff options
Diffstat (limited to 'app/Locales/pt_BR/translations.php')
-rw-r--r-- | app/Locales/pt_BR/translations.php | 9 |
1 files changed, 7 insertions, 2 deletions
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' => '', ); |