{ "title": "Settings", "subtitle": "Application preferences and configurations.", "sections": { "general": "General", "notifications": "Notifications", "apikeys": "API Keys", "theme": "Theme", "account": "Account", "voice": "Voice" }, "general": { "title": "General Settings", "platformName": "Platform Name", "platformNamePlaceholder": "iAgent Platform", "defaultTimezone": "Default Timezone", "defaultLanguage": "Default Language", "uiLanguage": "Interface Language", "uiLanguageHint": "Change the display language for this browser.", "autoApproveThreshold": "Auto-Approve Threshold (Risk Level 0-3)", "autoApproveHint": "Operations at or below this risk level will be auto-approved.", "saved": "Settings saved successfully." }, "notifications": { "title": "Notification Settings", "email": "Email Notifications", "sms": "SMS Notifications", "push": "Push Notifications", "escalationPolicy": "Default Escalation Policy", "saved": "Notification settings saved." }, "apikeys": { "title": "API Keys", "namePlaceholder": "Key name (e.g. CI/CD Pipeline)", "generate": "Generate New Key", "generatedWarning": "New API key generated. Copy it now -- it will not be shown again.", "copyToClipboard": "Copy to Clipboard", "dismiss": "Dismiss", "headerName": "Name", "headerKey": "Key", "headerCreated": "Created", "headerLastUsed": "Last Used", "headerActions": "Actions", "revoke": "Revoke", "noKeys": "No API keys. Generate one above." }, "theme": { "title": "Theme", "appearance": "Appearance", "light": "Light", "dark": "Dark", "primaryColor": "Primary Color", "customColor": "Custom color", "selected": "Selected: {{color}}", "saveTheme": "Save Theme", "saved": "Theme settings saved." }, "account": { "profileTitle": "Account Profile", "displayName": "Display Name", "email": "Email", "emailHint": "Email cannot be changed here.", "saveProfile": "Save Profile", "profileSaved": "Profile updated.", "changePassword": "Change Password", "currentPassword": "Current Password", "newPassword": "New Password", "confirmPassword": "Confirm New Password", "passwordChanged": "Password changed successfully.", "changing": "Changing..." }, "voice": { "title": "Voice Settings", "sttProvider": "Speech-to-Text Provider", "sttProviderHint": "Choose the speech recognition engine for voice sessions.", "providers": { "speechmatics": "Speechmatics (Default)", "openai": "OpenAI (gpt-4o-transcribe)" }, "saved": "Voice settings saved." }, "languages": { "en": "English", "zh": "中文", "ko": "한국어", "ja": "日本語", "de": "Deutsch", "fr": "Français" } }