forked from GitHub/dbot
19 lines
882 B
JSON
19 lines
882 B
JSON
{
|
|
"about_subreddit": {
|
|
"en": "[{display_name} has {subscribers} subscribers ({active} active)]",
|
|
"cy": "[Mae {display_name} wedi {subscribers} subscribers ({active} active)]"
|
|
},
|
|
"about_post": {
|
|
"en": "[Post by {poster} in {subreddit} — Comments: {comments}, Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}",
|
|
"cy": "[Postio gan {poster} yn {subreddit} - Sylwadau: {comments}, Sgôr: {score} (\u00039]▲{up}\u000f|\u000312{down}▼\u000f)] — {url}"
|
|
},
|
|
"about_comment": {
|
|
"en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",
|
|
"cy": "[Sylw gan {poster} yn {subreddit} - Sgôr: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]"
|
|
},
|
|
"nsfw": {
|
|
"en": "[NSFW]",
|
|
"cy": "[Anniogel Ar Gwaith (AAG)]"
|
|
}
|
|
}
|