3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00

Completed reddit module Welsh translations in strings.json

This commit is contained in:
Owen Dyckhoff 2013-05-29 12:21:48 +02:00
parent 5856dcb415
commit 1869e82b45

View File

@ -1,14 +1,18 @@
{
"about_subreddit": {
"en": "[{display_name} has {subscribers} subscribers ({active} active)]"
"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}"
"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)]"
"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]"
"en": "[NSFW]",
"cy": "[Anniogel Ar Gwaith (AAG)]
}
}