dbot/modules/spotify/strings.json

18 lines
344 B
JSON
Raw Normal View History

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