[lametrictime] Add missing default translations (#12882)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo 2022-06-04 23:11:46 +02:00 committed by GitHub
parent e40e4bb5d0
commit d7db798a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,85 @@
# binding
binding.lametrictime.name = LaMetric Time Binding
binding.lametrictime.description = This is the binding for LaMetric Time.
# thing types
thing-type.lametrictime.clockApp.label = LaMetric Time Clock
thing-type.lametrictime.clockApp.description = Provides control for the clock app on the LaMetric Time
thing-type.lametrictime.countdownApp.label = LaMetric Time Timer
thing-type.lametrictime.countdownApp.description = Provides control for the timer app on the LaMetric Time
thing-type.lametrictime.device.label = LaMetric Time
thing-type.lametrictime.device.description = Provides control for the LaMetric Time connected clock and its apps
thing-type.lametrictime.device.channel.alert.label = Alert Notification
thing-type.lametrictime.device.channel.info.label = Info Notification
thing-type.lametrictime.device.channel.warning.label = Warning Notification
thing-type.lametrictime.radioApp.label = LaMetric Time Radio
thing-type.lametrictime.radioApp.description = Provides control for the radio app on the LaMetric Time
thing-type.lametrictime.radioApp.channel.control.label = Player
thing-type.lametrictime.radioApp.channel.control.description = Control interface for manipulating the radio
thing-type.lametrictime.stopwatchApp.label = LaMetric Time Stopwatch
thing-type.lametrictime.stopwatchApp.description = Provides control for the stopwatch app on the LaMetric Time
thing-type.lametrictime.weatherApp.label = LaMetric Time Weather
thing-type.lametrictime.weatherApp.description = Provides control for the weather app on the LaMetric Time
# thing types config
thing-type.config.lametrictime.clockApp.widgetId.label = Widget ID
thing-type.config.lametrictime.clockApp.widgetId.description = Unique identifier for the application instance (defaults to first instance)
thing-type.config.lametrictime.countdownApp.widgetId.label = Widget ID
thing-type.config.lametrictime.countdownApp.widgetId.description = Unique identifier for the application instance (defaults to first instance)
thing-type.config.lametrictime.device.apiKey.label = API Key
thing-type.config.lametrictime.device.apiKey.description = API key to access LaMetric Time
thing-type.config.lametrictime.device.host.label = Host
thing-type.config.lametrictime.device.host.description = Host name or network address of the LaMetric Time
thing-type.config.lametrictime.radioApp.widgetId.label = Widget ID
thing-type.config.lametrictime.radioApp.widgetId.description = Unique identifier for the application instance (defaults to first instance)
thing-type.config.lametrictime.stopwatchApp.widgetId.label = Widget ID
thing-type.config.lametrictime.stopwatchApp.widgetId.description = Unique identifier for the application instance (defaults to first instance)
thing-type.config.lametrictime.weatherApp.widgetId.label = Widget ID
thing-type.config.lametrictime.weatherApp.widgetId.description = Unique identifier for the application instance (defaults to first instance)
# channel types
channel-type.lametrictime.appType.label = Application
channel-type.lametrictime.appType.description = Active application
channel-type.lametrictime.bluetoothActiveType.label = Bluetooth
channel-type.lametrictime.bluetoothActiveType.description = Switch Bluetooth on/off
channel-type.lametrictime.brightnessModeType.label = Display Brightness Mode
channel-type.lametrictime.brightnessModeType.description = Manual or Auto mode
channel-type.lametrictime.brightnessModeType.state.option.auto = Automatic
channel-type.lametrictime.brightnessModeType.state.option.manual = Manual
channel-type.lametrictime.brightnessType.label = Display Brightness
channel-type.lametrictime.brightnessType.description = Adjust the brightness of the display
channel-type.lametrictime.clockCommandType.label = Command
channel-type.lametrictime.clockCommandType.description = Send a command to the clock app
channel-type.lametrictime.clockCommandType.state.option.disableAlarm = Disable Alarm
channel-type.lametrictime.controlType.label = Player
channel-type.lametrictime.controlType.description = Player control
channel-type.lametrictime.countdownCommandType.label = Command
channel-type.lametrictime.countdownCommandType.description = Send a command to the timer app
channel-type.lametrictime.countdownCommandType.state.option.start = Start
channel-type.lametrictime.countdownCommandType.state.option.pause = Pause
channel-type.lametrictime.countdownCommandType.state.option.reset = Reset
channel-type.lametrictime.durationType.label = Duration
channel-type.lametrictime.durationType.description = Set the duration of the timer in seconds
channel-type.lametrictime.setAlarmType.label = Set Alarm
channel-type.lametrictime.setAlarmType.description = Set the alarm to a specific time (date is ignored)
channel-type.lametrictime.simpleNotificationType.label = Simple Notification
channel-type.lametrictime.simpleNotificationType.description = Send a notification to LaMetric Time
channel-type.lametrictime.stopwatchCommandType.label = Command
channel-type.lametrictime.stopwatchCommandType.description = Send a command to the stopwatch app
channel-type.lametrictime.stopwatchCommandType.state.option.start = Start
channel-type.lametrictime.stopwatchCommandType.state.option.pause = Pause
channel-type.lametrictime.stopwatchCommandType.state.option.reset = Reset
channel-type.lametrictime.volumeType.label = Volume
channel-type.lametrictime.volumeType.description = Adjust the volume of the speaker
channel-type.lametrictime.weatherCommandType.label = Command
channel-type.lametrictime.weatherCommandType.description = Send a command to the weather app
channel-type.lametrictime.weatherCommandType.state.option.forecast = Forecast
# configuration messages
config-status.error.missing-host-configuration=No host for the LaMetric Time device has been provided.
config-status.error.missing-api-key-configuration=No API key for the LaMetric Time device has been provided.
config-status.error.missing-host-configuration = No host for the LaMetric Time device has been provided.
config-status.error.missing-api-key-configuration = No API key for the LaMetric Time device has been provided.