Refactor the Translations language to seperate their own directory, for easy to maintenable and scalable language
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// Über das System
|
||||
import { AboutTranslations } from '../types/about';
|
||||
|
||||
export const aboutTranslations: AboutTranslations = {
|
||||
aboutCheckcle: "Über Checkcle",
|
||||
systemDescription: "Checkcle ist ein Open-Source-Überwachungs-Stack, der Echtzeit-Einblicke in Server- und Dienstzustände, Vorfallmanagement und operative Transparenz bietet. Veröffentlicht unter der MIT-Lizenz.",
|
||||
systemVersion: "Systemversion",
|
||||
license: "Lizenz",
|
||||
mitLicense: "MIT-Lizenz",
|
||||
links: "Links",
|
||||
viewOnGithub: "Auf GitHub ansehen",
|
||||
viewDocumentation: "Dokumentation ansehen",
|
||||
followOnX: "Auf X folgen",
|
||||
joinDiscord: "Discord beitreten",
|
||||
quickActions: "Quick Actions",
|
||||
quickActionsDescription: "Access common monitoring operations and features quickly. Select an action below to get started.",
|
||||
quickTips: "Quick Tips",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user