Skip to content

Commit 2e3e145

Browse files
authored
Merge pull request #8651 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents b2c32cf + 100de26 commit 2e3e145

File tree

1 file changed

+73
-40
lines changed

1 file changed

+73
-40
lines changed

locale/ru.po

Lines changed: 73 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ msgid ""
77
msgstr ""
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 <[email protected]>\n"
10+
"PO-Revision-Date: 2023-11-22 19:04+0000\n"
11+
"Last-Translator: gfbdrgng <[email protected]>\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
2222
msgid ""
@@ -161,8 +161,9 @@ msgid "%q length must be >= %d"
161161
msgstr "Длинна %q должна быть >= %d"
162162

163163
#: py/objmodule.c py/runtime.c
164+
#, fuzzy
164165
msgid "%q moved from %q to %q"
165-
msgstr ""
166+
msgstr "%q перешел из% q в% q"
166167

167168
#: py/argcheck.c
168169
msgid "%q must be %d"
@@ -202,8 +203,9 @@ msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
202203
msgstr "%q должен быть массивом байтов или массивом типа «h», «H», «b» или «B»"
203204

204205
#: shared-bindings/warnings/__init__.c
206+
#, fuzzy
205207
msgid "%q must be a subclass of %q"
206-
msgstr ""
208+
msgstr "%q должно быть подклассом %q"
207209

208210
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
209211
msgid "%q must be array of type 'H'"
@@ -241,8 +243,9 @@ msgid "%q out of range"
241243
msgstr "%q вне диапазона"
242244

243245
#: py/objmodule.c py/runtime.c
246+
#, fuzzy
244247
msgid "%q renamed %q"
245-
msgstr ""
248+
msgstr "%q переименован в %q"
246249

247250
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
248251
msgid "%q step cannot be zero"
@@ -387,8 +390,9 @@ msgid "'await' outside function"
387390
msgstr "«ожидание» внешняя функция"
388391

389392
#: py/compile.c
393+
#, fuzzy
390394
msgid "'break'/'continue' outside loop"
391-
msgstr ""
395+
msgstr "'break'/'continue' outside loop"
392396

393397
#: py/compile.c
394398
msgid "'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
432437
msgid ".show(x) removed. Use .root_group = x"
433-
msgstr ""
438+
msgstr ".show(x) removed. Use .root_group = x"
434439

435440
#: py/objcomplex.c
436441
msgid "0.0 to a complex power"
@@ -626,7 +631,7 @@ msgstr "Ниже минимальной частоты кадров"
626631

627632
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c
628633
msgid "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
632637
msgid "Bit clock and word select must share a clock unit"
@@ -1015,13 +1020,16 @@ msgid "Failed to acquire mutex, err 0x%04x"
10151020
msgstr "Не удалось получить mutex, ошибка 0x%04x"
10161021

10171022
#: ports/raspberrypi/common-hal/mdns/Server.c
1023+
#, fuzzy
10181024
msgid "Failed to add service TXT record"
1019-
msgstr ""
1025+
msgstr "Не удалось добавить запись обслуживания TXT"
10201026

10211027
#: shared-bindings/mdns/Server.c
1028+
#, fuzzy
10221029
msgid ""
10231030
"Failed to add service TXT record; non-string or bytes found in txt_records"
10241031
msgstr ""
1032+
"Не удалось добавить запись TXT; непрочный или байт, найденный в txt_записях"
10251033

10261034
#: shared-module/rgbmatrix/RGBMatrix.c
10271035
msgid "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
16231631
msgid "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"
21922200
msgstr "Не удается выделить буферы для подписанного преобразования"
21932201

21942202
#: supervisor/shared/safe_mode.c
2203+
#, fuzzy
21952204
msgid "Unable to allocate to the heap."
2196-
msgstr ""
2205+
msgstr "Не в состоянии выделить на кучу."
21972206

21982207
#: ports/espressif/common-hal/busio/I2C.c
21992208
msgid "Unable to create lock"
@@ -2455,9 +2464,9 @@ msgid "__init__() should return None"
24552464
msgstr "__init__() должен возвращать значение None"
24562465

24572466
#: py/objtype.c
2458-
#, c-format
2467+
#, c-format, fuzzy
24592468
msgid "__init__() should return None, not '%s'"
2460-
msgstr ""
2469+
msgstr "__init__() should return None, not '%s'"
24612470

24622471
#: py/objobject.c
24632472
msgid "__new__ arg must be a user-type"
@@ -2538,8 +2547,9 @@ msgid "asm overflow"
25382547
msgstr "Переполнение ASM"
25392548

25402549
#: py/compile.c
2550+
#, fuzzy
25412551
msgid "async for/with outside async function"
2542-
msgstr ""
2552+
msgstr "async для/с внешней функцией async"
25432553

