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-04-30 19:27:53 +08:00

8 lines
400 B
JSON

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