--- /dev/null
+# 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.