Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349)
* Switch properties files encoding from ISO-8859-1 to UTF-8 Crowdin will generate translations in this encoding, so this prevents a lot of diffs which makes it easier to review future Crowdin PRs. Related to openhab/openhab-core#2298 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# binding
|
||||
binding.synopanalyzer.name = Extension Synop Analyzer
|
||||
binding.synopanalyzer.description = Synop Analyzer permet de télécharger et interpréter les messages SYNOP.
|
||||
binding.synopanalyzer.description = Synop Analyzer permet de télécharger et interpréter les messages SYNOP.
|
||||
|
||||
# thing type
|
||||
thing-type.synopanalyzer.synopanalyzer.label = Message Synop
|
||||
thing-type.synopanalyzer.synopanalyzer.description = Décodage du dernier message d'une station Synop.
|
||||
thing-type.synopanalyzer.synopanalyzer.description = Décodage du dernier message d'une station Synop.
|
||||
|
||||
# channel types
|
||||
channel-type.synopanalyzer.wind-speed-beaufort.label = Beaufort
|
||||
channel-type.synopanalyzer.wind-speed-beaufort.description = Force du vent sur l'échelle Beaufort.
|
||||
channel-type.synopanalyzer.wind-speed-beaufort.description = Force du vent sur l'échelle Beaufort.
|
||||
|
||||
channel-type.synopanalyzer.wind-direction.label = Direction du vent
|
||||
channel-type.synopanalyzer.wind-direction.description = Equivalent cardinal de la direction du vent.
|
||||
@@ -24,21 +24,21 @@ channel-type.synopanalyzer.wind-direction.state.option.NNW = NNO
|
||||
channel-type.synopanalyzer.octa.label = Octa
|
||||
channel-type.synopanalyzer.octa.description = Evaluation de la couverture nuageuse.
|
||||
|
||||
channel-type.synopanalyzer.attenuation-factor.label = Coefficient d'atténuation
|
||||
channel-type.synopanalyzer.attenuation-factor.description = Atténuation générée par la couverture nuageuse.
|
||||
channel-type.synopanalyzer.attenuation-factor.label = Coefficient d'atténuation
|
||||
channel-type.synopanalyzer.attenuation-factor.description = Atténuation générée par la couverture nuageuse.
|
||||
|
||||
channel-type.synopanalyzer.overcast.label = Couverture nuageuse
|
||||
channel-type.synopanalyzer.overcast.description = Appréciation de la couverture nuageuse.
|
||||
channel-type.synopanalyzer.overcast.state.option.CLEAR_SKY = Ciel dégagé
|
||||
channel-type.synopanalyzer.overcast.description = Appréciation de la couverture nuageuse.
|
||||
channel-type.synopanalyzer.overcast.state.option.CLEAR_SKY = Ciel dégagé
|
||||
channel-type.synopanalyzer.overcast.state.option.CLOUDY = Nuageux
|
||||
channel-type.synopanalyzer.overcast.state.option.SKY_NOT_VISIBLE = Ciel non visible
|
||||
|
||||
channel-type.synopanalyzer.horizontal-visibility.label = Visibilité horizontale
|
||||
channel-type.synopanalyzer.horizontal-visibility.description = Ordre de grandeur de la visibilité horizontale.
|
||||
channel-type.synopanalyzer.horizontal-visibility.label = Visibilité horizontale
|
||||
channel-type.synopanalyzer.horizontal-visibility.description = Ordre de grandeur de la visibilité horizontale.
|
||||
channel-type.synopanalyzer.horizontal-visibility.state.option.LESS_THAN_1 = Moins de 1 km
|
||||
channel-type.synopanalyzer.horizontal-visibility.state.option.LESS_THAN_10 = Entre 1 et 10 km
|
||||
channel-type.synopanalyzer.horizontal-visibility.state.option.LESS_THAN_50 = Entre 10 et 50 km
|
||||
channel-type.synopanalyzer.horizontal-visibility.state.option.MORE_THAN_50 = Plus de 50 km
|
||||
|
||||
channel-type.synopanalyzer.time-utc.label = Horodatage
|
||||
channel-type.synopanalyzer.time-utc.description = Heure d'observation des mesures relevées
|
||||
channel-type.synopanalyzer.time-utc.description = Heure d'observation des mesures relevées
|
||||
|
||||
Reference in New Issue
Block a user