Skip to content

Commit 01b8b96

Browse files
authored
Merge pull request #10709 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 984e072 + e8aa7e0 commit 01b8b96

File tree

6 files changed

+61
-55
lines changed

6 files changed

+61
-55
lines changed

locale/cs.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,6 @@ msgstr "Délka %q musí být <= %d"
170170
msgid "%q length must be >= %d"
171171
msgstr "Délka %q musí být >= %d"
172172

173-
#: py/runtime.c
174-
msgid "%q moved from %q to %q"
175-
msgstr ""
176-
177173
#: py/argcheck.c
178174
msgid "%q must be %d"
179175
msgstr "%q musí být %d"
@@ -854,6 +850,10 @@ msgstr "Jádro kódu CircuitPython tvrdě havarovalo. Jejda!\n"
854850
msgid "Clock unit in use"
855851
msgstr "Jednotka hodin je používána"
856852

853+
#: ports/espressif/common-hal/mipidsi/Display.c
854+
msgid "Color depth must be 16 or 24"
855+
msgstr ""
856+
857857
#: shared-bindings/_bleio/Connection.c
858858
msgid ""
859859
"Connection has been disconnected and can no longer be used. Create a new "
@@ -950,6 +950,7 @@ msgstr "Displej musí mít 16bitový barevný prostor."
950950
#: shared-bindings/busdisplay/BusDisplay.c
951951
#: shared-bindings/epaperdisplay/EPaperDisplay.c
952952
#: shared-bindings/framebufferio/FramebufferDisplay.c
953+
#: shared-bindings/mipidsi/Display.c
953954
msgid "Display rotation must be in 90 degree increments"
954955
msgstr "Otočení displeje musí být po 90 stupních"
955956

@@ -1296,7 +1297,8 @@ msgstr ""
12961297
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
12971298
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
12981299
#: shared-bindings/digitalio/DigitalInOut.c
1299-
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1300+
#: shared-bindings/epaperdisplay/EPaperDisplay.c
1301+
#: shared-bindings/mipidsi/Display.c shared-bindings/pwmio/PWMOut.c
13001302
#: shared-bindings/supervisor/__init__.c
13011303
#: shared-module/aurora_epaper/aurora_framebuffer.c
13021304
#: shared-module/lvfontio/OnDiskFont.c
@@ -2290,6 +2292,7 @@ msgid "Unable to allocate to the heap."
22902292
msgstr ""
22912293

22922294
#: ports/espressif/common-hal/busio/I2C.c
2295+
#: ports/espressif/common-hal/busio/SPI.c
22932296
msgid "Unable to create lock"
22942297
msgstr "Není možné vytvořit zámek"
22952298

@@ -3203,10 +3206,6 @@ msgstr ""
32033206
msgid "file write is not available"
32043207
msgstr "zápis do souboru není dostupný"
32053208

3206-
#: shared-bindings/storage/__init__.c
3207-
msgid "filesystem must provide mount method"
3208-
msgstr ""
3209-
32103209
#: extmod/ulab/code/numpy/vector.c
32113210
msgid "first argument must be a callable"
32123211
msgstr "První argument musí být zavolatelný"

locale/el.po

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ msgstr "%q μήκος πρέπει να είναι <= %d"
174174
msgid "%q length must be >= %d"
175175
msgstr "%q μήκος πρέπει να είναι >= %d"
176176

177-
#: py/runtime.c
178-
msgid "%q moved from %q to %q"
179-
msgstr "%q μετακινήθηκε από το %q στο %q"
180-
181177
#: py/argcheck.c
182178
msgid "%q must be %d"
183179
msgstr "%q πρέπει να είναι %d"
@@ -859,6 +855,10 @@ msgstr "Ο πυρήνας της CircuitPython κατέρευσε. Οουπς!\n
859855
msgid "Clock unit in use"
860856
msgstr "Μονάδα ρολογιού ήδη σε χρήση"
861857

858+
#: ports/espressif/common-hal/mipidsi/Display.c
859+
msgid "Color depth must be 16 or 24"
860+
msgstr ""
861+
862862
#: shared-bindings/_bleio/Connection.c
863863
msgid ""
864864
"Connection has been disconnected and can no longer be used. Create a new "
@@ -957,6 +957,7 @@ msgstr "Η οθόνη πρέπει να έχει 16 bit χρωματική ευ
957957
#: shared-bindings/busdisplay/BusDisplay.c
958958
#: shared-bindings/epaperdisplay/EPaperDisplay.c
959959
#: shared-bindings/framebufferio/FramebufferDisplay.c
960+
#: shared-bindings/mipidsi/Display.c
960961
msgid "Display rotation must be in 90 degree increments"
961962
msgstr "Η περιστροφή της οθόνη πρέπει να γίνεται σε βήματα 90 μοιρών"
962963

