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
Dorobot 5f45fb51a9
New Crowdin updates (#588)
* Update source file zh_cn.json

* New translations zh_cn.json (Chinese Traditional)

* New translations zh_cn.json (English)

* New translations zh_cn.json (Chinese Traditional)

* New translations zh_cn.json (English)

* Update source file zh_cn.json

* New translations zh_cn.json (Chinese Traditional)

* New translations zh_cn.json (English)
2023-05-05 17:36:35 +08:00

7 lines
370 B
JSON

{
"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}"
}