[FIX] Update common.ts - fixed typo and forogt some transaltions.

This commit is contained in:
Michael Ortner
2025-05-27 06:55:40 +02:00
committed by Tola Leng
parent 230f5562c7
commit a1d2f1a9e0
+3 -3
View File
@@ -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",
};