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": "Napsauta yhtälöitä hiiren oikealla painikkeella nähdäksesi lähteen.",
"tex_preview_title": "<tex>TeX</tex> Esikatselu",
"tex_preview_input_label": "TeX lähde",
"preview_tex_equations": "Esikatsele TeX-yhtälöitä"
"preview_tex_equations": "Esikatsele TeX-yhtälöitä",
"advanced_pubsub_providers": "pubsub-palveluntarjoajat:",
"advanced_ipfs_gateways": "IPFS-yhdyskäytävät:",
"advanced_http_routers": "http-reitittimet:",
"advanced_blockchain_providers": "blockchain-palveluntarjoajat:",
"advanced_ethereum_rpc_bso_domains": "Ethereum RPC .bso-verkkotunnuksille",
"advanced_p2p_data_path": "p2p-datan polku:",
"advanced_full_node_websocket_rpc": "Full noden WebSocket RPC:",
"advanced_media_ipfs_gateway": "medioiden IPFS-yhdyskäytävä",
"advanced_http_routers_aria": "HTTP-reitittimet",
"advanced_pubsub_providers_aria": "pubsub-palveluntarjoajat",
"advanced_media_ipfs_gateway_url_aria": "medioiden IPFS-yhdyskäytävän URL",
"advanced_ipfs_gateway_urls_aria": "IPFS-yhdyskäytävien URL-osoitteet",
"advanced_ethereum_rpc_urls_aria": "Ethereum RPC -URL-osoitteet",
"advanced_p2p_rpc_clients_aria": "P2P RPC -asiakkaat",
"advanced_p2p_data_path_aria": "P2P-datan polku",
"advanced_pure_p2p_browser_aria": "Puhdas P2P-selaimen tila",
"advanced_options_saved_reloading": "Asetukset tallennettu, ladataan uudelleen...",
"advanced_p2p_rpc_placeholder": "ws://<IP>:<port>/<secretAuthKey>",
"advanced_error_saving_options": "Virhe asetusten tallennuksessa: {{message}}"
}