dbot/modules/reddit/strings.json

15 lines
484 B
JSON
Raw Normal View History

{
"about_subreddit": {
"en": "[{display_name} has {subscribers} subscribers ({active} active)]"
},
"about_post": {
2013-04-14 01:46:39 +00:00
"en": "[Post by {poster} in {subreddit} — Comments: {comments}, Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}"
},
"about_comment": {
2013-04-14 01:46:39 +00:00
"en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]"
2013-04-14 01:39:13 +00:00
},
"nsfw": {
"en": "[NSFW]"
}
}