fix27: полный production-фикс dashboard/peer/i18n без легаси-костылей
This commit is contained in:
@@ -20,6 +20,9 @@ export default {
|
||||
username: "Username",
|
||||
password: "Password",
|
||||
login: "Login",
|
||||
capsLockOn: "Caps lock is On",
|
||||
usernameFormatIncorrect: "Username format is incorrect",
|
||||
passwordFormatIncorrect: "Password format is incorrect",
|
||||
},
|
||||
dashboard: {
|
||||
stale: "Dashboard data is stale. Retrying automatically...",
|
||||
@@ -34,9 +37,19 @@ export default {
|
||||
todayDownload: "Today download",
|
||||
todayUpload: "Today upload",
|
||||
trafficChart: "Traffic & System Timeseries",
|
||||
trafficSeriesChart: "Traffic: download/upload",
|
||||
systemSeriesChart: "System: CPU/RAM",
|
||||
download: "Download",
|
||||
upload: "Upload",
|
||||
total: "Total",
|
||||
security: {
|
||||
hysteriaStopped: "Hysteria2 is stopped",
|
||||
trafficApiUnavailable: "Traffic API is unavailable",
|
||||
},
|
||||
error: {
|
||||
trafficApiUnavailable: "Traffic API is unavailable",
|
||||
collectorStale: "Collector data is stale",
|
||||
},
|
||||
},
|
||||
admin: {
|
||||
changePasswordTitle: "Change password",
|
||||
@@ -93,8 +106,8 @@ export default {
|
||||
yearLater: "A year later",
|
||||
hourLater: "A hour later",
|
||||
dayLater: "A day later",
|
||||
deleteConfirm: "Are you sure to delete the user \u300c{username}\u300d?",
|
||||
resetTrafficConfirm: "Are you sure to reset traffic?",
|
||||
deleteConfirm: "Are you sure to delete peer \u300c{username}\u300d?",
|
||||
resetTrafficConfirm: "Are you sure to reset peer traffic?",
|
||||
invalid: "Invalid value",
|
||||
switchLanguageSuccess: "Language switched successfully",
|
||||
sizeChanged: "Interface size changed",
|
||||
@@ -116,7 +129,6 @@ export default {
|
||||
peer: {
|
||||
name: "Peer",
|
||||
remark: "Remark",
|
||||
username: "Username",
|
||||
secret: "Secret",
|
||||
maxDevices: "Max devices",
|
||||
disabled: "Disabled",
|
||||
@@ -130,8 +142,6 @@ export default {
|
||||
clientQr: "Client QR",
|
||||
unlimited: "Unlimited",
|
||||
secretRotateConfirm: "Rotate peer secret? Existing client configurations will stop working until updated.",
|
||||
pass: "Pass",
|
||||
conPass: "ConPass",
|
||||
quota: "Quota",
|
||||
download: "Download",
|
||||
upload: "Upload",
|
||||
@@ -143,7 +153,6 @@ export default {
|
||||
online: "Online",
|
||||
offline: "Offline",
|
||||
device: "Online Devices",
|
||||
role: "Role",
|
||||
unit: "Unit",
|
||||
loginAt: "Last login time",
|
||||
conAt: "Last connection time",
|
||||
@@ -153,6 +162,11 @@ export default {
|
||||
kickTip: "Force user to log off",
|
||||
releaseKick: "Release",
|
||||
releaseKickTip: "Remove offline status",
|
||||
createdAt: "Created at",
|
||||
bannedUntil: "Banned until",
|
||||
totalTraffic: "Total traffic",
|
||||
copyUri: "Copy URI",
|
||||
more: "More",
|
||||
},
|
||||
config: {
|
||||
huiWebPort: "HY2XS admin Web Port",
|
||||
|
||||
Reference in New Issue
Block a user