add some strings
This commit is contained in:
parent
c0927673ee
commit
72257a6837
2 changed files with 6 additions and 1 deletions
|
@ -91,6 +91,8 @@
|
|||
"action.removeFromQueue": "Remove from Queue",
|
||||
"action.removeFromQueue.success": "Removed from Queue",
|
||||
"action.removeFromQueue.error": "Error Removing from Queue",
|
||||
"action.addToPlaylist": "Add to Playlist",
|
||||
"action.addToFavorites": "Add to Favorites",
|
||||
"action.follow": "Follow",
|
||||
"action.follow.success": "Followed",
|
||||
"action.follow.error": "Error Following",
|
||||
|
@ -102,7 +104,9 @@
|
|||
"action.startRadio": "Start Radio",
|
||||
"action.goToArtist": "Go to Artist",
|
||||
"action.goToAlbum": "Go to Album",
|
||||
"action.moveToTop": "Move to top",
|
||||
"action.share": "Share",
|
||||
"action.rename": "Rename",
|
||||
"action.love": "Love",
|
||||
"action.unlove": "Unlove",
|
||||
"action.dislike": "Dislike",
|
||||
|
|
|
@ -9,7 +9,8 @@ export class ConfigStore {
|
|||
"close_behavior": 0, // 0 = close, 1 = minimize, 2 = minimize to tray
|
||||
"startup_behavior": 0, // 0 = nothing, 1 = open on startup
|
||||
"discord_rpc": 1, // 0 = disabled, 1 = enabled as Cider, 2 = enabled as Apple Music
|
||||
"discordClearActivityOnPause": 1 // 0 = disabled, 1 = enabled
|
||||
"discordClearActivityOnPause": 1, // 0 = disabled, 1 = enabled
|
||||
"language" : "en_US"
|
||||
},
|
||||
"home": {
|
||||
"followedArtists": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue