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": "资产活动" }