New Crowdin updates (#15407)

* New translations hue.properties (Italian)

* New translations deconz.properties (Italian)

* New translations anel.properties (Italian)

* New translations atlona.properties (Italian)

* New translations electroluxair.properties (Italian)

* New translations groupepsa.properties (Italian)

* New translations somneo.properties (Italian)

* New translations meater.properties (Italian)

* New translations juicenet.properties (Italian)

* New translations volumio.properties (Italian)

* New translations asuswrt.properties (Italian)
This commit is contained in:
openhab-bot
2023-08-12 08:09:15 +02:00
committed by GitHub
parent 297640aa77
commit 2886175120
11 changed files with 607 additions and 62 deletions

View File

@@ -0,0 +1,118 @@
# add-on
addon.asuswrt.name = Binding Asuswrt
addon.asuswrt.description = Binding per router ASUS (solo Asuswrt / Asuswrt-Merlin)
# thing types
thing-type.asuswrt.client.label = Client Asuswrt
thing-type.asuswrt.client.description = Client collegato ad Asuswrt-Router
thing-type.asuswrt.interface.label = Interfaccia Router
thing-type.asuswrt.interface.description = Interfaccia del router
thing-type.asuswrt.router.label = Router Asuswrt
thing-type.asuswrt.router.description = Router con Asuswrt o Asuswrt-Merlin OS
# thing types config
thing-type.config.asuswrt.client.clientNick.label = Nickname
thing-type.config.asuswrt.client.clientNick.description = Soprannome del dispositivo
thing-type.config.asuswrt.client.macAddress.label = Indirizzo MAC
thing-type.config.asuswrt.client.macAddress.description = Indirizzo MAC del dispositivo
thing-type.config.asuswrt.interface.interfaceName.label = Nome Interfaccia
thing-type.config.asuswrt.interface.interfaceName.description = Nome dell'interfaccia selezionata. *Forse non tutti sono supportati dal tuo dispositivo*
thing-type.config.asuswrt.interface.interfaceName.option.wan = WAN
thing-type.config.asuswrt.interface.interfaceName.option.lan = LAN
thing-type.config.asuswrt.router.hostname.label = Nome Host
thing-type.config.asuswrt.router.hostname.description = Nome host o indirizzo IP del dispositivo
thing-type.config.asuswrt.router.httpPort.label = Porta HTTP
thing-type.config.asuswrt.router.httpPort.description = Porta utilizzata per la connessione HTTP
thing-type.config.asuswrt.router.httpsPort.label = Porta HTTPS
thing-type.config.asuswrt.router.httpsPort.description = Porta utilizzata per la connessione HTTPS
thing-type.config.asuswrt.router.password.label = Password
thing-type.config.asuswrt.router.password.description = Password per accedere al dispositivo
thing-type.config.asuswrt.router.pollingInterval.label = Intervallo d'interrogazione
thing-type.config.asuswrt.router.pollingInterval.description = Intervallo di tempo delle interrogazioni al dispositivo, in sec.
thing-type.config.asuswrt.router.useSSL.label = Usa SSL
thing-type.config.asuswrt.router.useSSL.description = Usa SSL per autenticarti. Se non si usa HTTP
thing-type.config.asuswrt.router.username.label = Nome utente
thing-type.config.asuswrt.router.username.description = Nome utente per accedere al dispositivo
# channel group types
channel-group-type.asuswrt.client-list-group.label = Clients
channel-group-type.asuswrt.client-list-group.description = Clients connessi al router
channel-group-type.asuswrt.client-list-group.channel.known-clients.label = Clients Conosciuti
channel-group-type.asuswrt.client-list-group.channel.known-clients.description = Client conosciuti con nome e indirizzi MAC
channel-group-type.asuswrt.client-list-group.channel.online-clients.description = Clients online con nome e indirizzi MAC
channel-group-type.asuswrt.clientNetworkGroup.label = Clients
channel-group-type.asuswrt.clientNetworkGroup.description = Clients connessi al router
channel-group-type.asuswrt.clientNetworkGroup.channel.ip-address.description = Indirizzo IP Client
channel-group-type.asuswrt.if-info-group.label = Stato LAN
channel-group-type.asuswrt.if-info-group.description = Stato connessione LAN
channel-group-type.asuswrt.sys-info-group.label = Informazioni Di Sistema
channel-group-type.asuswrt.sys-info-group.description = Informazioni di sistema sul dispositivo
channel-group-type.asuswrt.sys-info-group.channel.cpu-used-percent.label = Utilizzo Cpu Totale
channel-group-type.asuswrt.sys-info-group.channel.cpu-used-percent.description = Utilizzo totale della CPU in percentuale su tutti i core
channel-group-type.asuswrt.sys-info-group.channel.mem-free.label = Libera Memoria
channel-group-type.asuswrt.sys-info-group.channel.mem-free.description = Memoria libera in MB
channel-group-type.asuswrt.sys-info-group.channel.mem-free-percent.label = Libera Memoria
channel-group-type.asuswrt.sys-info-group.channel.mem-free-percent.description = Memoria libera in %
channel-group-type.asuswrt.sys-info-group.channel.mem-total.label = Memoria Totale
channel-group-type.asuswrt.sys-info-group.channel.mem-total.description = Memoria totale in MB
channel-group-type.asuswrt.sys-info-group.channel.mem-used.label = Memoria usata
channel-group-type.asuswrt.sys-info-group.channel.mem-used.description = Memoria usata in MB
channel-group-type.asuswrt.sys-info-group.channel.mem-used-percent.label = Memoria Usata
channel-group-type.asuswrt.sys-info-group.channel.mem-used-percent.description = Memoria utilizzata in %
channel-group-type.asuswrt.traffic-group.label = Traffico
channel-group-type.asuswrt.traffic-group.description = Monitoraggio Del Traffico
channel-group-type.asuswrt.traffic-group.channel.cur-rx.label = Traffico Attuale Ricevuto
channel-group-type.asuswrt.traffic-group.channel.cur-tx.label = Traffico Attuale Inviato
channel-group-type.asuswrt.traffic-group.channel.today-rx.label = Traffico Ricevuto Oggi
channel-group-type.asuswrt.traffic-group.channel.today-tx.label = Traffico Inviato Oggi
channel-group-type.asuswrt.traffic-group.channel.total-rx.label = Totale Traffico Ricevuto
channel-group-type.asuswrt.traffic-group.channel.total-tx.label = Totale Traffico Inviato
# channel types
channel-type.asuswrt.client-nick-name.label = Nickname
channel-type.asuswrt.client-nick-name.description = Nickname del client
channel-type.asuswrt.client-online-event-type.label = Trigger cambio stato online
channel-type.asuswrt.client-online-event-type.description = L'evento è eseguito se il client lascia ('gone') o entra ('connected') la rete
channel-type.asuswrt.clients-online-count-type.label = Conteggio Clienti Online
channel-type.asuswrt.clients-online-count-type.description = numero di client online
channel-type.asuswrt.clients-online-mac-type.label = Indirizzi MAC Online
channel-type.asuswrt.clients-online-mac-type.description = Elenco con gli indirizzi MAC dei client online
channel-type.asuswrt.clients-online-type.label = Client Online
channel-type.asuswrt.clients-online-type.description = Elenco dei client online
channel-type.asuswrt.connection-event-type.label = Evento cambiamento ConnectionState
channel-type.asuswrt.connection-event-type.description = L'evento è eseguito per modifiche allo stato della connessione ('connesso'/'disconnesso')
channel-type.asuswrt.current-traffic-type.label = Traffico Attuale
channel-type.asuswrt.current-traffic-type.description = Traffico attuale in MBit/s
channel-type.asuswrt.dns-name-type.label = Nome DNS
channel-type.asuswrt.dns-name-type.description = Nome DNS
channel-type.asuswrt.dns-server-type.label = Server DNS
channel-type.asuswrt.dns-server-type.description = Server DNS Usati
channel-type.asuswrt.interne-state-type.label = Internet Connesso
channel-type.asuswrt.interne-state-type.description = Il client è connesso a Internet
channel-type.asuswrt.ip-address-type.label = Indirizzo IP
channel-type.asuswrt.ip-address-type.description = Indirizzo IP dell'interfaccia
channel-type.asuswrt.ip-connection-state.label = Connesso
channel-type.asuswrt.ip-connection-state.description = Stato di connessione dell'interfaccia
channel-type.asuswrt.ip-gateway-type.label = Gateway
channel-type.asuswrt.ip-gateway-type.description = Gateway dell'interfaccia
channel-type.asuswrt.ip-netmask-type.label = Subnet
channel-type.asuswrt.ip-netmask-type.description = Maschera di sottorete dell'interfaccia
channel-type.asuswrt.ip-proto-type.label = Protocollo IP
channel-type.asuswrt.ip-proto-type.description = Protocollo indirizzo IP (DHCP/Static)
channel-type.asuswrt.is-online-type.label = Online
channel-type.asuswrt.is-online-type.description = Client è online
channel-type.asuswrt.mac-address-type.label = Indirizzo MAC
channel-type.asuswrt.mac-address-type.description = Indirizzo MAC del dispositivo (LAN)
channel-type.asuswrt.productid.label = Modello Router
channel-type.asuswrt.productid.description = Modello/ProductID del tuo Router
channel-type.asuswrt.today-taffic-type.label = Traffico Oggi
channel-type.asuswrt.today-taffic-type.description = Traffico totale in MB dalle 0\:00 un orologio
channel-type.asuswrt.total-traffic-type.label = Traffico Totale
channel-type.asuswrt.total-traffic-type.description = Traffico totale in MB dal riavvio
channel-type.asuswrt.usage-data-type.label = Utilizzo in MB
channel-type.asuswrt.usage-type-percent.label = Percentuale