From aac2f93264cd2cd9f656b88bf3de8384f43c38c9 Mon Sep 17 00:00:00 2001 From: Eskiso Date: Sun, 26 Jun 2022 12:18:53 +0000 Subject: [PATCH] Updated PT translations. --- app/Locale/pt_PT/translations.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 70e6aa169..ca855b6dd 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1421,11 +1421,11 @@ return array( 'Comment' => 'Comentário', 'Collapse vertically' => 'Colapsar verticalmente', 'Expand vertically' => 'Expandir verticalmente', - // 'MXN - Mexican Peso' => '', - // 'Estimated vs actual time per column' => '', - // 'HUF - Hungarian Forint' => '', + 'MXN - Mexican Peso' => 'MXN - Peso Mexicano', + 'Estimated vs actual time per column' => 'Tempo estimado vs real por coluna', + 'HUF - Hungarian Forint' => 'HUF - Florim Húngaro', 'XBT - Bitcoin' => 'XBT - Bitcoin', - // 'You must select a file to upload as your avatar!' => '', - // 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => '', - // 'Automatically set the due date when the task is moved away from a specific column' => '', + 'You must select a file to upload as your avatar!' => 'Tem selecionar um ficheiro para carregar como seu avatar!', + 'The file you uploaded is not a valid image! (Only *.gif, *.jpg, *.jpeg and *.png are allowed!)' => 'O ficheiro que carregou não uma imagem válida! (Apenas *.gif, *.jpg, *.jpeg e *.png são permitidas!)', + 'Automatically set the due date when the task is moved away from a specific column' => 'Definir automaticamente a data de vencimento quando a tarefa for arrastada de uma coluna específica', );