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",
|
||||
|
||||
@@ -164,6 +164,7 @@ export default {
|
||||
releaseKickTip: "Снять офлайн-статус",
|
||||
},
|
||||
config: {
|
||||
orchestratorManaged: "Управляется hy2xs-orchestrator reconfigure",
|
||||
huiWebPort: "Порт HY2XS admin",
|
||||
huiWebContext: "Web-контекст HY2XS admin",
|
||||
hysteria2TrafficTime: "Период учёта трафика Hysteria2",
|
||||
@@ -179,6 +180,10 @@ export default {
|
||||
resetTrafficCronTip: "Cron-выражение для планового сброса трафика",
|
||||
resetTrafficMonth: "Раз в месяц, в полночь первого дня",
|
||||
resetTrafficWeek: "Раз в неделю, в полночь между субботой и воскресеньем",
|
||||
mustBeInteger: "Поле должно быть целым числом",
|
||||
invalidWebContext:
|
||||
"Поле должно начинаться с / и содержать только строчные буквы (a-z) и цифры (0-9)",
|
||||
invalidTrafficTime: "Поле должно быть числом максимум с одним знаком после запятой",
|
||||
},
|
||||
monitor: {
|
||||
huiVersion: "Версия HY2XS admin",
|
||||
@@ -194,6 +199,21 @@ export default {
|
||||
},
|
||||
log: {
|
||||
numLine: "Количество строк",
|
||||
level: "Уровень",
|
||||
message: "Сообщение",
|
||||
time: "Время",
|
||||
},
|
||||
errorPage: {
|
||||
back: "Назад",
|
||||
oops: "Упс!",
|
||||
forbiddenTitle: "У вас нет прав для доступа к этой странице",
|
||||
forbiddenGo: "Или вы можете перейти:",
|
||||
backHome: "На главную",
|
||||
forbiddenImageAlt: "Девочка уронила своё мороженое.",
|
||||
notFoundHeadline: "Вебмастер сообщил, что вам нельзя на эту страницу...",
|
||||
notFoundInfo:
|
||||
"Проверьте правильность URL или нажмите кнопку ниже, чтобы вернуться на главную страницу.",
|
||||
notFoundBackHome: "На главную",
|
||||
},
|
||||
hysteria: {
|
||||
enable: "Включить",
|
||||
|
||||
Reference in New Issue
Block a user