3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/spotify/strings.json

25 lines
604 B
JSON
Raw Normal View History

2013-02-12 20:14:27 +01:00
{
"artist": {
"en": "[artist] {artist}",
"cy": "[cyfansoddwr] {artist}"
2013-02-12 20:14:27 +01:00
},
"album": {
"en": "[album] {artist} {album}",
"cy": "[albwm] {artist} - {album}"
2013-02-12 20:14:27 +01:00
},
"track": {
"en": "[track] {artist} {track} (from {album})",
"cy": "[trac] {artist} - {track} (o'r albwm: {album})"
2013-02-12 20:31:34 +01:00
},
2013-02-12 20:38:52 +01:00
"found": {
"en": "[{url}] {artist} {track} (from {album})",
"cy": "[{url}] {artist} - {track} (o'r albwm: {album})"
2013-02-12 20:38:52 +01:00
},
2013-02-12 22:10:52 +01:00
"not-found": {
2013-05-21 19:31:01 +02:00
"en": "No results.",
"na'vi": "Oel ke tsun rivum ayuoti.",
"cy": "Dim canlyniadau.",
2013-05-21 19:13:19 +02:00
"nl": "Geen resultaten."
2013-02-12 20:14:27 +01:00
}
}