-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.json
22 lines (22 loc) · 1.06 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"accountNotLoggedIn": "Account isnt logged in.",
"nothingPlaying": "Nothing is playing.",
"playbackPaused": "Playback Paused",
"playbackPlaying": "Playback Playing",
"playbackPrevious": "Previous song is playing",
"playbackSongSkip": "Current Song Skipped.",
"missingQuerySearch": "Please provide a search query",
"buttonNotFound": "{warningEmoji} Button not found.",
"menuNotFound": "{warningEmoji} Menu not found.",
"songQueued": "Song added to queue.",
"defaultErrorMessage": "{warningEmoji} Something went wrong",
"errorReported": "This error has been reported to the owner. Please try again later.",
"discordStatus": "to Music!",
"missingExecuteFunction": "Execute Method not implemented!",
"missingRoutesFunction": "Routes Method not implemented!",
"noSearchResults": "No Search Results Found",
"tokenGenerated": "Token generated successfully",
"errorFetchingData": "An error occurred while fetching data",
"itemPreview": "Preview an Item",
"upcomingQueue": "Upcoming Queue\n**{warningEmoji} Warning:** This dose not show local files"
}