|
| 1 | +{ |
| 2 | + "start": { |
| 3 | + "success": "Successfully started stream", |
| 4 | + "error": "Error: {error}" |
| 5 | + }, |
| 6 | + "stop": { |
| 7 | + "success": "Successfully stopped stream", |
| 8 | + "error": "Error: {error}" |
| 9 | + }, |
| 10 | + "switch": { |
| 11 | + "success": "Scene successfully switched to \"{scene}\"", |
| 12 | + "error": "No scene specified" |
| 13 | + }, |
| 14 | + "bitrate": { |
| 15 | + "success": "Current bitrate: {bitrate} Kbps", |
| 16 | + "error": "Current bitrate: offline" |
| 17 | + }, |
| 18 | + "refresh": { |
| 19 | + "success": "Refreshing stream", |
| 20 | + "error": "Error refreshing stream", |
| 21 | + "done": "Refreshing stream completed" |
| 22 | + }, |
| 23 | + "trigger": { |
| 24 | + "success": "Trigger successfully set to {number} Kbps", |
| 25 | + "error": "Error editing trigger {number} is not a valid value", |
| 26 | + "current": "Current trigger set at {number} Kbps" |
| 27 | + }, |
| 28 | + "sourceinfo": { |
| 29 | + "success": "[SRC] R: {height} | F: {fps} | B: {bitrate}", |
| 30 | + "error": "[SRC] offline" |
| 31 | + }, |
| 32 | + "obsinfo": { |
| 33 | + "success": "[OBS] S: {currentScene} | F: {fps} | B: {bitrate}", |
| 34 | + "error": "[OBS] offline" |
| 35 | + }, |
| 36 | + "rec": { |
| 37 | + "started": "started", |
| 38 | + "stopped": "stopped", |
| 39 | + "invalid": "Invalid option", |
| 40 | + "error": "already {option}" |
| 41 | + }, |
| 42 | + "fix": { |
| 43 | + "try": "Trying to fix the stream", |
| 44 | + "success": "Successfully fixed the stream", |
| 45 | + "error": "Error fixing the stream" |
| 46 | + }, |
| 47 | + "alias": { |
| 48 | + "success": "Added alias \"{alias}\"", |
| 49 | + "error": "Error \"{command}\" does not exist", |
| 50 | + "removed": "Removed alias \"{alias}\"" |
| 51 | + }, |
| 52 | + "sceneSwitch": { |
| 53 | + "switch": "Scene switched to \"{scene}\"" |
| 54 | + }, |
| 55 | + "handleCommands": { |
| 56 | + "public": "Public comands", |
| 57 | + "mod": "Mod commands", |
| 58 | + "notify": "Auto switch notification", |
| 59 | + "autostop": "Auto stop stream", |
| 60 | + "enabled": "enabled", |
| 61 | + "disabled": "disabled", |
| 62 | + "already": "already" |
| 63 | + } |
| 64 | +} |
0 commit comments