New translations freecurrency.properties (Italian) (#16295)

This commit is contained in:
openhab-bot 2024-01-16 18:54:37 +01:00 committed by GitHub
parent 9400ced25f
commit 4ccda8f1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,29 @@
# add-on
addon.freecurrency.name = Binding Freecurrency
addon.freecurrency.description = Questo è il binding per integrare le API Freecurrency come provider di valute.
# add-on config
addon.config.freecurrency.apiKey.label = Chiave API
addon.config.freecurrency.apiKey.description = La chiave API recuperata da freecurrencyapi.com
addon.config.freecurrency.baseCurrency.label = Valuta Base
addon.config.freecurrency.baseCurrency.description = La valuta di base per questo provider.
# thing types
thing-type.freecurrency.info.label = Informazioni valuta
thing-type.freecurrency.info.description = Fornisce i tassi di cambio tra valute e informazioni sullo stato del servizio.
# channel types
channel-type.freecurrency.exchange-rate.label = Tasso di cambio
channel-type.freecurrency.exchange-rate.description = Tasso di cambio tra due valute
channel-type.freecurrency.last-update.label = Ultimo Aggiornamento
channel-type.freecurrency.last-update.description = La data e ora dell'ultimo set di tassi di cambio recuperato.
# 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 = Opzionale, valore predefinito per la valuta di base se non configurato.