forked from GitHub/dbot
15 lines
439 B
JSON
15 lines
439 B
JSON
{
|
|
"report": {
|
|
"english": "Attention: {reporter} has reported {reported} in {channel}. The reason given was: \"{reason}.\""
|
|
},
|
|
"reported": {
|
|
"english": "Thank you, {reported} has been reported to the channel administrators."
|
|
},
|
|
"user_not_found": {
|
|
"english": "{reported} isn't a known user in {channel}."
|
|
},
|
|
"not_in_channel": {
|
|
"english": "I am not present in {channel}."
|
|
}
|
|
}
|