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.vigicrues.name = Extension VigiCrues
|
||||
binding.vigicrues.description = Informations de niveau et de seuil d'alerte des rivières de France.
|
||||
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-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
|
||||
@@ -21,11 +21,11 @@ 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.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.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
|
||||
@@ -34,13 +34,13 @@ 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.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.comment.description = Commentaire détaillé.
|
||||
|
||||
channel-type.vigicrues.observation-time.label = Horodatage
|
||||
channel-type.vigicrues.observation-time.description = Heure de rapport des mesures.
|
||||
|
||||
Reference in New Issue
Block a user