Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
# binding
|
||||
|
||||
binding.upnpcontrol.name = UPnP Control Binding
|
||||
binding.upnpcontrol.description = This binding acts as a UPnP Control Point that can query media server content directories and serve content to media renderers.
|
||||
|
||||
# binding config
|
||||
|
||||
binding.config.upnpcontrol.path.label = Storage Path
|
||||
binding.config.upnpcontrol.path.description = Folder path for playlists and favourites. If not set, it will default to $OPENHAB_USERDATA/upnpcontrol. The folder will be created on first use when it does not exist.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.upnpcontrol.upnprenderer.label = UPnPRenderer
|
||||
thing-type.upnpcontrol.upnprenderer.description = UPnP AV Renderer
|
||||
thing-type.upnpcontrol.upnpserver.label = UPnPServer
|
||||
thing-type.upnpcontrol.upnpserver.description = UPnP AV Server
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.upnpcontrol.upnprenderer.maxNotificationDuration.label = Maximum Notification Duration
|
||||
thing-type.config.upnpcontrol.upnprenderer.maxNotificationDuration.description = Specifies the maximum duration for notifications, longer notification sounds will be interrupted. O represents no maximum duration
|
||||
thing-type.config.upnpcontrol.upnprenderer.notificationVolumeAdjustment.label = Notification Sound Volume Adjustment
|
||||
thing-type.config.upnpcontrol.upnprenderer.notificationVolumeAdjustment.description = Specifies the percentage adjustment to the current sound volume when playing notifications
|
||||
thing-type.config.upnpcontrol.upnprenderer.refresh.label = Refresh Interval
|
||||
thing-type.config.upnpcontrol.upnprenderer.refresh.description = Specifies the refresh interval in seconds
|
||||
thing-type.config.upnpcontrol.upnprenderer.responseTimeout.label = UPnP Response Timeout
|
||||
thing-type.config.upnpcontrol.upnprenderer.responseTimeout.description = Specifies the timeout in milliseconds when waiting for responses on UPnP actions
|
||||
thing-type.config.upnpcontrol.upnprenderer.seekStep.label = Fast Forward/Rewind Step
|
||||
thing-type.config.upnpcontrol.upnprenderer.seekStep.description = Step in seconds for fast forward rewind
|
||||
thing-type.config.upnpcontrol.upnprenderer.udn.label = Unique Device Name
|
||||
thing-type.config.upnpcontrol.upnprenderer.udn.description = The UDN identifies the UPnP Renderer
|
||||
thing-type.config.upnpcontrol.upnpserver.browseDown.label = Auto Browse Down
|
||||
thing-type.config.upnpcontrol.upnpserver.browseDown.description = When browse or search results in exactly one container entry, iteratively browse down until the result contains multiple container entries or at least one media entry
|
||||
thing-type.config.upnpcontrol.upnpserver.filter.label = Filter Content
|
||||
thing-type.config.upnpcontrol.upnpserver.filter.description = Only list content which is playable on the selected renderer
|
||||
thing-type.config.upnpcontrol.upnpserver.refresh.label = Refresh Interval
|
||||
thing-type.config.upnpcontrol.upnpserver.refresh.description = Specifies the refresh interval in seconds
|
||||
thing-type.config.upnpcontrol.upnpserver.responseTimeout.label = UPnP Response Timeout
|
||||
thing-type.config.upnpcontrol.upnpserver.responseTimeout.description = Specifies the timeout in milliseconds when waiting for responses on UPnP actions
|
||||
thing-type.config.upnpcontrol.upnpserver.searchFromRoot.label = Search From Root
|
||||
thing-type.config.upnpcontrol.upnpserver.searchFromRoot.description = Always search from the root directory
|
||||
thing-type.config.upnpcontrol.upnpserver.sortCriteria.label = Sort Criteria
|
||||
thing-type.config.upnpcontrol.upnpserver.sortCriteria.description = Sort criteria for the titles in the selection list and when sending for playing to a renderer. The criteria are defined in UPnP sort criteria format. Examples: +dc:title, -dc:creator, +upnp:album. Supported sort criteria will depend on the media server
|
||||
thing-type.config.upnpcontrol.upnpserver.udn.label = Unique Device Name
|
||||
thing-type.config.upnpcontrol.upnpserver.udn.description = The UDN identifies the UPnP Media Server
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.upnpcontrol.album.label = Album
|
||||
channel-type.upnpcontrol.album.description = Now playing album
|
||||
channel-type.upnpcontrol.albumart.label = Album Art
|
||||
channel-type.upnpcontrol.albumart.description = Now playing album art
|
||||
channel-type.upnpcontrol.browse.label = Current Media Id
|
||||
channel-type.upnpcontrol.browse.description = Current id of media entry or container, option list to browse hierarchy
|
||||
channel-type.upnpcontrol.creator.label = Creator
|
||||
channel-type.upnpcontrol.creator.description = Now playing creator
|
||||
channel-type.upnpcontrol.favorite.label = Favorite
|
||||
channel-type.upnpcontrol.favorite.description = Favorite name
|
||||
channel-type.upnpcontrol.favoriteaction.label = Favorite Action
|
||||
channel-type.upnpcontrol.favoriteaction.description = Favorite action
|
||||
channel-type.upnpcontrol.favoriteaction.command.option.SAVE = Save
|
||||
channel-type.upnpcontrol.favoriteaction.command.option.DELETE = Delete
|
||||
channel-type.upnpcontrol.favoriteselect.label = Select Favorite
|
||||
channel-type.upnpcontrol.favoriteselect.description = Select favorite to play
|
||||
channel-type.upnpcontrol.genre.label = Genre
|
||||
channel-type.upnpcontrol.genre.description = Now playing genre
|
||||
channel-type.upnpcontrol.loudness.label = Loudness
|
||||
channel-type.upnpcontrol.loudness.description = Loudness
|
||||
channel-type.upnpcontrol.onlyplayone.label = Only Play One
|
||||
channel-type.upnpcontrol.onlyplayone.description = Stop playback after playing one media entry from queue
|
||||
channel-type.upnpcontrol.playlist.label = Playlist
|
||||
channel-type.upnpcontrol.playlist.description = Playlist name
|
||||
channel-type.upnpcontrol.playlistaction.label = Playlist Action
|
||||
channel-type.upnpcontrol.playlistaction.description = Playlist action
|
||||
channel-type.upnpcontrol.playlistaction.command.option.RESTORE = Restore
|
||||
channel-type.upnpcontrol.playlistaction.command.option.SAVE = Save
|
||||
channel-type.upnpcontrol.playlistaction.command.option.APPEND = Append
|
||||
channel-type.upnpcontrol.playlistaction.command.option.DELETE = Delete
|
||||
channel-type.upnpcontrol.playlistselect.label = Select Playlist
|
||||
channel-type.upnpcontrol.playlistselect.description = Playlist for selection
|
||||
channel-type.upnpcontrol.publisher.label = Publisher
|
||||
channel-type.upnpcontrol.publisher.description = Now playing publisher
|
||||
channel-type.upnpcontrol.reltrackposition.label = Relative Track Position
|
||||
channel-type.upnpcontrol.reltrackposition.description = Track position as percentage of track duration
|
||||
channel-type.upnpcontrol.repeat.label = Repeat
|
||||
channel-type.upnpcontrol.repeat.description = Repeat the selection
|
||||
channel-type.upnpcontrol.search.label = Search Criteria
|
||||
channel-type.upnpcontrol.search.description = Search criteria for searching the directory. Search criteria are defined in UPnP search criteria format. Examples: dc:title contains "song", dc:creator contains "SpringSteen", unp:class = "object.item.audioItem", upnp:album contains "Born in"
|
||||
channel-type.upnpcontrol.shuffle.label = Shuffle
|
||||
channel-type.upnpcontrol.shuffle.description = Random shuffle the selection
|
||||
channel-type.upnpcontrol.stop.label = Stop
|
||||
channel-type.upnpcontrol.stop.description = Stop the player
|
||||
channel-type.upnpcontrol.trackduration.label = Track Duration
|
||||
channel-type.upnpcontrol.trackduration.description = Now playing track duration
|
||||
channel-type.upnpcontrol.tracknumber.label = Track Number
|
||||
channel-type.upnpcontrol.tracknumber.description = Now playing track number
|
||||
channel-type.upnpcontrol.trackposition.label = Track Position
|
||||
channel-type.upnpcontrol.trackposition.description = Now playing track position
|
||||
channel-type.upnpcontrol.upnprenderer.label = Renderer
|
||||
channel-type.upnpcontrol.upnprenderer.description = Select AV renderer
|
||||
channel-type.upnpcontrol.uri.label = URI
|
||||
channel-type.upnpcontrol.uri.description = Now playing URI
|
||||
Reference in New Issue
Block a user