feat(locales): add more translation keys for ostt plugin

This commit is contained in:
Prad Nukala
2026-07-13 12:18:20 -04:00
parent 3cb07f1922
commit b63638aecc
+38 -12
View File
@@ -1,20 +1,46 @@
{ {
"title": "Example", "title": "OSTT",
"clicks": { "tooltip": {
"one": "Clicked {count} time", "idle": "OSTT — click to start recording, or bind a hotkey to: noctalia msg plugin prdlk/ostt:recorder focused toggle",
"other": "Clicked {count} times" "starting": "OSTT — starting the recorder…",
"recording": "Recording — click to stop & transcribe, right-click to cancel",
"transcribing": "Transcribing… right-click to abort",
"missing_ostt": "ostt is not installed — see https://ostt.ai/guide/installation",
"missing_script": "script(1) is not installed — install util-linux"
},
"notify": {
"done_paste": "Transcription pasted into the focused app",
"done_clipboard": "Transcription copied to the clipboard",
"failed": "Transcription failed (exit {code}) — check `ostt logs`",
"start_timeout": "The recorder never started — check `ostt logs` and your audio device",
"cancelled": "Recording cancelled"
}, },
"settings": { "settings": {
"label": { "output_mode": {
"label": "Label", "label": "Output",
"description": "Text shown in the bar." "description": "Where the transcription goes when recording stops.",
"paste": "Paste into the focused app",
"clipboard": "Copy to the clipboard"
}, },
"glyph": { "model": {
"label": "Glyph", "label": "Model override",
"description": "Glyph shown before the label." "description": "Optional provider/model for this widget (e.g. deepgram/nova-3, whisper/turbo). Empty uses the model selected with `ostt model`."
}, },
"show_glyph": { "process_action": {
"label": "Show glyph" "label": "Processing action",
"description": "Optional post-processing action id from ostt.toml (runs `ostt -p <action>`)."
},
"show_elapsed": {
"label": "Show elapsed time",
"description": "Show a mm:ss timer next to the record indicator while recording."
},
"notify_on_done": {
"label": "Notify when done",
"description": "Show a notification when the transcription has been delivered."
},
"extra_args": {
"label": "Extra ostt arguments",
"description": "Appended verbatim to the `ostt record` command line (e.g. --param language=sv)."
} }
} }
} }