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:
Nagi 2025-11-08 00:41:23 +01:00 committed by Joe Stump
parent 449fd8286c
commit 6217de319d
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -400,8 +400,8 @@
},
"albumList": "Album",
"about": "Info",
"playlists": "Scalette",
"sharedPlaylists": "Scalette Condivise"
"playlists": "Playlist",
"sharedPlaylists": "Playlist Condivise"
},
"player": {
"playListsText": "Coda",
@ -457,4 +457,4 @@
"current_song": ""
}
}
}
}