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",