From a1d2f1a9e0560684dcb71f156b34b517c8faee79 Mon Sep 17 00:00:00 2001 From: Michael Ortner <135371107+michaelortnerit@users.noreply.github.com> Date: Tue, 27 May 2025 06:55:40 +0200 Subject: [PATCH] [FIX] Update common.ts - fixed typo and forogt some transaltions. --- application/src/translations/de/common.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/src/translations/de/common.ts b/application/src/translations/de/common.ts index d872cd2..0e69d07 100644 --- a/application/src/translations/de/common.ts +++ b/application/src/translations/de/common.ts @@ -11,8 +11,8 @@ export const commonTranslations: CommonTranslations = { goodMorning: "Guten Morgen", goodAfternoon: "Guten Nachmittag", goodEvening: "Guten Abend", - profile: "Profile", - settings: "Settings", + profile: "Profil", + settings: "Einstellungen", documentation: "Dokumentation", notifications: "Benachrichtigungen", close: "Schließen", @@ -23,7 +23,7 @@ export const commonTranslations: CommonTranslations = { status: "Status", time: "Zeit", title: "Titel", - description: "Bechreibung", + description: "Beschreibung", success: "Erfolg", error: "Fehler", };