diff --git a/modules/reddit/strings.json b/modules/reddit/strings.json index 7a4d692..61096f8 100644 --- a/modules/reddit/strings.json +++ b/modules/reddit/strings.json @@ -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)] } }