From 547078fa21bb5ff5109e40097103dd8090bba296 Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Thu, 29 Sep 2022 17:55:13 +0800 Subject: [PATCH] i18n: logs in aria2/auth/cache/cluster/serializer --- public/locales/en-US/common.json | 1 + public/locales/zh-CN/common.json | 1 + 2 files changed, 2 insertions(+) diff --git a/public/locales/en-US/common.json b/public/locales/en-US/common.json index d6d25ed..8d3c7d5 100644 --- a/public/locales/en-US/common.json +++ b/public/locales/en-US/common.json @@ -67,6 +67,7 @@ "40058": "This share does not exist or already expired.", "40069": "Incorrect password.", "40070": "This share doesn't support preview.", + "40071": "Invalid signature.", "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 90256cf..faa1a54 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -67,6 +67,7 @@ "40058": "分享不存在或已过期", "40069": "密码不正确", "40070": "此分享无法预览", + "40071": "签名无效", "50001": "数据库操作失败 ({{message}})", "50002": "URL 或请求签名失败 ({{message}})", "50004": "I/O 操作失败 ({{message}})",