perf: Translate

This commit is contained in:
feng
2025-02-24 19:22:02 +08:00
committed by feng626
parent 908e6cb81a
commit 08963ebb40
26 changed files with 966 additions and 2075 deletions

View File

@@ -14,7 +14,7 @@ from common.const import ConfirmOrIgnore
from common.utils import random_string
TYPE_CHOICES = [
("ignore", _("Ignore")),
("ignore", _("Ignored")),
("reopen", _("Reopen")),
("close", _("Close")),
("disable_remote", _("Disable remote")),