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 GitHub
parent 6f4fa76772
commit 9bb933c0d6
+3 -3
View File
@@ -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": ""
} }
} }
} }