diff options
Diffstat (limited to 'app/Locale')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 63b31fba..de2c330b 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1318,17 +1318,17 @@ return array( 'User disabled' => 'Utilizador desactivado', '%d notifications' => '%d notificações', '%d notification' => '%d notificação', - // 'There is no external integration installed.' => '', - // 'You are not allowed to update tasks assigned to someone else.' => '', - // 'You are not allowed to change the assignee.' => '', - // 'Task suppression is not permitted' => '', - // 'Changing assignee is not permitted' => '', - // 'Update only assigned tasks is permitted' => '', - // 'Only for tasks assigned to the current user' => '', - // 'My projects' => '', - // 'Your are not member of any project.' => '', - // 'My subtasks' => '', - // '%d subtasks' => '', - // '%d subtask' => '', - // 'Only moving task between those columns is permitted for tasks assigned to the current user' => '', + 'There is no external integration installed.' => 'Não há integração externa instalada.', + 'You are not allowed to update tasks assigned to someone else.' => 'Não tem permissão para atualizar tarefas atribuídas a outra pessoa.', + 'You are not allowed to change the assignee.' => 'Não tem permissão para alterar a atribuição', + 'Task suppression is not permitted' => 'A supressão de tarefas não é permitida', + 'Changing assignee is not permitted' => 'Não é permitido alterar a atribuição', + 'Update only assigned tasks is permitted' => 'Apenas é permitido atualizar as tarefas atribuídas', + 'Only for tasks assigned to the current user' => 'Apenas para tarefas atribuídas ao utilizador atual', + 'My projects' => 'Meus projetos', + 'Your are not member of any project.' => 'Não é membro de nenhum projeto.', + 'My subtasks' => 'Minhas subtarefas', + '%d subtasks' => '%d subtarefas', + '%d subtask' => '%d subtarefa', + 'Only moving task between those columns is permitted for tasks assigned to the current user' => 'Apenas é permitido mover a tarefa entre essas colunas para tarefas atribuídas ao utilizador atual', ); |