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:
@@ -0,0 +1,60 @@
|
||||
# add-on
|
||||
|
||||
addon.volumio.name = Binding Volumio
|
||||
addon.volumio.description = Questo è il gestore per i dispositivi Volumio.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.volumio.player.label = Thing Binding Volumio
|
||||
thing-type.volumio.player.description = Un'Istanza Volumio
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.volumio.player.hostname.label = Nome Host
|
||||
thing-type.config.volumio.player.hostname.description = Il nome host del tuo dispositivo Volumio
|
||||
thing-type.config.volumio.player.port.label = Porta
|
||||
thing-type.config.volumio.player.port.description = La porta del tuo dispositivo Volumio (predefinito è 3000)
|
||||
thing-type.config.volumio.player.protocol.label = Protocollo
|
||||
thing-type.config.volumio.player.protocol.description = Il protocollo del tuo dispositivo Volumio (predefinito è http)
|
||||
thing-type.config.volumio.player.protocol.option.http = http
|
||||
thing-type.config.volumio.player.protocol.option.https = https
|
||||
thing-type.config.volumio.player.timeout.label = Timeout
|
||||
thing-type.config.volumio.player.timeout.description = Timeout connessione (ms)
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.volumio.album-art.label = Copertina
|
||||
channel-type.volumio.album-art.description = Copertina per la traccia attualmente in riproduzione
|
||||
channel-type.volumio.album.label = Album Corrente
|
||||
channel-type.volumio.album.description = Nome dell'album attualmente in riproduzione
|
||||
channel-type.volumio.artist.label = Artista corrente
|
||||
channel-type.volumio.artist.description = Nome dell'artista attualmente in riproduzione
|
||||
channel-type.volumio.clear-queue.label = Cancella Coda
|
||||
channel-type.volumio.clear-queue.description = Cancella la coda corrente
|
||||
channel-type.volumio.play-file.label = Riproduci file
|
||||
channel-type.volumio.play-file.description = Riproduci un file, situato sul tuo dispositivo Volumio al percorso assoluto dato, ad esempio "mnt/INTERNAL/song.mp3"
|
||||
channel-type.volumio.play-playlist.label = Riproduci Playlist
|
||||
channel-type.volumio.play-playlist.description = Riproduci una playlist identificata con il suo nome
|
||||
channel-type.volumio.play-radiostream.label = Riproduci Radio Stream
|
||||
channel-type.volumio.play-radiostream.description = Riproduci lo stream radio specificato
|
||||
channel-type.volumio.play-random.label = Casuale
|
||||
channel-type.volumio.play-random.description = Attiva modalità casuale
|
||||
channel-type.volumio.play-repeat.label = Ripeti
|
||||
channel-type.volumio.play-repeat.description = Attiva la modalità di ripetizione
|
||||
channel-type.volumio.play-uri.label = Riproduci URI
|
||||
channel-type.volumio.play-uri.description = Riproduce lo stream all'URI specificato
|
||||
channel-type.volumio.player.label = Stato
|
||||
channel-type.volumio.player.description = Il canale di stato che contiene lo stato del player Volumio
|
||||
channel-type.volumio.stop-command.label = Stop
|
||||
channel-type.volumio.stop-command.description = Invia un comando Stop a Volumio. Questo permette di fermare il riproduttore. Usa "stop" come comando stringa.
|
||||
channel-type.volumio.stop-command.state.option.stop = Stop
|
||||
channel-type.volumio.system-command.label = Invia Comando Di Sistema
|
||||
channel-type.volumio.system-command.description = Invia un comando di sistema a Volumio. Questo permette di arrestare/riavviare Volumio
|
||||
channel-type.volumio.system-command.state.option.shutdown = Spegnimento
|
||||
channel-type.volumio.system-command.state.option.reboot = Riavvia
|
||||
channel-type.volumio.title.label = Titolo corrente
|
||||
channel-type.volumio.title.description = Il titolo del brano attualmente in riproduzione
|
||||
channel-type.volumio.track-type.label = Tipo di traccia
|
||||
channel-type.volumio.track-type.description = Tracktype della traccia attualmente in riproduzione
|
||||
channel-type.volumio.volume.label = Volume
|
||||
channel-type.volumio.volume.description = Imposta o ottieni il volume principale
|
||||
Reference in New Issue
Block a user