8000 Merge pull request #3090 from weblate/weblate-circuitpython-main · russbot/circuitpython@35b8144 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35b8144

Browse files
authored
Merge pull request adafruit#3090 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 111f7dd + c1e7a25 commit 35b8144

File tree

13 files changed

+1061
-403
lines changed

13 files changed

+1061
-403
lines changed

locale/ID.po

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2020-06-25 11:44-0500\n"
11+
"POT-Creation-Date: 2020-06-26 11:50-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -58,6 +58,10 @@ msgstr ""
5858
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
5959
msgstr ""
6060

61+
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
62+
msgid "%q failure: %d"
63+
msgstr ""
64+
6165
#: shared-bindings/microcontroller/Pin.c
6266
msgid "%q in use"
6367
msgstr ""
@@ -86,6 +90,10 @@ msgstr "buffers harus mempunyai panjang yang sama"
8690
msgid "%q must be a tuple of length 2"
8791
msgstr ""
8892

93+
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
94+
msgid "%q pin invalid"
95+
msgstr ""
96+
8997
#: shared-bindings/fontio/BuiltinFont.c
9098
msgid "%q should be an int"
9199
msgstr ""
@@ -340,7 +348,7 @@ msgstr ""
340348
msgid "Array values should be single bytes."
341349
msgstr ""
342350

343-
#: shared-bindings/rgbmatrix/RGBMatrix.c
351+
#: shared-bindings/microcontroller/Pin.c
344352
msgid "At most %d %q may be specified (not %d)"
345353
msgstr ""
346354

@@ -421,6 +429,10 @@ msgstr ""
421429
msgid "Buffer length %d too big. It must be less than %d"
422430
msgstr ""
423431

432+
#: ports/atmel-samd/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
433+
msgid "Buffer length must be a multiple of 512"
434+
msgstr ""
435+
424436
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
425437
msgid "Buffer must be at least length 1"
426438
msgstr ""
@@ -709,7 +721,8 @@ msgstr "Channel EXTINT sedang digunakan"
709721
msgid "Error in regex"
710722
msgstr "Error pada regex"
711723

712-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
724+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
725+
#: shared-bindings/microcontroller/Pin.c
713726
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
714727
#: shared-bindings/terminalio/Terminal.c
715728
msgid "Expected a %q"
@@ -869,6 +882,10 @@ msgstr ""
869882
msgid "Internal error #%d"
870883
msgstr ""
871884

885+
#: shared-bindings/sdioio/SDCard.c
886+
msgid "Invalid %q"
887+
msgstr ""
888+
872889
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
873890
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
874891
msgid "Invalid %q pin"
@@ -1374,6 +1391,10 @@ msgid "Running in safe mode! Not running saved code.\n"
13741391
msgstr ""
13751392
"Berjalan di mode aman(safe mode)! tidak menjalankan kode yang tersimpan.\n"
13761393

1394+
#: shared-module/sdcardio/SDCard.c
1395+
msgid "SD card CSD format not supported"
1396+
msgstr ""
1397+
13771398
#: ports/atmel-samd/common-hal/busio/I2C.c
13781399
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13791400
msgid "SDA or SCL needs a pull up"
@@ -2003,6 +2024,10 @@ msgstr ""
20032024
msgid "can't send non-None value to a just-started generator"
20042025
msgstr ""
20052026

2027+
#: shared-module/sdcardio/SDCard.c
2028+
msgid "can't set 512 block size"
2029+
msgstr ""
2030+
20062031
#: py/objnamedtuple.c
20072032
msgid "can't set attribute"
20082033
msgstr ""
@@ -2129,6 +2154,10 @@ msgstr ""
21292154
msgid "could not invert Vandermonde matrix"
21302155
msgstr ""
21312156

2157+
#: shared-module/sdcardio/SDCard.c
2158+
msgid "couldn't determine SD card version"
2159+
msgstr ""
2160+
21322161
#: extmod/ulab/code/approx.c
21332162
msgid "data must be iterable"
21342163
msgstr ""
@@ -2686,6 +2715,10 @@ msgstr ""
26862715
msgid "negative shift count"
26872716
msgstr ""
26882717

2718+
#: shared-module/sdcardio/SDCard.c
2719+
msgid "no SD card"
2720+
msgstr ""
2721+
26892722
#: py/vm.c
26902723
msgid "no active exception to reraise"
26912724
msgstr ""
@@ -2707,6 +2740,10 @@ msgstr "tidak ada modul yang bernama '%q'"
27072740
msgid "no reset pin available"
27082741
msgstr ""
27092742

2743+
#: shared-module/sdcardio/SDCard.c
2744+
msgid "no response from SD card"
2745+
msgstr ""
2746+
27102747
#: py/runtime.c
27112748
msgid "no such attribute"
27122749
msgstr ""
@@ -3099,6 +3136,14 @@ msgstr ""
30993136
msgid "timeout must be >= 0.0"
31003137
msgstr "bits harus memilki nilai 8"
31013138

3139+
#: shared-module/sdcardio/SDCard.c
3140+
msgid "timeout waiting for v1 card"
3141+
msgstr ""
3142+
3143+
#: shared-module/sdcardio/SDCard.c
3144+
msgid "timeout waiting for v2 card"
3145+
msgstr ""
3146+
31023147
#: shared-bindings/time/__init__.c
31033148
msgid "timestamp out of range for platform time_t"
31043149
msgstr ""

