forked from GitHub/dbot
27 lines
748 B
JSON
27 lines
748 B
JSON
{
|
|
"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 :'("
|
|
},
|
|
"taste_compat": {
|
|
"en": "{user1} and {user2} are {score}% musically compatible!"
|
|
},
|
|
"common_artists": {
|
|
"en": "Artists {user1} and {user2} have in common: {common}"
|
|
},
|
|
"lfm_suggestion": {
|
|
"en": "{user}: Try listening to {name} by {artist}"
|
|
},
|
|
"lfm_profile": {
|
|
"en": "{user} has played {plays} tracks since {date} - {link}"
|
|
},
|
|
"lfm_scrobbliest": {
|
|
"en": "Users with most plays: "
|
|
}
|
|
}
|