Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ru.py #92

Merged
merged 2 commits into from
Jan 11, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions strings/ru.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
# Conversation: confirm promotion to admin
conversation_confirm_admin_promotion = "Вы уверены, что хотите повысить этого пользователя до 💼 Менеджера?\n" \
"Это действие невозможно отменить!"
# Conversation: language select menu header
conversation_language_select = "Выберите язык:"
Steffo99 marked this conversation as resolved.
Show resolved Hide resolved

# Conversation: switching to user mode
conversation_switch_to_user_mode = " Вы перешли в режим 👤 Покупателя.\n" \
Expand Down Expand Up @@ -211,6 +213,9 @@
# Menu: edit admins list
menu_edit_admins = "🏵 Изменить менеджеров"

# Menu: language
menu_language = "🇷🇺 Русский"

# Emoji: unprocessed order
emoji_not_processed = "*️⃣"

Expand Down Expand Up @@ -386,7 +391,11 @@
# Suggest the creation of a new worker with /start
error_no_worker_for_chat = "⚠️ Общение с ботом было прервано.\n" \
"Чтобы начать снова, воспользуйтесь командой /start "
# Error: a message was sent in a chat, but the worker for that chat is not ready.
error_worker_not_ready = "🕒 Общение с ботом вот-вот начнется.\n" \

"Пожалуйста, подождите немного перед отправкой следующей команды!"
Steffo99 marked this conversation as resolved.
Show resolved Hide resolved

# Error: add funds amount over max
error_payment_amount_over_max = "⚠️ Максимальная сумма одной транзакции {max_amount}."

Expand Down