80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"title": "Settings",
|
|
"subtitle": "Application preferences and configurations.",
|
|
"sections": {
|
|
"general": "General",
|
|
"notifications": "Notifications",
|
|
"apikeys": "API Keys",
|
|
"theme": "Theme",
|
|
"account": "Account"
|
|
},
|
|
"general": {
|
|
"title": "General Settings",
|
|
"platformName": "Platform Name",
|
|
"platformNamePlaceholder": "IT0 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..."
|
|
},
|
|
"languages": {
|
|
"en": "English",
|
|
"zh": "中文",
|
|
"ko": "한국어",
|
|
"ja": "日本語",
|
|
"de": "Deutsch",
|
|
"fr": "Français"
|
|
}
|
|
}
|