From d41c4f791e1d61a0c69cf95a6b5acbcb82bd2797 Mon Sep 17 00:00:00 2001 From: Laura Dolibois Date: Tue, 10 Jun 2025 18:13:39 +0200 Subject: [PATCH] Added translation --- 01-frontend/public/locales/de/translation.json | 3 ++- 01-frontend/public/locales/en/translation.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/01-frontend/public/locales/de/translation.json b/01-frontend/public/locales/de/translation.json index 19beb11..fcd36ed 100644 --- a/01-frontend/public/locales/de/translation.json +++ b/01-frontend/public/locales/de/translation.json @@ -90,5 +90,6 @@ "articleNumber": "Artikelnummer", "noRatingsYet": "Noch keine Bewertungen vorhanden.", "accounts": "Konten", - "statistics": "Statistiken" + "statistics": "Statistiken", + "thanksForRating": "Vielen Dank für die Bewertung!" } diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index a3b1cbb..ae59e40 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -90,5 +90,6 @@ "articleNumber": "Article number", "noRatingsYet": "No ratings yet", "accounts": "Accounts", - "statistics": "Statistics" + "statistics": "Statistics", + "thanksForRating": "Thank you for rating!" }