From eb00c71297053d9ca2b1d2d0277ee9ada6fe5034 Mon Sep 17 00:00:00 2001 From: 1AhmedYasser <26207361+1AhmedYasser@users.noreply.github.com> Date: Thu, 26 Feb 2026 14:04:41 +0200 Subject: [PATCH] fix(639): Added comment translations --- GUI/src/i18n/en/common.json | 3 +++ GUI/src/i18n/et/common.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/GUI/src/i18n/en/common.json b/GUI/src/i18n/en/common.json index bc0f0c85..705d24b7 100644 --- a/GUI/src/i18n/en/common.json +++ b/GUI/src/i18n/en/common.json @@ -381,6 +381,8 @@ "feedback": "Feedback", "chosenCsa": "Chosen csa(s)", "chosenColumn": "Chosen column(s)", + "commentAuthor": "Commenter", + "commentAddedDate": "Comment added date", "statusAdder": "Status adder", "statusAddedDate": "Status added date" }, @@ -455,6 +457,7 @@ "requested-chat-forward-accepted": "Requested chat forward accepted {{date}}", "requested-chat-forward-rejected": "Requested chat forward rejected {{date}}", "message-read": "Read", + "read": "Read {{ date }}", "contact-information-skipped": "Contact Information Skipped", "unavailable-contact-information-fulfilled": "Contact information provided", "unavailable_organization": "Organization is unavailable", diff --git a/GUI/src/i18n/et/common.json b/GUI/src/i18n/et/common.json index 176fd92b..eadabda9 100644 --- a/GUI/src/i18n/et/common.json +++ b/GUI/src/i18n/et/common.json @@ -419,6 +419,8 @@ "chosenCsa": "Valitud nõustaja(d)", "chosenColumn": "Valitud tulba(d)", "feedback": "Tagasiside", + "commentAuthor": "Kommentaari lisaja", + "commentAddedDate": "Kommentaari lisamise kuupäev", "statusAdder": "Staatuse lisaja", "statusAddedDate": "Staatuse lisamise kuupäev" }, @@ -493,6 +495,7 @@ "requested-chat-forward-accepted": "Vestluse suunamine aktsepteeritud {{date}}", "requested-chat-forward-rejected": "Vestluse suunamine tagasi lükatud {{date}}", "message-read": "Loetud", + "read": "Loetud {{ date }}", "contact-information-skipped": "Kontaktandmeid ei saadetud", "unavailable-contact-information-fulfilled": "Kontaktandmed on antud", "unavailable_organization": "Asutus ei ole kättesaadav",