Allows translating the binding strings with Crowdin. Also fixes a wrong thing action description annotation. Also fixes few SAT warnings Signed-off-by: Laurent Garnier <lg.hc@free.fr>
79 lines
4.1 KiB
Properties
79 lines
4.1 KiB
Properties
# binding
|
|
|
|
binding.lgwebos.name = LG webOS Binding
|
|
binding.lgwebos.description = Binding to connect LG's WebOS based smart TVs
|
|
|
|
# thing types
|
|
|
|
thing-type.lgwebos.WebOSTV.label = WebOS TV
|
|
thing-type.lgwebos.WebOSTV.description = WebOS based smart TV
|
|
|
|
# thing types config
|
|
|
|
thing-type.config.lgwebos.WebOSTV.host.label = Host
|
|
thing-type.config.lgwebos.WebOSTV.host.description = Hostname or IP address of TV.
|
|
thing-type.config.lgwebos.WebOSTV.key.label = Access Key
|
|
thing-type.config.lgwebos.WebOSTV.key.description = Key exchanged with TV after pairing.
|
|
thing-type.config.lgwebos.WebOSTV.macAddress.label = MAC Address
|
|
thing-type.config.lgwebos.WebOSTV.macAddress.description = If MAC Address of TV is entered here, the binding will attempt to power on the device via Wake On Lan (WOL), when it receives command ON on channel power. Accepted value is six groups of two hexadecimal digits, separated by hyphens or colons, e.g '3c:cd:93:c2:20:e0'.)
|
|
|
|
# channel types
|
|
|
|
channel-type.lgwebos.appLauncherChannelType.label = Application
|
|
channel-type.lgwebos.appLauncherChannelType.description = Start application and monitor running applications.
|
|
channel-type.lgwebos.channelType.label = Channel
|
|
channel-type.lgwebos.channelType.description = Current Channel
|
|
channel-type.lgwebos.mediaStopType.label = Stop
|
|
channel-type.lgwebos.mediaStopType.description = Stop Playback
|
|
channel-type.lgwebos.rcButtonType.label = RCButton
|
|
channel-type.lgwebos.rcButtonType.description = Simulate a Remote Control button press
|
|
channel-type.lgwebos.toastType.label = Toast
|
|
channel-type.lgwebos.toastType.description = Send a message onto the TV screen.
|
|
|
|
# thing actions
|
|
|
|
actionDecreaseChannelLabel = switch one channel down
|
|
actionDecreaseChannelDesc = TV will switch one channel down in the current channel list.
|
|
actionIncreaseChannelLabel = switch one channel up
|
|
actionIncreaseChannelDesc = TV will switch one channel up in the current channel list.
|
|
actionLaunchApplicationLabel = launch an application
|
|
actionLaunchApplicationDesc = Opens the application with given Application ID.
|
|
actionLaunchApplicationInputAppIDLabel = Application ID
|
|
actionLaunchApplicationInputAppIDDesc = The Application ID
|
|
actionLaunchApplicationWithParamsLabel = launch an application with parameters
|
|
actionLaunchApplicationWithParamsDesc = Opens the application with given Application ID and passes additional parameters.
|
|
actionLaunchApplicationInputParamsLabel = JSON Parameters
|
|
actionLaunchApplicationInputParamsDesc = The parameters to hand over to the application in JSON format
|
|
actionLaunchBrowserLabel = launch the browser
|
|
actionLaunchBrowserDesc = Opens the given URL in the TV's browser application.
|
|
actionLaunchBrowserInputUrlLabel = URL
|
|
actionLaunchBrowserInputUrlDesc = The URL to open
|
|
actionSendButtonLabel = send a button press
|
|
actionSendButtonDesc = Sends a button press event to a WebOS device.
|
|
actionSendButtonInputButtonLabel = Button
|
|
actionSendButtonInputButtonDesc = Can be one of UP, DOWN, LEFT, RIGHT, BACK, DELETE, ENTER, HOME, or OK
|
|
actionSendRCButtonLabel = simulate remote control button press
|
|
actionSendRCButtonDesc = Simulates pressing of a Remote Control Button.
|
|
actionSendRCButtonInputTextLabel = Remote Control button name
|
|
actionSendRCButtonInputTextDesc = The Remote Control button name to send to the WebOS device.
|
|
actionSendTextLabel = send a text input
|
|
actionSendTextDesc = Sends a text input to a WebOS device.
|
|
actionSendTextInputTextLabel = Text
|
|
actionSendTextInputTextDesc = The text to input
|
|
actionShowToastLabel = show a toast message
|
|
actionShowToastDesc = Sends a toast message to a WebOS device with openHAB icon.
|
|
actionShowToastInputTextLabel = Text
|
|
actionShowToastInputTextDesc = The text to display
|
|
actionShowToastWithIconLabel = show a toast message with icon
|
|
actionShowToastWithIconDesc = Sends a toast message to a WebOS device with custom icon.
|
|
actionShowToastInputIconLabel = Icon
|
|
actionShowToastInputIconDesc = The URL to the icon to display
|
|
|
|
# Thing status descriptions
|
|
|
|
offline.config-error-unknown-host = Missing parameter "host"
|
|
offline.comm-error-connexion-failed = Connection Failed: {0}
|
|
offline.tv-off = TV is off
|
|
online.registering = Registering - You may need to confirm pairing on TV.
|
|
online.connected = Connected
|