From 92b20fe2ef80575aca4f4ee540644d97344edb7b Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 14 Aug 2025 17:24:36 +0800 Subject: [PATCH] perf: add lion i18n --- apps/i18n/lion/en.json | 5 +++-- apps/i18n/lion/zh.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/i18n/lion/en.json b/apps/i18n/lion/en.json index e1348a423..5c7264ee3 100644 --- a/apps/i18n/lion/en.json +++ b/apps/i18n/lion/en.json @@ -101,5 +101,6 @@ "VerifyCode": "Verify code", "VirtualKeyboard": "Virtual Keyboard", "WebSocketError": "WebSocket connect failed, please check network", - "Writable": "Writable" -} \ No newline at end of file + "Writable": "Writable", + "ShowRemoteClip": "Show Remote Clipboard" +} diff --git a/apps/i18n/lion/zh.json b/apps/i18n/lion/zh.json index 02b123dbe..10fef4f0d 100644 --- a/apps/i18n/lion/zh.json +++ b/apps/i18n/lion/zh.json @@ -101,5 +101,6 @@ "VerifyCode": "验证码", "VirtualKeyboard": "虚拟键盘", "WebSocketError": "WebSocket 连接失败,请检查网络", - "Writable": "读写" -} \ No newline at end of file + "Writable": "读写", + "ShowRemoteClip": "显示远程剪贴板" +}