-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update default translations #15420
Closed
Closed
Update default translations #15420
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
0d238e3
Update default translations
florian-h05 976b322
Address review & Fix my own findings
florian-h05 f34989c
Spotless
florian-h05 caa1e13
Update modbus.properties
bern77 a38e3d8
Rename modbus.properties to helioseasycontrols.properties
bern77 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...nhab.automation.groovyscripting/src/main/resources/OH-INF/i18n/groovyscripting.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# add-on | ||
|
||
addon.groovyscripting.name = Groovy Scripting | ||
addon.groovyscripting.description = This adds a Groovy script engine. |
4 changes: 4 additions & 0 deletions
4
...penhab.automation.jrubyscripting/src/main/resources/OH-INF/i18n/jrubyscripting.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# add-on | ||
|
||
addon.jrubyscripting.name = JRuby Scripting | ||
addon.jrubyscripting.description = This adds a JRuby script engine. |
7 changes: 7 additions & 0 deletions
7
.../org.openhab.automation.jsscripting/src/main/resources/OH-INF/i18n/jsscripting.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
4 changes: 4 additions & 0 deletions
4
...utomation.jsscriptingnashorn/src/main/resources/OH-INF/i18n/jsscriptingnashorn.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# add-on | ||
|
||
addon.jsscriptingnashorn.name = JavaScript Scripting (Nashorn) | ||
addon.jsscriptingnashorn.description = This adds a JS (Nashorn) script engine. |
4 changes: 4 additions & 0 deletions
4
...penhab.automation.jythonscripting/src/main/resources/OH-INF/i18n/pidcontroller.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# add-on | ||
|
||
addon.pidcontroller.name = Jython Scripting | ||
addon.pidcontroller.description = This adds a Jython script engine. |
4 changes: 4 additions & 0 deletions
4
...penhab.automation.pidcontroller/src/main/resources/OH-INF/i18n/groovyscripting.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# add-on | ||
|
||
addon.groovyscripting.name = PID Controller | ||
addon.groovyscripting.description = A PID controller for triggering rules. |
4 changes: 4 additions & 0 deletions
4
bundles/org.openhab.automation.pwm/src/main/resources/OH-INF/i18n/pwm.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# add-on | ||
|
||
addon.pwm.name = PWM Controller | ||
addon.pwm.description = A trigger module for pulse-width modulation. |
78 changes: 28 additions & 50 deletions
78
bundles/org.openhab.binding.airquality/src/main/resources/OH-INF/i18n/airquality.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,62 +1,40 @@ | ||
# add-on | ||
|
||
addon.airquality.name = Air Quality Binding | ||
addon.airquality.description = Measure Air Quality Index and details about pollution particles for a given location. | ||
|
||
# thing types | ||
|
||
thing-type.airquality.api.label = Air Quality API | ||
thing-type.airquality.api.description = Bridge to the Air Quality API service. | ||
thing-type.airquality.station.label = Air Quality Station | ||
thing-type.airquality.station.description = Provides various air quality data from the World Air Quality Project. In order to receive the data, you must register an account on http://aqicn.org/data-platform/token/ and get your API token. | ||
|
||
# thing types config | ||
|
||
thing-type.config.airquality.api.apiKey.label = API Key | ||
thing-type.config.airquality.api.apiKey.description = Data-platform token to access the AQIcn.org service. | ||
thing-type.config.airquality.station.location.label = Location | ||
thing-type.config.airquality.station.location.description = Your geo coordinates separated with comma (e.g. "37.8,-122.4"). | ||
thing-type.config.airquality.station.stationId.label = Station ID | ||
thing-type.config.airquality.station.stationId.description = Fill in case you want to receive data from the specific station. | ||
thing-type.config.airquality.station.refresh.label = Refresh Interval | ||
thing-type.config.airquality.station.refresh.description = Specifies the refresh interval in minutes. | ||
|
||
# Channel groups labels | ||
pm25ChannelGroupLabel = PM 2.5 - Particles less than 2.5 �m in diameter. | ||
pm10ChannelGroupLabel = PM 10 - Coarse Dust Particles. | ||
no2ChannelGroupLabel = NO2 - Nitrogen Dioxide. | ||
so2ChannelGroupLabel = SO2 - Sulfur Dioxide. | ||
coChannelGroupLabel = CO - Carbon Monoxide. | ||
o3ChannelGroupLabel = O3 - Ozone. | ||
aqiChannelGroupLabel = AQI - Synthetic Air Quality Index. | ||
weatherChannelGroupLabel = Weather Data | ||
|
||
# Channel types labels | ||
timestampChannelLabel = Observation Time | ||
timestampChannelDescription = Observation date and time. | ||
dominentChannelLabel = Dominent Pollutant | ||
dewPointLabel = Dew-Point Temperature | ||
dewPointDescription = Forecasted dew-point temperature. | ||
windSpeedLabel = Wind Speed | ||
pictoChannelLabel = Pictogram | ||
pictoChannelDescription = Pictogram associated to alert level. | ||
colorChannelLabel = AQI Color | ||
colorChannelDescription = Color associated to given AQI Index. | ||
|
||
# Channel options values | ||
alertLevelChannelLabel = Alert Level | ||
alertLevelChannelDescription = Alert level associated to Air Quality Index scale. | ||
alertLevelOption0 = Good | ||
alertLevelOption1 = Moderate | ||
alertLevelOption2 = Unhealthy for Sensitive Groups | ||
alertLevelOption3 = Unhealthy | ||
alertLevelOption4 = Very Unhealthy | ||
alertLevelOption5 = Hazardous | ||
|
||
pollutantPm25 = Fine particles | ||
pollutantPm10 = Coarse dust particles | ||
pollutantO3 = Ozone | ||
pollutantNO2 = Nitrogen Dioxide | ||
pollutantCO = Carbon Monoxide | ||
pollutantSO2 = Sulfur Dioxide | ||
|
||
# Error messages | ||
null-or-empty-api-key = Null or empty API key | ||
incorrect-bridge = Wrong bridge type | ||
thing-type.config.airquality.station.stationId.label = Station ID | ||
|
||
# channel group types | ||
|
||
channel-group-type.airquality.pollutant-density.label = Pollutant | ||
channel-group-type.airquality.pollutant-ppb.label = Pollutant | ||
|
||
# channel types | ||
|
||
channel-type.airquality.density-value.label = Measure | ||
channel-type.airquality.index-adv.label = Index | ||
channel-type.airquality.index.label = Index | ||
channel-type.airquality.ppb-value.label = Measure | ||
channel-type.airquality.sensitive-group.label = Sensitive Group | ||
channel-type.airquality.sensitive-group.description = Checked if sensitive group is exposed to pollutant. | ||
|
||
# channel types config | ||
|
||
channel-type.config.airquality.sensitive-group.group.label = Group | ||
channel-type.config.airquality.sensitive-group.group.description = Defines the kind of sensitivity | ||
channel-type.config.airquality.sensitive-group.group.option.RESPIRATORY = People with respiratory disease. | ||
channel-type.config.airquality.sensitive-group.group.option.HEART = People with heart disease. | ||
channel-type.config.airquality.sensitive-group.group.option.ELDERLY = The elderly. | ||
channel-type.config.airquality.sensitive-group.group.option.CHILDREN = Children. | ||
channel-type.config.airquality.sensitive-group.group.option.ASTHMA = People with asthma. |
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This re-ordering of atlona.properties is not necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what the i18n plug-in does …
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of these were arranged in numerical or some other logical order that matches the xml files. The i18n plug in is re-ordering them into alphabetical order.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But it makes much more sense to have it in the order the plugin creates. For future updates most likely the plugin will be used and then it is easier to see the differences.