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/en_us.json

8 lines
370 B
JSON
Raw Normal View History

2023-04-30 11:14:19 +00:00
{
2023-05-02 14:53:51 +00:00
"hash.help": "Generate the hash digest of a string.",
"hash.help.list": "Returns a list of supported hashing algorithms.",
"hash.message.output": "${algorithm} digest of the string is: ${digest}",
"hash.message.unsupported_algorithm": "Algorithm not supported: ${algorithm}",
"hash.message.algorithms_list": "Supported algorithms: ${algorithms}"
2023-04-30 11:14:19 +00:00
}