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.zh_CN.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.zh_CN.toml')
| -rw-r--r-- | web/translation/translate.zh_CN.toml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/web/translation/translate.zh_CN.toml b/web/translation/translate.zh_CN.toml index 848de7d5..68461c37 100644 --- a/web/translation/translate.zh_CN.toml +++ b/web/translation/translate.zh_CN.toml @@ -102,16 +102,20 @@ "connectionTcpCountDesc" = "系统中所有 TCP 连接数" "connectionUdpCountDesc" = "系统中所有 UDP 连接数" "connectionCount" = "连接数" -"upSpeed" = "总上传速度" -"downSpeed" = "总下载速度" -"totalSent" = "系统启动以来发送的总数据量" -"totalReceive" = "系统启动以来接收的总数据量" +"ipAddresses" = "IP地址" +"toggleIpVisibility" = "切换IP可见性" +"overallSpeed" = "整体速度" +"upload" = "上传" +"download" = "下载" +"totalData" = "总数据" +"sent" = "已发送" +"received" = "已接收" "xraySwitchVersionDialog" = "切换 Xray 版本" "xraySwitchVersionDialogDesc" = "是否切换 Xray 版本至" "dontRefresh" = "安装中,请勿刷新此页面" "logs" = "日志" "config" = "配置" -"backup" = "备份和恢复" +"backup" = "备份" "backupTitle" = "备份和恢复数据库" "exportDatabase" = "备份" "exportDatabaseDesc" = "点击下载包含当前数据库备份的 .db 文件到您的设备。" |
