mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Automatic bundle update
This commit is contained in:
parent
ea333a0a63
commit
ee06e8b19f
34 changed files with 68 additions and 0 deletions
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Винаги вярно
|
|||
lenum.idiv = Деление с цели числа.
|
||||
lenum.div = Деление.\nВръща [accent]null[] при делене на 0.
|
||||
lenum.mod = Модул.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Равенство. Конвертира променливите в еднакъв тип.\nНе-null обекти стават 1, null обекти стават 0.
|
||||
lenum.notequal = Неравенство. Конвертира променливите в еднакъв тип.
|
||||
lenum.strictequal = Стриктно равенство. Отрицателно при различни типове променливи.\nМоже да се използва за проверка на [accent]null[].
|
||||
lenum.shl = Побитово изместване наляво.
|
||||
lenum.shr = Побитово изместване надясно.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Побитово ИЛИ.
|
||||
lenum.land = Логическо И.
|
||||
lenum.and = Побитово И.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Sempre cert.
|
|||
lenum.idiv = Divisió entera.
|
||||
lenum.div = Divisió.\nRetorna [accent]null[] si es divideix per zero.
|
||||
lenum.mod = Mòdul (residu de la divisió entera).
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Igual. Força els tipus.\nCompara objectes no nuls amb nombres. Si són iguals, retorna 1. Si no, retorna 0.
|
||||
lenum.notequal = No igual. Força els tipus.
|
||||
lenum.strictequal = Igualtat estricta sense forçar el tipus.\nEs pot fer servir amb objectes nuls.
|
||||
lenum.shl = Desplaça els bits a l’esquerra.
|
||||
lenum.shr = Desplaça els bits a la dreta.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Operació lògica OR bit a bit.
|
||||
lenum.land = Operació lògica AND bit a bit.
|
||||
lenum.and = Operació lògica AND bit a bit.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Vždy pravda.
|
|||
lenum.idiv = Číselné dělení.
|
||||
lenum.div = Dělení.\nVrací [accent]null[], pokud je děleno nulou.
|
||||
lenum.mod = Modulo (Vydělí 2 hodnoty a vrací zbytek).
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Stejné. Vynucuje typy.\nNon-null objekty porovnané s čísly se stanou 1, jinak 0.
|
||||
lenum.notequal = Není stejné. Vynucuje typy.
|
||||
lenum.strictequal = Přísná rovnost. Nevynucuje typy.\nMůže být použít, jestli je [accent]null[].
|
||||
lenum.shl = Bitový posun vlevo.
|
||||
lenum.shr = Bitový posun vpravo.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Bitový OR.
|
||||
lenum.land = Logický AND.
|
||||
lenum.and = Bitový AND.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Immer.
|
|||
lenum.idiv = Division mit ganzen Zahlen.
|
||||
lenum.div = Division.\nGibt bei Teilung durch null [accent]null[] zurück.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Prüft Gleichheit.\nNicht-null Objekte, die mit Zahlen verglichen werden, werden 1.
|
||||
lenum.notequal = Prüft Ungleichheit.
|
||||
lenum.strictequal = Prüft strenge Gleichheit.\nKann verwendet werden, um [accent]null[] zu finden.
|
||||
lenum.shl = Bit-Shift nacht links.
|
||||
lenum.shr = Bit-Shift nach rechts.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Bitwise ODER.
|
||||
lenum.land = Logisches AND.
|
||||
lenum.and = Bitweises UND.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Siempre "true".
|
|||
lenum.idiv = División de un número entero.
|
||||
lenum.div = División.\nDevuelve [accent]null[] al dividir entre cero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Igual. Coacciona tipos.\nObjetos no-nulos coaccionados con números pasan a 1, si no coinciden pasan a 0.
|
||||
lenum.notequal = No igual. Coacciona tipos.
|
||||
lenum.strictequal = Igualdad estricta. No coacciona tipos.\nSe puede usar para comprobar si un resultado es [accent]null[].
|
||||
lenum.shl = Cambia bits a izquierda.
|
||||
lenum.shr = Cambia bits a derecha.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Comprobación bit a bit OR.
|
||||
lenum.land = Comprobación lógica AND.
|
||||
lenum.and = Comprobación bit a bit AND.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Aina tosi.
|
|||
lenum.idiv = Kokonaislukujen osamäärä.
|
||||
lenum.div = Osamäärä.\nPalauttaa arvon [accent]null[] jaettaessa nollalla.
|
||||
lenum.mod = Lukuun ottamatta.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Yhtä suuri. Pakottaa tyypit.\nMuut kohteet kuin null palauttavat arvon 1 verrattaessa numeroihin, muussa tapauksessa palautus on 0.
|
||||
lenum.notequal = Erisuuri. Pakottaa tyypit.
|
||||
lenum.strictequal = Tarkka yhtäsuuruus. Ei pakota tyyppejä.\nVoidaan käyttää tarkistamaan arvon [accent]null[] varalta.
|
||||
lenum.shl = Siirrä bittejä vasemmalle.
|
||||
lenum.shr = Siirrä bittejä oikealle.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Binäärinen OR.
|
||||
lenum.land = Looginen AND.
|
||||
lenum.and = Binäärinen AND.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Toujours [accent]true[].
|
|||
lenum.idiv = Division entière.
|
||||
lenum.div = Division.\nRetourne [accent]null[] lors d'une division par zéro.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Égalité. Conversion des types.\nLes objets non-nuls comparés avec des nombres deviennent 1, sinon 0.
|
||||
lenum.notequal = Inégalité. Conversion des types.
|
||||
lenum.strictequal = Égalité stricte. Ne convertit pas les types.\nPeut être utilisé pour vérifier les valeurs [accent]null[].
|
||||
lenum.shl = Décalage de bits vers la gauche.
|
||||
lenum.shr = Décalage de bits vers la droite.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Opération binaire OR.
|
||||
lenum.land = Opération logique AND.
|
||||
lenum.and = Opération binaire AND.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Selalu benar.
|
|||
lenum.idiv = Pembagian integer.
|
||||
lenum.div = Pembagian.\nMengembalikan [accent]null[] pada pembagian dengan nol.
|
||||
lenum.mod = Modulus.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Kesetaraan. Mengonversikan tipe.\nObjek bukan nol dibandingkan dengan angka menjadi 1, jika tidak 0.
|
||||
lenum.notequal = Kesetaraan tanpa jenis pemaksaan. Mengonversikan tipe.
|
||||
lenum.strictequal = Kesetaraan dengan jenis pemaksaan. Tidak mengonversikan tipe.\nDapat digunakan untuk memeriksa [accent]null[].
|
||||
lenum.shl = Bit-shift kiri.
|
||||
lenum.shr = Bit-shift kanan.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Bitwise OR.
|
||||
lenum.land = Logika AND.
|
||||
lenum.and = Bitwise AND.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = 常にtrueを返します。
|
|||
lenum.idiv = 整数の割り算をします。
|
||||
lenum.div = 割り算をします。\nゼロ除算で [accent]null[] を返します。
|
||||
lenum.mod = 割ったあまりを返します。
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = 等しいかどうかを比較します。型を強制します。\n数値と比較される非NULLオブジェクトは1になり、そうでない場合は0になる。
|
||||
lenum.notequal = 等しくないかどうかを比較します。型を強制します。
|
||||
lenum.strictequal = より厳密な比較をします。型の強制はしません。\n [accent]null[] のチェックに使用することができます。
|
||||
lenum.shl = ビットを左にシフトします。
|
||||
lenum.shr = ビットを右にシフトします。
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = ビット単位でのOR演算をします。
|
||||
lenum.land = 論理的なAND演算をします。
|
||||
lenum.and = ビット単位でのAND演算をします。
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = 항상 참
|
|||
lenum.idiv = 정수 나누기
|
||||
lenum.div = 나누기\n0으로 나누면 [accent]null[]을 반환합니다.
|
||||
lenum.mod = 나머지
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = 동치 비교. 형변환 가능\nNull이 아닌 객체가 숫자와 비교하려면 1이 되고, 아니면 0이 됩니다.
|
||||
lenum.notequal = 동치 부정. 형변환 가능
|
||||
lenum.strictequal = 엄격한 동치 비교. 형변환 불가능\n[accent]null[]을 확인할 때 쓸 수 있습니다.
|
||||
lenum.shl = 왼쪽으로 비트 이동
|
||||
lenum.shr = 오른쪽으로 비트 이동
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = 비트연산자 OR
|
||||
lenum.land = 논리연산자 AND
|
||||
lenum.and = 비트연산자 AND
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Sempre verdade.
|
|||
lenum.idiv = Divisão inteira.
|
||||
lenum.div = Divisão.\nRetorna [accent]null[] na divisão por zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Igual. Coage tipos.\nObjetos não nulos comparados com números tornam-se 1, caso contrário, 0.
|
||||
lenum.notequal = Não igual. Tipos de coerção.
|
||||
lenum.strictequal = Igualdade estrita. Não coage tipos.Pode ser usado para verificar [accent]null[].
|
||||
lenum.shl = Deslocamento de bit para a esquerda.
|
||||
lenum.shr = Deslocamento de bits para a direita.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = OU bit a bit.
|
||||
lenum.land = Lógico E.
|
||||
lenum.and = E bit a bit.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Sempre verdade.
|
|||
lenum.idiv = Divisão inteira.
|
||||
lenum.div = Divisão.\nRetorna [accent]null[] na divisão por zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Igual. Coage tipos.\nObjetos não nulos comparados com números tornam-se 1, caso contrário, 0.
|
||||
lenum.notequal = Não igual. Tipos de coerção.
|
||||
lenum.strictequal = Igualdade estrita. Não coage tipos.Pode ser usado para verificar [accent]null[].
|
||||
lenum.shl = Deslocamento de bit para a esquerda.
|
||||
lenum.shr = Deslocamento de bits para a direita.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = OU bit a bit.
|
||||
lenum.land = Lógico E.
|
||||
lenum.and = E bit a bit.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Mereu adevărat.
|
|||
lenum.idiv = Împărțirea naturală a numerelor (int).
|
||||
lenum.div = Împărțirea.\nReturnează [accent]null[] dacă împarți la 0.
|
||||
lenum.mod = Modulo (restul împărțirii).
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Egal. Convertește tipurile variabilelor.\nObiectele nenule comparate cu numere devin 1, cele nule devin 0.
|
||||
lenum.notequal = Nu e egal. Convertește tipurile variabilelor.
|
||||
lenum.strictequal = Egalitate strictă. Nu convertește tipurile variabilelor.\nPoate fi folosit pt a verifica dacă ceva este [accent]null[].
|
||||
lenum.shl = Shift left pe biți.
|
||||
lenum.shr = Shift right pe biți.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = OR/SAU. Ține cont de biți.
|
||||
lenum.land = Logical AND/ȘI logic. Nu ține cont de biți.
|
||||
lenum.and = AND/ȘI. Ține cont de biți.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Всегда истина.
|
|||
lenum.idiv = Целочисленное деление.
|
||||
lenum.div = Деление.\nВозвращает [accent]null[] при делении на ноль.
|
||||
lenum.mod = Остаток от деления.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Равно. Приводит типы.\nНе-null объекты, по сравнению с числами, становятся 1, иначе — 0.
|
||||
lenum.notequal = Не равно. Приводит типы.
|
||||
lenum.strictequal = Строгое равенство. Не приводит типы.\nМожет быть использовано для проверки на [accent]null[].
|
||||
lenum.shl = Побитовый сдвиг влево.
|
||||
lenum.shr = Побитовый сдвиг вправо.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Побитовое ИЛИ.
|
||||
lenum.land = Булевое И.
|
||||
lenum.and = Побитовое И.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -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 = และ แบบบิต
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Always true.
|
|||
lenum.idiv = Integer division.
|
||||
lenum.div = Division.\nReturns [accent]null[] on divide-by-zero.
|
||||
lenum.mod = Modulo.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Equal. Coerces types.\nNon-null objects compared with numbers become 1, otherwise 0.
|
||||
lenum.notequal = Not equal. Coerces types.
|
||||
lenum.strictequal = Strict equality. Does not coerce types.\nCan be used to check for [accent]null[].
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Her Zaman Doğru
|
|||
lenum.idiv = Tamsayı Bölme
|
||||
lenum.div = Bölme
|
||||
lenum.mod = Mod
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Eşit
|
||||
lenum.notequal = Eşit Değil
|
||||
lenum.strictequal = Aynı
|
||||
lenum.shl = Shift Sol
|
||||
lenum.shr = Shift Sağ
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Veya
|
||||
lenum.land = Çapraz Ve
|
||||
lenum.and = Ve
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = Завжди істинне.
|
|||
lenum.idiv = Ціле ділення.
|
||||
lenum.div = Ділення.\nПовертає [accent]null[] при діленні на нуль.
|
||||
lenum.mod = Залишок від ділення.
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = Рівно. Примусове приведення типів.\nНе-null об’єкти у порівнянні з числами стають 1, інакше — 0.
|
||||
lenum.notequal = Не рівно. Примусове приведення типів.
|
||||
lenum.strictequal = Сувора рівність. Примусового приведення типів немає.\nМожна використати для перевірки на [accent]null[].
|
||||
lenum.shl = Зсув бітів ліворуч.
|
||||
lenum.shr = Зсув бітів праворуч.
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = Побітове АБО (OR).
|
||||
lenum.land = Побітове логічне І.
|
||||
lenum.and = Побітове І.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = 无条件跳转
|
|||
lenum.idiv = 整数除法,返回不带小数的商
|
||||
lenum.div = 除法,除以 0 时返回 [accent]null[]
|
||||
lenum.mod = 求除法的余数
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = 相等。转换参数类型后进行比较\n与数字进行比较时,null 转换为 0 ,非 null 对象转换为 1
|
||||
lenum.notequal = 不相等。转换参数类型后进行比较
|
||||
lenum.strictequal = 严格相等。不转换参数类型\n可用于准确检查 [accent]null[] 对象
|
||||
lenum.shl = 左移位
|
||||
lenum.shr = 右移位
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = 按位或
|
||||
lenum.land = 逻辑与
|
||||
lenum.and = 按位与
|
||||
|
|
|
|||
|
|
@ -2599,11 +2599,13 @@ lenum.always = 永遠 true (直接跳).
|
|||
lenum.idiv = 整數除法,無條件捨去.
|
||||
lenum.div = 除法.\n除以零時回傳 [accent]null[]
|
||||
lenum.mod = Modulo,求餘數
|
||||
lenum.emod = True modulo, result is always positive.
|
||||
lenum.equal = 是否相等,不管資料型態。\n非null 物件和數值相比時回傳1
|
||||
lenum.notequal = 是否不相等,不管資料型態.
|
||||
lenum.strictequal = 嚴格檢查是否相等,會比照資料型態。\n可用來檢查[accent]null[]
|
||||
lenum.shl = 左移n位元
|
||||
lenum.shr = 右移n位元
|
||||
lenum.ushr = Unsigned bit-shift right.
|
||||
lenum.or = 位元 OR
|
||||
lenum.land = 邏輯 AND
|
||||
lenum.and = 位元 AND
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue