mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-04 03:25:37 +08:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"login": {
|
|
"title": "Welcome Back",
|
|
"description": "Sign in to your CloudCLI self-hosted account",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"submit": "Sign In",
|
|
"loading": "Signing in...",
|
|
"errors": {
|
|
"invalidCredentials": "Invalid username or password",
|
|
"requiredFields": "Please fill in all fields",
|
|
"networkError": "Network error. Please try again."
|
|
},
|
|
"placeholders": {
|
|
"username": "Enter your username",
|
|
"password": "Enter your password"
|
|
}
|
|
},
|
|
"register": {
|
|
"title": "Create Account",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"confirmPassword": "Confirm Password",
|
|
"submit": "Create Account",
|
|
"loading": "Creating account...",
|
|
"errors": {
|
|
"passwordMismatch": "Passwords do not match",
|
|
"usernameTaken": "Username is already taken",
|
|
"weakPassword": "Password is too weak"
|
|
}
|
|
},
|
|
"logout": {
|
|
"title": "Sign Out",
|
|
"confirm": "Are you sure you want to sign out?",
|
|
"button": "Sign Out"
|
|
}
|
|
}
|