forked from J-N-K/openhab-addons
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[VigiCrues] Adding localization and a bit of code cleansing. (openhab…
…#10992) * Adding localization and a bit of code cleansing. Signed-off-by: clinique <[email protected]> * Review corrections Signed-off-by: clinique <[email protected]>
- Loading branch information
1 parent
abf724c
commit 871a061
Showing
9 changed files
with
142 additions
and
85 deletions.
There are no files selected for viewing
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
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
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
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
47 changes: 47 additions & 0 deletions
47
bundles/org.openhab.binding.vigicrues/src/main/resources/OH-INF/i18n/vigicrues_fr.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,47 @@ | ||
|
||
# binding | ||
binding.vigicrues.name = Extension VigiCrues | ||
binding.vigicrues.description = Informations de niveau et de seuil d'alerte des rivières de France. | ||
|
||
# Station thing config | ||
thing-type.config.vigicrues.station.id.label = Identifiant | ||
thing-type.config.vigicrues.station.id.description = Identifiant unique de la station. | ||
|
||
thing-type.config.vigicrues.station.refresh.label = Période de Rafraîchissement | ||
thing-type.config.vigicrues.station.refresh.description = Fréquence de rafraichissement en minutes. | ||
|
||
# thing types | ||
thing-type.vigicrues.station.label = Station | ||
thing-type.vigicrues.station.description = Fournit les informations de niveau et de flux pour cette station. | ||
|
||
# channel types | ||
channel-type.vigicrues.height.label = Hauteur | ||
channel-type.vigicrues.height.description = Hauteur d'eau dans le cours d'eau. | ||
|
||
channel-type.vigicrues.relative-height.label = Hauteur relative | ||
channel-type.vigicrues.relative-height.description = Hauteur relative par rapport aux crues historiques. | ||
|
||
channel-type.vigicrues.flow.label = Débit | ||
channel-type.vigicrues.flow.description = Débit du cours d'eau. | ||
|
||
channel-type.vigicrues.relative-flow.label = Débit relatif | ||
channel-type.vigicrues.relative-flow.description = Débit relatif par rapport aux crues historiques. | ||
|
||
channel-type.vigicrues.alert-level.label = Niveau d'alerte | ||
channel-type.vigicrues.alert-level.state.option.0 = Vert | ||
channel-type.vigicrues.alert-level.state.option.1 = Jaune | ||
channel-type.vigicrues.alert-level.state.option.2 = Orange | ||
channel-type.vigicrues.alert-level.state.option.3 = Rouge | ||
|
||
channel-type.vigicrues.alert-icon.label = Pictogramme | ||
channel-type.vigicrues.alert-icon.description = Pictogramme officiel associé au niveau d'alerte. | ||
|
||
channel-type.vigicrues.short-comment.label = Situation | ||
channel-type.vigicrues.short-comment.description = Bref descriptif de la situation. | ||
|
||
channel-type.vigicrues.comment.label = Commentaire | ||
channel-type.vigicrues.comment.description = Commentaire détaillé. | ||
|
||
channel-type.vigicrues.observation-time.label = Horodatage | ||
channel-type.vigicrues.observation-time.description = Heure de rapport des mesures. | ||
|
Oops, something went wrong.