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:
parent
6f4fa76772
commit
9bb933c0d6
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue