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": "WebSocket RPC ของ 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}}"
}