diff options
author | Eskiso <eSkiSo@users.noreply.github.com> | 2015-10-08 21:51:23 +0100 |
---|---|---|
committer | Eskiso <eSkiSo@users.noreply.github.com> | 2015-10-08 21:51:23 +0100 |
commit | 546e6fe7428b5bdd045ae57c4c5a6b729508a4e8 (patch) | |
tree | 59464b810f6aaf33000dda4fc12ae6fefc2db58d /app | |
parent | d3e17cec23cb2480eb33ff11beb65ceb0998f968 (diff) |
Updated translation
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index d9db4260..ac8961ab 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1012,48 +1012,48 @@ return array( 'Table of contents' => 'Tabela de conteúdos', 'Gantt' => 'Gantt', 'Help with project permissions' => 'Ajuda com permissões de projecto', - // 'Author' => '', - // 'Version' => '', - // 'Plugins' => '', - // 'There is no plugin loaded.' => '', - // 'Set maximum column height' => '', - // 'Remove maximum column height' => '', - // 'My notifications' => '', - // 'Custom filters' => '', - // 'Your custom filter have been created successfully.' => '', - // 'Unable to create your custom filter.' => '', - // 'Custom filter removed successfully.' => '', - // 'Unable to remove this custom filter.' => '', - // 'Edit custom filter' => '', - // 'Your custom filter have been updated successfully.' => '', - // 'Unable to update custom filter.' => '', - // 'Web' => '', - // 'New attachment on task #%d: %s' => '', - // 'New comment on task #%d' => '', - // 'Comment updated on task #%d' => '', - // 'New subtask on task #%d' => '', - // 'Subtask updated on task #%d' => '', - // 'New task #%d: %s' => '', - // 'Task updated #%d' => '', - // 'Task #%d closed' => '', - // 'Task #%d opened' => '', - // 'Column changed for task #%d' => '', - // 'New position for task #%d' => '', - // 'Swimlane changed for task #%d' => '', - // 'Assignee changed on task #%d' => '', - // '%d overdue tasks' => '', - // 'Task #%d is overdue' => '', - // 'No new notifications.' => '', - // 'Mark all as read' => '', - // 'Mark as read' => '', - // 'Total number of tasks in this column across all swimlanes' => '', - // 'Collapse swimlane' => '', - // 'Expand swimlane' => '', - // 'Add a new filter' => '', - // 'Share with all project members' => '', - // 'Shared' => '', - // 'Owner' => '', - // 'Unread notifications' => '', - // 'My filters' => '', - // 'Notification methods:' => '', + 'Author' => 'Autor', + 'Version' => 'Versão', + 'Plugins' => 'Extras', + 'There is no plugin loaded.' => 'Não existem extras carregados', + 'Set maximum column height' => 'Definir altura máxima da coluna', + 'Remove maximum column height' => 'Remover altura máxima da coluna', + 'My notifications' => 'As minhas notificações', + 'Custom filters' => 'Filtros personalizados', + 'Your custom filter have been created successfully.' => 'O seu filtro personalizado foi criado com sucesso.', + 'Unable to create your custom filter.' => 'Não foi possivel criar o seu filtro personalizado.', + 'Custom filter removed successfully.' => 'Filtro personalizado removido com sucesso.', + 'Unable to remove this custom filter.' => 'Não foi possivel remover este filtro personalizado.', + 'Edit custom filter' => 'Editar filtro personalizado', + 'Your custom filter have been updated successfully.' => 'O seu filtro personalizado foi actualizado com sucesso.', + 'Unable to update custom filter.' => 'Não foi possivel actualizar o filtro personalizado.', + 'Web' => 'Web', + 'New attachment on task #%d: %s' => 'Novo anexo na tarefa #%d: %s', + 'New comment on task #%d' => 'Novo comentário na tarefa #%d', + 'Comment updated on task #%d' => 'Comentário actualizado na tarefa #%d', + 'New subtask on task #%d' => 'Nova sub-tarefa na tarefa #%d', + 'Subtask updated on task #%d' => 'Sub-tarefa actualizada na tarefa #%d', + 'New task #%d: %s' => 'Nova tarefa #%d: %s', + 'Task updated #%d' => 'Tarefa actualizada #%d', + 'Task #%d closed' => 'Tarefa #%d fechada', + 'Task #%d opened' => 'Tarefa #%d aberta', + 'Column changed for task #%d' => 'Coluna alterada para tarefa #%d', + 'New position for task #%d' => 'Nova posição para tarefa #%d', + 'Swimlane changed for task #%d' => 'Swimlane alterado na tarefa #%d', + 'Assignee changed on task #%d' => 'Assignado alterado na tarefa #%d', + '%d overdue tasks' => '%d tarefas em atraso', + 'Task #%d is overdue' => 'Tarefa #%d está em atraso', + 'No new notifications.' => 'Sem novas notificações.', + 'Mark all as read' => 'Marcar tudo como lido', + 'Mark as read' => 'Marcar como lido', + 'Total number of tasks in this column across all swimlanes' => 'Número total de tarefas nesta coluna em todas as swimlanes', + 'Collapse swimlane' => 'Colapsar swimlane', + 'Expand swimlane' => 'Expandir swimlane', + 'Add a new filter' => 'Adicionar um novo filtro', + 'Share with all project members' => 'Partilhar com todos os membros do projecto', + 'Shared' => 'Partilhado', + 'Owner' => 'Dono', + 'Unread notifications' => 'Notificações por ler', + 'My filters' => 'Os meus filtros', + 'Notification methods:' => 'Metodos de notificação:', ); |