Files
openhab-addons/bundles/org.openhab.voice.googlestt/src/main/resources/OH-INF/i18n/googlestt.properties
GiviMAD 07e02cf459 [googlestt] initial contribution (#12055)
* [googlestt] initial contribution

Signed-off-by: Miguel Álvarez Díez <miguelwork92@gmail.com>
2022-01-27 00:24:51 +01:00

29 lines
2.5 KiB
Properties

voice.config.googlestt.clientId.label = Client Id
voice.config.googlestt.clientId.description = Google Cloud Platform OAuth 2.0-Client Id.
voice.config.googlestt.clientSecret.label = Client Secret
voice.config.googlestt.clientSecret.description = Google Cloud Platform OAuth 2.0-Client Secret.
voice.config.googlestt.errorMessage.label = Error Message
voice.config.googlestt.errorMessage.description = Message to be told when an error has happened. (Empty for disabled)
voice.config.googlestt.group.authentication.label = Authentication
voice.config.googlestt.group.authentication.description = Authentication for connecting to Google Cloud Platform.
voice.config.googlestt.group.messages.label = Info Messages
voice.config.googlestt.group.messages.description = Configure service information messages.
voice.config.googlestt.group.stt.label = STT Configuration
voice.config.googlestt.group.stt.description = Configure Speech to Text.
voice.config.googlestt.maxSilenceSeconds.label = Max Silence Seconds
voice.config.googlestt.maxSilenceSeconds.description = Only works when singleUtteranceMode is disabled, max seconds without getting new transcriptions to stop listening.
voice.config.googlestt.maxTranscriptionSeconds.label = Max Transcription Seconds
voice.config.googlestt.maxTranscriptionSeconds.description = Max seconds to wait to force stop the transcription.
voice.config.googlestt.noResultsMessage.label = No Results Message
voice.config.googlestt.noResultsMessage.description = Message to be told when no results. (Empty for disabled)
voice.config.googlestt.oauthCode.label = Authorization Code
voice.config.googlestt.oauthCode.description = The oauth code is a one-time code needed to retrieve the necessary access token from Google Cloud Platform. <b>Please go to your browser ...</b> https://accounts.google.com/o/oauth2/auth?client_id=\<YOUR_CLIENT_ID\>&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=https://www.googleapis.com/auth/cloud-platform&response_type=code <b>... to generate an auth-code and paste it here</b>.
voice.config.googlestt.refreshSupportedLocales.label = Refresh Supported Locales
voice.config.googlestt.refreshSupportedLocales.description = Try loading supported locales from the documentation page.
voice.config.googlestt.singleUtteranceMode.label = Single Utterance Mode
voice.config.googlestt.singleUtteranceMode.description = When enabled Google Cloud Platform is responsible for detecting when to stop listening after a single utterance. (Recommended)
# service
service.voice.googlestt.label = Google Cloud Speech-to-Text