* 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>
182 lines
14 KiB
Properties
182 lines
14 KiB
Properties
# binding
|
|
|
|
binding.amazonechocontrol.name = Amazon Echo Control Binding
|
|
binding.amazonechocontrol.description = Binding to control Amazon Echo devices (Alexa). This binding enables openHAB to control the volume, playing state, bluetooth connection of your amazon echo devices or allow to use it as TTS device.
|
|
|
|
# thing types
|
|
|
|
thing-type.amazonechocontrol.account.label = Amazon Account
|
|
thing-type.amazonechocontrol.account.description = Amazon Account where the amazon echo devices are registered.
|
|
thing-type.amazonechocontrol.echo.label = Amazon Echo
|
|
thing-type.amazonechocontrol.echo.description = Amazon Echo device (Amazon Echo, Amazon Echo Dot, Amazon Echo Plus...)
|
|
thing-type.amazonechocontrol.echoshow.label = Amazon Echo Show
|
|
thing-type.amazonechocontrol.echoshow.description = Amazon Echo Show device
|
|
thing-type.amazonechocontrol.echospot.label = Amazon Echo Spot
|
|
thing-type.amazonechocontrol.echospot.description = Amazon Echo Spot device
|
|
thing-type.amazonechocontrol.flashbriefingprofile.label = Flash Briefing Profile
|
|
thing-type.amazonechocontrol.flashbriefingprofile.description = Store and load a flash briefing configuration
|
|
thing-type.amazonechocontrol.smartHomeDevice.label = Smart Home Device
|
|
thing-type.amazonechocontrol.smartHomeDevice.description = Smart home device connected to Alexa
|
|
thing-type.amazonechocontrol.smartHomeDeviceGroup.label = Smart Home Device Group
|
|
thing-type.amazonechocontrol.smartHomeDeviceGroup.description = Group of smart home devices in your amazon account
|
|
thing-type.amazonechocontrol.wha.label = Amazon Echo Whole House Audio Control
|
|
thing-type.amazonechocontrol.wha.description = Amazon Multiroom Music
|
|
|
|
# thing types config
|
|
|
|
thing-type.config.amazonechocontrol.account.discoverSmartHome.label = Device Discovery Mode
|
|
thing-type.config.amazonechocontrol.account.discoverSmartHome.description = Defines which devices shall be discovered.
|
|
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.0 = No Discovery
|
|
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.1 = Direct connected
|
|
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.2 = Direct and over Alexa skill
|
|
thing-type.config.amazonechocontrol.account.discoverSmartHome.option.3 = Direct, over Alexa and openHAB skill
|
|
thing-type.config.amazonechocontrol.account.pollingIntervalSmartHomeAlexa.label = Polling Interval Alexa
|
|
thing-type.config.amazonechocontrol.account.pollingIntervalSmartHomeAlexa.description = Defines the time in seconds for openHAB to pull the state of the directly connected devices. The minimum is 10 seconds.
|
|
thing-type.config.amazonechocontrol.account.pollingIntervalSmartSkills.label = Polling Interval Skill
|
|
thing-type.config.amazonechocontrol.account.pollingIntervalSmartSkills.description = Defines the time in seconds for openHAB to pull the state of the over a skill connected devices. The minimum is 60 seconds.
|
|
thing-type.config.amazonechocontrol.echo.serialNumber.label = Serial Number
|
|
thing-type.config.amazonechocontrol.echo.serialNumber.description = The serial number of the device from the Alexa app
|
|
thing-type.config.amazonechocontrol.echoshow.serialNumber.label = Serial Number
|
|
thing-type.config.amazonechocontrol.echoshow.serialNumber.description = The serial number of the device from the Alexa app
|
|
thing-type.config.amazonechocontrol.echospot.serialNumber.label = Serial Number
|
|
thing-type.config.amazonechocontrol.echospot.serialNumber.description = The serial number of the device from the Alexa app
|
|
thing-type.config.amazonechocontrol.smartHomeDevice.id.label = Device Id
|
|
thing-type.config.amazonechocontrol.smartHomeDevice.id.description = The id of the device (Please use the discover function to get a configured Thing)
|
|
thing-type.config.amazonechocontrol.smartHomeDeviceGroup.id.label = Group Id
|
|
thing-type.config.amazonechocontrol.smartHomeDeviceGroup.id.description = The id of the device group (Please use the discover function to get a configured Thing)
|
|
thing-type.config.amazonechocontrol.wha.serialNumber.label = Serial Number
|
|
thing-type.config.amazonechocontrol.wha.serialNumber.description = The serial number of the device from the Alexa app
|
|
|
|
# channel types
|
|
|
|
channel-type.amazonechocontrol.active.label = Active
|
|
channel-type.amazonechocontrol.active.description = Activate this flash briefing configuration
|
|
channel-type.amazonechocontrol.amazonMusic.label = Amazon Music
|
|
channel-type.amazonechocontrol.amazonMusic.description = Amazon Music turned on
|
|
channel-type.amazonechocontrol.amazonMusicPlayListId.label = Amazon Music Play List Id
|
|
channel-type.amazonechocontrol.amazonMusicPlayListId.description = Amazon Music play list id (Write only, no current state)
|
|
channel-type.amazonechocontrol.amazonMusicPlayListIdLastUsed.label = Amazon Music Last Selected Playlist Id
|
|
channel-type.amazonechocontrol.amazonMusicPlayListIdLastUsed.description = Id of the playlist which was started with openHAB
|
|
channel-type.amazonechocontrol.amazonMusicTrackId.label = Amazon Music Track Id
|
|
channel-type.amazonechocontrol.amazonMusicTrackId.description = Id of the amazon music track
|
|
channel-type.amazonechocontrol.announcement.label = Announcement
|
|
channel-type.amazonechocontrol.announcement.description = Display the announcement message on the display (Write only). See in the tutorial section of the binding description to learn how it's possible to set the title and turn off the sound.
|
|
channel-type.amazonechocontrol.armState.label = ARM State
|
|
channel-type.amazonechocontrol.armState.description = ARM State
|
|
channel-type.amazonechocontrol.ascendingAlarm.label = Ascending Alarm
|
|
channel-type.amazonechocontrol.ascendingAlarm.description = Ascending alarm up to the configured volume
|
|
channel-type.amazonechocontrol.bluetooth.label = Bluetooth Connection
|
|
channel-type.amazonechocontrol.bluetooth.description = Connect to last used device
|
|
channel-type.amazonechocontrol.bluetoothDeviceName.label = Bluetooth Device
|
|
channel-type.amazonechocontrol.bluetoothDeviceName.description = Connected bluetooth device
|
|
channel-type.amazonechocontrol.bluetoothMAC.label = Bluetooth Connection
|
|
channel-type.amazonechocontrol.bluetoothMAC.description = MAC-Address of the bluetooth connected device
|
|
channel-type.amazonechocontrol.brightness.label = Brightness
|
|
channel-type.amazonechocontrol.brightness.description = Brightness
|
|
channel-type.amazonechocontrol.burglaryAlarm.label = Burglary Alarm
|
|
channel-type.amazonechocontrol.burglaryAlarm.description = Burglary Alarm
|
|
channel-type.amazonechocontrol.carbonMonoxideAlarm.label = Carbon Monoxide Alarm
|
|
channel-type.amazonechocontrol.carbonMonoxideAlarm.description = Carbon Monoxide Alarm
|
|
channel-type.amazonechocontrol.color.label = Color
|
|
channel-type.amazonechocontrol.color.description = Color
|
|
channel-type.amazonechocontrol.colorName.label = Color Name
|
|
channel-type.amazonechocontrol.colorName.description = Color Name
|
|
channel-type.amazonechocontrol.colorTemperatureInKelvin.label = Color Temperature In Kelvin
|
|
channel-type.amazonechocontrol.colorTemperatureInKelvin.description = Color Temperature In Kelvin
|
|
channel-type.amazonechocontrol.colorTemperatureName.label = Color Temperature Name
|
|
channel-type.amazonechocontrol.colorTemperatureName.description = Color Temperature Name
|
|
channel-type.amazonechocontrol.equalizerBass.label = Bass
|
|
channel-type.amazonechocontrol.equalizerBass.description = Equalizer Bass
|
|
channel-type.amazonechocontrol.equalizerMidrange.label = Midrange
|
|
channel-type.amazonechocontrol.equalizerMidrange.description = Equalizer Midrange
|
|
channel-type.amazonechocontrol.equalizerTreble.label = Treble
|
|
channel-type.amazonechocontrol.equalizerTreble.description = Equalizer Treble
|
|
channel-type.amazonechocontrol.fireAlarm.label = Fire Alarm
|
|
channel-type.amazonechocontrol.fireAlarm.description = Fire Alarm
|
|
channel-type.amazonechocontrol.glassBreakDetectionState.label = Glass Break Detection State
|
|
channel-type.amazonechocontrol.glassBreakDetectionState.description = Glass Break Detection State
|
|
channel-type.amazonechocontrol.imageUrl.label = Image Url
|
|
channel-type.amazonechocontrol.imageUrl.description = Url of the album image or radio station logo
|
|
channel-type.amazonechocontrol.lastVoiceCommand.label = Last Voice Command
|
|
channel-type.amazonechocontrol.lastVoiceCommand.description = Last voice command spoken to the device. Writing to the channel starts voice output.
|
|
channel-type.amazonechocontrol.loop.label = Loop
|
|
channel-type.amazonechocontrol.loop.description = Loop
|
|
channel-type.amazonechocontrol.mediaLength.label = Media Length
|
|
channel-type.amazonechocontrol.mediaLength.description = Media length
|
|
channel-type.amazonechocontrol.mediaProgress.label = Media Progress
|
|
channel-type.amazonechocontrol.mediaProgress.description = Media progress in percent
|
|
channel-type.amazonechocontrol.mediaProgressTime.label = Media Play Time
|
|
channel-type.amazonechocontrol.mediaProgressTime.description = Media play time
|
|
channel-type.amazonechocontrol.musicProviderId.label = Music Provider
|
|
channel-type.amazonechocontrol.musicProviderId.description = Music provider
|
|
channel-type.amazonechocontrol.nextAlarm.label = Next Alarm
|
|
channel-type.amazonechocontrol.nextAlarm.description = Next alarm
|
|
channel-type.amazonechocontrol.nextMusicAlarm.label = Next Music Alarm
|
|
channel-type.amazonechocontrol.nextMusicAlarm.description = Next music alarm
|
|
channel-type.amazonechocontrol.nextReminder.label = Next Reminder
|
|
channel-type.amazonechocontrol.nextReminder.description = Next Reminder
|
|
channel-type.amazonechocontrol.nextTimer.label = Next Timer
|
|
channel-type.amazonechocontrol.nextTimer.description = Next timer
|
|
channel-type.amazonechocontrol.notificationVolume.label = Notification Volume
|
|
channel-type.amazonechocontrol.notificationVolume.description = Notification Volume
|
|
channel-type.amazonechocontrol.percentage.label = Percentage
|
|
channel-type.amazonechocontrol.percentage.description = Percentage
|
|
channel-type.amazonechocontrol.playAlarmSound.label = Alarm Sound
|
|
channel-type.amazonechocontrol.playAlarmSound.description = Plays an alarm sound
|
|
channel-type.amazonechocontrol.playMusicVoiceCommand.label = Music Voice Command
|
|
channel-type.amazonechocontrol.playMusicVoiceCommand.description = Voice command as text. E.g. 'Yesterday from the Beatles' (Write only)
|
|
channel-type.amazonechocontrol.playOnDevice.label = Play On Device
|
|
channel-type.amazonechocontrol.playOnDevice.description = Plays the briefing on the device (serial number or name, write only)
|
|
channel-type.amazonechocontrol.player.label = Player
|
|
channel-type.amazonechocontrol.player.description = Music Player
|
|
channel-type.amazonechocontrol.powerLevel.label = Power Level
|
|
channel-type.amazonechocontrol.powerLevel.description = Power Level
|
|
channel-type.amazonechocontrol.powerState.label = Power State
|
|
channel-type.amazonechocontrol.powerState.description = Power State
|
|
channel-type.amazonechocontrol.providerDisplayName.label = Provider Name
|
|
channel-type.amazonechocontrol.providerDisplayName.description = Name of music provider
|
|
channel-type.amazonechocontrol.radio.label = TuneIn Radio
|
|
channel-type.amazonechocontrol.radio.description = Radio turned on
|
|
channel-type.amazonechocontrol.radioStationId.label = TuneIn Radio Station Id
|
|
channel-type.amazonechocontrol.radioStationId.description = Id of the radio station
|
|
channel-type.amazonechocontrol.remind.label = Remind
|
|
channel-type.amazonechocontrol.remind.description = Speak the reminder and send a notification to the Alexa app
|
|
channel-type.amazonechocontrol.save.label = Save
|
|
channel-type.amazonechocontrol.save.description = Save the current flash briefing configuration (Write only)
|
|
channel-type.amazonechocontrol.sendMessage.label = Send Message
|
|
channel-type.amazonechocontrol.sendMessage.description = Sends a message to the Echo devices (Write only).
|
|
channel-type.amazonechocontrol.shuffle.label = Shuffle
|
|
channel-type.amazonechocontrol.shuffle.description = Shuffle play
|
|
channel-type.amazonechocontrol.smokeAlarmDetectionState.label = Smoke Alarm Detection State
|
|
channel-type.amazonechocontrol.smokeAlarmDetectionState.description = Smoke Alarm Detection State
|
|
channel-type.amazonechocontrol.startCommand.label = Start
|
|
channel-type.amazonechocontrol.startCommand.description = Start information (Write only)
|
|
channel-type.amazonechocontrol.startCommand.state.option.Weather = Weather
|
|
channel-type.amazonechocontrol.startCommand.state.option.Traffic = Traffic
|
|
channel-type.amazonechocontrol.startCommand.state.option.GoodMorning = Good morning
|
|
channel-type.amazonechocontrol.startCommand.state.option.SingASong = Song
|
|
channel-type.amazonechocontrol.startCommand.state.option.TellStory = Story
|
|
channel-type.amazonechocontrol.startCommand.state.option.FlashBriefing = Flash briefing
|
|
channel-type.amazonechocontrol.startRoutine.label = Start a Routine
|
|
channel-type.amazonechocontrol.startRoutine.description = The command which must be spoken to active the routing without the preceding "Alexa," (Write Only)
|
|
channel-type.amazonechocontrol.subtitle1.label = Subtitle 1
|
|
channel-type.amazonechocontrol.subtitle1.description = Subtitle 1
|
|
channel-type.amazonechocontrol.subtitle2.label = Subtitle 2
|
|
channel-type.amazonechocontrol.subtitle2.description = Subtitle 2
|
|
channel-type.amazonechocontrol.targetSetpoint.label = Target Setpoint
|
|
channel-type.amazonechocontrol.targetSetpoint.description = Target Setpoint
|
|
channel-type.amazonechocontrol.temperature.label = Temperature
|
|
channel-type.amazonechocontrol.temperature.description = Temperature
|
|
channel-type.amazonechocontrol.textCommand.label = TextCommand
|
|
channel-type.amazonechocontrol.textCommand.description = Run a command (Write only). The command can run like a spoken command.
|
|
channel-type.amazonechocontrol.textToSpeech.label = Speak
|
|
channel-type.amazonechocontrol.textToSpeech.description = Speak the text (Write only). It is possible to use plain text or SSML: <speak>I want to tell you a secret.<amazon:effect name="whispered">I am not a real human.</amazon:effect>.Can you believe it?</speak>
|
|
channel-type.amazonechocontrol.textToSpeechVolume.label = Speak Volume
|
|
channel-type.amazonechocontrol.textToSpeechVolume.description = Volume of the Speak channel. If 0, the current volume will be used.
|
|
channel-type.amazonechocontrol.title.label = Title
|
|
channel-type.amazonechocontrol.title.description = Title
|
|
channel-type.amazonechocontrol.volume.label = Volume
|
|
channel-type.amazonechocontrol.volume.description = Volume of the sound
|
|
channel-type.amazonechocontrol.waterAlarm.label = Water Alarm
|
|
channel-type.amazonechocontrol.waterAlarm.description = Water Alarm
|