fix: Added some missing translations (#74)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-10-25 19:14:21 +02:00 committed by GitHub
parent 8d15e319d3
commit 8dc18c8a3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 59 additions and 14 deletions

View file

@ -948,6 +948,49 @@
}
}
},
"addToNewCollection": "New collection",
"addItemsToCollection": "Add {itemLength} item(s) to collection",
"addedToCollection": "Added to {collectionName} collection",
"@addedToCollection":{
"placeholders": {
"collectionName":{
"type": "String"
}
}
},
"removedFromCollection": "Removed from {collectionName} collection",
"@removedFromCollection":{
"placeholders": {
"collectionName":{
"type": "String"
}
}
},
"@addItemsToCollection": {
"placeholders": {
"itemLength":{
"type": "int"
}
}
},
"addToNewPlaylist": "New playlist",
"addItemsToPlaylist": "Add {itemLength} item(s) to playlist",
"addedToPlaylist": "Added to {playlistName} playlist",
"@addedToPlaylist":{
"placeholders": {
"playlistName":{
"type": "String"
}
}
},
"@addItemsToPlaylist": {
"placeholders": {
"itemLength":{
"type": "int"
}
}
},
"syncStatusEnqueued": "Enqueued",
"syncStatusRunning": "Running",
"syncStatusComplete": "Complete",