forked from openhab/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n and changing to system types after self audit checklist
Signed-off-by: Jørgen Austvik <[email protected]>
- Loading branch information
Showing
2 changed files
with
50 additions
and
21 deletions.
There are no files selected for viewing
51 changes: 48 additions & 3 deletions
51
...les/org.openhab.binding.airgradient/src/main/resources/OH-INF/i18n/airgradient.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,48 @@ | ||
# FIXME: please add all English translations to this file so the texts can be translated using Crowdin | ||
# FIXME: to generate the content of this file run: mvn i18n:generate-default-translations | ||
# FIXME: see also: https://www.openhab.org/docs/developer/utils/i18n.html | ||
# add-on | ||
|
||
addon.airgradient.name = AirGradient Binding | ||
addon.airgradient.description = This is the binding for AirGradient. | ||
|
||
# thing types | ||
|
||
thing-type.airgradient.airgradientapi.label = AirGradient API | ||
thing-type.airgradient.airgradientapi.description = Connection to the AirGradient API | ||
thing-type.airgradient.location.label = AirGradient Location | ||
thing-type.airgradient.location.description = AirGradient Location is where measurements are made | ||
|
||
# thing types config | ||
|
||
thing-type.config.airgradient.airgradientapi.hostname.label = Hostname | ||
thing-type.config.airgradient.airgradientapi.hostname.description = Hostname or IP address of the API | ||
thing-type.config.airgradient.airgradientapi.refreshInterval.label = Refresh Interval | ||
thing-type.config.airgradient.airgradientapi.refreshInterval.description = Interval the device is polled in sec. | ||
thing-type.config.airgradient.airgradientapi.token.label = Token | ||
thing-type.config.airgradient.airgradientapi.token.description = Token to access the device | ||
thing-type.config.airgradient.location.location.label = Location ID | ||
thing-type.config.airgradient.location.location.description = ID of the location | ||
|
||
# channel types | ||
|
||
channel-type.airgradient.calibration.label = Calibration | ||
channel-type.airgradient.calibration.description = Calibrate Sensors | ||
channel-type.airgradient.calibration.command.option.co2 = co2 | ||
channel-type.airgradient.co2.label = CO2 | ||
channel-type.airgradient.co2.description = CarbonDioxide | ||
channel-type.airgradient.leds-mode.label = LEDs Mode | ||
channel-type.airgradient.leds-mode.description = Mode for the LEDs | ||
channel-type.airgradient.leds-mode.state.option.default = default | ||
channel-type.airgradient.leds-mode.state.option.off = off | ||
channel-type.airgradient.leds-mode.state.option.pm = pm | ||
channel-type.airgradient.leds-mode.state.option.co2 = co2 | ||
channel-type.airgradient.particle-count.label = Particle Count | ||
channel-type.airgradient.particle-count.description = Count of particles in 1 decilitre of air | ||
channel-type.airgradient.pm1.label = PM1 | ||
channel-type.airgradient.pm1.description = Particulate Matter 1 (0.001mm) | ||
channel-type.airgradient.pm10.label = PM10 | ||
channel-type.airgradient.pm10.description = Particulate Matter 10 (0.01mm) | ||
channel-type.airgradient.pm2.label = PM2 | ||
channel-type.airgradient.pm2.description = Particulate Matter 2 (0.002mm) | ||
channel-type.airgradient.tvoc.label = TVOC | ||
channel-type.airgradient.tvoc.description = Total Volatile Organic Compounds | ||
channel-type.airgradient.wifi.label = RSSI | ||
channel-type.airgradient.wifi.description = Received signal strength indicator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters