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 = Zawsze prawda.
lenum.idiv = Dzielenie liczb całkowitych.
lenum.div = Dzielenie.\nZwraca [accent]null[] w trakcie dzielenia przez zero.
lenum.mod = Modulo.
lenum.emod = True modulo, result is always positive.
lenum.equal = Równość. Wymusza typ.\nNiezerowe objekty połączone z liczbami stają się 1, w innym wypadku 0.
lenum.notequal = Nierówność. Wymusza typ.
lenum.strictequal = Ścisła równość. Nie wymusza typów.\nMoże być użyte do wykrycia [accent]null[].
lenum.shl = Przesunięcie bitowe w lewo.
lenum.shr = Przesunięcie bitowe w prawo.
lenum.ushr = Unsigned bit-shift right.
lenum.or = Bitowe OR (lub).
lenum.land = Logiczne AND (i).
lenum.and = Bitowe AND (i).