diff options
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 31e9f268..7954f9ae 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -408,15 +408,13 @@ return array( 'Comment updated' => 'Comentário atualizado', 'New comment posted by %s' => 'Novo comentário postado por %s', 'List of due tasks for the project "%s"' => 'Lista de tarefas pendentes para o projeto "%s"', - '[%s][New attachment] %s (#%d)' => '[%s][Novo anexo] %s (#%d)', - '[%s][New comment] %s (#%d)' => '[%s][Novo comentário] %s (#%d)', - '[%s][Comment updated] %s (#%d)' => '[%s][Comentário atualizado] %s (#%d)', - '[%s][New subtask] %s (#%d)' => '[%s][Nova subtarefa] %s (#%d)', - '[%s][Subtask updated] %s (#%d)' => '[%s][Subtarefa atualizada] %s (#%d)', - '[%s][New task] %s (#%d)' => '[%s][Nova tarefa] %s (#%d)', - '[%s][Task updated] %s (#%d)' => '[%s][Tarefa atualizada] %s (#%d)', - '[%s][Task closed] %s (#%d)' => '[%s][Tarefa finalizada] %s (#%d)', - '[%s][Task opened] %s (#%d)' => '[%s][Tarefa aberta] %s (#%d)', + // 'New attachment' => '', + // 'New comment' => '', + // 'New subtask' => '', + // 'Subtask updated' => '', + // 'Task updated' => '', + // 'Task closed' => '', + // 'Task opened' => '', '[%s][Due tasks]' => '[%s][Tarefas pendentes]', '[Kanboard] Notification' => '[Kanboard] Notificação', 'I want to receive notifications only for those projects:' => 'Quero receber notificações apenas destes projetos:', @@ -500,9 +498,9 @@ return array( 'Task assignee change' => 'Mudar designação da tarefa', '%s change the assignee of the task #%d to %s' => '%s mudou a designação da tarefa #%d para %s', '%s changed the assignee of the task %s to %s' => '%s mudou a designação da tarefa %s para %s', - '[%s][Column Change] %s (#%d)' => '[%s][Modificou Coluna] %s (#%d)', - '[%s][Position Change] %s (#%d)' => '[%s][Modificou Posição] %s (#%d)', - '[%s][Assignee Change] %s (#%d)' => '[%s][Modificou Designação] %s (#%d)', + // 'Column Change' => '', + // 'Position Change' => '', + // 'Assignee Change' => '', 'New password for the user "%s"' => 'Nova senha para o usuário "%s"', 'Choose an event' => 'Escolher um evento', 'Github commit received' => 'Github commit received', @@ -709,4 +707,5 @@ return array( // 'There is nothing to show.' => '', // 'Time Tracking' => '', // 'You already have one subtask in progress' => '', + // 'Which parts of the project do you want to duplicate?' => '', ); |