diff --git a/apps/i18n/lion/en.json b/apps/i18n/lion/en.json index 1c132a20d..41eb2b254 100644 --- a/apps/i18n/lion/en.json +++ b/apps/i18n/lion/en.json @@ -11,7 +11,7 @@ "Connecting": "Connecting", "CopyLink": "Copy link address and code", "CopyShareURLSuccess": "Copy share URL success", - "CreateLink": "Create share link", + "CreateLink": "Create link", "CreateSuccess": "Success", "Display": "Display", "Enable": "Enable", @@ -104,5 +104,8 @@ "Writable": "Writable", "ShowRemoteClip": "Show Remote Clipboard", "RemoveUser": "Remove User", - "Admin": "Admin" + "Admin": "Admin", + "ShareLink": "Share Link", + "Back": "Back" + } diff --git a/apps/i18n/lion/zh.json b/apps/i18n/lion/zh.json index b6e7ecebb..c32193c10 100644 --- a/apps/i18n/lion/zh.json +++ b/apps/i18n/lion/zh.json @@ -11,7 +11,7 @@ "Connecting": "连接中", "CopyLink": "复制链接及验证码", "CopyShareURLSuccess": "复制分享地址成功", - "CreateLink": "创建分享链接", + "CreateLink": "创建链接", "CreateSuccess": "创建成功", "Display": "显示", "Enable": "启用", @@ -104,5 +104,7 @@ "Writable": "读写", "ShowRemoteClip": "显示远程剪贴板", "RemoveUser": "移除用户", - "Admin": "管理者" + "Admin": "管理者", + "ShareLink": "分享链接", + "Back": "后退" }