Add option to export macro as plain json

This commit is contained in:
WarmUpTill
2024-04-19 21:13:35 +02:00
committed by WarmUpTill
parent 9c5051cbf8
commit cbc95e2095
3 changed files with 32 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ AdvSceneSwitcher.macroTab.rename="Rename"
AdvSceneSwitcher.macroTab.remove="Remove"
AdvSceneSwitcher.macroTab.export="Export"
AdvSceneSwitcher.macroTab.export.info="Paste the string below into the import dialog to import the selected macros:"
AdvSceneSwitcher.macroTab.export.usePlainText="Use plain text"
AdvSceneSwitcher.macroTab.import="Import"
AdvSceneSwitcher.macroTab.import.info="Paste the export string into the below text box to import macros:"
AdvSceneSwitcher.macroTab.import.invalid="Invalid import data provided!"