refactor(i18n): flatten locales and move theme/validation strings

This commit is contained in:
Slinetrac
2025-11-05 15:18:30 +08:00
Unverified
parent b48426236b
commit 173c41c3f7
91 changed files with 15616 additions and 16064 deletions

View File

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