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