113 lines
3.0 KiB
JSON
113 lines
3.0 KiB
JSON
{
|
|
"title": "Communication Settings",
|
|
"tabs": {
|
|
"channels": "Channels",
|
|
"contacts": "Contacts",
|
|
"escalationPolicies": "Escalation Policies"
|
|
},
|
|
"channels": {
|
|
"title": "Notification Channels",
|
|
"subtitle": "Configure how notifications are delivered.",
|
|
"types": {
|
|
"push": "Push Notification",
|
|
"sms": "SMS",
|
|
"voice": "Voice Call",
|
|
"email": "Email",
|
|
"telegram": "Telegram",
|
|
"wechatWork": "WeChat Work",
|
|
"voiceService": "Voice Service"
|
|
},
|
|
"configured": "Configured",
|
|
"notConfigured": "Not Configured",
|
|
"showConfig": "Show Config",
|
|
"hideConfig": "Hide Config",
|
|
"saveConfiguration": "Save Configuration",
|
|
"saving": "Saving...",
|
|
"saveSuccess": "Channel configuration saved.",
|
|
"fields": {
|
|
"apiKey": "API Key",
|
|
"apiSecret": "API Secret",
|
|
"fromNumber": "From Number",
|
|
"webhookUrl": "Webhook URL",
|
|
"botToken": "Bot Token",
|
|
"chatId": "Chat ID",
|
|
"corpId": "Corp ID",
|
|
"agentId": "Agent ID",
|
|
"secret": "Secret",
|
|
"smtpHost": "SMTP Host",
|
|
"smtpPort": "SMTP Port",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"fromAddress": "From Address",
|
|
"endpoint": "Endpoint",
|
|
"enabled": "Enabled",
|
|
"provider": "Provider",
|
|
"appId": "App ID"
|
|
}
|
|
},
|
|
"contacts": {
|
|
"title": "Contacts",
|
|
"subtitle": "Manage notification recipients.",
|
|
"count": "{{count}} contact(s)",
|
|
"addContact": "Add Contact",
|
|
"editContact": "Edit Contact",
|
|
"deleteContact": "Delete Contact",
|
|
"empty": "No contacts configured.",
|
|
"form": {
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"phone": "Phone",
|
|
"role": "Role",
|
|
"channels": "Preferred Channels"
|
|
},
|
|
"table": {
|
|
"name": "Name",
|
|
"email": "Email",
|
|
"phone": "Phone",
|
|
"role": "Role",
|
|
"channels": "Channels",
|
|
"actions": "Actions"
|
|
}
|
|
},
|
|
"escalationPolicies": {
|
|
"title": "Escalation Policies",
|
|
"subtitle": "Define how alerts escalate when not acknowledged.",
|
|
"count": "{{count}} policy(ies)",
|
|
"addPolicy": "Add Policy",
|
|
"editPolicy": "Edit Policy",
|
|
"deletePolicy": "Delete Policy",
|
|
"default": "Default",
|
|
"empty": "No escalation policies configured.",
|
|
"editSteps": "Edit Steps",
|
|
"collapseSteps": "Collapse",
|
|
"form": {
|
|
"name": "Name",
|
|
"description": "Description",
|
|
"severity": "Severity Trigger",
|
|
"steps": "Escalation Steps",
|
|
"setAsDefault": "Set as default policy"
|
|
},
|
|
"step": {
|
|
"title": "Step {{number}}",
|
|
"delay": "Delay",
|
|
"delayMinutes": "minutes",
|
|
"channels": "Channels",
|
|
"contacts": "Contacts",
|
|
"addStep": "Add Step",
|
|
"removeStep": "Remove Step"
|
|
},
|
|
"severityOptions": {
|
|
"info": "Info",
|
|
"warning": "Warning",
|
|
"critical": "Critical",
|
|
"fatal": "Fatal"
|
|
},
|
|
"table": {
|
|
"name": "Name",
|
|
"severity": "Severity",
|
|
"steps": "Steps",
|
|
"actions": "Actions"
|
|
}
|
|
}
|
|
}
|