This commit is contained in:
ChuijkYahus 2023-03-25 03:15:39 +08:00 committed by GitHub
parent 29e4ceba57
commit c9f67d9d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1005,7 +1005,7 @@
"hexcasting.entry.logic": "逻辑运算",
"hexcasting.page.logic.bool_coerce": "将参数变换为布尔值。数 $(thing)0/$、$(l:influences#null)$(thing)Null/$,以及空列表会变为 False。其余所有则变为 True。",
"hexcasting.page.logic.bool_to_number": "将布尔值变换为。True 变为 $(thing)1/$ False 变为 $(thing)0/$。",
"hexcasting.page.logic.bool_to_number": "将布尔值变换为。True 变为 $(thing)1/$ False 变为 $(thing)0/$。",
"hexcasting.page.logic.not": "如果参数是 True返回 False如果参数是 False返回 True。",
"hexcasting.page.logic.or": "如果至少有一个参数是 True返回 True。否则返回 False。",
"hexcasting.page.logic.and": "如果两个参数都是 True返回 True。否则返回 False。",