diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-15 14:15:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-15 14:15:46 +0300 |
| commit | b9307c6c9c26c7d87819ef60c18eccce134f09ea (patch) | |
| tree | 5770a7ecbc87a9b90b9d719c27109d43a9512bdd /web/translation/translate.en_US.toml | |
| parent | d30cdbf49a7443a62f599d4f91a4f1ebceb1c666 (diff) | |
chore: pretty 'Overview' page (#2772)
* chore: pretty 'Overview' page
* chore: some improvements in 'overview page'
- reduced font size
- added caption to buttons
- fixed display of xray state
- xray version display returned
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index f09a9e79..f3c88f57 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -99,19 +99,21 @@ "operationHours" = "Uptime" "systemLoad" = "System Load" "systemLoadDesc" = "System load average for the past 1, 5, and 15 minutes" -"connectionTcpCountDesc" = "Total TCP connections across the system" -"connectionUdpCountDesc" = "Total UDP connections across the system" "connectionCount" = "Connection Stats" -"upSpeed" = "Overall upload speed across the system" -"downSpeed" = "Overall download speed across the system" -"totalSent" = "Total data sent across the system since OS startup" -"totalReceive" = "Total data received across the system since OS startup" +"ipAddresses" = "IP addresses" +"toggleIpVisibility" = "Toggle visibility of the IP" +"overallSpeed" = "Overall speed" +"upload" = "Upload" +"download" = "Download" +"totalData" = "Total data" +"sent" = "Sent" +"received" = "Received" "xraySwitchVersionDialog" = "Change Xray Version" "xraySwitchVersionDialogDesc" = "Are you sure you want to change the Xray version to" "dontRefresh" = "Installation is in progress, please do not refresh this page" "logs" = "Logs" "config" = "Config" -"backup" = "Backup & Restore" +"backup" = "Backup" "backupTitle" = "Database Backup & Restore" "exportDatabase" = "Back Up" "exportDatabaseDesc" = "Click to download a .db file containing a backup of your current database to your device." |
