Update zh_cn.json

This commit is contained in:
ChuijkYahus 2022-08-29 15:25:20 +08:00 committed by GitHub
parent 1bb85cb683
commit 4544d5f479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -778,7 +778,7 @@
"hexcasting.page.sets.not": "对位组执行位非操作,将所有为 1 的比特换为 0反之亦然。就我经验而言这会使一个数变为其相反数然后减 1。例如0 会变成 -1而 -100 会变成 99。",
"hexcasting.page.sets.to_set": "去除列表内重复的元素。",
"hexcasting.entry.consts": "常",
"hexcasting.entry.consts": "常",
"hexcasting.page.consts.const/vec/x": "左图(逆时针绘制)返回 [1, 0, 0];右图(顺时针绘制)返回 [-1, 0, 0]。",
"hexcasting.page.consts.const/vec/y": "左图(逆时针绘制)返回 [0, 1, 0];右图(顺时针绘制)返回 [0, -1, 0]。",
"hexcasting.page.consts.const/vec/z": "左图(逆时针绘制)返回 [0, 0, 1];右图(顺时针绘制)返回 [0, 0, -1]。",