Update locale files for English, Traditional Chinese, and Simplified Chinese to include page titles for I/O section; refactor IOPage to dynamically display the localized title based on device language state.

This commit is contained in:
yangy
2026-05-14 15:33:00 +08:00
parent db4d8e5090
commit b5c0606972
4 changed files with 14 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@
},
"source": {
"label": "Input/Output",
"pageTitle": "I/O",
"input": {
"coaxial": "COAXIAL",
"optical": "OPTICAL",
+1
View File
@@ -33,6 +33,7 @@
},
"source": {
"label": "輸入/輸出",
"pageTitle": "輸入/輸出",
"input": { "coaxial": "同軸", "optical": "光纖", "bluetooth": "藍牙", "rca": "類比RCA" },
"output": { "headset": "耳機" }
},
+1
View File
@@ -33,6 +33,7 @@
},
"source": {
"label": "输入输出",
"pageTitle": "输入输出",
"input": { "coaxial": "同轴", "optical": "光钎", "bluetooth": "蓝牙", "rca": "模拟RCA" },
"output": { "headset": "耳机" }
},