doc: add i18n to log page

This commit is contained in:
qixinbo
2026-03-22 19:43:39 +08:00
parent cb50398ceb
commit ec585ae730
3 changed files with 70 additions and 17 deletions
+15 -1
View File
@@ -219,5 +219,19 @@
"dashboards": "Dashboards",
"new": "New",
"pinChartToDashboard": "Pin chart to dashboard",
"selectDashboardToPin": "Select a dashboard to pin this chart to."
"selectDashboardToPin": "Select a dashboard to pin this chart to.",
"welcomeBack": "Welcome Back",
"createAccount": "Create Account",
"username": "Username",
"enterUsername": "Enter your username",
"email": "Email",
"enterEmail": "Enter your email",
"password": "Password",
"enterPassword": "Enter your password",
"signIn": "Sign In",
"signUp": "Sign Up",
"dontHaveAccount": "Don't have an account?",
"alreadyHaveAccount": "Already have an account?",
"registrationSuccess": "Registration successful! Please login.",
"errorOccurred": "An error occurred"
}