From 84d635240626d329fd0f1dd6e568f60a3c406ec2 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 30 Jul 2025 10:22:05 -0700 Subject: [PATCH] [fix] Fix json syntax error from rebase (#4607) --- src/locales/en/main.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 4e339e5e2..c6d5c60cd 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -134,7 +134,12 @@ "releaseTitle": "{package} {version} Release", "progressCountOf": "of", "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": { "title": "Custom Nodes Manager",