mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +00:00
[fix] Fix json syntax error from rebase (#4607)
This commit is contained in:
committed by
bymyself
parent
a29019fd51
commit
84d6352406
@@ -134,7 +134,12 @@
|
|||||||
"releaseTitle": "{package} {version} Release",
|
"releaseTitle": "{package} {version} Release",
|
||||||
"progressCountOf": "of",
|
"progressCountOf": "of",
|
||||||
"keybindingAlreadyExists": "Keybinding already exists on",
|
"keybindingAlreadyExists": "Keybinding already exists on",
|
||||||
"commandProhibited": "Command {command} is prohibited. Contact an administrator for more information."
|
"commandProhibited": "Command {command} is prohibited. Contact an administrator for more information.",
|
||||||
|
"startRecording": "Start Recording",
|
||||||
|
"stopRecording": "Stop Recording",
|
||||||
|
"micPermissionDenied": "Microphone permission denied",
|
||||||
|
"noAudioRecorded": "No audio recorded",
|
||||||
|
"nodesRunning": "nodes running"
|
||||||
},
|
},
|
||||||
"manager": {
|
"manager": {
|
||||||
"title": "Custom Nodes Manager",
|
"title": "Custom Nodes Manager",
|
||||||
|
|||||||
Reference in New Issue
Block a user