3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
dbot/modules/soundcloud/strings.json

13 lines
453 B
JSON
Raw Normal View History

2013-07-09 21:17:48 +02:00
{
"sc_track": {
2013-07-11 04:30:58 +02:00
"en": "[{title} by {artist} — {genre} — \u000312▶\u000f{plays} \u000304♥\u000f{favs}]",
"fr": "[{title} par {artist} — {genre} — \u000312▶\u000f{plays} \u000304♥\u000f{favs}]",
"it": "[{title} di {artist} — {genre} — \u000312▶\u000f{plays} \u000304♥\u000f{favs}]"
2013-07-09 23:08:55 +02:00
},
"sc_notrack": {
2013-07-11 04:30:58 +02:00
"en": "No results found.",
"fr": "Aucun résultat trouvé.",
"it": "Nessun risultato."
2013-07-09 21:17:48 +02:00
}
}