Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chromecast/kodi/logreader] Rerun latest i18n tool version to add missing translations #11721

Merged
merged 1 commit into from
Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ channel-type.chromecast.appName.label = App
channel-type.chromecast.appName.description = Name of the currently running application
channel-type.chromecast.broadcastDate.label = Broadcast Date
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.description = The composer of the current track
channel-type.chromecast.creationDate.label = Creation Date
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.description = Current time of currently playing media
channel-type.chromecast.discNumber.label = Disc Number
Expand All @@ -64,6 +66,7 @@ channel-type.chromecast.playuri.label = Play URI
channel-type.chromecast.playuri.description = Plays a given URI
channel-type.chromecast.releaseDate.label = Release Date
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.description = The season number of the currently playing media
channel-type.chromecast.seriesTitle.label = Series Title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.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.description = The current thumbnail
channel-type.kodi.uniqueid.label = UniqueID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.logRotated.label = Log Rotated
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.description = Fires when a new [CUSTOM] appears in the log
channel-type.logreader.newErrorEvent.label = New Error Event
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# service

service.io.openhabcloud.label = openHAB Cloud

# bundle config

io.config.openhabcloud.baseURL.label = Base URL
io.config.openhabcloud.baseURL.description = Base URL for the openHAB Cloud server.
io.config.openhabcloud.expose.label = Items to Expose
Expand All @@ -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.option.notification = Notifications
io.config.openhabcloud.mode.option.remote = Notifications & Remote Access

# service

service.io.openhabcloud.label = openHAB Cloud
Original file line number Diff line number Diff line change
@@ -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.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
Expand All @@ -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.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.

# service

service.voice.googletts.label = Google Cloud Text-to-Speech