dbot/modules/sstats/strings.json

27 lines
788 B
JSON
Raw Normal View History

{
"sstats_unknown_user": {
"en": "Unknown user."
},
"sstats_tlines": {
2013-10-22 18:45:52 +02:00
"en": "{user} has posted {lines} lines since {date}"
},
"sstats_uclines": {
"en": " ({lines} in {channel})"
},
"sstats_noustats": {
"en": "No stats recorded for this user."
},
"sstats_clines": {
"en": "{lines} lines posted in {channel}."
2013-10-17 05:59:29 +02:00
},
"sstats_uwords": {
2013-10-22 18:45:52 +02:00
"en": "{user} has used {words} words ({curses} curses, {capitals} capitalised words) since {date}"
2013-10-17 05:59:29 +02:00
},
"sstats_ucwords": {
"en": " - {words} words, {curses} curses, {capitals} capitalised words in {channel}"
2013-10-20 20:29:54 +02:00
},
"sstats_word": {
"en": "{word} has been used {total} times by {users} users in {channels} channels since {since}."
}
}