From 9a5a7756521fc794f689c952767b45309539fdd9 Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Wed, 19 Feb 2025 19:12:15 +0800 Subject: [PATCH] feat: add luna i18n --- apps/i18n/luna/en.json | 3 ++- apps/i18n/luna/zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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