]> git.basschouten.com Git - openhab-addons.git/commitdiff
[map] Rename transform.properties to map.properties (#11817)
authorChristoph Weitkamp <github@christophweitkamp.de>
Mon, 20 Dec 2021 10:32:51 +0000 (11:32 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Dec 2021 10:32:51 +0000 (11:32 +0100)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map.properties [new file with mode: 0644]
bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_de.properties [new file with mode: 0644]
bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/map_fr.properties [new file with mode: 0644]
bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform.properties [deleted file]
bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_de.properties [deleted file]
bundles/org.openhab.transform.map/src/main/resources/OH-INF/i18n/transform_fr.properties [deleted file]

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 (file)
index 0000000..7c22c32
--- /dev/null
@@ -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 (file)
index 0000000..a56e2bf
--- /dev/null
@@ -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 (file)
index 0000000..17d8522
--- /dev/null
@@ -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 (file)
index 7c22c32..0000000
+++ /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 (file)
index a56e2bf..0000000
+++ /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 (file)
index 17d8522..0000000
+++ /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).