You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.samsungtv/src/main/resources/OH-INF/i18n/samsungtv_it.properties
+25-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# add-on
2
2
3
-
addon.samsungtv.name = Binding Samsung TV
4
-
addon.samsungtv.description = Binding per le TV Samsung. Questo Binding dovrebbe supportare tutte le TV Samsung serie C (2010), D (2011) e E (2012)
3
+
addon.samsungtv.name = Binding SamsungTV
4
+
addon.samsungtv.description = Questo è il binding per Samsung TV.
5
5
6
6
# thing types
7
7
@@ -10,12 +10,13 @@ thing-type.samsungtv.tv.description = Consente di controllare una TV Samsung
10
10
11
11
# thing types config
12
12
13
+
thing-type.config.samsungtv.tv.group.CloudConnection.description \= Questo abilita i canali di Sorgente Ingresso e Numero Canale sul TV che non supportano questo localmente, connettendo con l'API Smartthings cloud. Disponibile solo con protocolli WebSocket e SecureWebSocket.
13
14
thing-type.config.samsungtv.tv.hostName.label = Nome host
14
15
thing-type.config.samsungtv.tv.hostName.description = Indirizzo IP o nome host della TV Samsung.
15
16
thing-type.config.samsungtv.tv.macAddress.label = Indirizzo MAC
16
17
thing-type.config.samsungtv.tv.macAddress.description = Indirizzo MAC della TV Samsung.
17
18
thing-type.config.samsungtv.tv.port.label = Porta TCP
18
-
thing-type.config.samsungtv.tv.port.description = Porta TCP della TV Samsung.
19
+
thing-type.config.samsungtv.tv.port.description = Porta TCP della TV Samsung (legacy\: 1515, 7001, 15500, 55000 websockets\: 8001, 8002).
19
20
thing-type.config.samsungtv.tv.protocol.label = Protocollo Controllo Remoto
20
21
thing-type.config.samsungtv.tv.protocol.description = Il tipo di protocollo per il controllo remoto. Dipende dall'età della TV.
@@ -24,13 +25,29 @@ thing-type.config.samsungtv.tv.protocol.option.WebSocket = Websocket (TV del 201
24
25
thing-type.config.samsungtv.tv.protocol.option.SecureWebSocket = Websocket Sicuro (TV del 2016 e successive)
25
26
thing-type.config.samsungtv.tv.refreshInterval.label = Intervallo di aggiornamento
26
27
thing-type.config.samsungtv.tv.refreshInterval.description = Indica la frequenza di aggiornamento in millisecondi.
28
+
thing-type.config.samsungtv.tv.smartThingsApiKey.label = Smartthings PAT
29
+
thing-type.config.samsungtv.tv.smartThingsApiKey.description = Vai su https\://account.smartthings.com/tokens e ottieni un Token di Accesso Personale, inseriscilo qui.
30
+
thing-type.config.samsungtv.tv.smartThingsDeviceId.label = ID Dispositivo Smartthings
31
+
thing-type.config.samsungtv.tv.smartThingsDeviceId.description = Una volta che il PAT è stato inserito e salvato, guarda il log per l'ID del dispositivo per questa TV, inseriscilo qui.
32
+
thing-type.config.samsungtv.tv.subscription.label = Iscriviti a UPNP
33
+
thing-type.config.samsungtv.tv.subscription.description = Riduce la scansione sui dispositivi UPNP, ma potrebbe essere inaffidabile, disabilitare se si hanno problemi
channel-type.samsungtv.artworkbrightness.description = Imposta/ottieni la luminosità della grafica visualizzata
45
+
channel-type.samsungtv.artworkcolortemperature.label = Temperatura Colore Artwork
46
+
channel-type.samsungtv.artworkcolortemperature.description = Imposta/ottieni la temperatura del colore della grafica visualizzata. Il valore minimo è -5 e massimo 5.
0 commit comments