diff options
author | mfoucrier <michel@foucrier.fr> | 2015-02-09 18:54:46 +0100 |
---|---|---|
committer | mfoucrier <michel@foucrier.fr> | 2015-02-09 18:54:46 +0100 |
commit | da27da45db36908f415c4ebf251c30cdbba7aa03 (patch) | |
tree | 1a51df0959cb0a2ea81ac7b9ae9da0c015545935 /app/Locale/pt_BR | |
parent | 6f94ce6af3072543ee62d64016931ed424f800a7 (diff) |
Update translations.php
here is my small contribution to your beautiful software
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 0cd80f8f..6db1753b 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -408,13 +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"', - // 'New attachment' => '', - // 'New comment' => '', - // 'New subtask' => '', - // 'Subtask updated' => '', - // 'Task updated' => '', - // 'Task closed' => '', - // 'Task opened' => '', + 'New attachment' => 'Novo anexo', + 'New comment' => 'Novo comentário', + 'New subtask' => 'Nova subtarefa', + 'Subtask updated' => 'Subtarefa alterada', + 'Task updated' => 'Tarefa alterada', + 'Task closed' => 'Tarefa finalizada', + 'Task opened' => 'Tarefa aberta', '[%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:', @@ -498,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', - // 'Column Change' => '', - // 'Position Change' => '', - // 'Assignee Change' => '', + 'Column Change' => 'Mudança de coluna', + 'Position Change' => 'Mudança de posição', + 'Assignee Change' => 'Mudança de designado', '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', @@ -659,26 +659,26 @@ return array( 'All status' => 'Todos os status', 'Add a comment logging moving the task between columns' => 'Adicionar un comentário de log ao mover uma tarefa em outra coluna', 'Moved to column %s' => 'Mover para a coluna %s', - // 'Change description' => '', - // 'User dashboard' => '', - // 'Allow only one subtask in progress at the same time for a user' => '', - // 'Edit column "%s"' => '', - // 'Enable time tracking for subtasks' => '', - // 'Select the new status of the subtask: "%s"' => '', - // 'Subtask timesheet' => '', - // 'There is nothing to show.' => '', - // 'Time Tracking' => '', - // 'You already have one subtask in progress' => '', - // 'Which parts of the project do you want to duplicate?' => '', - // 'Change dashboard view' => '', - // 'Show/hide activities' => '', - // 'Show/hide projects' => '', - // 'Show/hide subtasks' => '', - // 'Show/hide tasks' => '', - // 'Disable login form' => '', - // 'Show/hide calendar' => '', - // 'User calendar' => '', - // 'Bitbucket commit received' => '', - // 'Bitbucket webhooks' => '', - // 'Help on Bitbucket webhooks' => '', + 'Change description' => 'Modificar a descrição', + 'User dashboard' => 'Painel de Controle do usuário', + 'Allow only one subtask in progress at the same time for a user' => 'Permitir apenas uma subtarefa em andamento ao mesmo tempo para um usuário', + 'Edit column "%s"' => 'Editar a coluna "%s"', + 'Enable time tracking for subtasks' => 'Ativar a gestão de tempo par a subtarefa', + 'Select the new status of the subtask: "%s"' => 'Selecionar um novo status para a subtarefa', + 'Subtask timesheet' => 'Gestão de tempo das subtarefas', + 'There is nothing to show.' => 'Não há nada para mostrar', + 'Time Tracking' => 'Gestão de tempo', + 'You already have one subtask in progress' => 'Você já tem um subtarefa em andamento', + 'Which parts of the project do you want to duplicate?' => 'Quais as partes do projeto você deseja duplicar?', + 'Change dashboard view' => 'Alterar a vista do Painel de Controle', + 'Show/hide activities' => 'Mostrar / ocultar as atividades', + 'Show/hide projects' => 'Mostrar / ocultar os projetos', + 'Show/hide subtasks' => 'Mostrar / ocultar as subtarefas', + 'Show/hide tasks' => 'Mostrar / ocultar as tarefas', + 'Disable login form' => 'Desativar o formulário de login', + 'Show/hide calendar' => 'Mostrar / ocultar calendário', + 'User calendar' => 'Calendário do usuário', + 'Bitbucket commit received' => '"Commit" recebido via Bitbucket', + 'Bitbucket webhooks' => 'Webhook Bitbucket', + 'Help on Bitbucket webhooks' => 'Ajuda sobre os webhooks Bitbucket', ); |