Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/exchange_rate/locales/zh_cn.json
多羅狼 761386b8ee
fix
2023-06-21 19:06:42 +08:00

9 lines
No EOL
590 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"exchange_rate.help": "根据当日汇率转换货币价格。",
"exchange_rate.help.desc": "汇率转换工具。",
"exchange_rate.help.regex.desc": "[<acount>] <base>(兑|换)<target>",
"exchange_rate.message": "${amount} ${base} = ${exchange_rate} ${target}\n${time},仅供参考)",
"exchange_rate.message.error.invalid": "发生错误:无效的货币单位:",
"exchange_rate.message.error.non_digital": "发生错误:无效的金额,必须为数字。",
"exchange_rate.message.error.non_positive": "发生错误:金额必须为正数。"
}