Archived
1
0
Fork 0

Update zh_tw.json

This commit is contained in:
多羅狼 2023-05-03 00:03:05 +08:00 committed by GitHub
parent b60da72808
commit 56b0e97759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{
"hash.output": "上述字串的 ${algorithm} 雜湊值為:${digest}",
"hash.unsupported_algorithm": "不支援此演算法:${algorithm}",
"hash.message.output": "上述字串的 ${algorithm} 雜湊值為:${digest}",
"hash.message.unsupported_algorithm": "不支援此演算法:${algorithm}",
"hash.help": "生成字串的雜湊值。",
"hash.help.list": "返回支援的雜湊演算法。",
"hash.algorithms_list": "支援的演算法:${algorithms}"
"hash.message.algorithms_list": "支援的演算法:${algorithms}"
}