Update en.json

This commit is contained in:
Baobhan Sith
2025-04-26 00:26:12 +08:00
parent b2415771d6
commit cce5411a56
+3 -3
View File
@@ -464,7 +464,7 @@
"webhookMethod": "HTTP Method:", "webhookMethod": "HTTP Method:",
"webhookHeaders": "Custom Headers", "webhookHeaders": "Custom Headers",
"webhookBodyTemplate": "Body Template (Optional)", "webhookBodyTemplate": "Body Template (Optional)",
"webhookBodyPlaceholder": "Default: JSON payload. Use {{{{event}}}}, {{{{timestamp}}}}, {{{{details}}}}.", "webhookBodyPlaceholder": "Default: JSON payload. Use {{event}}, {{timestamp}}, {{details}}.",
"emailTo": "Recipient Email(s):", "emailTo": "Recipient Email(s):",
"emailToHelp": "Comma-separated list.", "emailToHelp": "Comma-separated list.",
"emailSubjectTemplate": "Subject Template (Optional)", "emailSubjectTemplate": "Subject Template (Optional)",
@@ -484,9 +484,9 @@
"telegramTokenHelp": "Store securely. Consider environment variables.", "telegramTokenHelp": "Store securely. Consider environment variables.",
"telegramChatId": "Chat ID:", "telegramChatId": "Chat ID:",
"telegramMessageTemplate": "Message Template (Optional)", "telegramMessageTemplate": "Message Template (Optional)",
"telegramMessagePlaceholder": "Default: Markdown format. Use {{{{event}}}}, {{{{timestamp}}}}, {{{{details}}}}.", "telegramMessagePlaceholder": "Default: Markdown format. Use {{event}}, {{timestamp}}, {{details}}.",
"enabledEvents": "Enabled Events:", "enabledEvents": "Enabled Events:",
"templateHelp": "Placeholders: {{{{event}}}}, {{{{timestamp}}}}, {{{{details}}}} (JSON string)", "templateHelp": "Placeholders: {{event}}, {{timestamp}}, {{details}} (JSON string)",
"invalidJson": "Invalid JSON" "invalidJson": "Invalid JSON"
}, },
"events": { "events": {