feat(settings): internationalize advanced settings and update RPC label to .bso

Replace hardcoded advanced settings strings with i18n keys and translate them across all 35 languages, including the Ethereum RPC tip for .bso domains.
This commit is contained in:
Tommaso Casaburi
2026-06-12 19:06:02 +07:00
parent 9b6386a0b8
commit 6d9b5ff3ce
37 changed files with 737 additions and 66 deletions
+20 -1
View File
@@ -413,5 +413,24 @@
"post_form_math_right_click_prompt": "右键单击方程式查看源代码。",
"tex_preview_title": "<tex>TeX</tex> 预览",
"tex_preview_input_label": "TeX 源代码",
"preview_tex_equations": "预览 TeX 方程"
"preview_tex_equations": "预览 TeX 方程",
"advanced_pubsub_providers": "pubsub 提供商:",
"advanced_ipfs_gateways": "IPFS 网关:",
"advanced_http_routers": "http 路由器:",
"advanced_blockchain_providers": "区块链提供者:",
"advanced_ethereum_rpc_bso_domains": "适用于 .bso 域名的 Ethereum RPC",
"advanced_p2p_data_path": "p2p 数据路径:",
"advanced_full_node_websocket_rpc": "全节点 WebSocket RPC:",
"advanced_media_ipfs_gateway": "媒体 IPFS 网关",
"advanced_http_routers_aria": "HTTP 路由器",
"advanced_pubsub_providers_aria": "pubsub 提供商",
"advanced_media_ipfs_gateway_url_aria": "媒体 IPFS 网关 URL",
"advanced_ipfs_gateway_urls_aria": "IPFS 网关 URL",
"advanced_ethereum_rpc_urls_aria": "Ethereum RPC URL",
"advanced_p2p_rpc_clients_aria": "P2P RPC 客户端",
"advanced_p2p_data_path_aria": "P2P 数据路径",
"advanced_pure_p2p_browser_aria": "纯 P2P 浏览器模式",
"advanced_options_saved_reloading": "选项已保存,正在重新加载...",
"advanced_p2p_rpc_placeholder": "ws://<IP>:<port>/<secretAuthKey>",
"advanced_error_saving_options": "保存选项时出错:{{message}}"
}