Skip to content

Commit

Permalink
Add missing default translations
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Dec 24, 2024
1 parent 2b2911f commit 8870120
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Configure Text to Speech.</description>
</parameter-group>
<parameter name="apiKey" type="text" required="true" groupName="authentication">
<label>API key</label>
<label>API Key</label>
<required>true</required>
<description>OpenAI API key.</description>
<context>password</context>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@

addon.openaitts.name = OpenAI Text-to-Speech
addon.openaitts.description = OpenAI TTS Service provides text-to-speech capabilities for openHAB.

voice.config.openaitts.apiKey.label = API Key
voice.config.openaitts.apiKey.description = OpenAI API key.
voice.config.openaitts.apiUrl.label = API URL
voice.config.openaitts.apiUrl.description = TTS host API URL.
voice.config.openaitts.group.authentication.label = Authentication
voice.config.openaitts.group.authentication.description = Authentication for connecting to OpenAI API.
voice.config.openaitts.group.tts.label = TTS Configuration
voice.config.openaitts.group.tts.description = Configure Text to Speech.
voice.config.openaitts.model.label = Model
voice.config.openaitts.model.description = ID of the model to use.
voice.config.openaitts.speed.label = Speed
voice.config.openaitts.speed.description = The speed of the generated audio. Select a value from 0.25 to 4.0.

0 comments on commit 8870120

Please sign in to comment.