25442554
#: extmod/ulab/code/numpy/numerical.c
25452555
msgid "attempt to get (arg)min/(arg)max of empty sequence"
@@ -2554,8 +2564,9 @@ msgstr ""
25542564
"последовательности"
25552565

25562566
#: py/objstr.c
2567+
#, fuzzy
25572568
msgid "attributes not supported"
2558-
msgstr ""
2569+
msgstr "Атрибуты пока не поддерживаются"
25592570

25602571
#: extmod/ulab/code/ulab_tools.c
25612572
msgid "axis is out of bounds"
@@ -2698,25 +2709,27 @@ msgid "can't convert %s to float"
26982709
msgstr "не могу преобразовать %s в число с плавающей запятой"
26992710

27002711
#: py/runtime.c
2701-
#, c-format
2712+
#, c-format, fuzzy
27022713
msgid "can't convert %s to int"
2703-
msgstr ""
2714+
msgstr "не может конвертировать %s в int"
27042715

27052716
#: py/objstr.c
27062717
msgid "can't convert '%q' object to %q implicitly"
27072718
msgstr "не может конвертировать «%q» в% q косвенно"
27082719

27092720
#: py/objint.c
2721+
#, fuzzy
27102722
msgid "can't convert NaN to int"
2711-
msgstr ""
2723+
msgstr "не может превратить NaN в int"
27122724

27132725
#: extmod/ulab/code/numpy/vector.c
27142726
msgid "can't convert complex to float"
27152727
msgstr "Не может преобразовать сложный в плавающий"
27162728

27172729
#: py/objint.c
2730+
#, fuzzy
27182731
msgid "can't convert inf to int"
2719-
msgstr ""
2732+
msgstr "не может конвертировать inf в int"
27202733

27212734
#: py/obj.c
27222735
msgid "can't convert to complex"
@@ -2751,8 +2764,9 @@ msgid "can't implicitly convert '%q' to 'bool'"
27512764
msgstr "не может неявно преобразовать '%q' в 'bool'"
27522765

27532766
#: py/runtime.c
2767+
#, fuzzy
27542768
msgid "can't import name %q"
2755-
msgstr ""
2769+
msgstr "не может импортировать имя %q"
27562770

27572771
#: py/emitnative.c
27582772
msgid "can't load from '%q'"
@@ -2809,12 +2823,14 @@ msgid ""
28092823
msgstr "не может переключаться с ручного поля на автоматическую нумерацию поля"
28102824

28112825
#: py/objcomplex.c
2826+
#, fuzzy
28122827
msgid "can't truncate-divide a complex number"
2813-
msgstr ""
2828+
msgstr "не может усечь сложное число"
28142829

28152830
#: extmod/moductypes.c
2831+
#, fuzzy
28162832
msgid "can't unambiguously get sizeof scalar"
2817-
msgstr ""
2833+
msgstr "не может однозначно получить размер скаляра"
28182834

28192835
#: extmod/modasyncio.c
28202836
msgid "can't wait"
@@ -2904,8 +2920,9 @@ msgid "comparison of int and uint"
29042920
msgstr "сравнение int и uint"
29052921

29062922
#: py/objcomplex.c
2923+
#, fuzzy
29072924
msgid "complex divide by zero"
2908-
msgstr ""
2925+
msgstr "сложное разделение на ноль"
29092926

29102927
#: py/objfloat.c py/parsenum.c
29112928
msgid "complex values not supported"
@@ -3021,8 +3038,9 @@ msgid "dtype must be float, or complex"
30213038
msgstr "Тип d должен быть плавающим или сложным"
30223039

30233040
#: extmod/ulab/code/ndarray_operators.c
3041+
#, fuzzy
30243042
msgid "dtype of int32 is not supported"
3025-
msgstr ""
3043+
msgstr "dtype of int32 не поддерживается"
30263044

30273045
#: py/objdeque.c
30283046
msgid "empty"
@@ -3156,8 +3174,9 @@ msgid "font must be 2048 bytes long"
31563174
msgstr "Длина шрифта должна составлять 2048 байт"
31573175

31583176
#: extmod/moddeflate.c
3177+
#, fuzzy
31593178
msgid "format"
3160-
msgstr ""
3179+
msgstr "формат"
31613180

31623181
#: py/objstr.c
31633182
msgid "format requires a dict"
@@ -3400,8 +3419,9 @@ msgid "interval must be in range %s-%s"
34003419
msgstr "Интервал должен находиться в диапазоне %s-%s"
34013420

34023421
#: py/compile.c
3422+
#, fuzzy
34033423
msgid "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
34893510
msgid "keyword argument(s) not implemented - use normal args instead"
34903511
msgstr ""
3512+
"аргумент(ы) ключевых слов не реализован - вместо этого используйте обычные "
3513+
"арги"
34913514

