@@ -7,16 +7,16 @@ msgid ""
77msgstr ""
88"Project-Id-Version : PACKAGE VERSION\n "
99"Report-Msgid-Bugs-To : \n "
10- "PO-Revision-Date : 2023-11-16 15:03 +0000\n "
11- "Last-Translator : Scott Shawcroft <scott@tannewt.org >\n "
10+ "PO-Revision-Date : 2023-11-22 19:04 +0000\n "
11+ "Last-Translator : gfbdrgng <hnaofegnp@hldrive.com >\n "
1212"Language-Team : none\n "
1313"Language : ru\n "
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=UTF-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
1717"Plural-Forms : nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
1818"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n "
19- "X-Generator : Weblate 5.2\n "
19+ "X-Generator : Weblate 5.2.1-rc \n "
2020
2121#: main.c
2222msgid ""
@@ -161,8 +161,9 @@ msgid "%q length must be >= %d"
161161msgstr "Длинна %q должна быть >= %d"
162162
163163#: py/objmodule.c py/runtime.c
164+ #, fuzzy
164165msgid "%q moved from %q to %q"
165- msgstr ""
166+ msgstr "%q перешел из% q в% q "
166167
167168#: py/argcheck.c
168169msgid "%q must be %d"
@@ -202,8 +203,9 @@ msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
202203msgstr "%q должен быть массивом байтов или массивом типа «h», «H», «b» или «B»"
203204
204205#: shared-bindings/warnings/__init__.c
206+ #, fuzzy
205207msgid "%q must be a subclass of %q"
206- msgstr ""
208+ msgstr "%q должно быть подклассом %q "
207209
208210#: ports/espressif/common-hal/analogbufio/BufferedIn.c
209211msgid "%q must be array of type 'H'"
@@ -241,8 +243,9 @@ msgid "%q out of range"
241243msgstr "%q вне диапазона"
242244
243245#: py/objmodule.c py/runtime.c
246+ #, fuzzy
244247msgid "%q renamed %q"
245- msgstr ""
248+ msgstr "%q переименован в %q "
246249
247250#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
248251msgid "%q step cannot be zero"
@@ -387,8 +390,9 @@ msgid "'await' outside function"
387390msgstr "«ожидание» внешняя функция"
388391
389392#: py/compile.c
393+ #, fuzzy
390394msgid "'break'/'continue' outside loop"
391- msgstr ""
395+ msgstr "'break'/'continue' outside loop "
392396
393397#: py/compile.c
394398msgid "'data' requires at least 2 arguments"
@@ -429,8 +433,9 @@ msgstr ", в %q\n"
429433#: shared-bindings/busdisplay/BusDisplay.c
430434#: shared-bindings/epaperdisplay/EPaperDisplay.c
431435#: shared-bindings/framebufferio/FramebufferDisplay.c
436+ #, fuzzy
432437msgid ".show(x) removed. Use .root_group = x"
433- msgstr ""
438+ msgstr ".show(x) removed. Use .root_group = x "
434439
435440#: py/objcomplex.c
436441msgid "0.0 to a complex power"
@@ -626,7 +631,7 @@ msgstr "Ниже минимальной частоты кадров"
626631
627632#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
628633msgid "Bit clock and word select must be sequential GPIO pins"
629- msgstr ""
634+ msgstr "Несколько часов и слов должны быть последовательными GPIO пинами "
630635
631636#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
632637msgid "Bit clock and word select must share a clock unit"
@@ -1015,13 +1020,16 @@ msgid "Failed to acquire mutex, err 0x%04x"
10151020msgstr "Не удалось получить mutex, ошибка 0x%04x"
10161021
10171022#: ports/raspberrypi/common-hal/mdns/Server.c
1023+ #, fuzzy
10181024msgid "Failed to add service TXT record"
1019- msgstr ""
1025+ msgstr "Не удалось добавить запись обслуживания TXT "
10201026
10211027#: shared-bindings/mdns/Server.c
1028+ #, fuzzy
10221029msgid ""
10231030"Failed to add service TXT record; non-string or bytes found in txt_records"
10241031msgstr ""
1032+ "Не удалось добавить запись TXT; непрочный или байт, найденный в txt_записях"
10251033
10261034#: shared-module/rgbmatrix/RGBMatrix.c
10271035msgid "Failed to allocate %q buffer"
@@ -1619,9 +1627,9 @@ msgstr "Да"
16191627
16201628#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
16211629#: ports/raspberrypi/common-hal/audiobusio/PDMIn.c
1622- #, c-format
1630+ #, c-format , fuzzy
16231631msgid "Only 8 or 16 bit mono with %dx oversampling supported."
1624- msgstr ""
1632+ msgstr "Только 8 или 16 бит моно с поддержкой %d. "
16251633
16261634#: ports/espressif/common-hal/wifi/__init__.c
16271635#: ports/raspberrypi/common-hal/wifi/__init__.c
@@ -2192,8 +2200,9 @@ msgid "Unable to allocate buffers for signed conversion"
21922200msgstr "Не удается выделить буферы для подписанного преобразования"
21932201
21942202#: supervisor/shared/safe_mode.c
2203+ #, fuzzy
21952204msgid "Unable to allocate to the heap."
2196- msgstr ""
2205+ msgstr "Не в состоянии выделить на кучу. "
21972206
21982207#: ports/espressif/common-hal/busio/I2C.c
21992208msgid "Unable to create lock"
@@ -2455,9 +2464,9 @@ msgid "__init__() should return None"
24552464msgstr "__init__() должен возвращать значение None"
24562465
24572466#: py/objtype.c
2458- #, c-format
2467+ #, c-format , fuzzy
24592468msgid "__init__() should return None, not '%s'"
2460- msgstr ""
2469+ msgstr "__init__() should return None, not '%s' "
24612470
24622471#: py/objobject.c
24632472msgid "__new__ arg must be a user-type"
@@ -2538,8 +2547,9 @@ msgid "asm overflow"
25382547msgstr "Переполнение ASM"
25392548
25402549#: py/compile.c
2550+ #, fuzzy
25412551msgid "async for/with outside async function"
2542- msgstr ""
2552+ msgstr "async для/с внешней функцией async "
25432553
25442554#: extmod/ulab/code/numpy/numerical.c
25452555msgid "attempt to get (arg)min/(arg)max of empty sequence"
@@ -2554,8 +2564,9 @@ msgstr ""
25542564"последовательности"
25552565
25562566#: py/objstr.c
2567+ #, fuzzy
25572568msgid "attributes not supported"
2558- msgstr ""
2569+ msgstr "Атрибуты пока не поддерживаются "
25592570
25602571#: extmod/ulab/code/ulab_tools.c
25612572msgid "axis is out of bounds"
@@ -2698,25 +2709,27 @@ msgid "can't convert %s to float"
26982709msgstr "не могу преобразовать %s в число с плавающей запятой"
26992710
27002711#: py/runtime.c
2701- #, c-format
2712+ #, c-format , fuzzy
27022713msgid "can't convert %s to int"
2703- msgstr ""
2714+ msgstr "не может конвертировать %s в int "
27042715
27052716#: py/objstr.c
27062717msgid "can't convert '%q' object to %q implicitly"
27072718msgstr "не может конвертировать «%q» в% q косвенно"
27082719
27092720#: py/objint.c
2721+ #, fuzzy
27102722msgid "can't convert NaN to int"
2711- msgstr ""
2723+ msgstr "не может превратить NaN в int "
27122724
27132725#: extmod/ulab/code/numpy/vector.c
27142726msgid "can't convert complex to float"
27152727msgstr "Не может преобразовать сложный в плавающий"
27162728
27172729#: py/objint.c
2730+ #, fuzzy
27182731msgid "can't convert inf to int"
2719- msgstr ""
2732+ msgstr "не может конвертировать inf в int "
27202733
27212734#: py/obj.c
27222735msgid "can't convert to complex"
@@ -2751,8 +2764,9 @@ msgid "can't implicitly convert '%q' to 'bool'"
27512764msgstr "не может неявно преобразовать '%q' в 'bool'"
27522765
27532766#: py/runtime.c
2767+ #, fuzzy
27542768msgid "can't import name %q"
2755- msgstr ""
2769+ msgstr "не может импортировать имя %q "
27562770
27572771#: py/emitnative.c
27582772msgid "can't load from '%q'"
@@ -2809,12 +2823,14 @@ msgid ""
28092823msgstr "не может переключаться с ручного поля на автоматическую нумерацию поля"
28102824
28112825#: py/objcomplex.c
2826+ #, fuzzy
28122827msgid "can't truncate-divide a complex number"
2813- msgstr ""
2828+ msgstr "не может усечь сложное число "
28142829
28152830#: extmod/moductypes.c
2831+ #, fuzzy
28162832msgid "can't unambiguously get sizeof scalar"
2817- msgstr ""
2833+ msgstr "не может однозначно получить размер скаляра "
28182834
28192835#: extmod/modasyncio.c
28202836msgid "can't wait"
@@ -2904,8 +2920,9 @@ msgid "comparison of int and uint"
29042920msgstr "сравнение int и uint"
29052921
29062922#: py/objcomplex.c
2923+ #, fuzzy
29072924msgid "complex divide by zero"
2908- msgstr ""
2925+ msgstr "сложное разделение на ноль "
29092926
29102927#: py/objfloat.c py/parsenum.c
29112928msgid "complex values not supported"
@@ -3021,8 +3038,9 @@ msgid "dtype must be float, or complex"
30213038msgstr "Тип d должен быть плавающим или сложным"
30223039
30233040#: extmod/ulab/code/ndarray_operators.c
3041+ #, fuzzy
30243042msgid "dtype of int32 is not supported"
3025- msgstr ""
3043+ msgstr "dtype of int32 не поддерживается "
30263044
30273045#: py/objdeque.c
30283046msgid "empty"
@@ -3156,8 +3174,9 @@ msgid "font must be 2048 bytes long"
31563174msgstr "Длина шрифта должна составлять 2048 байт"
31573175
31583176#: extmod/moddeflate.c
3177+ #, fuzzy
31593178msgid "format"
3160- msgstr ""
3179+ msgstr "формат "
31613180
31623181#: py/objstr.c
31633182msgid "format requires a dict"
@@ -3400,8 +3419,9 @@ msgid "interval must be in range %s-%s"
34003419msgstr "Интервал должен находиться в диапазоне %s-%s"
34013420
34023421#: py/compile.c
3422+ #, fuzzy
34033423msgid "invalid arch"
3404- msgstr ""
3424+ msgstr "недействительная арка "
34053425
34063426#: shared-bindings/bitmaptools/__init__.c
34073427#, c-format
@@ -3486,8 +3506,11 @@ msgstr ""
34863506"самообъектом"
34873507
34883508#: py/argcheck.c
3509+ #, fuzzy
34893510msgid "keyword argument(s) not implemented - use normal args instead"
34903511msgstr ""
3512+ "аргумент(ы) ключевых слов не реализован - вместо этого используйте обычные "
3513+ "арги"
34913514
34923515#: py/emitinlinethumb.c py/emitinlinextensa.c
34933516msgid "label '%q' not defined"
@@ -3586,16 +3609,18 @@ msgid "memory allocation failed, heap is locked"
35863609msgstr "Не удалось выделить память, куча заблокирована"
35873610
35883611#: py/objarray.c
3612+ #, fuzzy
35893613msgid "memoryview offset too large"
3590- msgstr ""
3614+ msgstr "вид памяти компенсируется слишком большим "
35913615
35923616#: py/objarray.c
35933617msgid "memoryview: length is not a multiple of itemsize"
35943618msgstr "вид памяти: длина не является множеством элементов"
35953619
35963620#: extmod/modtime.c
3621+ #, fuzzy
35973622msgid "mktime needs a tuple of length 8 or 9"
3598- msgstr ""
3623+ msgstr "mktime нуждается в толщине 8 или 9 "
35993624
36003625#: extmod/ulab/code/numpy/linalg/linalg.c
36013626msgid "mode must be complete, or reduced"
@@ -3642,8 +3667,9 @@ msgid "name not defined"
36423667msgstr "Имя не определено"
36433668
36443669#: py/persistentcode.c
3670+ #, fuzzy
36453671msgid "native code in .mpy unsupported"
3646- msgstr ""
3672+ msgstr "родной код в .mpy без поддержки "
36473673
36483674#: py/asmthumb.c
36493675msgid "native method too big"
@@ -3889,8 +3915,9 @@ msgid "operation is not supported for given type"
38893915msgstr "Операция не поддерживается для данного типа"
38903916
38913917#: extmod/ulab/code/ndarray_operators.c
3918+ #, fuzzy
38923919msgid "operation not supported for the input types"
3893- msgstr ""
3920+ msgstr "не поддерживается для типов ввода "
38943921
38953922#: py/modbuiltins.c
38963923msgid "ord expects a character"
@@ -4128,8 +4155,9 @@ msgid "source_bitmap must have value_count of 8"
41284155msgstr "source_bitmap должен иметь значение_счет 8"
41294156
41304157#: extmod/modre.c
4158+ #, fuzzy
41314159msgid "splitting with sub-captures"
4132- msgstr ""
4160+ msgstr "разделение с подзахватами "
41334161
41344162#: py/objstr.c
41354163msgid "start/end indices"
@@ -4144,17 +4172,19 @@ msgid "stream operation not supported"
41444172msgstr "Потоковая операция не поддерживается"
41454173
41464174#: py/objarray.c py/objstr.c
4175+ #, fuzzy
41474176msgid "string argument without an encoding"
4148- msgstr ""
4177+ msgstr "строковый аргумент без кодирования "
41494178
41504179#: py/objstrunicode.c
4180+ #, fuzzy
41514181msgid "string index out of range"
4152- msgstr ""
4182+ msgstr "строковый индекс вне диапазона "
41534183
41544184#: py/objstrunicode.c
4155- #, c-format
4185+ #, c-format , fuzzy
41564186msgid "string indices must be integers, not %s"
4157- msgstr ""
4187+ msgstr "струнные индексы должны быть целых чисел, а не %s "
41584188
41594189#: extmod/moductypes.c
41604190msgid "struct: can't index"
@@ -4185,8 +4215,9 @@ msgid "syntax error in uctypes descriptor"
41854215msgstr "Синтаксическая ошибка в дескрипторе UCTYPES"
41864216
41874217#: extmod/modtime.c
4218+ #, fuzzy
41884219msgid "ticks interval overflow"
4189- msgstr ""
4220+ msgstr "клещей интервал перегрузка "
41904221
41914222#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
41924223msgid "timeout duration exceeded the maximum supported value"
@@ -4364,8 +4395,9 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
43644395msgstr "Неподдерживаемый символ формата '%c' (0x%x) при индексе %d"
43654396
43664397#: py/runtime.c
4398+ #, fuzzy
43674399msgid "unsupported type for %q: '%s'"
4368- msgstr ""
4400+ msgstr "неподдерживаемый тип для% q:%s \" "
43694401
43704402#: py/runtime.c
43714403msgid "unsupported type for operator"
@@ -4393,8 +4425,9 @@ msgid "value out of range of target"
43934425msgstr "Величина выходящая за пределы диапазона цели"
43944426
43954427#: extmod/moddeflate.c
4428+ #, fuzzy
43964429msgid "wbits"
4397- msgstr ""
4430+ msgstr "wbits "
43984431
43994432#: shared-bindings/is31fl3741/FrameBuffer.c
44004433msgid "width must be greater than zero"
0 commit comments