mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
* Removing pollen related channels, DTO, documentation, icons. Signed-off-by: gael@lhopital.org <gael@lhopital.org>
127 lines
7.6 KiB
Properties
Executable File
127 lines
7.6 KiB
Properties
Executable File
# add-on
|
|
|
|
addon.airparif.name = AirParif Binding
|
|
addon.airparif.description = Air Quality data and forecasts provided by AirParif.
|
|
|
|
# thing types
|
|
|
|
thing-type.airparif.api.label = AirParif API Portal
|
|
thing-type.airparif.api.description = Bridge to the AirParif API Portal. In order to receive the data, you must register an account on https://www.airparif.fr/contact and receive your API token.
|
|
thing-type.airparif.api.group.aq-bulletin.label = Today's Air Quality Bulletin
|
|
thing-type.airparif.api.group.aq-bulletin-tomorrow.label = Tomorrow's Air Quality Bulletin
|
|
thing-type.airparif.location.label = Department Report
|
|
thing-type.airparif.location.description = AirParif air quality report for the given location
|
|
thing-type.airparif.location.group.no2.label = NO2 Concentration
|
|
thing-type.airparif.location.group.o3.label = Ozone Concentration
|
|
thing-type.airparif.location.group.pm10.label = PM10 Concentration
|
|
thing-type.airparif.location.group.pm25.label = PM2.5 Concentration
|
|
|
|
# thing types config
|
|
|
|
thing-type.config.airparif.api.apikey.label = API Key
|
|
thing-type.config.airparif.api.apikey.description = Token used to access the service
|
|
thing-type.config.airparif.location.department.label = Department
|
|
thing-type.config.airparif.location.department.description = Code of the department
|
|
thing-type.config.airparif.location.department.option.75 = Paris
|
|
thing-type.config.airparif.location.department.option.77 = Seine et Marne
|
|
thing-type.config.airparif.location.department.option.78 = Yvelines
|
|
thing-type.config.airparif.location.department.option.91 = Essonne
|
|
thing-type.config.airparif.location.department.option.92 = Hauts de Seine
|
|
thing-type.config.airparif.location.department.option.93 = Seine Saint Denis
|
|
thing-type.config.airparif.location.department.option.94 = Val de Marne
|
|
thing-type.config.airparif.location.department.option.95 = Val D'Oise
|
|
thing-type.config.airparif.location.location.label = Location
|
|
|
|
# channel group types
|
|
|
|
channel-group-type.airparif.air-quality-bulletin.label = Air Quality Bulletin
|
|
channel-group-type.airparif.air-quality-bulletin.channel.comment.label = Message
|
|
channel-group-type.airparif.air-quality-bulletin.channel.comment.description = General message for the air quality bulletin
|
|
channel-group-type.airparif.air-quality-bulletin.channel.no2-max.label = NO2 Max
|
|
channel-group-type.airparif.air-quality-bulletin.channel.no2-max.description = Maximum level of NO2 concentration
|
|
channel-group-type.airparif.air-quality-bulletin.channel.no2-min.label = NO2 Min
|
|
channel-group-type.airparif.air-quality-bulletin.channel.no2-min.description = Minimum level of NO2 concentration
|
|
channel-group-type.airparif.air-quality-bulletin.channel.o3-max.label = O3 Max
|
|
channel-group-type.airparif.air-quality-bulletin.channel.o3-max.description = Maximum level of O3 concentration
|
|
channel-group-type.airparif.air-quality-bulletin.channel.o3-min.label = O3 Min
|
|
channel-group-type.airparif.air-quality-bulletin.channel.o3-min.description = Minimum level of O3 concentration
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm10-max.label = PM 10 Max
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm10-max.description = Maximum level of PM 10 concentration
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm10-min.label = PM 10 Min
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm10-min.description = Minimum level of PM 10 concentration
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm25-max.label = PM 2.5 Max
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm25-max.description = Maximum level of PM 2.5 concentration
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm25-min.label = PM 2.5 Min
|
|
channel-group-type.airparif.air-quality-bulletin.channel.pm25-min.description = Minimum level of PM 2.5 concentration
|
|
channel-group-type.airparif.daily.label = Daily Region Information
|
|
channel-group-type.airparif.daily.channel.message.label = Message
|
|
channel-group-type.airparif.daily.channel.message.description = Today's daily general information
|
|
channel-group-type.airparif.daily.channel.tomorrow.label = Tomorrow
|
|
channel-group-type.airparif.daily.channel.tomorrow.description = Tomorrow's daily general information
|
|
channel-group-type.airparif.pollutant-mpc.label = Pollutant Concentration Information
|
|
channel-group-type.airparif.pollutant-mpc.channel.alert.label = Alert Level
|
|
channel-group-type.airparif.pollutant-mpc.channel.alert.description = Alert Level associated to pollutant concentration
|
|
channel-group-type.airparif.pollutant-mpc.channel.message.label = Message
|
|
channel-group-type.airparif.pollutant-mpc.channel.message.description = Polllutant concentration alert message
|
|
channel-group-type.airparif.pollutant-mpc.channel.value.label = Concentration
|
|
channel-group-type.airparif.pollutant-mpc.channel.value.description = Concentration of the given pollutant
|
|
channel-group-type.airparif.pollutant-ndx.label = ATMO Index
|
|
channel-group-type.airparif.pollutant-ndx.channel.alert.label = Index
|
|
channel-group-type.airparif.pollutant-ndx.channel.alert.description = ATMO Index associated to highest pollutant concentration
|
|
channel-group-type.airparif.pollutant-ndx.channel.message.label = Message
|
|
channel-group-type.airparif.pollutant-ndx.channel.message.description = Alert message associated to the value of the index
|
|
channel-group-type.airparif.pollutant-ndx.channel.timestamp.label = Timestamp
|
|
channel-group-type.airparif.pollutant-ndx.channel.timestamp.description = Timestamp of the evaluation
|
|
|
|
# channel types
|
|
|
|
channel-type.airparif.appreciation.label = Air Quality
|
|
channel-type.airparif.appreciation.state.option.0 = Good
|
|
channel-type.airparif.appreciation.state.option.1 = Average
|
|
channel-type.airparif.appreciation.state.option.2 = Degrated
|
|
channel-type.airparif.appreciation.state.option.3 = Bad
|
|
channel-type.airparif.appreciation.state.option.4 = Very Bad
|
|
channel-type.airparif.appreciation.state.option.5 = Extremely Bad
|
|
channel-type.airparif.comment.label = Comment
|
|
channel-type.airparif.mpc-value.label = Measure
|
|
channel-type.airparif.ndx-value.label = Measure
|
|
channel-type.airparif.timestamp.label = Timestamp
|
|
|
|
# channel group types
|
|
|
|
channel-group-type.airparif.pollutant-mpc.channel.timestamp.label = Timestamp
|
|
channel-group-type.airparif.pollutant-mpc.channel.timestamp.description = Timestamp of the measure
|
|
channel-group-type.airparif.pollutant-ndx.channel.value.label = Value
|
|
channel-group-type.airparif.pollutant-ndx.channel.value.description = Value of the global Index
|
|
channel-group-type.airparif.pollutant-ppb.label = Pollutant Concentration Information
|
|
channel-group-type.airparif.pollutant-ppb.channel.message.label = Message
|
|
channel-group-type.airparif.pollutant-ppb.channel.message.description = Polllutant concentration alert message
|
|
channel-group-type.airparif.pollutant-ppb.channel.timestamp.label = Timestamp
|
|
channel-group-type.airparif.pollutant-ppb.channel.timestamp.description = Timestamp of the measure
|
|
channel-group-type.airparif.pollutant-ppb.channel.value.label = Concentration
|
|
channel-group-type.airparif.pollutant-ppb.channel.value.description = Concentration of the given pollutant
|
|
|
|
# channel types
|
|
|
|
channel-type.airparif.ppb-value.label = Measure
|
|
|
|
# thing types
|
|
|
|
thing-type.airparif.location.channel.end-validity.label = End Of Validity
|
|
thing-type.airparif.location.channel.end-validity.description = Current bulletin validity ending
|
|
|
|
# discovery result
|
|
|
|
discovery.airparif.location.local.label = Air Quality Report
|
|
|
|
# iconprovider
|
|
|
|
iconset.label = AirParif Icons
|
|
iconset.description = Icons illustrating air quality measures provided by AirParif
|
|
|
|
# thing status descriptions
|
|
|
|
offline.config-error-unknown-apikey = Parameter 'apikey' must be configured
|
|
offline.config-error-invalid-apikey = Parameter 'apikey' is invalid
|
|
incorrect-bridge = Wrong bridge type
|