* 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>
44 lines
2.2 KiB
Properties
44 lines
2.2 KiB
Properties
# binding
|
|
|
|
binding.airvisualnode.name = AirVisual Node Binding
|
|
binding.airvisualnode.description = Binding for AirVisual Node air quality monitor
|
|
|
|
# thing types
|
|
|
|
thing-type.airvisualnode.avnode.label = AirVisual Node
|
|
thing-type.airvisualnode.avnode.description = AirVisual Node air quality monitor
|
|
|
|
# thing types config
|
|
|
|
thing-type.config.airvisualnode.avnode.address.label = Node Network Address
|
|
thing-type.config.airvisualnode.avnode.address.description = Node network address
|
|
thing-type.config.airvisualnode.avnode.password.label = Node Password
|
|
thing-type.config.airvisualnode.avnode.password.description = Node network password
|
|
thing-type.config.airvisualnode.avnode.refresh.label = Refresh Interval
|
|
thing-type.config.airvisualnode.avnode.refresh.description = Node data fetches interval (in seconds)
|
|
thing-type.config.airvisualnode.avnode.share.label = Share Name
|
|
thing-type.config.airvisualnode.avnode.share.description = Node network share name
|
|
thing-type.config.airvisualnode.avnode.username.label = Node Username
|
|
thing-type.config.airvisualnode.avnode.username.description = Node network username
|
|
|
|
# channel types
|
|
|
|
channel-type.airvisualnode.Aqi.label = AQI
|
|
channel-type.airvisualnode.Aqi.description = Air Quality Index (US)
|
|
channel-type.airvisualnode.Co2.label = CO₂ Level
|
|
channel-type.airvisualnode.Co2.description = CO₂ level, ppm
|
|
channel-type.airvisualnode.Humidity.label = Humidity
|
|
channel-type.airvisualnode.Humidity.description = Humidity, %
|
|
channel-type.airvisualnode.Pm_01.label = PM0.1
|
|
channel-type.airvisualnode.Pm_01.description = PM0.1 level, µg/m³(Only in Pro version)
|
|
channel-type.airvisualnode.Pm_10.label = PM10
|
|
channel-type.airvisualnode.Pm_10.description = PM10 level, µg/m³(Only in Pro version)
|
|
channel-type.airvisualnode.Pm_25.label = PM2.5
|
|
channel-type.airvisualnode.Pm_25.description = PM2.5 level, µg/m³
|
|
channel-type.airvisualnode.Temperature.label = Temperature
|
|
channel-type.airvisualnode.Temperature.description = Current temperature
|
|
channel-type.airvisualnode.Timestamp.label = Timestamp
|
|
channel-type.airvisualnode.Timestamp.description = Status timestamp
|
|
channel-type.airvisualnode.Used_memory.label = Used Memory
|
|
channel-type.airvisualnode.Used_memory.description = Used memory
|