mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
fix: Added some missing translations (#74)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
8d15e319d3
commit
8dc18c8a3d
3 changed files with 59 additions and 14 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue