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": "Kliko me butonin e djathtë në ekuacione për të parë burimin.",
"tex_preview_title": "<tex>TeX</tex> Pamja paraprake",
"tex_preview_input_label": "TeX burim",
"preview_tex_equations": "Paraqitja paraprakese e ekuacioneve TeX"
"preview_tex_equations": "Paraqitja paraprakese e ekuacioneve TeX",
"advanced_pubsub_providers": "ofruesit pubsub:",
"advanced_ipfs_gateways": "gateway IPFS:",
"advanced_http_routers": "routerë http:",
"advanced_blockchain_providers": "ofruesit blockchain:",
"advanced_ethereum_rpc_bso_domains": "Ethereum RPC, për domene .bso",
"advanced_p2p_data_path": "shtegu i të dhënave p2p:",
"advanced_full_node_websocket_rpc": "RPC WebSocket i nyjës së plotë:",
"advanced_media_ipfs_gateway": "portë IPFS media",
"advanced_http_routers_aria": "Routerë HTTP",
"advanced_pubsub_providers_aria": "ofruesit pubsub",
"advanced_media_ipfs_gateway_url_aria": "URL e portës IPFS media",
"advanced_ipfs_gateway_urls_aria": "URL-të e gateway-ve IPFS",
"advanced_ethereum_rpc_urls_aria": "URL-të e Ethereum RPC",
"advanced_p2p_rpc_clients_aria": "klientë P2P RPC",
"advanced_p2p_data_path_aria": "Shtegu i të dhënave P2P",
"advanced_pure_p2p_browser_aria": "Modalitet shfletuesi P2P i pastër",
"advanced_options_saved_reloading": "Opsionet u ruajtën, po ringarkohet...",
"advanced_p2p_rpc_placeholder": "ws://<IP>:<port>/<secretAuthKey>",
"advanced_error_saving_options": "Gabim gjatë ruajtjes së opsioneve: {{message}}"
}