refactor(i18n/proxies): migrate proxies UI to structured locale keys

This commit is contained in:
Slinetrac
2025-10-31 18:11:27 +08:00
Unverified
parent 04ff3dc460
commit 15e73c603b
20 changed files with 725 additions and 42 deletions

View File

@@ -160,7 +160,7 @@ export const ProxyRender = (props: RenderProps) => {
}}
/>
<Box sx={{ display: "flex", alignItems: "center" }}>
<Tooltip title={t("Proxy Count")} arrow>
<Tooltip title={t("pages.proxies.labels.proxyCount")} arrow>
<Chip
size="small"
label={`${group.all.length}`}