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/hash/locales/zh_tw.json

8 lines
350 B
JSON
Raw Normal View History

2023-05-02 15:09:25 +00:00
{
"hash.help": "產生字串的雜湊值。",
2023-05-02 15:09:25 +00:00
"hash.help.list": "返回支援的雜湊演算法。",
"hash.message.output": "上述字串的 ${algorithm} 雜湊值為:${digest}",
"hash.message.unsupported_algorithm": "不支援此演算法:${algorithm}",
2023-05-02 16:03:05 +00:00
"hash.message.algorithms_list": "支援的演算法:${algorithms}"
2023-05-02 15:09:25 +00:00
}