19 lines
887 B
JSON
19 lines
887 B
JSON
|
{
|
||
|
"messages": {
|
||
|
"verify": "Please, use the buttons below to complete the captcha. Tap on the buttons with emojis you see on this image.",
|
||
|
"welcome_verify": "Welcome, {mention}! In order to chat here, we need to verify you're a human. Please, press the button below to start the verification.",
|
||
|
"welcome": "Welcome to the chat, {mention}!"
|
||
|
},
|
||
|
"callbacks": {
|
||
|
"captcha_failed": "You have failed the captcha.",
|
||
|
"captcha_failed_force": "You have forced {user_id} to fail the captcha.",
|
||
|
"captcha_mistake": "Invalid answer. Remaining attempts: {remaining}.",
|
||
|
"captcha_passed": "You have passed the captcha. Welcome!",
|
||
|
"nothing": "This actions has already been finished.",
|
||
|
"wrong_user": "This message is not for you."
|
||
|
},
|
||
|
"buttons": {
|
||
|
"ban": "Ban (for admins)",
|
||
|
"verify": "Verify"
|
||
|
}
|
||
|
}
|