From 31412920266a7d14b9b0b12d3dd9dfe683b76270 Mon Sep 17 00:00:00 2001 From: ckt1031 <65409152+ckt1031@users.noreply.github.com> Date: Fri, 14 Jul 2023 22:42:27 +0800 Subject: [PATCH] fix: i18n --- i18n/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index c5edc88b..a3254d22 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -524,5 +524,6 @@ "管理员未开启通过 Discord 登录以及注册": "The administrator has not enabled login and registration via Discord", "无法启用 Discord OAuth,请先填入 Discord Client ID 以及 Discord Client Secret!": "Unable to enable Discord OAuth, please fill in the Discord Client ID and Discord Client Secret first!", "兑换失败,": "Redemption failed, ", - "请选择此密钥支持的模型": "Please select the models supported by this key" + "请选择此密钥支持的模型": "Please select the models supported by this key", + "将IP随机地址传递给HTTP头": "Pass the IP random address to the HTTP header" }