New translations freecurrency.properties (Danish) (#16296)

Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
openhab-bot 2024-01-16 21:52:40 +01:00 committed by Ciprian Pascu
parent dae83fc865
commit 11933a35b7

View File

@ -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.