fix26.2: полная UI-полировка peer/dashboard и завершение i18n
This commit is contained in:
@@ -25,6 +25,18 @@ export default {
|
||||
stale: "Dashboard data is stale. Retrying automatically...",
|
||||
topPeers24h: "Top peers (24h)",
|
||||
refreshFailed: "Failed to refresh dashboard data",
|
||||
cpu: "CPU",
|
||||
ram: "RAM",
|
||||
disk: "Disk",
|
||||
peers: "Peers",
|
||||
onlinePeers: "Online peers",
|
||||
onlineDevices: "Online devices",
|
||||
todayDownload: "Today download",
|
||||
todayUpload: "Today upload",
|
||||
trafficChart: "Traffic & System Timeseries",
|
||||
download: "Download",
|
||||
upload: "Upload",
|
||||
total: "Total",
|
||||
},
|
||||
admin: {
|
||||
changePasswordTitle: "Change password",
|
||||
@@ -102,8 +114,22 @@ export default {
|
||||
"I want to be a shooting star, cutting through the darkness, just to illuminate your dreams, good night🌛!",
|
||||
},
|
||||
peer: {
|
||||
name: "Peer",
|
||||
remark: "Remark",
|
||||
username: "Username",
|
||||
secret: "Secret",
|
||||
maxDevices: "Max devices",
|
||||
disabled: "Disabled",
|
||||
status: "Status",
|
||||
traffic: "Traffic",
|
||||
devices: "Devices",
|
||||
lastConnectionAt: "Last connection",
|
||||
overview: "Overview",
|
||||
authId: "Auth ID",
|
||||
clientUri: "Client URI",
|
||||
clientQr: "Client QR",
|
||||
unlimited: "Unlimited",
|
||||
secretRotateConfirm: "Rotate peer secret? Existing client configurations will stop working until updated.",
|
||||
pass: "Pass",
|
||||
conPass: "ConPass",
|
||||
quota: "Quota",
|
||||
|
||||
Reference in New Issue
Block a user