fix(ui): fix Playlist Italian translation(#4642)
In Italian, we usually use "Playlist" rather than "Scalette/a". "Scalette/a" refers to other functions or objects.
This commit is contained in:
@@ -400,8 +400,8 @@
|
|||||||
},
|
},
|
||||||
"albumList": "Album",
|
"albumList": "Album",
|
||||||
"about": "Info",
|
"about": "Info",
|
||||||
"playlists": "Scalette",
|
"playlists": "Playlist",
|
||||||
"sharedPlaylists": "Scalette Condivise"
|
"sharedPlaylists": "Playlist Condivise"
|
||||||
},
|
},
|
||||||
"player": {
|
"player": {
|
||||||
"playListsText": "Coda",
|
"playListsText": "Coda",
|
||||||
@@ -457,4 +457,4 @@
|
|||||||
"current_song": ""
|
"current_song": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user