From 08791d1799e1db08be4845f313370aafb4b4f2c1 Mon Sep 17 00:00:00 2001 From: Eskiso Date: Sat, 31 Oct 2020 01:18:56 +0000 Subject: [PATCH] Updated pt_PT translations --- app/Locale/pt_PT/translations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 97973a7f2..ffdb82112 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1421,7 +1421,7 @@ return array( '%d/%d group(s) shown' => '%d/%d grupo(s) mostrado(s)', 'Subtask creation or modification' => 'Alteração ou criação de sub-tarefa', 'Assign the task to a specific user when the task is moved to a specific swimlane' => 'Assignar a tarefa a um utilizador especificado quando a tarefa é movida para uma swimlane especificada', - // 'Comment' => '', - // 'Collapse vertically' => '', - // 'Expand vertically' => '', + 'Comment' => 'Comentário', + 'Collapse vertically' => 'Colapsar verticalmente', + 'Expand vertically' => 'Expandir verticalmente', );