dbot/modules/spotify/strings.json

19 lines
370 B
JSON
Raw Normal View History

2013-02-12 20:14:27 +01:00
{
"artist": {
2013-03-24 20:26:27 +01:00
"en": "{s} [artist] {artist}"
2013-02-12 20:14:27 +01:00
},
"album": {
2013-03-24 20:26:27 +01:00
"en": "{s} [album] {artist} {album}"
2013-02-12 20:14:27 +01:00
},
"track": {
2013-03-24 20:26:27 +01:00
"en": "{s} [track] {artist} {track} (from {album})"
2013-02-12 20:31:34 +01:00
},
2013-02-12 20:38:52 +01:00
"found": {
2013-03-24 20:26:27 +01:00
"en": "{s} [{url}] {artist} {track} (from {album})"
2013-02-12 20:38:52 +01:00
},
2013-02-12 22:10:52 +01:00
"not-found": {
2013-03-24 20:26:27 +01:00
"en": "{s} No results.",
"nvi": "{s}, Oel ke tsun rivum ayuoti."
2013-02-12 20:14:27 +01:00
}
}