diff --git a/apps/i18n/lion/en.json b/apps/i18n/lion/en.json index 1385940f8..0968be369 100644 --- a/apps/i18n/lion/en.json +++ b/apps/i18n/lion/en.json @@ -97,5 +97,6 @@ "VerifyCode": "Verify code", "VirtualKeyboard": "Virtual Keyboard", "WebSocketError": "WebSocket connect failed, please check network", - "Writable": "Writable" + "Writable": "Writable", + "AutoPasteOnClick": "Click the input box to automatically paste from clipboard" } \ No newline at end of file diff --git a/apps/i18n/lion/zh.json b/apps/i18n/lion/zh.json index b8f8ab9d9..e4bdf8872 100644 --- a/apps/i18n/lion/zh.json +++ b/apps/i18n/lion/zh.json @@ -97,5 +97,6 @@ "VerifyCode": "验证码", "VirtualKeyboard": "虚拟键盘", "WebSocketError": "WebSocket 连接失败,请检查网络", - "Writable": "读写" + "Writable": "读写", + "AutoPasteOnClick": "点击输入框自动粘贴剪贴板内容" } \ No newline at end of file