Rerun i18n tool (#11721)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2021-12-06 18:52:54 +01:00 committed by GitHub
parent 4ee2b6e1bb
commit 6e7e75efb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 12 deletions

View File

@ -38,10 +38,12 @@ channel-type.chromecast.appName.label = App
channel-type.chromecast.appName.description = Name of the currently running application channel-type.chromecast.appName.description = Name of the currently running application
channel-type.chromecast.broadcastDate.label = Broadcast Date channel-type.chromecast.broadcastDate.label = Broadcast Date
channel-type.chromecast.broadcastDate.description = The broadcast date of the currently playing media channel-type.chromecast.broadcastDate.description = The broadcast date of the currently playing media
channel-type.chromecast.broadcastDate.state.pattern = %1$tY-%1$tm-%1$td
channel-type.chromecast.composer.label = Composer channel-type.chromecast.composer.label = Composer
channel-type.chromecast.composer.description = The composer of the current track channel-type.chromecast.composer.description = The composer of the current track
channel-type.chromecast.creationDate.label = Creation Date channel-type.chromecast.creationDate.label = Creation Date
channel-type.chromecast.creationDate.description = The creation date of the currently playing media channel-type.chromecast.creationDate.description = The creation date of the currently playing media
channel-type.chromecast.creationDate.state.pattern = %1$tY-%1$tm-%1$td
channel-type.chromecast.currentTime.label = Current Time channel-type.chromecast.currentTime.label = Current Time
channel-type.chromecast.currentTime.description = Current time of currently playing media channel-type.chromecast.currentTime.description = Current time of currently playing media
channel-type.chromecast.discNumber.label = Disc Number channel-type.chromecast.discNumber.label = Disc Number
@ -64,6 +66,7 @@ channel-type.chromecast.playuri.label = Play URI
channel-type.chromecast.playuri.description = Plays a given URI channel-type.chromecast.playuri.description = Plays a given URI
channel-type.chromecast.releaseDate.label = Release Date channel-type.chromecast.releaseDate.label = Release Date
channel-type.chromecast.releaseDate.description = The release date of the currently playing media channel-type.chromecast.releaseDate.description = The release date of the currently playing media
channel-type.chromecast.releaseDate.state.pattern = %1$tY-%1$tm-%1$td
channel-type.chromecast.seasonNumber.label = Season Number channel-type.chromecast.seasonNumber.label = Season Number
channel-type.chromecast.seasonNumber.description = The season number of the currently playing media channel-type.chromecast.seasonNumber.description = The season number of the currently playing media
channel-type.chromecast.seriesTitle.label = Series Title channel-type.chromecast.seriesTitle.label = Series Title

View File

@ -345,6 +345,11 @@ channel-type.kodi.stop.label = Stop
channel-type.kodi.stop.description = Stops the player. ON if the player is stopped. channel-type.kodi.stop.description = Stops the player. ON if the player is stopped.
channel-type.kodi.systemcommand.label = Send System Command channel-type.kodi.systemcommand.label = Send System Command
channel-type.kodi.systemcommand.description = Sends a system command to Kodi. This allows to shutdown/suspend/hibernate/reboot/quit Kodi channel-type.kodi.systemcommand.description = Sends a system command to Kodi. This allows to shutdown/suspend/hibernate/reboot/quit Kodi
channel-type.kodi.systemcommand.command.option.Shutdown = Shutdown
channel-type.kodi.systemcommand.command.option.Suspend = Suspend
channel-type.kodi.systemcommand.command.option.Hibernate = Hibernate
channel-type.kodi.systemcommand.command.option.Reboot = Reboot
channel-type.kodi.systemcommand.command.option.Quit = Quit
channel-type.kodi.thumbnail.label = Thumbnail channel-type.kodi.thumbnail.label = Thumbnail
channel-type.kodi.thumbnail.description = The current thumbnail channel-type.kodi.thumbnail.description = The current thumbnail
channel-type.kodi.uniqueid.label = UniqueID channel-type.kodi.uniqueid.label = UniqueID

View File

@ -41,6 +41,7 @@ channel-type.logreader.lastWarningEvent.label = Last Warning Event
channel-type.logreader.lastWarningEvent.description = Displays contents of last [WARN] event channel-type.logreader.lastWarningEvent.description = Displays contents of last [WARN] event
channel-type.logreader.logRotated.label = Log Rotated channel-type.logreader.logRotated.label = Log Rotated
channel-type.logreader.logRotated.description = Last time when log rotated recognized channel-type.logreader.logRotated.description = Last time when log rotated recognized
channel-type.logreader.logRotated.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.logreader.newCustomEvent.label = New Custom Event channel-type.logreader.newCustomEvent.label = New Custom Event
channel-type.logreader.newCustomEvent.description = Fires when a new [CUSTOM] appears in the log channel-type.logreader.newCustomEvent.description = Fires when a new [CUSTOM] appears in the log
channel-type.logreader.newErrorEvent.label = New Error Event channel-type.logreader.newErrorEvent.label = New Error Event

View File

@ -1,9 +1,3 @@
# service
service.io.openhabcloud.label = openHAB Cloud
# bundle config
io.config.openhabcloud.baseURL.label = Base URL io.config.openhabcloud.baseURL.label = Base URL
io.config.openhabcloud.baseURL.description = Base URL for the openHAB Cloud server. io.config.openhabcloud.baseURL.description = Base URL for the openHAB Cloud server.
io.config.openhabcloud.expose.label = Items to Expose io.config.openhabcloud.expose.label = Items to Expose
@ -12,3 +6,7 @@ io.config.openhabcloud.mode.label = Mode
io.config.openhabcloud.mode.description = What features of the openHAB Cloud service should be used. io.config.openhabcloud.mode.description = What features of the openHAB Cloud service should be used.
io.config.openhabcloud.mode.option.notification = Notifications io.config.openhabcloud.mode.option.notification = Notifications
io.config.openhabcloud.mode.option.remote = Notifications & Remote Access io.config.openhabcloud.mode.option.remote = Notifications & Remote Access
# service
service.io.openhabcloud.label = openHAB Cloud

View File

@ -1,9 +1,3 @@
# service
service.voice.googletts.label = Google Cloud Text-to-Speech
# bundle config
voice.config.googletts.authcode.label = Authorization Code voice.config.googletts.authcode.label = Authorization Code
voice.config.googletts.authcode.description = The auth-code is a one-time code needed to retrieve the necessary access-codes from Google Cloud Platform. <b>Please go to your browser ...</b> https://accounts.google.com/o/oauth2/auth?client_id={{clientId}}&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.googletts.authcode.description = The auth-code is a one-time code needed to retrieve the necessary access-codes from Google Cloud Platform. <b>Please go to your browser ...</b> https://accounts.google.com/o/oauth2/auth?client_id={{clientId}}&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.googletts.clientId.label = Client Id voice.config.googletts.clientId.label = Client Id
@ -22,3 +16,7 @@ voice.config.googletts.speakingRate.label = Speaking Rate
voice.config.googletts.speakingRate.description = Speaking rate can be 4x faster or slower than the normal rate. voice.config.googletts.speakingRate.description = Speaking rate can be 4x faster or slower than the normal rate.
voice.config.googletts.volumeGain.label = Volume Gain voice.config.googletts.volumeGain.label = Volume Gain
voice.config.googletts.volumeGain.description = Increase the volume of the output by up to 16db or decrease the volume up to -96db. voice.config.googletts.volumeGain.description = Increase the volume of the output by up to 16db or decrease the volume up to -96db.
# service
service.voice.googletts.label = Google Cloud Text-to-Speech