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,65 @@
|
||||
# binding
|
||||
|
||||
binding.meteostick.name = MeteoStick Binding
|
||||
binding.meteostick.description = This is the binding for MeteoStick USB weather station receiver.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.meteostick.meteostick_bridge.label = Meteostick USB Receiver
|
||||
thing-type.meteostick.meteostick_bridge.description = Meteostick USB Receiver
|
||||
thing-type.meteostick.meteostick_davis_iss.label = Davis Vantage Vue ISS
|
||||
thing-type.meteostick.meteostick_davis_iss.description = Davis Integrated Sensor Suite
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.label = Frequency Band
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.description = Specifies the frequency mode including device, region and frequency that Meteostick will use
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.option.0 = Davis - North America (915MHz)
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.option.1 = Davis - Europe (868MHz)
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.option.2 = Davis - Australia (915Mhz)
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.option.3 = Fine Offset - North America (915MHz)
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.option.4 = Fine Offset - Europe (868MHz)
|
||||
thing-type.config.meteostick.meteostick_bridge.mode.option.5 = Davis - New Zealand (931.5Mhz)
|
||||
thing-type.config.meteostick.meteostick_bridge.port.label = Serial Port
|
||||
thing-type.config.meteostick.meteostick_bridge.port.description = Serial port that the Meteostick is plugged into
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.label = Channel
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.description = Specifies the channel the sensor is using
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.1 = Channel 1
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.2 = Channel 2
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.3 = Channel 3
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.4 = Channel 4
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.5 = Channel 5
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.6 = Channel 6
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.7 = Channel 7
|
||||
thing-type.config.meteostick.meteostick_davis_iss.channel.option.8 = Channel 8
|
||||
thing-type.config.meteostick.meteostick_davis_iss.spoon.label = Spoon
|
||||
thing-type.config.meteostick.meteostick_davis_iss.spoon.description = Specifies the amount of rain needed to tip spoon
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.meteostick.humidity.label = Outdoor Humidity
|
||||
channel-type.meteostick.humidity.description = Current humidity in percent
|
||||
channel-type.meteostick.indoor-temperature.label = Indoor Temperature
|
||||
channel-type.meteostick.indoor-temperature.description = Current indoor temperature
|
||||
channel-type.meteostick.outdoor-temperature.label = Outdoor Temperature
|
||||
channel-type.meteostick.outdoor-temperature.description = Current outdoor temperature
|
||||
channel-type.meteostick.pressure.label = Pressure
|
||||
channel-type.meteostick.pressure.description = Current atmospheric pressure
|
||||
channel-type.meteostick.rain-currenthour.label = Rainfall (60 Minutes)
|
||||
channel-type.meteostick.rain-currenthour.description = Rainfall in the last 60 minutes
|
||||
channel-type.meteostick.rain-lasthour.label = Rainfall (previous Hour)
|
||||
channel-type.meteostick.rain-lasthour.description = Rainfall in the previous hour
|
||||
channel-type.meteostick.rain-raw.label = Rainfall (Raw)
|
||||
channel-type.meteostick.rain-raw.description = A counter between 0 and 255 in spoon-sized steps
|
||||
channel-type.meteostick.solar-power.label = Solar Power
|
||||
channel-type.meteostick.solar-power.description = Solar panel power percentage
|
||||
channel-type.meteostick.wind-direction-last2min-average.label = Wind Direction (Average)
|
||||
channel-type.meteostick.wind-direction-last2min-average.description = Wind direction average over last two minutes
|
||||
channel-type.meteostick.wind-direction.label = Wind Direction
|
||||
channel-type.meteostick.wind-direction.description = Wind direction
|
||||
channel-type.meteostick.wind-speed-last2min-average.label = Wind Speed (Average)
|
||||
channel-type.meteostick.wind-speed-last2min-average.description = Wind speed average over last two minutes
|
||||
channel-type.meteostick.wind-speed-last2min-maximum.label = Wind Speed (Maximum)
|
||||
channel-type.meteostick.wind-speed-last2min-maximum.description = Wind speed maximum over last two minutes
|
||||
channel-type.meteostick.wind-speed.label = Wind Speed
|
||||
channel-type.meteostick.wind-speed.description = Wind speed
|
||||
Reference in New Issue
Block a user