dbot/modules/spotify/strings.json

20 lines
406 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.",
2013-04-20 00:05:46 +02:00
"na'vi": "{s}, Oel ke tsun rivum ayuoti.",
"nl": "{s} Geen resultaten."
2013-02-12 20:14:27 +01:00
}
}