chore: update locale in connection

This commit is contained in:
dongchengjie
2024-05-20 13:42:45 +08:00
parent 08e0d6a34a
commit fb38047769
6 changed files with 78 additions and 28 deletions

View File

@@ -134,8 +134,12 @@ const ConnectionsPage = () => {
contentStyle={{ height: "100%" }}
header={
<Box sx={{ display: "flex", alignItems: "center", gap: 2 }}>
<Box sx={{ mx: 1 }}>Download: {parseTraffic(download)}</Box>
<Box sx={{ mx: 1 }}>Upload: {parseTraffic(upload)}</Box>
<Box sx={{ mx: 1 }}>
{t("Downloaded")}: {parseTraffic(download)}
</Box>
<Box sx={{ mx: 1 }}>
{t("Uploaded")}: {parseTraffic(upload)}
</Box>
<IconButton
color="inherit"
size="small"