]> git.basschouten.com Git - openhab-addons.git/commitdiff
New translations freecurrency.properties (Danish) (#16296)
authoropenhab-bot <bot@openhab.org>
Tue, 16 Jan 2024 20:52:40 +0000 (21:52 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 20:52:40 +0000 (21:52 +0100)
bundles/org.openhab.binding.freecurrency/src/main/resources/OH-INF/i18n/freecurrency_da.properties [new file with mode: 0644]

diff --git a/bundles/org.openhab.binding.freecurrency/src/main/resources/OH-INF/i18n/freecurrency_da.properties b/bundles/org.openhab.binding.freecurrency/src/main/resources/OH-INF/i18n/freecurrency_da.properties
new file mode 100644 (file)
index 0000000..844a0dd
--- /dev/null
@@ -0,0 +1,29 @@
+# add-on
+
+addon.freecurrency.name = Freecurrency binding
+addon.freecurrency.description = Dette er bindingen der integrerer Freecurrency API som valutaudbyder.
+
+# add-on config
+
+addon.config.freecurrency.apiKey.label = API-nøgle
+addon.config.freecurrency.apiKey.description = API-nøglen hentet fra freecurrencyapi.com
+addon.config.freecurrency.baseCurrency.label = Basisvaluta
+addon.config.freecurrency.baseCurrency.description = Basisvalutaen for denne udbyder.
+
+# thing types
+
+thing-type.freecurrency.info.label = Valutainformation
+thing-type.freecurrency.info.description = Leverer vekselkurser mellem valutaer og oplysninger om servicestatus.
+
+# channel types
+
+channel-type.freecurrency.exchange-rate.label = Vekselkurs
+channel-type.freecurrency.exchange-rate.description = Vekselkurs mellem to valutaer
+channel-type.freecurrency.last-update.label = Sidst opdateret
+channel-type.freecurrency.last-update.description = Tidsstemplet for det sidste hentede sæt af vekselkurser.
+
+# channel types config
+
+channel-type.config.freecurrency.exchange-rate.currency1.label = Valuta 1
+channel-type.config.freecurrency.exchange-rate.currency2.label = Valuta 2
+channel-type.config.freecurrency.exchange-rate.currency2.description = Valgfri, standardindstilling er basisvaluta, hvis ikke konfigureret.