dbot/modules/reddit/strings.json

47 lines
2.5 KiB
JSON
Raw Normal View History

{
"about_subreddit": {
"en": "[{display_name} has {subscribers} subscribers ({active} active)]",
2013-06-01 18:16:24 +02:00
"cy": "[Mae {display_name} wedi {subscribers} subscribers ({active} active)]",
2013-07-11 04:27:31 +02:00
"de": "[{display_name} hat {subscribers} Abonnenten ({active} active)]",
2013-10-29 22:39:26 +01:00
"fr": "[{display_name} a {subscribers} abonnés ({active} actifs)]",
"it": "[{display_name} ha {subscribers} abonnati ({active} activo/i)]"
},
"about_post": {
2016-04-14 00:09:20 +02:00
"en": "[{subreddit}][{title}] [Post by {poster} — Comments: {comments}, Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}",
2013-06-01 18:16:24 +02:00
"cy": "[Postio gan {poster} yn {subreddit} - Sylwadau: {comments}, Sgôr: {score} (\u00039]▲{up}\u000f|\u000312{down}▼\u000f)] — {url}",
2013-07-11 04:27:31 +02:00
"de": "[Beitrag von {poster} in {subreddit} — Kommentare: {comments}, Bewertung: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}",
2013-10-29 22:39:26 +01:00
"fr": "[Message de {poster} dans {subreddit} — Commentaires: {comments}, Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}",
"it": "[Messaggio di {poster} su {subreddit} — Commenti: {comments}, Punteggio: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)] — {url}"
},
2014-07-22 13:28:54 +02:00
"about_new_post": {
2016-04-14 00:19:14 +02:00
"en": "[{subreddit}] [{title}] [Post by {poster}] — {url}"
2014-07-22 13:28:54 +02:00
},
"about_comment": {
"en": "[Comment by {poster} in {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",
2013-06-01 18:16:24 +02:00
"cy": "[Sylw gan {poster} yn {subreddit} - Sgôr: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",
2013-07-11 04:27:31 +02:00
"de": "[Kommentar von {poster} in {subreddit} — Bewertung: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",
2013-10-29 22:39:26 +01:00
"fr": "[Commentaire de {poster} dans {subreddit} — Score: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]",
"it": "[Commento di {poster} in {subreddit} — Punteggio: {score} (\u00039▲{up}\u000f|\u000312{down}▼\u000f)]"
2013-04-14 03:39:13 +02:00
},
"nsfw": {
"en": "[NSFW]",
2013-10-29 22:39:26 +01:00
"de": "Nicht sicher auf der Arbeit",
2013-07-11 04:27:31 +02:00
"cy": "[Anniogel Ar Gwaith (AAG)]",
2013-10-29 22:39:26 +01:00
"fr": "[Risqué Pour le Travail (NSFW)]",
"it": "[Rischioso per il lavoro (NSFW)]"
2013-12-19 19:48:49 +01:00
},
"added_channel_feed": {
"en": "Added r/{subreddit} feed to {channel} every {interval} minute(s)."
},
"removed_channel_feed": {
"en": "Removed r/{subreddit} feed from {channel}."
},
"no_such_feed": {
"en": "No such feed..."
},
"feed_already_watched": {
"en": "This feed already exists..."
}
}