diff --git a/apps/i18n/luna/en.json b/apps/i18n/luna/en.json index 82ea3a633..d87523922 100644 --- a/apps/i18n/luna/en.json +++ b/apps/i18n/luna/en.json @@ -232,5 +232,6 @@ "start time": "start time", "success": "success", "system user": "system user", - "user": "user" + "user": "user", + "SessionIsBeingMonitored": "session is being monitored" } \ No newline at end of file diff --git a/apps/i18n/luna/zh.json b/apps/i18n/luna/zh.json index b998a9bf1..d11528483 100644 --- a/apps/i18n/luna/zh.json +++ b/apps/i18n/luna/zh.json @@ -230,5 +230,6 @@ "start time": "开始时间", "success": "成功", "system user": "系统用户", - "user": "用户" + "user": "用户", + "SessionIsBeingMonitored": "会话正在被监控" } \ No newline at end of file