mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
New translations freecurrency.properties (Danish) (#16296)
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
dae83fc865
commit
11933a35b7
@ -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.
|
Loading…
Reference in New Issue
Block a user