diff options
author | António Pereira <toni_to_1993@hotmail.com> | 2017-04-30 13:32:26 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-04-30 12:58:46 -0400 |
commit | baf3b31cf50f779fc52223c431abd83ce4cb969f (patch) | |
tree | 326f72ebe1d7a636c00fecf73497c378d9712c11 /app/Locale/pt_PT | |
parent | 5fdd896d7fd8c6bfe2de4a8418b070e44e2096e3 (diff) |
Update pt_PT/translations.php
Diffstat (limited to 'app/Locale/pt_PT')
-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', ); |