From d8419c3f97171b60046ad234fadcfbd9c16c5c63 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Wed, 20 Aug 2025 14:31:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=93=8D=E4=BD=9C=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E5=92=8C=E8=BD=AF=E4=BB=B6=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/locales/langs/en-US/project.json | 4 ++-- apps/web-antd/src/locales/langs/zh-CN/project.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/locales/langs/en-US/project.json b/apps/web-antd/src/locales/langs/en-US/project.json index 15fc651..debb9d3 100644 --- a/apps/web-antd/src/locales/langs/en-US/project.json +++ b/apps/web-antd/src/locales/langs/en-US/project.json @@ -23,6 +23,6 @@ "progress": "Comment", "updateTime": "Last Modified Time", "commentNum": "Comment Count", - "softwareVersion": "Software Version Info", - "operatingSystem": "Operating System" + "softwareVersion": "Operating System Platform", + "operatingSystem": "Software Version" } diff --git a/apps/web-antd/src/locales/langs/zh-CN/project.json b/apps/web-antd/src/locales/langs/zh-CN/project.json index 12f44dd..f58cff6 100644 --- a/apps/web-antd/src/locales/langs/zh-CN/project.json +++ b/apps/web-antd/src/locales/langs/zh-CN/project.json @@ -23,6 +23,6 @@ "progress": "评论", "updateTime": "最后修改时间", "commentNum": "评论数", - "softwareVersion": "软件版本信息", - "operatingSystem": "操作系统" + "softwareVersion": "操作系统平台", + "operatingSystem": "软件版本" }