diff --git a/public/locales/en-US/common.json b/public/locales/en-US/common.json index b8947df..e59e23f 100644 --- a/public/locales/en-US/common.json +++ b/public/locales/en-US/common.json @@ -61,6 +61,7 @@ "40055": "File metadata mismatch.", "40056": "Unsupported compressed file type.", "40057": "Available storage policy has changed, please refresh the file list and add this task again.", + "40058": "This share does not exist or already expired.", "50001": "Database operation failed. ({{message}})", "50002": "Failed to sign the URL or request. ({{message}})", "50004": "I/O operation failed. ({{message}})", diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index dc6a048..92ce640 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -61,6 +61,7 @@ "40055": "文件信息不一致", "40056": "不支持该格式的压缩文件", "40057": "可用存储策略发生变化,请刷新文件列表并重新添加此任务", + "40058": "分享不存在或已过期", "50001": "数据库操作失败 ({{message}})", "50002": "URL 或请求签名失败 ({{message}})", "50004": "I/O 操作失败 ({{message}})",