Initial commit

This commit is contained in:
2023-08-10 13:05:40 +02:00
commit 9c9cd96a94
21 changed files with 997 additions and 0 deletions

19
locale/en.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}

19
locale/uk.json Normal file
View File

@@ -0,0 +1,19 @@
{
"messages": {
"verify": "Будь ласка, використовуйте кнопки нижче, щоб заповнити капчу. Натисніть на кнопки зі смайликами, які ви бачите на цьому зображенні.",
"welcome_verify": "Ласкаво просимо, {mention}! Для того, щоб спілкуватися в чаті, ми повинні переконатися, що ви людина. Будь ласка, натисніть кнопку нижче, щоб почати перевірку.",
"welcome": "Ласкаво просимо до чату, {mention}!"
},
"callbacks": {
"captcha_failed": "Ви провалили капчу.",
"captcha_failed_force": "Ви змусили {user_id} не пройти капчу.",
"captcha_mistake": "Неправильна відповідь. Спроби, що залишилися: {remaining}.",
"captcha_passed": "Ви пройшли капчу. Ласкаво просимо!",
"nothing": "Цю дію вже завершено.",
"wrong_user": "Це повідомлення не для вас."
},
"buttons": {
"ban": "Заблокувати (для адмінів)",
"verify": "Верифікуватись"
}
}