From 96020fa6b4f0a0c5b39934b5ce26606556afdaa2 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 18 Aug 2025 11:33:34 +0800 Subject: [PATCH] perf: add lion i18n --- apps/i18n/lion/en.json | 6 ++++-- apps/i18n/lion/zh.json | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/i18n/lion/en.json b/apps/i18n/lion/en.json index 5c7264ee3..1c132a20d 100644 --- a/apps/i18n/lion/en.json +++ b/apps/i18n/lion/en.json @@ -89,7 +89,7 @@ "SessionShare": "Session Share", "Settings": "Settings", "Share": "Share", - "ShareUser": "ForUser", + "ShareUser": "Share User", "ShareUserHelpText": "If left blank, everyone could join the session.", "Shared Drive": "Shared Drive", "Shortcuts": "Shortcuts", @@ -102,5 +102,7 @@ "VirtualKeyboard": "Virtual Keyboard", "WebSocketError": "WebSocket connect failed, please check network", "Writable": "Writable", - "ShowRemoteClip": "Show Remote Clipboard" + "ShowRemoteClip": "Show Remote Clipboard", + "RemoveUser": "Remove User", + "Admin": "Admin" } diff --git a/apps/i18n/lion/zh.json b/apps/i18n/lion/zh.json index 10fef4f0d..b6e7ecebb 100644 --- a/apps/i18n/lion/zh.json +++ b/apps/i18n/lion/zh.json @@ -102,5 +102,7 @@ "VirtualKeyboard": "虚拟键盘", "WebSocketError": "WebSocket 连接失败,请检查网络", "Writable": "读写", - "ShowRemoteClip": "显示远程剪贴板" + "ShowRemoteClip": "显示远程剪贴板", + "RemoveUser": "移除用户", + "Admin": "管理者" }