@@ -1302,7 +1303,8 @@ msgstr ""
13021303
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
13031304
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
13041305
#: shared-bindings/digitalio/DigitalInOut.c
1305-
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1306+
#: shared-bindings/epaperdisplay/EPaperDisplay.c
1307+
#: shared-bindings/mipidsi/Display.c shared-bindings/pwmio/PWMOut.c
13061308
#: shared-bindings/supervisor/__init__.c
13071309
#: shared-module/aurora_epaper/aurora_framebuffer.c
13081310
#: shared-module/lvfontio/OnDiskFont.c
@@ -2294,6 +2296,7 @@ msgid "Unable to allocate to the heap."
22942296
msgstr ""
22952297

22962298
#: ports/espressif/common-hal/busio/I2C.c
2299+
#: ports/espressif/common-hal/busio/SPI.c
22972300
msgid "Unable to create lock"
22982301
msgstr ""
22992302

@@ -3202,10 +3205,6 @@ msgstr ""
32023205
msgid "file write is not available"
32033206
msgstr ""
32043207

3205-
#: shared-bindings/storage/__init__.c
3206-
msgid "filesystem must provide mount method"
3207-
msgstr ""
3208-
32093208
#: extmod/ulab/code/numpy/vector.c
32103209
msgid "first argument must be a callable"
32113210
msgstr ""
@@ -4583,6 +4582,9 @@ msgstr ""
45834582
msgid "zi must be of shape (n_section, 2)"
45844583
msgstr ""
45854584

4585+
#~ msgid "%q moved from %q to %q"
4586+
#~ msgstr "%q μετακινήθηκε από το %q στο %q"
4587+
45864588
#, c-format
45874589
#~ msgid "%%c requires int or char"
45884590
#~ msgstr "%%c απαιτεί ακέραιο ή χαρακτήρα"

locale/hi.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ msgstr ""
161161
msgid "%q length must be >= %d"
162162
msgstr ""
163163

164-
#: py/runtime.c
165-
msgid "%q moved from %q to %q"
166-
msgstr ""
167-
168164
#: py/argcheck.c
169165
msgid "%q must be %d"
170166
msgstr ""
@@ -840,6 +836,10 @@ msgstr ""
840836
msgid "Clock unit in use"
841837
msgstr ""
842838

839+
#: ports/espressif/common-hal/mipidsi/Display.c
840+
msgid "Color depth must be 16 or 24"
841+
msgstr ""
842+
843843
#: shared-bindings/_bleio/Connection.c
844844
msgid ""
845845
"Connection has been disconnected and can no longer be used. Create a new "
@@ -934,6 +934,7 @@ msgstr ""
934934
#: shared-bindings/busdisplay/BusDisplay.c
935935
#: shared-bindings/epaperdisplay/EPaperDisplay.c
936936
#: shared-bindings/framebufferio/FramebufferDisplay.c
937+
#: shared-bindings/mipidsi/Display.c
937938
msgid "Display rotation must be in 90 degree increments"
938939
msgstr ""
939940

@@ -1278,7 +1279,8 @@ msgstr ""
12781279
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
12791280
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
12801281
#: shared-bindings/digitalio/DigitalInOut.c
1281-
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1282+
#: shared-bindings/epaperdisplay/EPaperDisplay.c
1283+
#: shared-bindings/mipidsi/Display.c shared-bindings/pwmio/PWMOut.c
12821284
#: shared-bindings/supervisor/__init__.c
12831285
#: shared-module/aurora_epaper/aurora_framebuffer.c
12841286
#: shared-module/lvfontio/OnDiskFont.c
@@ -2268,6 +2270,7 @@ msgid "Unable to allocate to the heap."
22682270
msgstr ""
22692271

22702272
#: ports/espressif/common-hal/busio/I2C.c
2273+
#: ports/espressif/common-hal/busio/SPI.c
22712274
msgid "Unable to create lock"
22722275
msgstr ""
22732276

@@ -3176,10 +3179,6 @@ msgstr ""
31763179
msgid "file write is not available"
31773180
msgstr ""
31783181

3179-
#: shared-bindings/storage/__init__.c
3180-
msgid "filesystem must provide mount method"
3181-
msgstr ""
3182-
31833182
#: extmod/ulab/code/numpy/vector.c
31843183
msgid "first argument must be a callable"
31853184
msgstr ""

locale/ko.po

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ msgstr "%q 길이는 <= %d>여야 합니다"
172172
msgid "%q length must be >= %d"
173173
msgstr "%q 길이는 >= %d이어야 합니다"
174174

