diff options
author | Eskiso <eSkiSo@users.noreply.github.com> | 2016-11-16 22:21:45 +0000 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2016-11-16 17:21:45 -0500 |
commit | ba900817b6636c2eb2778c7b7b4314125c30b562 (patch) | |
tree | 4cab89891def0c5026352564262c2c538c77c3c7 /app | |
parent | ccef6bce9ff2b7d8f755129a6a280a621e5a08b3 (diff) |
Updated translation for pt_PT (#2824)
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/pt_PT/translations.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 94e1b731..3b8975d9 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1275,7 +1275,7 @@ return array( 'Do you really want to remove this project restriction: "%s"?' => 'Tem a certeza que quer remover a restrição de projeto: "%s"?', 'Duplicate to multiple projects' => 'Duplicar para vários projetos', 'This field is required' => 'Este campo é obrigatório', - // 'Moving a task is not permitted' => '', - // 'This value must be in the range %d to %d' => '', - // 'You are not allowed to move this task.' => '', + 'Moving a task is not permitted' => 'Não é permitido mover uma tarefa', + 'This value must be in the range %d to %d' => 'Este valor deve estar entre %d e %d', + 'You are not allowed to move this task.' => 'Não lhe é permitido mover esta tarefa.', ); |