From ac21d260eab4cb0491b06454f3ea0fd9750dc609 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 11 Jul 2025 11:40:08 +0800 Subject: [PATCH] perf: add lion i18n --- apps/i18n/lion/en.json | 6 +++++- apps/i18n/lion/zh.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/apps/i18n/lion/en.json b/apps/i18n/lion/en.json index 5836b2630..a44a42afb 100644 --- a/apps/i18n/lion/en.json +++ b/apps/i18n/lion/en.json @@ -91,5 +91,9 @@ "SessionShare": "Session Share", "Name": "Name", "PleaseInput": "Please input", - "Shared Drive": "Shared Drive" + "Shared Drive": "Shared Drive", + "FileDownloadDenied": "No permission to download file", + "FileAddUploadingList": "File added to upload list", + "FileUploadStart": "File upload started", + "FileUploadingWarning": "File is uploading, operation is not allowed" } \ No newline at end of file diff --git a/apps/i18n/lion/zh.json b/apps/i18n/lion/zh.json index 0e864c1e7..e4ce29074 100644 --- a/apps/i18n/lion/zh.json +++ b/apps/i18n/lion/zh.json @@ -91,5 +91,9 @@ "SessionShare": "会话分享", "Name": "名称", "PleaseInput": "请输入", - "Shared Drive": "共享盘" + "Shared Drive": "共享盘", + "FileDownloadDenied": "无权下载文件", + "FileAddUploadingList": "文件添加到上传列表", + "FileUploadStart": "文件上传开始", + "FileUploadingWarning": "文件正在上传中, 禁止操作" } \ No newline at end of file