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

Update zh_cn.py

This commit is contained in:
智慧雨泽 2020-08-22 21:32:29 +08:00 committed by GitHub
parent 556645ba81
commit 71a0d228c5
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ conversation_after_start = "您好!\n" \
"欢迎使用greed系统!\n" \ "欢迎使用greed系统!\n" \
"此软件版本是🅱️ <b>的Beta</b>版本.\n" \ "此软件版本是🅱️ <b>的Beta</b>版本.\n" \
"它完全可用,但可能仍然存在一些错误.\n" \ "它完全可用,但可能仍然存在一些错误.\n" \
"“如果发现任何问题请在https://github.com/Steffo99/greed/issues中报告." "“如果发现任何问题请在https://github.com/Steffo99/greed/issues 中报告."
# Conversation: to send an inline keyboard you need to send a message with it # Conversation: to send an inline keyboard you need to send a message with it
conversation_open_user_menu = "您想做什么?\n" \ conversation_open_user_menu = "您想做什么?\n" \
@ -383,7 +383,7 @@ success_transaction_created = "✅ 交易已成功创建!\n" \
"{transaction}" "{transaction}"
# Error: message received not in a private chat # Error: message received not in a private chat
error_nonprivate_chat = "⚠️ 该机器人仅适用于私人聊天s." error_nonprivate_chat = "⚠️ 该机器人仅适用于私人聊天."
# Error: a message was sent in a chat, but no worker exists for that chat. # Error: a message was sent in a chat, but no worker exists for that chat.
# Suggest the creation of a new worker with /start # Suggest the creation of a new worker with /start