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:
@@ -33,6 +33,7 @@
|
||||
},
|
||||
"source": {
|
||||
"label": "Input/Output",
|
||||
"pageTitle": "I/O",
|
||||
"input": {
|
||||
"coaxial": "COAXIAL",
|
||||
"optical": "OPTICAL",
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
},
|
||||
"source": {
|
||||
"label": "輸入/輸出",
|
||||
"pageTitle": "輸入/輸出",
|
||||
"input": { "coaxial": "同軸", "optical": "光纖", "bluetooth": "藍牙", "rca": "類比RCA" },
|
||||
"output": { "headset": "耳機" }
|
||||
},
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
},
|
||||
"source": {
|
||||
"label": "输入输出",
|
||||
"pageTitle": "输入输出",
|
||||
"input": { "coaxial": "同轴", "optical": "光钎", "bluetooth": "蓝牙", "rca": "模拟RCA" },
|
||||
"output": { "headset": "耳机" }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user