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_tw.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": "發生錯誤:金額必須為正數。"
}