3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-17 14:01:04 +01:00
dbot/modules/lastfm/strings.json

27 lines
748 B
JSON
Raw Normal View History

2013-10-24 09:37:54 +00:00
{
"now_listening": {
"en": "{user} is listening to {track} by {artist}"
},
"last_listened": {
"en": "{user} last listened to {track} by {artist}"
},
"no_listen": {
"en": "{user} doesn't seem to have listened to anything recently :'("
2013-10-24 18:59:20 +00:00
},
"taste_compat": {
"en": "{user1} and {user2} are {score}% musically compatible!"
},
2013-10-25 15:36:53 +00:00
"common_artists": {
"en": "Artists {user1} and {user2} have in common: {common}"
},
"lfm_suggestion": {
"en": "{user}: Try listening to {name} by {artist}"
2013-10-29 20:16:08 +00:00
},
"lfm_profile": {
"en": "{user} has played {plays} tracks since {date} - {link}"
2013-10-29 20:30:50 +00:00
},
"lfm_scrobbliest": {
"en": "Users with most plays: "
2013-10-24 09:37:54 +00:00
}
}