Add files via upload

This commit is contained in:
Egor
2026-01-26 22:00:19 +03:00
committed by GitHub
parent 69c12ee5a0
commit 024ad7e2b5
4 changed files with 96 additions and 8 deletions

View File

@@ -501,7 +501,8 @@
"broadcasts": "Broadcasts",
"users": "Users",
"payments": "Payments",
"remnawave": "RemnaWave"
"remnawave": "RemnaWave",
"emailTemplates": "Email Templates"
},
"panel": {
"title": "Admin Panel",
@@ -517,7 +518,28 @@
"broadcastsDesc": "Mass messaging to users",
"usersDesc": "Manage bot users",
"paymentsDesc": "Payment verification",
"remnawaveDesc": "Panel management and statistics"
"remnawaveDesc": "Panel management and statistics",
"emailTemplatesDesc": "Manage email notification templates"
},
"emailTemplates": {
"title": "Email Templates",
"description": "Manage email notification templates",
"subject": "Subject",
"subjectPlaceholder": "Email subject line...",
"body": "Body (HTML)",
"bodyHint": "HTML content that will be wrapped in the base email template with header and footer.",
"preview": "Preview",
"sendTest": "Send Test",
"resetDefault": "Reset to Default",
"resetConfirm": "Reset this template to the default version?",
"unsavedWarning": "Unsaved changes will be lost. Continue?",
"custom": "Custom",
"default": "Default",
"saved": "Template saved",
"resetted": "Template reset to default",
"testSent": "Test email sent",
"variables": "Available Variables",
"clickToCopy": "Click to copy"
},
"payments": {
"title": "Payment Verification",