fix28: полный production-фикс графиков, machine-auth, i18n и peer import/export
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user