Refactor the Translations language to seperate their own directory, for easy to maintenable and scalable language
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
import { AboutTranslations } from '../types/about';
|
||||
|
||||
export const aboutTranslations: AboutTranslations = {
|
||||
aboutCheckcle: "About Checkcle",
|
||||
systemDescription: "Checkcle is an open-source monitoring stack offering real-time insights into server and service health, incident management, and operational transparency. Released as MIT License.",
|
||||
systemVersion: "System Version",
|
||||
license: "License",
|
||||
mitLicense: "MIT License",
|
||||
links: "Links",
|
||||
viewOnGithub: "View on GitHub",
|
||||
viewDocumentation: "View Documentation",
|
||||
followOnX: "Follow on X",
|
||||
joinDiscord: "Join Discord",
|
||||
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