34923515
#: py/emitinlinethumb.c py/emitinlinextensa.c
34933516
msgid "label '%q' not defined"
@@ -3586,16 +3609,18 @@ msgid "memory allocation failed, heap is locked"
35863609
msgstr "Не удалось выделить память, куча заблокирована"
35873610

35883611
#: py/objarray.c
3612+
#, fuzzy
35893613
msgid "memoryview offset too large"
3590-
msgstr ""
3614+
msgstr "вид памяти компенсируется слишком большим"
35913615

35923616
#: py/objarray.c
35933617
msgid "memoryview: length is not a multiple of itemsize"
35943618
msgstr "вид памяти: длина не является множеством элементов"
35953619

35963620
#: extmod/modtime.c
3621+
#, fuzzy
35973622
msgid "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
36013626
msgid "mode must be complete, or reduced"
@@ -3642,8 +3667,9 @@ msgid "name not defined"
36423667
msgstr "Имя не определено"
36433668

36443669
#: py/persistentcode.c
3670+
#, fuzzy
36453671
msgid "native code in .mpy unsupported"
3646-
msgstr ""
3672+
msgstr "родной код в .mpy без поддержки"
36473673

36483674
#: py/asmthumb.c
36493675
msgid "native method too big"
@@ -3889,8 +3915,9 @@ msgid "operation is not supported for given type"
38893915
msgstr "Операция не поддерживается для данного типа"
38903916

38913917
#: extmod/ulab/code/ndarray_operators.c
3918+
#, fuzzy
38923919
msgid "operation not supported for the input types"
3893-
msgstr ""
3920+
msgstr "не поддерживается для типов ввода"
38943921

38953922
#: py/modbuiltins.c
38963923
msgid "ord expects a character"
@@ -4128,8 +4155,9 @@ msgid "source_bitmap must have value_count of 8"
41284155
msgstr "source_bitmap должен иметь значение_счет 8"
41294156

41304157
#: extmod/modre.c
4158+
#, fuzzy
41314159
msgid "splitting with sub-captures"
4132-
msgstr ""
4160+
msgstr "разделение с подзахватами"
41334161

41344162
#: py/objstr.c
41354163
msgid "start/end indices"
@@ -4144,17 +4172,19 @@ msgid "stream operation not supported"
41444172
msgstr "Потоковая операция не поддерживается"
41454173

41464174
#: py/objarray.c py/objstr.c
4175+
#, fuzzy
41474176
msgid "string argument without an encoding"
4148-
msgstr ""
4177+
msgstr "строковый аргумент без кодирования"
41494178

41504179
#: py/objstrunicode.c
4180+
#, fuzzy
41514181
msgid "string index out of range"
4152-
msgstr ""
4182+
msgstr "строковый индекс вне диапазона"
41534183

41544184
#: py/objstrunicode.c
4155-
#, c-format
4185+
#, c-format, fuzzy
41564186
msgid "string indices must be integers, not %s"
4157-
msgstr ""
4187+
msgstr "струнные индексы должны быть целых чисел, а не %s"
41584188

41594189
#: extmod/moductypes.c
41604190
msgid "struct: can't index"
@@ -4185,8 +4215,9 @@ msgid "syntax error in uctypes descriptor"
41854215
msgstr "Синтаксическая ошибка в дескрипторе UCTYPES"
41864216

41874217
#: extmod/modtime.c
4218+
#, fuzzy
41884219
msgid "ticks interval overflow"
4189-
msgstr ""
4220+
msgstr "клещей интервал перегрузка"
41904221

41914222
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
41924223
msgid "timeout duration exceeded the maximum supported value"
@@ -4364,8 +4395,9 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
43644395
msgstr "Неподдерживаемый символ формата '%c' (0x%x) при индексе %d"
43654396

43664397
#: py/runtime.c
4398+
#, fuzzy
43674399
msgid "unsupported type for %q: '%s'"
4368-
msgstr ""
4400+
msgstr "неподдерживаемый тип для% q:%s \""
43694401

43704402
#: py/runtime.c
43714403
msgid "unsupported type for operator"
@@ -4393,8 +4425,9 @@ msgid "value out of range of target"
43934425
msgstr "Величина выходящая за пределы диапазона цели"
43944426

43954427
#: extmod/moddeflate.c
4428+
#, fuzzy
43964429
msgid "wbits"
4397-
msgstr ""
4430+
msgstr "wbits"
43984431

43994432
#: shared-bindings/is31fl3741/FrameBuffer.c
44004433
msgid "width must be greater than zero"

0 commit comments

Comments
 (0)