perf: translate

This commit is contained in:
feng
2025-03-12 10:53:35 +08:00
committed by Bryan
parent a9ea801862
commit 0afc1e6f5b
21 changed files with 12913 additions and 8096 deletions

View File

@@ -267,7 +267,7 @@ class CheckAccountManager(BaseManager):
return "accounts/check_account_report.html"
def print_summary(self):
tmpl = _("\n---\nSummary: \nok: {}, weak password: {}, leaked password: {}, "
tmpl = _("---\nSummary: \nok: {}, weak password: {}, leaked password: {}, "
"repeated password: {}, no secret: {}, using time: {}s").format(
self.summary["ok"],
self.summary[RiskChoice.weak_password],