fix28: полный production-фикс графиков, machine-auth, i18n и peer import/export

This commit is contained in:
2026-05-09 02:14:59 +05:00
parent 3c569061fe
commit 1139c428b6
11 changed files with 230 additions and 28 deletions
+20
View File
@@ -169,6 +169,7 @@ export default {
more: "More",
},
config: {
orchestratorManaged: "Managed by hy2xs-orchestrator reconfigure",
huiWebPort: "HY2XS admin Web Port",
huiWebContext: "HY2XS admin Web Context",
hysteria2TrafficTime: "Hysteria2 Traffic Time",
@@ -185,6 +186,10 @@ export default {
"Scheduled task expression, reference: https://pkg.go.dev/github.com/robfig/cron/v3",
resetTrafficMonth: "Run once a month, midnight, first of month",
resetTrafficWeek: "Run once a week, midnight between Sat/Sun",
mustBeInteger: "Field must be an integer",
invalidWebContext:
"Field must start with / and contain only lowercase letters (a-z) and numbers (0-9)",
invalidTrafficTime: "Field must be a number with up to one decimal place",
},
monitor: {
huiVersion: "HY2XS admin Version",
@@ -200,6 +205,21 @@ export default {
},
log: {
numLine: "Number of lines",
level: "Level",
message: "Message",
time: "Time",
},
errorPage: {
back: "Back",
oops: "Oops!",
forbiddenTitle: "You do not have permission to access this page",
forbiddenGo: "Or you can go:",
backHome: "Back to Home",
forbiddenImageAlt: "Girl has dropped her ice cream.",
notFoundHeadline: "The webmaster said that you can not enter this page...",
notFoundInfo:
"Please check that the URL you entered is correct, or click the button below to return to the homepage.",
notFoundBackHome: "Back to home",
},
hysteria: {
enable: "Enable",