175-
#: py/runtime.c
176-
#, fuzzy
177-
msgid "%q moved from %q to %q"
178-
msgstr "%q가 %q에서 %q로 이동했습니다"
179-
180175
#: py/argcheck.c
181176
msgid "%q must be %d"
182177
msgstr "%q는 %d이어야 합니다"
@@ -885,6 +880,10 @@ msgstr "CircuitPython 핵심 코드가 심하게 충돌했습니다. 앗!\n"
885880
msgid "Clock unit in use"
886881
msgstr "시계 장치가 사용 중입니다"
887882

883+
#: ports/espressif/common-hal/mipidsi/Display.c
884+
msgid "Color depth must be 16 or 24"
885+
msgstr ""
886+
888887
#: shared-bindings/_bleio/Connection.c
889888
msgid ""
890889
"Connection has been disconnected and can no longer be used. Create a new "
@@ -980,6 +979,7 @@ msgstr "디스플레이는 16 비트 색 공간을 가져야 합니다."
980979
#: shared-bindings/busdisplay/BusDisplay.c
981980
#: shared-bindings/epaperdisplay/EPaperDisplay.c
982981
#: shared-bindings/framebufferio/FramebufferDisplay.c
982+
#: shared-bindings/mipidsi/Display.c
983983
msgid "Display rotation must be in 90 degree increments"
984984
msgstr "디스플레이 회전은 90도씩 증가해야 합니다"
985985

@@ -1330,7 +1330,8 @@ msgstr "출력 함수로 인해 종료되었다"
13301330
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
13311331
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
13321332
#: shared-bindings/digitalio/DigitalInOut.c
1333-
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1333+
#: shared-bindings/epaperdisplay/EPaperDisplay.c
1334+
#: shared-bindings/mipidsi/Display.c shared-bindings/pwmio/PWMOut.c
13341335
#: shared-bindings/supervisor/__init__.c
13351336
#: shared-module/aurora_epaper/aurora_framebuffer.c
13361337
#: shared-module/lvfontio/OnDiskFont.c
@@ -2344,6 +2345,7 @@ msgid "Unable to allocate to the heap."
23442345
msgstr ""
23452346

23462347
#: ports/espressif/common-hal/busio/I2C.c
2348+
#: ports/espressif/common-hal/busio/SPI.c
23472349
msgid "Unable to create lock"
23482350
msgstr ""
23492351

@@ -3252,10 +3254,6 @@ msgstr ""
32523254
msgid "file write is not available"
32533255
msgstr ""
32543256

3255-
#: shared-bindings/storage/__init__.c
3256-
msgid "filesystem must provide mount method"
3257-
msgstr ""
3258-
32593257
#: extmod/ulab/code/numpy/vector.c
32603258
msgid "first argument must be a callable"
32613259
msgstr ""
@@ -4633,6 +4631,10 @@ msgstr ""
46334631
msgid "zi must be of shape (n_section, 2)"
46344632
msgstr ""
46354633

4634+
#, fuzzy
4635+
#~ msgid "%q moved from %q to %q"
4636+
#~ msgstr "%q가 %q에서 %q로 이동했습니다"
4637+
46364638
#, c-format
46374639
#~ msgid "%%c requires int or char"
46384640
#~ msgstr "%%c 전수(int)또는 캐릭터(char)필요합니다"

locale/ru.po

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ msgstr "Длинна %q должна быть <= %d"
174174
msgid "%q length must be >= %d"
175175
msgstr "Длинна %q должна быть >= %d"
176176

177-
#: py/runtime.c
178-
msgid "%q moved from %q to %q"
179-
msgstr "%q переместился из %q в %q"
180-
181177
#: py/argcheck.c
182178
msgid "%q must be %d"
183179
msgstr "%q должно быть %d"
@@ -862,6 +858,10 @@ msgstr "Основной код CircuitPython сильно разбился. У
862858
msgid "Clock unit in use"
863859
msgstr "Источник тактирования уже используется"
864860

861+
#: ports/espressif/common-hal/mipidsi/Display.c
862+
msgid "Color depth must be 16 or 24"
863+
msgstr ""
864+
865865
#: shared-bindings/_bleio/Connection.c
866866
msgid ""
867867
"Connection has been disconnected and can no longer be used. Create a new "
@@ -960,6 +960,7 @@ msgstr "Дисплей должен иметь 16 битное цветовое
960960
#: shared-bindings/busdisplay/BusDisplay.c
961961
#: shared-bindings/epaperdisplay/EPaperDisplay.c
962962
#: shared-bindings/framebufferio/FramebufferDisplay.c
963+
#: shared-bindings/mipidsi/Display.c
963964
msgid "Display rotation must be in 90 degree increments"
964965
msgstr "Поворот дисплея должен осуществляться с шагом 90 градусов"
965966

