Files
Canto/qwen3-tts-frontend/src/locales/en-US/settings.json

21 lines
791 B
JSON

{
"title": "Settings",
"description": "Manage your account settings and preferences",
"language": "Interface Language",
"languageDescription": "Select interface display language",
"theme": "Theme",
"themeLight": "Light",
"themeDark": "Dark",
"themeSystem": "System",
"accountInfo": "Account Information",
"accountInfoDescription": "Your account basic information",
"email": "Email",
"changePassword": "Change Password",
"passwordChangeSuccess": "Password changed successfully",
"passwordChangeFailed": "Password change failed",
"grokConfig": "Grok-4 Config (NSFW Mode)",
"grokConfigDescription": "Configure Grok API for NSFW script generation, applies to users with NSFW permission",
"grokApiKey": "Grok API Key",
"grokModel": "Model (default: grok-4)"
}