chore: translate Chinese strings to English across repository
This commit is contained in:
@@ -9,18 +9,18 @@ func (config *Config) Verify() {
|
||||
a := config.SafeLine.Verify()
|
||||
b := config.ApplyCert.Verify()
|
||||
if a || b {
|
||||
log.Printf("配置检查完毕,请检查相关配置后重新运行!")
|
||||
log.Printf("Configuration check complete; please review settings and rerun!")
|
||||
os.Exit(0)
|
||||
}
|
||||
log.Printf("配置检查完毕,即将开始更新证书!")
|
||||
log.Printf("Configuration check complete; starting certificate updates!")
|
||||
}
|
||||
|
||||
func (config *Config) VerifyCommand() {
|
||||
a := config.SafeLine.VerifyCommand()
|
||||
b := config.ApplyCert.VerifyCommand()
|
||||
if a || b {
|
||||
log.Printf("配置检查完毕,请检查相关配置后重新运行!")
|
||||
log.Printf("Configuration check complete; please review settings and rerun!")
|
||||
os.Exit(0)
|
||||
}
|
||||
log.Printf("配置检查完毕,即将开始更新证书!")
|
||||
log.Printf("Configuration check complete; starting certificate updates!")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user