]> git.basschouten.com Git - openhab-addons.git/commitdiff
New translations freecurrency.properties (Italian) (#16295)
authoropenhab-bot <bot@openhab.org>
Tue, 16 Jan 2024 17:54:37 +0000 (18:54 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jan 2024 17:54:37 +0000 (18:54 +0100)
bundles/org.openhab.binding.freecurrency/src/main/resources/OH-INF/i18n/freecurrency_it.properties [new file with mode: 0644]

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 (file)
index 0000000..80bcbbb
--- /dev/null
@@ -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.