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 = Luôn đúng.
lenum.idiv = Chia lấy phần nguyên.
lenum.div = Phép chia.\nTrả về [accent]rỗng (null)[] khi chia cho 0.
lenum.mod = Chia lấy phần dư.
lenum.emod = True modulo, result is always positive.
lenum.equal = Bằng nhau. Ép kiểu.\nĐối tượng không-rỗng (non-null) so sánh với số sẽ thành 1, ngược lại là 0.
lenum.notequal = Không bằng nhau. Ép kiểu.
lenum.strictequal = Bằng nhau ràng buộc. Không ép kiểu.\nCó thể dùng để kiểm tra [accent]rỗng (null)[].
lenum.shl = Nhảy bit sang trái.
lenum.shr = Nhảy bit sang phải.
lenum.ushr = Unsigned bit-shift right.
lenum.or = Phép toán bit OR.
lenum.land = Phép toán logic AND.
lenum.and = Phép toán bit AND.