From: Christoph Weitkamp Date: Mon, 20 Dec 2021 10:32:51 +0000 (+0100) Subject: [map] Rename transform.properties to map.properties (#11817) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=37088d4e8a1a39e9af6e339979398191eba83214;p=openhab-addons.git [map] Rename transform.properties to map.properties (#11817) Signed-off-by: Christoph Weitkamp --- diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map.properties new file mode 100644 index 0000000000..7c22c32c38 --- /dev/null +++ b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map.properties @@ -0,0 +1,7 @@ +# bundle config + +profile-type.transform.MAP.label = MAP +profile.config.transform.MAP.function.label = Filename +profile.config.transform.MAP.function.description = Filename containing the mapping information. +profile.config.transform.MAP.sourceFormat.label = State Formatter +profile.config.transform.MAP.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s). diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_de.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_de.properties new file mode 100644 index 0000000000..a56e2bf388 --- /dev/null +++ b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_de.properties @@ -0,0 +1,7 @@ +# bundle config + +profile-type.transform.MAP.label = MAP +profile.config.transform.MAP.function.label = Dateiname +profile.config.transform.MAP.function.description = Datei mit den Mapping-Informationen. +profile.config.transform.MAP.sourceFormat.label = State Format +profile.config.transform.MAP.sourceFormat.description = Format, welches auf den State des Channels angewendet.wird, bevor das Mapping erfolgt (z.B %s oder %.1f °C, Standard ist %s). diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_fr.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_fr.properties new file mode 100644 index 0000000000..17d8522d94 --- /dev/null +++ b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_fr.properties @@ -0,0 +1,7 @@ +# bundle config + +profile-type.transform.MAP.label = MAP +profile.config.transform.MAP.function.label = Nom du fichier +profile.config.transform.MAP.function.description = Nom du fichier contenant les informations de mappage. +profile.config.transform.MAP.sourceFormat.label = Formatage de l'état +profile.config.transform.MAP.sourceFormat.description = Comment formater l'état du canal avant de le transformer, par exemple %s ou %.1f °C (par défaut %s). diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties deleted file mode 100644 index 7c22c32c38..0000000000 --- a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties +++ /dev/null @@ -1,7 +0,0 @@ -# bundle config - -profile-type.transform.MAP.label = MAP -profile.config.transform.MAP.function.label = Filename -profile.config.transform.MAP.function.description = Filename containing the mapping information. -profile.config.transform.MAP.sourceFormat.label = State Formatter -profile.config.transform.MAP.sourceFormat.description = How to format the state on the channel before transforming it, i.e. %s or %.1f °C (default is %s). diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_de.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_de.properties deleted file mode 100644 index a56e2bf388..0000000000 --- a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_de.properties +++ /dev/null @@ -1,7 +0,0 @@ -# bundle config - -profile-type.transform.MAP.label = MAP -profile.config.transform.MAP.function.label = Dateiname -profile.config.transform.MAP.function.description = Datei mit den Mapping-Informationen. -profile.config.transform.MAP.sourceFormat.label = State Format -profile.config.transform.MAP.sourceFormat.description = Format, welches auf den State des Channels angewendet.wird, bevor das Mapping erfolgt (z.B %s oder %.1f °C, Standard ist %s). diff --git a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_fr.properties b/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_fr.properties deleted file mode 100644 index 17d8522d94..0000000000 --- a/bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_fr.properties +++ /dev/null @@ -1,7 +0,0 @@ -# bundle config - -profile-type.transform.MAP.label = MAP -profile.config.transform.MAP.function.label = Nom du fichier -profile.config.transform.MAP.function.description = Nom du fichier contenant les informations de mappage. -profile.config.transform.MAP.sourceFormat.label = Formatage de l'état -profile.config.transform.MAP.sourceFormat.description = Comment formater l'état du canal avant de le transformer, par exemple %s ou %.1f °C (par défaut %s).