New Crowdin updates (#12484)
* New translations bluetooth.properties (Italian) * New translations mycroft.properties (Italian) * New translations bluetooth.properties (Italian) * New translations bluetooth.properties (Italian) * New translations prowl.properties (Italian)
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# binding
|
||||
|
||||
binding.mycroft.name = Binding Mycroft
|
||||
binding.mycroft.description = Si connette a un'istanza di Mycroft per ricevere informazioni e inviare comandi. L'uso tipico include l'attivazione di Mycroft per ascoltare (utilizzando una parola per svegliare), l'invio di testo per Mycroft per parlare, reagendo su qualche evento specifico, abilità di comando simulando un enunciato parlato, ecc.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.mycroft.mycroft.label = Mycroft
|
||||
thing-type.mycroft.mycroft.description = Un'istanza di Mycroft
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.mycroft.mycroft.host.label = Hostname
|
||||
thing-type.config.mycroft.mycroft.host.description = Questo è l'host a cui connettersi (ip o hostname)
|
||||
thing-type.config.mycroft.mycroft.port.label = Porta
|
||||
thing-type.config.mycroft.mycroft.port.description = Questa è la porta a cui connettersi.
|
||||
thing-type.config.mycroft.mycroft.volume_restoration_level.label = Livello Ripristino Volume
|
||||
thing-type.config.mycroft.mycroft.volume_restoration_level.description = Quando rimosso dal muto, forza Mycroft a ripristinare il volume a questo valore
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.mycroft.full-message-channel.label = Bus Messaggio Completo
|
||||
channel-type.mycroft.full-message-channel.description = L'ultimo messaggio completo visto sul Bus Mycroft.
|
||||
channel-type.mycroft.listen-channel.label = Stato di Ascolto
|
||||
channel-type.mycroft.listen-channel.description = Passa a ON quando Mycroft sta ascoltando. Puoi simulare il rilevamento di un evento di risveglio per attivare il STT.
|
||||
channel-type.mycroft.speak-channel.label = TTS
|
||||
channel-type.mycroft.speak-channel.description = L'ultima frase che Mycroft ha detto.
|
||||
channel-type.mycroft.utterance-channel.label = Espressione
|
||||
channel-type.mycroft.utterance-channel.description = L'ultimo enunciato che Mycroft ha ricevuto.
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.mycroft.full-message-channel.messageTypes.label = Channel Filtro Messaggio Completo
|
||||
channel-type.config.mycroft.full-message-channel.messageTypes.description = Il channel del messaggio completo verrà aggiornato solo su questi tipi di messaggi (valore separato da virgole)
|
||||
Reference in New Issue
Block a user