From 3e0260431737880c38e93b2fb25f9a596da78ba4 Mon Sep 17 00:00:00 2001 From: "Frederick [Bot]" Date: Mon, 12 May 2025 00:57:57 +0000 Subject: [PATCH] chore(i18n): update translations via Crowdin --- frontend/src/i18n/lang/pt-PT.json | 1 + pkg/i18n/lang/pt-PT.json | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/frontend/src/i18n/lang/pt-PT.json b/frontend/src/i18n/lang/pt-PT.json index 147187f3d..d0a8c4658 100644 --- a/frontend/src/i18n/lang/pt-PT.json +++ b/frontend/src/i18n/lang/pt-PT.json @@ -226,6 +226,7 @@ "unfavorite": "Remover este projeto dos favoritos", "openSettingsMenu": "Abrir o menu de definições do projeto", "description": "Descrição do projeto", + "favoriteDescription": "Este projeto tem todas as tarefas marcadas como favoritas.", "create": { "header": "Novo projeto", "titlePlaceholder": "O título do projeto será aqui…", diff --git a/pkg/i18n/lang/pt-PT.json b/pkg/i18n/lang/pt-PT.json index 3b5c69409..15cd4e05a 100644 --- a/pkg/i18n/lang/pt-PT.json +++ b/pkg/i18n/lang/pt-PT.json @@ -76,8 +76,15 @@ "mentioned_message": "**%[1]s** mencionou-te num comentário:" }, "assigned": { + "subject_to_assignee": "Foste atribuído a \"%[1]s\" (%[2]s)", + "message_to_assignee": "%[1]s atribuiu-te a \"%[2]s\".", + "subject_to_others": "\"%[1]s\" (%[2]s) foi atribuído a %[3]s", "message_to_others": "%[1]s atribuiu esta tarefa a %[2]s." }, + "deleted": { + "subject": "\"%[1]s\" (%[2]s) foi eliminada", + "message": "%[1]s eliminou a tarefa \"%[2]s\" (%[3]s)" + }, "mentioned": { "subject_new": "%[1]s mencionou-te numa nova tarefa \"%[2]s\"", "subject": "%[1]s mencionou-te numa tarefa \"%[2]s\"", @@ -97,6 +104,7 @@ }, "team": { "member_added": { + "subject": "%[1]s adicionou-te à equipa \"%[2]s\" no Vikunja", "message": "%[1]s acabou de te adicionar à equipa %[2]s no Vikunja." } },