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": "ספקי blockchain:",
"advanced_ethereum_rpc_bso_domains": "Ethereum RPC, עבור דומיינים .bso",
"advanced_p2p_data_path": "נתיב נתוני p2p:",
"advanced_full_node_websocket_rpc": "RPC WebSocket של full node:",
"advanced_media_ipfs_gateway": "שער IPFS למדיה",
"advanced_http_routers_aria": "נתבי HTTP",
"advanced_pubsub_providers_aria": "ספקי pubsub",
"advanced_media_ipfs_gateway_url_aria": "כתובת URL של שער IPFS למדיה",
"advanced_ipfs_gateway_urls_aria": "כתובות URL של שערי IPFS",
"advanced_ethereum_rpc_urls_aria": "כתובות URL של Ethereum RPC",
"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}}"
}