From eba26f6f79f2d34c04068ff47a11f63cc9fc7aa8 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Sat, 26 Apr 2025 00:45:44 +0800 Subject: [PATCH] Update zh.json --- packages/frontend/src/locales/zh.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/locales/zh.json b/packages/frontend/src/locales/zh.json index afb3af8..bd8fae0 100644 --- a/packages/frontend/src/locales/zh.json +++ b/packages/frontend/src/locales/zh.json @@ -464,7 +464,7 @@ "webhookMethod": "HTTP 方法:", "webhookHeaders": "自定义 Headers", "webhookBodyTemplate": "请求体模板 (可选)", - "webhookBodyPlaceholder": "默认: JSON 格式负载。可使用 {{event}}, {{timestamp}}, {{details}}。", + "webhookBodyPlaceholder": "默认: JSON 格式负载。可使用 event, timestamp, details 变量。", "emailTo": "收件人邮箱:", "emailToHelp": "多个邮箱用逗号分隔。", "emailSubjectTemplate": "邮件主题模板 (可选)", @@ -486,7 +486,7 @@ "telegramMessageTemplate": "消息模板 (可选)", "telegramMessagePlaceholder": "默认: Markdown 格式。可使用 {{event}}, {{timestamp}}, {{details}}。", "enabledEvents": "启用的事件:", - "templateHelp": "可用占位符: {{event}}, {{timestamp}}, {{details}} (JSON 字符串)", + "templateHelp": "可用占位符: event, timestamp, details (JSON 字符串)", "invalidJson": "无效的 JSON 格式" }, "events": {