76 lines
2.6 KiB
JSON
76 lines
2.6 KiB
JSON
{
|
|
"common": {
|
|
"appName": "HexaHost GameCloud",
|
|
"login": "Sign in",
|
|
"register": "Register",
|
|
"dashboard": "Dashboard",
|
|
"logout": "Sign out",
|
|
"theme": "Theme",
|
|
"themeLight": "Light",
|
|
"themeDark": "Dark",
|
|
"themeSystem": "System",
|
|
"language": "Language",
|
|
"loading": "Loading…",
|
|
"submit": "Submit",
|
|
"cancel": "Cancel",
|
|
"back": "Back",
|
|
"footer": "Self-hosted Minecraft server platform."
|
|
},
|
|
"landing": {
|
|
"badge": "Phase 0 · Control Plane",
|
|
"title": "Minecraft servers on demand",
|
|
"subtitle": "Create, configure, and operate Minecraft servers through a central web panel — multi-tenant, scalable, and production-ready.",
|
|
"ctaPrimary": "Get started",
|
|
"ctaSecondary": "Sign in",
|
|
"features": {
|
|
"control": {
|
|
"title": "Central control",
|
|
"description": "Server lifecycle, quotas, and scheduling through a unified control plane."
|
|
},
|
|
"nodes": {
|
|
"title": "Multi-node",
|
|
"description": "Horizontal scaling across dedicated game nodes with agent-based orchestration."
|
|
},
|
|
"security": {
|
|
"title": "Enterprise security",
|
|
"description": "mTLS, granular permissions, and auditable state transitions from day one."
|
|
}
|
|
}
|
|
},
|
|
"auth": {
|
|
"loginTitle": "Sign in",
|
|
"loginSubtitle": "Sign in with your account.",
|
|
"registerTitle": "Create account",
|
|
"registerSubtitle": "Register for the platform.",
|
|
"email": "Email",
|
|
"emailPlaceholder": "name@example.com",
|
|
"password": "Password",
|
|
"passwordPlaceholder": "••••••••",
|
|
"confirmPassword": "Confirm password",
|
|
"noAccount": "No account yet?",
|
|
"hasAccount": "Already registered?",
|
|
"apiPending": "Authentication will be connected in Phase 1. Form structure is ready."
|
|
},
|
|
"dashboard": {
|
|
"title": "Dashboard",
|
|
"welcome": "Welcome to your control area.",
|
|
"servers": "Servers",
|
|
"serversEmpty": "No servers yet",
|
|
"serversEmptyDescription": "Create your first Minecraft server once provisioning is available.",
|
|
"createServer": "Create server",
|
|
"status": "Status",
|
|
"resources": "Resources",
|
|
"activity": "Activity",
|
|
"activityEmpty": "No recent events",
|
|
"protectedNote": "Protected area — authentication will be enabled in Phase 1."
|
|
},
|
|
"validation": {
|
|
"emailRequired": "Email is required",
|
|
"emailInvalid": "Invalid email address",
|
|
"passwordRequired": "Password is required",
|
|
"passwordMin": "Password must be at least 8 characters",
|
|
"confirmPasswordRequired": "Password confirmation is required",
|
|
"passwordMismatch": "Passwords do not match"
|
|
}
|
|
}
|