mirror of
https://github.com/navidrome/navidrome.git
synced 2025-06-06 02:13:29 +03:00
Update Italian translation (thanks @matteoipri)
This commit is contained in:
parent
94fd0a10b5
commit
944107cb3d
@ -24,7 +24,9 @@
|
|||||||
"actions": {
|
"actions": {
|
||||||
"addToQueue": "Aggiungi alla coda",
|
"addToQueue": "Aggiungi alla coda",
|
||||||
"playNow": "Riproduci adesso",
|
"playNow": "Riproduci adesso",
|
||||||
"addToPlaylist": "Aggiungi alla playlist"
|
"addToPlaylist": "Aggiungi alla playlist",
|
||||||
|
"shuffleAll": "Riproduci casualmente",
|
||||||
|
"download": "Scarica"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"album": {
|
"album": {
|
||||||
@ -45,7 +47,17 @@
|
|||||||
"playAll": "Riproduci",
|
"playAll": "Riproduci",
|
||||||
"playNext": "Riproduci come successivo",
|
"playNext": "Riproduci come successivo",
|
||||||
"addToQueue": "Aggiungi alla coda",
|
"addToQueue": "Aggiungi alla coda",
|
||||||
"shuffle": "Riprodici casualmente"
|
"shuffle": "Riprodici casualmente",
|
||||||
|
"addToPlaylist": "Aggiungi alla Playlist",
|
||||||
|
"download": "Scarica"
|
||||||
|
},
|
||||||
|
"lists": {
|
||||||
|
"all": "Tutti",
|
||||||
|
"random": "Casuali",
|
||||||
|
"recentlyAdded": "Aggiunti di Recente",
|
||||||
|
"recentlyPlayed": "Riprodotti di Recente",
|
||||||
|
"mostPlayed": "I Più Riprodotti",
|
||||||
|
"starred": "Preferiti"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"artist": {
|
"artist": {
|
||||||
@ -53,7 +65,8 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"name": "Nome",
|
"name": "Nome",
|
||||||
"albumCount": "Album",
|
"albumCount": "Album",
|
||||||
"songCount": "Numero tracce"
|
"songCount": "Numero tracce",
|
||||||
|
"playCount": "Riproduzioni"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
@ -98,11 +111,14 @@
|
|||||||
"updatedAt": "Ultimo aggiornamento",
|
"updatedAt": "Ultimo aggiornamento",
|
||||||
"createdAt": "Data creazione",
|
"createdAt": "Data creazione",
|
||||||
"songCount": "Tracce",
|
"songCount": "Tracce",
|
||||||
"comment": "Commento"
|
"comment": "Commento",
|
||||||
|
"sync": "Importazione automatica",
|
||||||
|
"path": "Importa da"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"selectPlaylist": "Aggiungi tracce alla playlist:",
|
"selectPlaylist": "Aggiungi tracce alla playlist:",
|
||||||
"addNewPlaylist": "Aggiungi \"%{name}\""
|
"addNewPlaylist": "Aggiungi \"%{name}\"",
|
||||||
|
"export": "Esporta"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -254,9 +270,11 @@
|
|||||||
"name": "Personale",
|
"name": "Personale",
|
||||||
"options": {
|
"options": {
|
||||||
"theme": "Tema",
|
"theme": "Tema",
|
||||||
"language": "Lingua"
|
"language": "Lingua",
|
||||||
|
"defaultView": "Vista Predefinita"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"albumList": "Album"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"playListsText": "Coda",
|
"playListsText": "Coda",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user