Add files via upload

This commit is contained in:
Egor
2026-01-16 02:23:38 +03:00
committed by GitHub
parent a98b2b7ad6
commit f051828aa7
4 changed files with 68 additions and 4 deletions

View File

@@ -547,7 +547,23 @@
"userLabel": "User",
"adminLabel": "Admin",
"replyPlaceholder": "Type your reply...",
"sendReply": "Send Reply"
"sendReply": "Send Reply",
"settings": "Settings",
"supportMode": "Support mode",
"supportModeDesc": "Choose how users can contact support",
"modeBoth": "Tickets and contact",
"modeTickets": "Tickets only",
"modeContact": "Contact only",
"slaSettings": "SLA Settings",
"slaEnabled": "Enable SLA (response time monitoring)",
"slaEnabledDesc": "Automatic notifications for overdue tickets",
"slaMinutes": "Response time (minutes)",
"slaMinutesDesc": "Maximum time to respond to a ticket (1-1440 minutes)",
"checkInterval": "Check interval (seconds)",
"checkIntervalDesc": "How often to check for overdue tickets (30-600 seconds)",
"reminderCooldown": "Reminder interval (minutes)",
"reminderCooldownDesc": "Minimum time between reminders (1-120 minutes)",
"settingsUpdateError": "Error saving settings"
},
"tariffs": {
"title": "Tariff Management",