Refactor ConnectScreen to use logo image instead of SVG, enhance EQPage with batch editing functionality for PEQ settings, and implement power off confirmation dialog in Home component. Update localization files for new power off features.
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"home": { "audioSet": "音訊設定","power": "電源", "input": "輸入源", "output": "輸出端口", "vu":"VU表"},
|
||||
"home": {
|
||||
"audioSet": "音訊設定",
|
||||
"power": "電源",
|
||||
"input": "輸入源",
|
||||
"output": "輸出端口",
|
||||
"vu": "VU表",
|
||||
"powerOffConfirmTitle": "確認關閉電源?",
|
||||
"powerOffConfirmDesc": "裝置將關機並中斷與本應用程式的連線,是否繼續?",
|
||||
"powerOffConfirmOk": "關閉電源",
|
||||
"powerOffConfirmCancel": "取消",
|
||||
"powerOffToastDemo": "演示模式:已中斷與裝置的連線",
|
||||
"powerOffToastSent": "已傳送關機指令"
|
||||
},
|
||||
"source": {
|
||||
"label": "輸入/輸出",
|
||||
"input": { "coaxial": "同軸", "optical": "光纖", "bluetooth": "藍牙", "rca": "類比RCA" },
|
||||
|
||||
Reference in New Issue
Block a user