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_cn.json
2023-05-21 11:48:33 +08:00

7 lines
No EOL
353 B
JSON

{
"hash.help": "生成字符串的哈希/散列值。",
"hash.help.list": "返回支持的散列算法。",
"hash.message.algorithms_list": "支持的算法:${algorithms}",
"hash.message.output": "上述字符串的 ${algorithm} 散列值为:${digest}",
"hash.message.unsupported_algorithm": "不支持此算法:${algorithm}"
}