Update zh_cn.json
This commit is contained in:
parent
4544d5f479
commit
76b4121118
1 changed files with 1 additions and 1 deletions
|
@ -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]。",
|
||||
|
|
Loading…
Reference in a new issue