This repository has been archived on 2024-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
EmojiCaptchaBot/locale/en.json

38 lines
2.1 KiB
JSON
Raw Normal View History

2023-08-10 14:05:40 +03:00
{
2023-08-11 16:04:21 +03:00
"metadata": {
"flag": "🇬🇧",
"name": "English",
"codes": [
"en",
2023-08-11 22:33:08 +03:00
"en-GB",
"en-US"
2023-08-11 16:04:21 +03:00
]
},
"commands": {
"language": "Set bot's language in this group",
"language_auto": "Toggle automatic language selection"
},
2023-08-10 14:05:40 +03:00
"messages": {
2023-08-11 16:04:21 +03:00
"locale_auto_disabled": "Automatic language selection on per-user basis has been **disabled**. Please note that group's language will now be used. You can change it using /language. If \"Default\" language is set bot's default language ({default_locale}) will be used.",
"locale_auto_enabled": "Automatic language selection on per-user basis has been **enabled**. Please note that if bot does not have a language pack for user group's or bot's default language will be used. You can change group's language using /language. If \"Default\" language is set bot's default language ({default_locale}) will be used.",
"locale_choice": "Alright. Please choose the language using keyboard below.\n\nNote, that you can also enable automatic language selection on per-user basis using command /language_auto",
"permission_denied": "You are not allowed to do so.",
2023-08-10 14:05:40 +03:00
"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_force": "You have forced {user_id} to fail the captcha.",
2023-08-11 16:04:21 +03:00
"captcha_failed": "You have failed the captcha.",
2023-08-10 14:05:40 +03:00
"captcha_mistake": "Invalid answer. Remaining attempts: {remaining}.",
"captcha_passed": "You have passed the captcha. Welcome!",
2023-08-11 16:04:21 +03:00
"locale_set": "Group's language is now: {locale}",
2023-08-11 22:33:08 +03:00
"nothing": "This action has already been finished.",
2023-08-10 14:05:40 +03:00
"wrong_user": "This message is not for you."
},
"buttons": {
"ban": "Ban (for admins)",
2023-08-11 16:04:21 +03:00
"locale_default": "Default",
2023-08-10 14:05:40 +03:00
"verify": "Verify"
}
}