Skip to content

Commit

Permalink
chore: specify contact telegram for ban message
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Jan 7, 2025
1 parent 588abc5 commit add86d4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
Binary file modified locales/en/LC_MESSAGES/messages.mo
Binary file not shown.
5 changes: 3 additions & 2 deletions locales/en/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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: @"
Expand Down
10 changes: 5 additions & 5 deletions locales/messages.pot
Original file line number Diff line number Diff line change
@@ -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 <EMAIL@ADDRESS>, 2024.
# FIRST AUTHOR <EMAIL@ADDRESS>, 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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -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
Expand Down
Binary file modified locales/ru/LC_MESSAGES/messages.mo
Binary file not shown.
7 changes: 4 additions & 3 deletions locales/ru/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions src/bot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit add86d4

Please sign in to comment.