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

9 lines
400 B
JSON
Raw Normal View History

2023-04-30 11:14:19 +00:00
{
"hash.help.desc": "生成字符串的哈希/散列值。",
"hash.help.generate": "生成字符串的哈希/散列值。",
"hash.help.algorithms": "返回支持的散列算法。",
"hash.output": "上述字符串的 ${algorithm} 散列值:${digest}",
2023-04-30 11:27:53 +00:00
"hash.algorithms": "支持的算法:${algorithms}",
"hash.unsupported_algorithm": "不支持此算法:${algorithm}"
2023-04-30 11:14:19 +00:00
}