3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-17 14:01:04 +01:00
dbot/modules/spotify/strings.json

18 lines
344 B
JSON
Raw Normal View History

2013-02-12 19:14:27 +00:00
{
"artist": {
"english": "{s} [artist] {artist}"
},
"album": {
"english": "{s} [album] {artist} - {album}"
},
"track": {
"english": "{s} [track] {artist} - {track} (from {album})"
2013-02-12 19:31:34 +00:00
},
2013-02-12 19:38:52 +00:00
"found": {
"english": "{s} [{url}] {artist} - {track} (from {album})"
},
2013-02-12 19:31:34 +00:00
"not-found": {
"english": "{s} No results."
2013-02-12 19:14:27 +00:00
}
}