1
Fork 0
mirror of https://github.com/Steffo99/greed.git synced 2024-11-22 05:54:18 +00:00

update ru.py

This commit is contained in:
skipper70 2021-05-04 07:08:08 +05:00 committed by Stefano Pigozzi
parent 730fa96e56
commit d0b7da2ab2

View file

@ -308,7 +308,7 @@ edit_current_value = "Текущее значение:\n" \
# Payment: cash payment info # Payment: cash payment info
payment_cash = "Вы можете пополнить счет наличными в торговых точках.\n" \ payment_cash = "Вы можете пополнить счет наличными в торговых точках.\n" \
"Рассчитайтесь и сообщение Менеджеру следующее значение:\n" \ "Рассчитайтесь и сообщите Менеджеру следующее значение:\n" \
"<b>{user_cash_id}</b>" "<b>{user_cash_id}</b>"
# Payment: invoice amount # Payment: invoice amount
@ -333,7 +333,7 @@ notification_order_placed = "Получен новый заказ:\n" \
"{order}" "{order}"
# Notification: order has been completed # Notification: order has been completed
notification_order_completed = "Выш заказ успешно выполнен!\n" \ notification_order_completed = "Ваш заказ успешно выполнен!\n" \
"{order}" "{order}"
# Notification: order has been refunded # Notification: order has been refunded