add some strings

This commit is contained in:
vapormusic 2022-01-24 18:54:24 +07:00
parent c0927673ee
commit 72257a6837
2 changed files with 6 additions and 1 deletions

View file

@ -91,6 +91,8 @@
"action.removeFromQueue": "Remove from Queue", "action.removeFromQueue": "Remove from Queue",
"action.removeFromQueue.success": "Removed from Queue", "action.removeFromQueue.success": "Removed from Queue",
"action.removeFromQueue.error": "Error Removing from Queue", "action.removeFromQueue.error": "Error Removing from Queue",
"action.addToPlaylist": "Add to Playlist",
"action.addToFavorites": "Add to Favorites",
"action.follow": "Follow", "action.follow": "Follow",
"action.follow.success": "Followed", "action.follow.success": "Followed",
"action.follow.error": "Error Following", "action.follow.error": "Error Following",
@ -102,7 +104,9 @@
"action.startRadio": "Start Radio", "action.startRadio": "Start Radio",
"action.goToArtist": "Go to Artist", "action.goToArtist": "Go to Artist",
"action.goToAlbum": "Go to Album", "action.goToAlbum": "Go to Album",
"action.moveToTop": "Move to top",
"action.share": "Share", "action.share": "Share",
"action.rename": "Rename",
"action.love": "Love", "action.love": "Love",
"action.unlove": "Unlove", "action.unlove": "Unlove",
"action.dislike": "Dislike", "action.dislike": "Dislike",

View file

@ -9,7 +9,8 @@ export class ConfigStore {
"close_behavior": 0, // 0 = close, 1 = minimize, 2 = minimize to tray "close_behavior": 0, // 0 = close, 1 = minimize, 2 = minimize to tray
"startup_behavior": 0, // 0 = nothing, 1 = open on startup "startup_behavior": 0, // 0 = nothing, 1 = open on startup
"discord_rpc": 1, // 0 = disabled, 1 = enabled as Cider, 2 = enabled as Apple Music "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": { "home": {
"followedArtists": [], "followedArtists": [],