fix(i18n): nest common.changeLanguage under common object

- Restructured the `common.changeLanguage` key to be nested under a `common` object in `en.json`, `fr.json`, and `zh.json`.
- This change improves the organization of the translation files and aligns with best practices for i18next.
This commit is contained in:
google-labs-jules[bot]
2025-09-25 17:43:38 +00:00
committed by comeback01
parent 3e941fd4fa
commit 72177c2c50
3 changed files with 10 additions and 4 deletions

View File

@@ -33,5 +33,7 @@
"输入端口后回车80 或 8000-8999": "输入端口后回车80 或 8000-8999",
"更新SSRF防护设置": "更新SSRF防护设置",
"域名IP过滤详细说明": "⚠️此功能为实验性选项,域名可能解析到多个 IPv4/IPv6 地址,若开启,请确保 IP 过滤列表覆盖这些地址,否则可能导致访问失败。",
"common.changeLanguage": "切换语言"
"common": {
"changeLanguage": "切换语言"
}
}