Automatic bundle update

This commit is contained in:
Github Actions
2025-06-02 18:09:30 +00:00
parent ea333a0a63
commit ee06e8b19f
34 changed files with 68 additions and 0 deletions

View File

@@ -2599,11 +2599,13 @@ lenum.always = เป็นจริงเสมอ
lenum.idiv = หารจำนวนเต็ม
lenum.div = หาร\nจะส่งกลับ[accent]ค่าว่าง[] หากหารศูนย์
lenum.mod = โมดูโล่ (หารหาเศษ)
lenum.emod = True modulo, result is always positive.
lenum.equal = เท่ากับ แบบบังคับประเภท\nสิ่งที่ไม่ใช่ค่าว่างเมื่อเทียบกับตัวเลขจะส่งกลับค่า 1 นอกนั้นจะส่งกลับค่า 0
lenum.notequal = ไม่เท่ากับ บังคับประเภท
lenum.strictequal = เท่ากับที่เข้มงวด ไม่บังคับประเภท\nสามารถใช้ตรวจสอบหา[accent]ค่าว่าง[]ได้
lenum.shl = เลื่อนบิตไปทางซ้าย
lenum.shr = เลื่อนบิตไปทางขวา
lenum.ushr = Unsigned bit-shift right.
lenum.or = หรือ แบบบิต
lenum.land = และ เชิงตรรกะ
lenum.and = และ แบบบิต