diff --git a/core/assets/bundles/bundle_be.properties b/core/assets/bundles/bundle_be.properties index 7c540f7f1d..7986182a6f 100644 --- a/core/assets/bundles/bundle_be.properties +++ b/core/assets/bundles/bundle_be.properties @@ -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. diff --git a/core/assets/bundles/bundle_bg.properties b/core/assets/bundles/bundle_bg.properties index 95c1b5cc76..58adf38f19 100644 --- a/core/assets/bundles/bundle_bg.properties +++ b/core/assets/bundles/bundle_bg.properties @@ -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 = Побитово И. diff --git a/core/assets/bundles/bundle_ca.properties b/core/assets/bundles/bundle_ca.properties index 2cc2771af6..e4a7eab595 100644 --- a/core/assets/bundles/bundle_ca.properties +++ b/core/assets/bundles/bundle_ca.properties @@ -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. diff --git a/core/assets/bundles/bundle_cs.properties b/core/assets/bundles/bundle_cs.properties index 0bc5bd515f..3ad3a37731 100644 --- a/core/assets/bundles/bundle_cs.properties +++ b/core/assets/bundles/bundle_cs.properties @@ -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. diff --git a/core/assets/bundles/bundle_da.properties b/core/assets/bundles/bundle_da.properties index 2d7af2122f..331fef6689 100644 --- a/core/assets/bundles/bundle_da.properties +++ b/core/assets/bundles/bundle_da.properties @@ -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. diff --git a/core/assets/bundles/bundle_de.properties b/core/assets/bundles/bundle_de.properties index fd56c0fb0c..350f6f14b4 100644 --- a/core/assets/bundles/bundle_de.properties +++ b/core/assets/bundles/bundle_de.properties @@ -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. diff --git a/core/assets/bundles/bundle_es.properties b/core/assets/bundles/bundle_es.properties index c2167d1371..1ad5835978 100644 --- a/core/assets/bundles/bundle_es.properties +++ b/core/assets/bundles/bundle_es.properties @@ -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. diff --git a/core/assets/bundles/bundle_et.properties b/core/assets/bundles/bundle_et.properties index ccdeb2a02f..0e6855a391 100644 --- a/core/assets/bundles/bundle_et.properties +++ b/core/assets/bundles/bundle_et.properties @@ -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. diff --git a/core/assets/bundles/bundle_eu.properties b/core/assets/bundles/bundle_eu.properties index a5e2d30886..1c130a7934 100644 --- a/core/assets/bundles/bundle_eu.properties +++ b/core/assets/bundles/bundle_eu.properties @@ -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. diff --git a/core/assets/bundles/bundle_fi.properties b/core/assets/bundles/bundle_fi.properties index f457b166ea..6be991fd93 100644 --- a/core/assets/bundles/bundle_fi.properties +++ b/core/assets/bundles/bundle_fi.properties @@ -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. diff --git a/core/assets/bundles/bundle_fil.properties b/core/assets/bundles/bundle_fil.properties index a4242fc278..782bf79193 100644 --- a/core/assets/bundles/bundle_fil.properties +++ b/core/assets/bundles/bundle_fil.properties @@ -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. diff --git a/core/assets/bundles/bundle_fr.properties b/core/assets/bundles/bundle_fr.properties index cb158cfe19..4f7615778f 100644 --- a/core/assets/bundles/bundle_fr.properties +++ b/core/assets/bundles/bundle_fr.properties @@ -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. diff --git a/core/assets/bundles/bundle_hu.properties b/core/assets/bundles/bundle_hu.properties index a6008a2733..1a86faba90 100644 --- a/core/assets/bundles/bundle_hu.properties +++ b/core/assets/bundles/bundle_hu.properties @@ -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. diff --git a/core/assets/bundles/bundle_id_ID.properties b/core/assets/bundles/bundle_id_ID.properties index 9eec13d42f..3e7853295a 100644 --- a/core/assets/bundles/bundle_id_ID.properties +++ b/core/assets/bundles/bundle_id_ID.properties @@ -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. diff --git a/core/assets/bundles/bundle_it.properties b/core/assets/bundles/bundle_it.properties index 9a1ba71c60..5872b9d592 100644 --- a/core/assets/bundles/bundle_it.properties +++ b/core/assets/bundles/bundle_it.properties @@ -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. diff --git a/core/assets/bundles/bundle_ja.properties b/core/assets/bundles/bundle_ja.properties index c09dc24d25..f35c0ab766 100644 --- a/core/assets/bundles/bundle_ja.properties +++ b/core/assets/bundles/bundle_ja.properties @@ -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演算をします。 diff --git a/core/assets/bundles/bundle_ko.properties b/core/assets/bundles/bundle_ko.properties index 66eca86845..895b70e0ff 100644 --- a/core/assets/bundles/bundle_ko.properties +++ b/core/assets/bundles/bundle_ko.properties @@ -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 diff --git a/core/assets/bundles/bundle_lt.properties b/core/assets/bundles/bundle_lt.properties index a5777616ee..d2ce17ad7a 100644 --- a/core/assets/bundles/bundle_lt.properties +++ b/core/assets/bundles/bundle_lt.properties @@ -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. diff --git a/core/assets/bundles/bundle_nl.properties b/core/assets/bundles/bundle_nl.properties index 388d43d9ba..b8aa0a3769 100644 --- a/core/assets/bundles/bundle_nl.properties +++ b/core/assets/bundles/bundle_nl.properties @@ -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. diff --git a/core/assets/bundles/bundle_nl_BE.properties b/core/assets/bundles/bundle_nl_BE.properties index 4ce0a9690e..769cf64c99 100644 --- a/core/assets/bundles/bundle_nl_BE.properties +++ b/core/assets/bundles/bundle_nl_BE.properties @@ -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. diff --git a/core/assets/bundles/bundle_pl.properties b/core/assets/bundles/bundle_pl.properties index 260a82bd89..620033e883 100644 --- a/core/assets/bundles/bundle_pl.properties +++ b/core/assets/bundles/bundle_pl.properties @@ -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). diff --git a/core/assets/bundles/bundle_pt_BR.properties b/core/assets/bundles/bundle_pt_BR.properties index f407bafac1..90805c50e1 100644 --- a/core/assets/bundles/bundle_pt_BR.properties +++ b/core/assets/bundles/bundle_pt_BR.properties @@ -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. diff --git a/core/assets/bundles/bundle_pt_PT.properties b/core/assets/bundles/bundle_pt_PT.properties index ae76623896..de4987ca75 100644 --- a/core/assets/bundles/bundle_pt_PT.properties +++ b/core/assets/bundles/bundle_pt_PT.properties @@ -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. diff --git a/core/assets/bundles/bundle_ro.properties b/core/assets/bundles/bundle_ro.properties index 621169d964..00f7698d4a 100644 --- a/core/assets/bundles/bundle_ro.properties +++ b/core/assets/bundles/bundle_ro.properties @@ -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. diff --git a/core/assets/bundles/bundle_ru.properties b/core/assets/bundles/bundle_ru.properties index bf71eebfa9..c2106df496 100644 --- a/core/assets/bundles/bundle_ru.properties +++ b/core/assets/bundles/bundle_ru.properties @@ -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 = Побитовое И. diff --git a/core/assets/bundles/bundle_sr.properties b/core/assets/bundles/bundle_sr.properties index 46b6a00aa3..c003fbed86 100644 --- a/core/assets/bundles/bundle_sr.properties +++ b/core/assets/bundles/bundle_sr.properties @@ -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. diff --git a/core/assets/bundles/bundle_sv.properties b/core/assets/bundles/bundle_sv.properties index ffe6dbeaae..dc342190fe 100644 --- a/core/assets/bundles/bundle_sv.properties +++ b/core/assets/bundles/bundle_sv.properties @@ -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. diff --git a/core/assets/bundles/bundle_th.properties b/core/assets/bundles/bundle_th.properties index f7b8ebb662..1694e9a3dc 100644 --- a/core/assets/bundles/bundle_th.properties +++ b/core/assets/bundles/bundle_th.properties @@ -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 = และ แบบบิต diff --git a/core/assets/bundles/bundle_tk.properties b/core/assets/bundles/bundle_tk.properties index a498bf910f..486aae1910 100644 --- a/core/assets/bundles/bundle_tk.properties +++ b/core/assets/bundles/bundle_tk.properties @@ -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. diff --git a/core/assets/bundles/bundle_tr.properties b/core/assets/bundles/bundle_tr.properties index 3c6b3fbce8..c33a791505 100644 --- a/core/assets/bundles/bundle_tr.properties +++ b/core/assets/bundles/bundle_tr.properties @@ -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 diff --git a/core/assets/bundles/bundle_uk_UA.properties b/core/assets/bundles/bundle_uk_UA.properties index 2188523398..37de88d540 100644 --- a/core/assets/bundles/bundle_uk_UA.properties +++ b/core/assets/bundles/bundle_uk_UA.properties @@ -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 = Побітове І. diff --git a/core/assets/bundles/bundle_vi.properties b/core/assets/bundles/bundle_vi.properties index b6cd5e027d..99a08552ab 100644 --- a/core/assets/bundles/bundle_vi.properties +++ b/core/assets/bundles/bundle_vi.properties @@ -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. diff --git a/core/assets/bundles/bundle_zh_CN.properties b/core/assets/bundles/bundle_zh_CN.properties index a2b1686e48..142df457db 100644 --- a/core/assets/bundles/bundle_zh_CN.properties +++ b/core/assets/bundles/bundle_zh_CN.properties @@ -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 = 按位与 diff --git a/core/assets/bundles/bundle_zh_TW.properties b/core/assets/bundles/bundle_zh_TW.properties index 6ecba66c23..d1bd362c8e 100644 --- a/core/assets/bundles/bundle_zh_TW.properties +++ b/core/assets/bundles/bundle_zh_TW.properties @@ -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