locale/cs.po

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-06-25 11:44-0500\n"
10+
"POT-Creation-Date: 2020-06-26 11:50-0500\n"
1111
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1212
"Last-Translator: dronecz <mzuzelka@gmail.com>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -66,6 +66,10 @@ msgstr "%% c vyžaduje int nebo char"
6666
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
6767
msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
6868

69+
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
70+
msgid "%q failure: %d"
71+
msgstr ""
72+
6973
#: shared-bindings/microcontroller/Pin.c
7074
msgid "%q in use"
7175
msgstr "%q se nyní používá"
@@ -93,6 +97,10 @@ msgstr "% q musí být > = 1"
9397
msgid "%q must be a tuple of length 2"
9498
msgstr "% q musí být n-tice délky 2"
9599

100+
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
101+
msgid "%q pin invalid"
102+
msgstr ""
103+
96104
#: shared-bindings/fontio/BuiltinFont.c
97105
msgid "%q should be an int"
98106
msgstr "% q by měl být int"
@@ -346,7 +354,7 @@ msgstr ""
346354
msgid "Array values should be single bytes."
347355
msgstr ""
348356

349-
#: shared-bindings/rgbmatrix/RGBMatrix.c
357+
#: shared-bindings/microcontroller/Pin.c
350358
msgid "At most %d %q may be specified (not %d)"
351359
msgstr ""
352360

@@ -425,6 +433,10 @@ msgstr ""
425433
msgid "Buffer length %d too big. It must be less than %d"
426434
msgstr ""
427435

436+
#: ports/atmel-samd/common-hal/sdioio/SDCard.c shared-module/sdcardio/SDCard.c
437+
msgid "Buffer length must be a multiple of 512"
438+
msgstr ""
439+
428440
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
429441
msgid "Buffer must be at least length 1"
430442
msgstr ""
@@ -706,7 +718,8 @@ msgstr ""
706718
msgid "Error in regex"
707719
msgstr ""
708720

709-
#: shared-bindings/aesio/aes.c shared-bindings/microcontroller/Pin.c
721+
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c
722+
#: shared-bindings/microcontroller/Pin.c
710723
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
711724
#: shared-bindings/terminalio/Terminal.c
712725
msgid "Expected a %q"
@@ -866,6 +879,10 @@ msgstr ""
866879
msgid "Internal error #%d"
867880
msgstr ""
868881

882+
#: shared-bindings/sdioio/SDCard.c
883+
msgid "Invalid %q"
884+
msgstr ""
885+
869886
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
870887
#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
871888
msgid "Invalid %q pin"
@@ -1366,6 +1383,10 @@ msgstr ""
13661383
msgid "Running in safe mode! Not running saved code.\n"
13671384
msgstr ""
13681385

1386+
#: shared-module/sdcardio/SDCard.c
1387+
msgid "SD card CSD format not supported"
1388+
msgstr ""
1389+
13691390
#: ports/atmel-samd/common-hal/busio/I2C.c
13701391
#: ports/mimxrt10xx/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
13711392
msgid "SDA or SCL needs a pull up"
@@ -1987,6 +2008,10 @@ msgstr ""
19872008
msgid "can't send non-None value to a just-started generator"
19882009
msgstr ""
19892010

2011+
#: shared-module/sdcardio/SDCard.c
2012+
msgid "can't set 512 block size"
2013+
msgstr ""
2014+
19902015
#: py/objnamedtuple.c
19912016
msgid "can't set attribute"
19922017
msgstr ""
@@ -2113,6 +2138,10 @@ msgstr ""
21132138
msgid "could not invert Vandermonde matrix"
21142139
msgstr ""
21152140

2141+
#: shared-module/sdcardio/SDCard.c
2142+
msgid "couldn't determine SD card version"
2143+
msgstr ""
2144+
21162145
#: extmod/ulab/code/approx.c
21172146
msgid "data must be iterable"
21182147
msgstr ""
@@ -2670,6 +2699,10 @@ msgstr ""
26702699
msgid "negative shift count"
26712700
msgstr ""
26722701

2702+
#: shared-module/sdcardio/SDCard.c
2703+
msgid "no SD card"
2704+
msgstr ""
2705+
26732706
#: py/vm.c
26742707
msgid "no active exception to reraise"
26752708
msgstr ""
@@ -2691,6 +2724,10 @@ msgstr ""
26912724
msgid "no reset pin available"
26922725
msgstr ""
26932726

2727+
#: shared-module/sdcardio/SDCard.c
2728+
msgid "no response from SD card"
2729+
msgstr ""
2730+
26942731
#: py/runtime.c
26952732
msgid "no such attribute"
26962733
msgstr ""
@@ -3081,6 +3118,14 @@ msgstr ""
30813118
msgid "timeout must be >= 0.0"
30823119
msgstr ""
30833120

3121+
#: shared-module/sdcardio/SDCard.c
3122+
msgid "timeout waiting for v1 card"
3123+
msgstr ""
3124+
3125+
#: shared-module/sdcardio/SDCard.c
3126+
msgid "timeout waiting for v2 card"
3127+
msgstr ""
3128+
30843129
#: shared-bindings/time/__init__.c
30853130
msgid "timestamp out of range for platform time_t"
30863131
msgstr ""

0 commit comments

Comments
 (0)
0