New Crowdin updates (#13558)
* New translations meater.properties (Italian) * New translations tplinkrouter.properties (Italian)
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
# binding
|
||||
|
||||
binding.tplinkrouter.name = Gestore router TP-Link
|
||||
binding.tplinkrouter.description = Questa è il gestore per controllare un router TP-Link via telnet.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tplinkrouter.router.label = Router
|
||||
thing-type.tplinkrouter.router.description = Router monitorato e controllato mediante connessione telnet
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.tplinkrouter.router.hostname.label = Nome host
|
||||
thing-type.config.tplinkrouter.router.hostname.description = Nome dell'host o indirizzo IP del dispositivo
|
||||
thing-type.config.tplinkrouter.router.password.label = Password
|
||||
thing-type.config.tplinkrouter.router.password.description = Password per accedere al dispositivo
|
||||
thing-type.config.tplinkrouter.router.port.label = Porta
|
||||
thing-type.config.tplinkrouter.router.port.description = Porta per la connessione telnet (23 quella predefinita)
|
||||
thing-type.config.tplinkrouter.router.refreshInterval.label = Intervallo di aggiornamento
|
||||
thing-type.config.tplinkrouter.router.refreshInterval.description = Intervallo di tempo delle interrogazioni del dispositivo, in sec.
|
||||
thing-type.config.tplinkrouter.router.username.label = Nome utente
|
||||
thing-type.config.tplinkrouter.router.username.description = Nome utente per accedere al dispositivo
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.tplinkrouter.wifiGroupType.label = Wi-Fi
|
||||
channel-group-type.tplinkrouter.wifiGroupType.description = Canali Wi-Fi
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tplinkrouter.authentication.label = Modalità di autenticazione Wi-Fi
|
||||
channel-type.tplinkrouter.authentication.state.option.AUTO = AUTO
|
||||
channel-type.tplinkrouter.authentication.state.option.OPEN = APERTA
|
||||
channel-type.tplinkrouter.authentication.state.option.SHARED = CHIAVE CONDIVISA
|
||||
channel-type.tplinkrouter.authentication.state.option.WPA = WPA
|
||||
channel-type.tplinkrouter.authentication.state.option.WPA2 = WPA2
|
||||
channel-type.tplinkrouter.bandwidth.label = Larghezza di banda Wi-Fi
|
||||
channel-type.tplinkrouter.bandwidth.state.option.Auto = Automatica
|
||||
channel-type.tplinkrouter.bandwidth.state.option.20M = 20 MHz
|
||||
channel-type.tplinkrouter.bandwidth.state.option.40M = 40 MHz
|
||||
channel-type.tplinkrouter.encryption.label = Modalità di cifratura Wi-Fi
|
||||
channel-type.tplinkrouter.encryption.description = Modalità di cifratura Wi-Fi (solo per la modalità di sicurezza PSK)
|
||||
channel-type.tplinkrouter.encryption.state.option.AUTO = AUTO
|
||||
channel-type.tplinkrouter.encryption.state.option.TKIP = TKIP
|
||||
channel-type.tplinkrouter.encryption.state.option.AES = AES
|
||||
channel-type.tplinkrouter.key.label = Password Wi-Fi
|
||||
channel-type.tplinkrouter.qss.label = QSS Wi-Fi
|
||||
channel-type.tplinkrouter.security-mode.label = Modalità di sicurezza Wi-Fi
|
||||
channel-type.tplinkrouter.security-mode.state.option.WEP = WEP
|
||||
channel-type.tplinkrouter.security-mode.state.option.WPA = PSK
|
||||
channel-type.tplinkrouter.ssid.label = SSID Wi-Fi
|
||||
channel-type.tplinkrouter.status.label = Stato Wi-Fi
|
||||
Reference in New Issue
Block a user