@@ -1317,7 +1318,8 @@ msgstr "Прерывается функцией выхода"
13171318
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
13181319
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
13191320
#: shared-bindings/digitalio/DigitalInOut.c
1320-
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1321+
#: shared-bindings/epaperdisplay/EPaperDisplay.c
1322+
#: shared-bindings/mipidsi/Display.c shared-bindings/pwmio/PWMOut.c
13211323
#: shared-bindings/supervisor/__init__.c
13221324
#: shared-module/aurora_epaper/aurora_framebuffer.c
13231325
#: shared-module/lvfontio/OnDiskFont.c
@@ -2324,6 +2326,7 @@ msgid "Unable to allocate to the heap."
23242326
msgstr "Невозможно выделить место в куче."
23252327

23262328
#: ports/espressif/common-hal/busio/I2C.c
2329+
#: ports/espressif/common-hal/busio/SPI.c
23272330
msgid "Unable to create lock"
23282331
msgstr "Не удается создать блокировку"
23292332

@@ -3257,10 +3260,6 @@ msgstr "Файл должен быть файлом, открытым в бай
32573260
msgid "file write is not available"
32583261
msgstr "Запись файлов недоступна"
32593262

3260-
#: shared-bindings/storage/__init__.c
3261-
msgid "filesystem must provide mount method"
3262-
msgstr "Файловая система должна предусматривать метод монтирования"
3263-
32643263
#: extmod/ulab/code/numpy/vector.c
32653264
msgid "first argument must be a callable"
32663265
msgstr "Первый аргумент должен быть вызываемым"
@@ -4650,6 +4649,12 @@ msgstr "zi должно быть типа float"
46504649
msgid "zi must be of shape (n_section, 2)"
46514650
msgstr "zi должен иметь форму (n_section, 2)"
46524651

4652+
#~ msgid "%q moved from %q to %q"
4653+
#~ msgstr "%q переместился из %q в %q"
4654+
4655+
#~ msgid "filesystem must provide mount method"
4656+
#~ msgstr "Файловая система должна предусматривать метод монтирования"
4657+
46534658
#~ msgid "start/end indices"
46544659
#~ msgstr "Начальные/конечные индексы"
46554660

locale/tr.po

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ msgstr "%q boyutu <= %d olmalıdır"
172172
msgid "%q length must be >= %d"
173173
msgstr "%q boyutu >= %d olmalıdır"
174174

175-
#: py/runtime.c
176-
msgid "%q moved from %q to %q"
177-
msgstr ""
178-
179175
#: py/argcheck.c
180176
msgid "%q must be %d"
181177
msgstr "%q, %d olmalıdır"
@@ -854,6 +850,10 @@ msgstr "CircuitPython kor kodu patladı. Haydaaa!\n"
854850
msgid "Clock unit in use"
855851
msgstr "Saat ünitesi kullanımda"
856852

853+
#: ports/espressif/common-hal/mipidsi/Display.c
854+
msgid "Color depth must be 16 or 24"
855+
msgstr ""
856+
857857
#: shared-bindings/_bleio/Connection.c
858858
msgid ""
859859
"Connection has been disconnected and can no longer be used. Create a new "
@@ -948,6 +948,7 @@ msgstr "Ekran 16 bitlik bir renk uzayına sahip olmalıdır."
948948
#: shared-bindings/busdisplay/BusDisplay.c
949949
#: shared-bindings/epaperdisplay/EPaperDisplay.c
950950
#: shared-bindings/framebufferio/FramebufferDisplay.c
951+
#: shared-bindings/mipidsi/Display.c
951952
msgid "Display rotation must be in 90 degree increments"
952953
msgstr "Ekran dönüşü 90 derecelik artışlarla olmalıdır"
953954

@@ -1296,7 +1297,8 @@ msgstr ""
12961297
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
12971298
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
12981299
#: shared-bindings/digitalio/DigitalInOut.c
1299-
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1300+
#: shared-bindings/epaperdisplay/EPaperDisplay.c
1301+
#: shared-bindings/mipidsi/Display.c shared-bindings/pwmio/PWMOut.c
13001302
#: shared-bindings/supervisor/__init__.c
13011303
#: shared-module/aurora_epaper/aurora_framebuffer.c
13021304
#: shared-module/lvfontio/OnDiskFont.c
@@ -2290,6 +2292,7 @@ msgid "Unable to allocate to the heap."
22902292
msgstr ""
22912293

22922294
#: ports/espressif/common-hal/busio/I2C.c
2295+
#: ports/espressif/common-hal/busio/SPI.c
22932296
msgid "Unable to create lock"
22942297
msgstr ""
22952298

@@ -3198,10 +3201,6 @@ msgstr ""
31983201
msgid "file write is not available"
31993202
msgstr ""
32003203

3201-
#: shared-bindings/storage/__init__.c
3202-
msgid "filesystem must provide mount method"
3203-
msgstr ""
3204-
32053204
#: extmod/ulab/code/numpy/vector.c
32063205
msgid "first argument must be a callable"
32073206
msgstr ""

0 commit comments

Comments
 (0)