From: openhab-bot Date: Tue, 16 Jan 2024 17:54:37 +0000 (+0100) Subject: New translations freecurrency.properties (Italian) (#16295) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=4ccda8f1a116af6fa98200ddeb2e7f6e6cc340f1;p=openhab-addons.git New translations freecurrency.properties (Italian) (#16295) --- diff --git a/bundles/org.openhab.binding.freecurrency/src/main/resources/OH-INF/i18n/freecurrency_it.properties b/bundles/org.openhab.binding.freecurrency/src/main/resources/OH-INF/i18n/freecurrency_it.properties new file mode 100644 index 0000000000..80bcbbb44d --- /dev/null +++ b/bundles/org.openhab.binding.freecurrency/src/main/resources/OH-INF/i18n/freecurrency_it.properties @@ -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.