新增 EQ撤销功能,用户调节的参数不满意可以点击回退到上一次,撤销栈最多存放 30 步
This commit is contained in:
@@ -303,6 +303,23 @@
|
||||
"closeDrawer": "Schließen",
|
||||
"toastBatchApplied": "Stapelbearbeitung angewendet",
|
||||
"toastBatchParseError": "Ungültiges Stapelbearbeitungsformat",
|
||||
"undo": "Rückgängig",
|
||||
"toastUndo": "Rückgängig: {{detail}}",
|
||||
"toastUndoEmpty": "Rückgängig gemacht",
|
||||
"undoBandParam": "{{mode}} Band {{band}} {{param}} {{from}} → {{to}}",
|
||||
"undoSimpleParam": "{{param}} {{from}} → {{to}}",
|
||||
"undoMultiple": "{{count}} Änderungen ({{summary}})",
|
||||
"undoMoreSuffix": " (+{{count}} weitere)",
|
||||
"undoDetailSep": "; ",
|
||||
"undoParamFreq": "FREQ",
|
||||
"undoParamGain": "GAIN",
|
||||
"undoParamQ": "Q",
|
||||
"undoParamType": "Filter",
|
||||
"undoParamPreamp": "Preamp",
|
||||
"undoParamAuto": "AUTO",
|
||||
"undoParamAbMode": "A/B",
|
||||
"undoAutoOn": "EIN",
|
||||
"undoAutoOff": "AUS",
|
||||
"toastBrandsFail": "Laden der Marken fehlgeschlagen",
|
||||
"toastModelsFail": "Laden der Modelle fehlgeschlagen",
|
||||
"toastCurveFail": "Laden der Kurve fehlgeschlagen",
|
||||
|
||||
Reference in New Issue
Block a user