[FIX] Update common.ts - fixed typo and forogt some transaltions.
This commit is contained in:
committed by
Tola Leng
parent
230f5562c7
commit
a1d2f1a9e0
@@ -11,8 +11,8 @@ export const commonTranslations: CommonTranslations = {
|
|||||||
goodMorning: "Guten Morgen",
|
goodMorning: "Guten Morgen",
|
||||||
goodAfternoon: "Guten Nachmittag",
|
goodAfternoon: "Guten Nachmittag",
|
||||||
goodEvening: "Guten Abend",
|
goodEvening: "Guten Abend",
|
||||||
profile: "Profile",
|
profile: "Profil",
|
||||||
settings: "Settings",
|
settings: "Einstellungen",
|
||||||
documentation: "Dokumentation",
|
documentation: "Dokumentation",
|
||||||
notifications: "Benachrichtigungen",
|
notifications: "Benachrichtigungen",
|
||||||
close: "Schließen",
|
close: "Schließen",
|
||||||
@@ -23,7 +23,7 @@ export const commonTranslations: CommonTranslations = {
|
|||||||
status: "Status",
|
status: "Status",
|
||||||
time: "Zeit",
|
time: "Zeit",
|
||||||
title: "Titel",
|
title: "Titel",
|
||||||
description: "Bechreibung",
|
description: "Beschreibung",
|
||||||
success: "Erfolg",
|
success: "Erfolg",
|
||||||
error: "Fehler",
|
error: "Fehler",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user