refactor(i18n): consolidate shared and entity namespaces across features

This commit is contained in:
Slinetrac
2025-11-04 22:59:01 +08:00
Unverified
parent 5545fedcaa
commit 334977e4f8
96 changed files with 11054 additions and 21781 deletions

View File

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