From d11422957af021e880a4ee29a69a499cc2693403 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Tue, 22 Jul 2025 11:19:29 +0800 Subject: [PATCH] perf: Translate --- apps/i18n/lina/en.json | 4 +++- apps/i18n/lina/zh.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 0b555941d..23aa78c29 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1548,5 +1548,7 @@ "removeWarningMsg": "Are you sure you want to remove", "setVariable": "Set variable", "userId": "User ID", - "userName": "User name" + "userName": "User name", + "UserActivity": "User activity", + "AssetActivity": "Asset activity" } diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 7b44072fd..f89e3004b 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1553,5 +1553,7 @@ "removeWarningMsg": "你确定要移除", "setVariable": "设置参数", "userId": "用户ID", - "userName": "用户名" + "userName": "用户名", + "UserActivity": "用户活动", + "AssetActivity": "资产活动" }