From 2803b50ae916ab1179ea0277f27fb8bcf9509c21 Mon Sep 17 00:00:00 2001 From: biewang <1806620741@qq.com> Date: Tue, 2 Jan 2024 21:10:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E6=9C=BA=E7=BF=BB=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=95=B4=E4=BD=93=E7=BF=BB=E8=AF=91=E5=A4=B1=E6=95=88=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- active.zh.toml | 2 +- i18n.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/active.zh.toml b/active.zh.toml index 507b27c..59801d4 100644 --- a/active.zh.toml +++ b/active.zh.toml @@ -67,7 +67,7 @@ scan69 = "本地CA现在已安装在Java的信任存储中!☕️" scan7 = "错误:无法创建新证书,因为CA密钥(rootCA密钥.pem)丢失" scan70 = "警告:“keytool”不可用,因此CA无法自动安装在Java的信任存储中!⚠️" scan72 = "警告:“certutil”不可用,因此CA无法从%s自动卸载(如果已安装)!⚠️" -scan73 = "您可以将“certutil”与“%s\”一起安装,然后重新运行“mkcert-uninstall” 👈" +scan73 = "您可以将“certutil”与“%s”一起安装,然后重新运行“mkcert-uninstall” 👈" scan74 = "警告:“keytool”不可用,因此CA无法从Java的信任存储中自动卸载(如果已安装)! ⚠️" scan75 = "本地CA现在已从系统信任存储中卸载! 👋" scan76 = "本地CA现在已从%s信任存储中卸载! 👋" diff --git a/i18n.go b/i18n.go index 4f657cf..a50cad4 100644 --- a/i18n.go +++ b/i18n.go @@ -170,7 +170,7 @@ func init() { i18nText.scan47 = localizer.MustLocalize(&i18n.LocalizeConfig{ DefaultMessage: &i18n.Message{ ID: "scan47", - Other: "已生成授信客户端,在当前dist目录下,请在你的服务器进行部署", + Other: "The credit client has been generated and is currently in the dist directory. Please deploy it on your server.", }, }) @@ -317,7 +317,7 @@ func init() { i18nText.scan49 = localizer.MustLocalize(&i18n.LocalizeConfig{ DefaultMessage: &i18n.Message{ ID: "scan49", - Other: "生成了根证书客户端automkcert-root 💥\n", + Other: "Root certificate client generated automkcert-root 💥\n", }, }) @@ -387,7 +387,7 @@ func init() { i18nText.scan46 = localizer.MustLocalize(&i18n.LocalizeConfig{ DefaultMessage: &i18n.Message{ ID: "scan46", - Other: "已导出到当前目录下", + Other: "Exported to the current directory", }, })