diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index f9aa952cb..4fb91039f 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1292,5 +1292,6 @@ "ZoneHelpMessage": "The zone is the location where assets are located, which can be a data center, public cloud, or VPC. Gateways can be set up within the region. When the network cannot be directly accessed, users can utilize gateways to log in to the assets.", "ZoneList": "Zones", "ZoneUpdate": "Update the zone", - "TailLog": "Tail Log" + "TailLog": "Tail Log", + "NoLog": "No log" } diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index 3a95854a7..f4e7ecc5d 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1287,5 +1287,6 @@ "YourProfile": "个人信息", "InformationModification": "信息更改", "Phone": "手机", - "TailLog": "追踪日志" + "TailLog": "追踪日志", + "NoLog": "无日志" }