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 = Uvek Tačno.
lenum.idiv = Integer division.
lenum.div = Deljenje.Šalje [accent]null[] kada se deli sa nulom.
lenum.mod = Modulo.
lenum.emod = True modulo, result is always positive.
lenum.equal = Jednakost. Primorava vrste.\nObjekti koji nisu [accent]null[] poređeni sa brojevima postaju 1, u suprotnom 0.
lenum.notequal = Nejednakost. Primorava vrste.
lenum.strictequal = Zacrtana jednakost. Ne primorava vrste.\nMože se koristiti radi provere [accent]null[]-a.
lenum.shl = Bit-shift left.
lenum.shr = Bit-shift right.
lenum.ushr = Unsigned bit-shift right.
lenum.or = Bitwise OR.
lenum.land = Logical AND.
lenum.and = Bitwise AND.