From 95edaa99b6e570279a77047a96f81cb24dd19853 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 2 May 2025 12:09:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E6=96=87=E6=9C=AC=EF=BC=8C=E5=B0=86=E2=80=9C=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E2=80=9D=E5=92=8C=E2=80=9C=E5=86=85=E5=AE=B9=E2=80=9D=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E4=B8=BA=E2=80=9C=E6=B8=A0=E9=81=93=E2=80=9D=E5=92=8C?= =?UTF-8?q?=E2=80=9C=E7=94=A8=E6=88=B7ID=E2=80=9D=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/zh-CN.ts | 4 ++-- src/locales/zh-TW.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 73d09e8d..f732e726 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -505,8 +505,8 @@ export default { sendMessage: { title: '发送消息', subtitle: '发送系统消息', - type: '类型', - content: '内容', + channel: '渠道', + userId: '用户ID', }, transferFile: { title: '传输文件', diff --git a/src/locales/zh-TW.ts b/src/locales/zh-TW.ts index 77fb9149..e5aec0c0 100644 --- a/src/locales/zh-TW.ts +++ b/src/locales/zh-TW.ts @@ -506,8 +506,8 @@ export default { sendMessage: { title: '發送消息', subtitle: '發送任務執行消息', - type: '類型', - content: '內容', + channel: '渠道', + userId: '用戶ID', }, transferFile: { title: '整理文件',