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,6 +1,16 @@
|
||||
{
|
||||
"home": {
|
||||
"audioSet": "Audio setting","power": "power", "input": "input", "output": "output", "vu":"VU meter"
|
||||
"audioSet": "Audio setting",
|
||||
"power": "Power",
|
||||
"input": "Input",
|
||||
"output": "Output",
|
||||
"vu": "VU meter",
|
||||
"powerOffConfirmTitle": "Turn off the device?",
|
||||
"powerOffConfirmDesc": "The device will shut down and disconnect from this app. Do you want to continue?",
|
||||
"powerOffConfirmOk": "Turn off",
|
||||
"powerOffConfirmCancel": "Cancel",
|
||||
"powerOffToastDemo": "Demo mode: disconnected from the device.",
|
||||
"powerOffToastSent": "Shutdown command sent."
|
||||
},
|
||||
"source": {
|
||||
"label": "Input/Output",
|
||||
|
||||
Reference in New Issue
Block a user