forked from GitHub/dbot
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
||
"artist": {
|
||
"en": "{s} [artist] {artist}"
|
||
},
|
||
"album": {
|
||
"en": "{s} [album] {artist} – {album}"
|
||
},
|
||
"track": {
|
||
"en": "{s} [track] {artist} – {track} (from {album})"
|
||
},
|
||
"found": {
|
||
"en": "{s} [{url}] {artist} – {track} (from {album})"
|
||
},
|
||
"not-found": {
|
||
"en": "{s} No results.",
|
||
"na'vi": "{s}, Oel ke tsun rivum ayuoti.",
|
||
"nl": "{s} Geen resultaten."
|
||
}
|
||
}
|