3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-25 04:02:39 +01:00

Completed report module Welsh translations in strings.json

This commit is contained in:
Owen Dyckhoff 2013-05-29 12:38:50 +02:00
parent 755099c5ee
commit 9d709cd42a

View File

@ -2,21 +2,25 @@
"report": { "report": {
"en": "Attention: {reporter} has reported {reported} in {channel}. The reason given was: \"{reason}.\"", "en": "Attention: {reporter} has reported {reported} in {channel}. The reason given was: \"{reason}.\"",
"na'vi": "{reporter}ìl fpìl futa {reported} fe' lu taluna {reason}.", "na'vi": "{reporter}ìl fpìl futa {reported} fe' lu taluna {reason}.",
"cy": "Sylw! {reporter} wedi adrodd {reported} yn {channel}. Y rheswm a rhoddwyd oedd: \"{reason}.\"",
"nl": "Waarschuwing: {reporter} heeft {reported} aangegeven in {channel}. De reden die gegeven werd was: \"{reason}.\"" "nl": "Waarschuwing: {reporter} heeft {reported} aangegeven in {channel}. De reden die gegeven werd was: \"{reason}.\""
}, },
"reported": { "reported": {
"en": "Thank you, {reported} has been reported to the channel administrators.", "en": "Thank you, {reported} has been reported to the channel administrators.",
"na'vi": "Irayo si ngari, fìtsengìri ayeyktan omum teri {reported}it set.", "na'vi": "Irayo si ngari, fìtsengìri ayeyktan omum teri {reported}it set.",
"cy": "Diolch, {reported} wedi cael ei adrodd i'r gweinyddwyr sianel.",
"nl": "Bedankt, {reported} is aangegeven bij de administrators." "nl": "Bedankt, {reported} is aangegeven bij de administrators."
}, },
"user_not_found": { "user_not_found": {
"en": "{reported} isn't a known user in {channel}.", "en": "{reported} isn't a known user in {channel}.",
"na'vi": "Oel ke omum {reported}it mì {channel}.", "na'vi": "Oel ke omum {reported}it mì {channel}.",
"cy": "Nid yw {reported} yn ddefnyddiwr hysbys yn {channel}.",
"nl": "{reported} is geen bestaande gebruiker in {channel}." "nl": "{reported} is geen bestaande gebruiker in {channel}."
}, },
"not_in_channel": { "not_in_channel": {
"en": "I am not present in {channel}.", "en": "I am not present in {channel}.",
"na'vi": "Oel {channel}it ke tok.", "na'vi": "Oel {channel}it ke tok.",
"cy": "Dydw i ddim yn bresennol yn {channel}.",
"nl": "Ik ben niet aanwezig in {channel}." "nl": "Ik ben niet aanwezig in {channel}."
} }
} }