diff --git a/locales/en/LC_MESSAGES/messages.mo b/locales/en/LC_MESSAGES/messages.mo index 2cddfbe..4cf55a3 100644 Binary files a/locales/en/LC_MESSAGES/messages.mo and b/locales/en/LC_MESSAGES/messages.mo differ diff --git a/locales/en/LC_MESSAGES/messages.po b/locales/en/LC_MESSAGES/messages.po index 323ad5f..cf1a4bf 100644 --- a/locales/en/LC_MESSAGES/messages.po +++ b/locales/en/LC_MESSAGES/messages.po @@ -56,10 +56,11 @@ msgstr "" msgid "I agree to and will abide by the stated rules." msgstr "I agree to and will abide by the stated rules." -#: src/bot/constants.py:42 +#: src/bot/constants.py:41 +#, fuzzy msgid "" "You are banned and can't book the music room. In case you believe it's a " -"mistake, please contact: @" +"mistake, please contact: @Leon_Parepko" msgstr "" "You are banned and can't book the music room. In case you believe it's a " "mistake, please contact: @" diff --git a/locales/messages.pot b/locales/messages.pot index 8a9fafe..3f9e334 100644 --- a/locales/messages.pot +++ b/locales/messages.pot @@ -1,14 +1,14 @@ # Translations template for PROJECT. -# Copyright (C) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2024. +# FIRST AUTHOR , 2025. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-11-17 21:47+0300\n" +"POT-Creation-Date: 2025-01-07 19:10+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -40,10 +40,10 @@ msgstr "" msgid "I agree to and will abide by the stated rules." msgstr "" -#: src/bot/constants.py:42 +#: src/bot/constants.py:41 msgid "" "You are banned and can't book the music room. In case you believe it's a " -"mistake, please contact: @" +"mistake, please contact: @Leon_Parepko" msgstr "" #: src/bot/constants.py:45 diff --git a/locales/ru/LC_MESSAGES/messages.mo b/locales/ru/LC_MESSAGES/messages.mo index 98e4e3a..5db1ad2 100644 Binary files a/locales/ru/LC_MESSAGES/messages.mo and b/locales/ru/LC_MESSAGES/messages.mo differ diff --git a/locales/ru/LC_MESSAGES/messages.po b/locales/ru/LC_MESSAGES/messages.po index 98b0d1b..8075ca0 100644 --- a/locales/ru/LC_MESSAGES/messages.po +++ b/locales/ru/LC_MESSAGES/messages.po @@ -58,13 +58,14 @@ msgstr "" msgid "I agree to and will abide by the stated rules." msgstr "Я согласен, и буду соблюдать правила" -#: src/bot/constants.py:42 +#: src/bot/constants.py:41 +#, fuzzy msgid "" "You are banned and can't book the music room. In case you believe it's a " -"mistake, please contact: @" +"mistake, please contact: @Leon_Parepko" msgstr "" "Вы заблокированы и не можете бронировать комнату. Если вы уверены, что " -"это ошибка, пожалуйста, обратитесь к: @" +"это ошибка, пожалуйста, обратитесь к: @Leon_Parepko" #: src/bot/constants.py:45 msgid "Create a booking" diff --git a/src/bot/constants.py b/src/bot/constants.py index 22d9b28..1c96207 100644 --- a/src/bot/constants.py +++ b/src/bot/constants.py @@ -38,9 +38,8 @@ ) rules_confirmation_message = __("I agree to and will abide by the stated rules.") -# TODO: Specify contact information or change message ban_message = __( - "You are banned and can't book the music room. In case you believe it's a mistake, " "please contact: @" + "You are banned and can't book the music room. In case you believe it's a mistake, please contact: @Leon_Parepko" ) create_booking_message = __("Create a booking")