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 = Mindig igaz.
lenum.idiv = Egész osztás.
lenum.div = Osztás.\nNullával való osztáskor a visszatérési érték [accent]null[].
lenum.mod = Modulo.
lenum.emod = True modulo, result is always positive.
lenum.equal = Egyenlő. Kényszeríti a típusokat.\nA nem null értékű objektumok értéke 1 lesz, egyébként 0.
lenum.notequal = Nem egyenlő. Kényszeríti a típusokat.
lenum.strictequal = Szigorúan egyenlőség. Nem kényszeríti a típusokat.\nA [accent]null[] ellenőrzésére is használható.
lenum.shl = Biteltolás balra.
lenum.shr = Biteltolás jobbra.
lenum.ushr = Unsigned bit-shift right.
lenum.or = Bitenkénti VAGY.
lenum.land = Logikai ÉS.
lenum.and = Bitenkénti ÉS.