Skip to content

Commit 2ca1f7c

Browse files
committed
make translate
1 parent 27ae5bc commit 2ca1f7c

File tree

13 files changed

+364
-91
lines changed

13 files changed

+364
-91
lines changed

locale/ID.po

Lines changed: 28 additions & 7 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-03-30 17:03-0700\n"
11+
"POT-Creation-Date: 2020-03-31 17:27-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 <[email protected]>\n"
@@ -323,6 +323,10 @@ msgstr ""
323323
msgid "Array values should be single bytes."
324324
msgstr ""
325325

326+
#: shared-bindings/_protomatter/Protomatter.c
327+
msgid "At most %d %q may be specified"
328+
msgstr ""
329+
326330
#: supervisor/shared/safe_mode.c
327331
msgid "Attempted heap allocation when MicroPython VM not running."
328332
msgstr ""
@@ -340,6 +344,7 @@ msgstr ""
340344
"menjalankannya atau masuk ke REPL untukmenonaktifkan.\n"
341345

342346
#: shared-module/displayio/Display.c
347+
#: shared-module/framebufferio/FramebufferDisplay.c
343348
msgid "Below minimum frame rate"
344349
msgstr ""
345350

@@ -356,6 +361,7 @@ msgid "Both pins must support hardware interrupts"
356361
msgstr "Kedua pin harus mendukung hardware interrut"
357362

358363
#: shared-bindings/displayio/Display.c
364+
#: shared-bindings/framebufferio/FramebufferDisplay.c
359365
msgid "Brightness must be 0-1.0"
360366
msgstr ""
361367

@@ -364,6 +370,7 @@ msgid "Brightness must be between 0 and 255"
364370
msgstr ""
365371

366372
#: shared-bindings/displayio/Display.c
373+
#: shared-bindings/framebufferio/FramebufferDisplay.c
367374
msgid "Brightness not adjustable"
368375
msgstr ""
369376

@@ -378,10 +385,12 @@ msgid "Buffer incorrect size. Should be %d bytes."
378385
msgstr ""
379386

380387
#: shared-bindings/displayio/Display.c
388+
#: shared-bindings/framebufferio/FramebufferDisplay.c
381389
msgid "Buffer is not a bytearray."
382390
msgstr ""
383391

384392
#: shared-bindings/displayio/Display.c
393+
#: shared-bindings/framebufferio/FramebufferDisplay.c
385394
msgid "Buffer is too small"
386395
msgstr ""
387396

@@ -641,11 +650,13 @@ msgid "DigitalInOut not supported on given pin"
641650
msgstr ""
642651

643652
#: shared-bindings/displayio/Display.c
653+
#: shared-bindings/framebufferio/FramebufferDisplay.c
644654
msgid "Display must have a 16 bit colorspace."
645655
msgstr ""
646656

647657
#: shared-bindings/displayio/Display.c
648658
#: shared-bindings/displayio/EPaperDisplay.c
659+
#: shared-bindings/framebufferio/FramebufferDisplay.c
649660
msgid "Display rotation must be in 90 degree increments"
650661
msgstr ""
651662

@@ -763,6 +774,7 @@ msgstr ""
763774

764775
#: shared-bindings/displayio/Display.c
765776
#: shared-bindings/displayio/EPaperDisplay.c
777+
#: shared-bindings/framebufferio/FramebufferDisplay.c
766778
msgid "Group already used"
767779
msgstr ""
768780

@@ -851,7 +863,7 @@ msgstr ""
851863
msgid "Invalid UART pin selection"
852864
msgstr ""
853865

854-
#: py/moduerrno.c
866+
#: py/moduerrno.c shared-module/_protomatter/Protomatter.c
855867
msgid "Invalid argument"
856868
msgstr ""
857869

@@ -900,12 +912,13 @@ msgid "Invalid number of bits"
900912
msgstr ""
901913

902914
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
915+
#: shared-bindings/displayio/FourWire.c
903916
msgid "Invalid phase"
904917
msgstr ""
905918

906919
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
907920
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
908-
#: shared-bindings/pulseio/PWMOut.c
921+
#: shared-bindings/pulseio/PWMOut.c shared-module/_protomatter/Protomatter.c
909922
msgid "Invalid pin"
910923
msgstr "Pin tidak valid"
911924

@@ -931,6 +944,7 @@ msgid "Invalid pins for PWMOut"
931944
msgstr ""
932945

933946
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
947+
#: shared-bindings/displayio/FourWire.c
934948
msgid "Invalid polarity"
935949
msgstr ""
936950

@@ -1102,6 +1116,10 @@ msgstr ""
11021116
msgid "No such file/directory"
11031117
msgstr ""
11041118

1119+
#: shared-module/_protomatter/Protomatter.c
1120+
msgid "No timer available"
1121+
msgstr ""
1122+
11051123
#: supervisor/shared/safe_mode.c
11061124
msgid "Nordic Soft Device failure assertion."
11071125
msgstr ""
@@ -1196,6 +1214,11 @@ msgstr ""
11961214
"Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk reset "
11971215
"(Reload)"
11981216

1217+
#: shared-module/_protomatter/Protomatter.c
1218+
#, c-format
1219+
msgid "Protomatter internal error #%d"
1220+
msgstr ""
1221+
11991222
#: shared-bindings/digitalio/DigitalInOut.c
12001223
msgid "Pull not used when direction is output."
12011224
msgstr ""
@@ -1390,13 +1413,11 @@ msgstr ""
13901413
msgid "Too many channels in sample."
13911414
msgstr "Terlalu banyak channel dalam sampel"
13921415

1393-
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
1394-
#: shared-bindings/displayio/ParallelBus.c
1416+
#: shared-module/displayio/__init__.c
13951417
msgid "Too many display busses"
13961418
msgstr ""
13971419

1398-
#: shared-bindings/displayio/Display.c
1399-
#: shared-bindings/displayio/EPaperDisplay.c
1420+
#: shared-module/displayio/__init__.c
14001421
msgid "Too many displays"
14011422
msgstr ""
14021423

locale/circuitpython.pot

Lines changed: 28 additions & 7 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-03-30 17:03-0700\n"
11+
"POT-Creation-Date: 2020-03-31 17:27-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 <[email protected]>\n"
@@ -321,6 +321,10 @@ msgstr ""
321321
msgid "Array values should be single bytes."
322322
msgstr ""
323323

324+
#: shared-bindings/_protomatter/Protomatter.c
325+
msgid "At most %d %q may be specified"
326+
msgstr ""
327+
324328
#: supervisor/shared/safe_mode.c
325329
msgid "Attempted heap allocation when MicroPython VM not running."
326330
msgstr ""
@@ -336,6 +340,7 @@ msgid ""
336340
msgstr ""
337341

338342
#: shared-module/displayio/Display.c
343+
#: shared-module/framebufferio/FramebufferDisplay.c
339344
msgid "Below minimum frame rate"
340345
msgstr ""
341346

@@ -352,6 +357,7 @@ msgid "Both pins must support hardware interrupts"
352357
msgstr ""
353358

354359
#: shared-bindings/displayio/Display.c
360+
#: shared-bindings/framebufferio/FramebufferDisplay.c
355361
msgid "Brightness must be 0-1.0"
356362
msgstr ""
357363

@@ -360,6 +366,7 @@ msgid "Brightness must be between 0 and 255"
360366
msgstr ""
361367

362368
#: shared-bindings/displayio/Display.c
369+
#: shared-bindings/framebufferio/FramebufferDisplay.c
363370
msgid "Brightness not adjustable"
364371
msgstr ""
365372

@@ -374,10 +381,12 @@ msgid "Buffer incorrect size. Should be %d bytes."
374381
msgstr ""
375382

376383
#: shared-bindings/displayio/Display.c
384+
#: shared-bindings/framebufferio/FramebufferDisplay.c
377385
msgid "Buffer is not a bytearray."
378386
msgstr ""
379387

380388
#: shared-bindings/displayio/Display.c
389+
#: shared-bindings/framebufferio/FramebufferDisplay.c
381390
msgid "Buffer is too small"
382391
msgstr ""
383392

@@ -630,11 +639,13 @@ msgid "DigitalInOut not supported on given pin"
630639
msgstr ""
631640

632641
#: shared-bindings/displayio/Display.c
642+
#: shared-bindings/framebufferio/FramebufferDisplay.c
633643
msgid "Display must have a 16 bit colorspace."
634644
msgstr ""
635645

636646
#: shared-bindings/displayio/Display.c
637647
#: shared-bindings/displayio/EPaperDisplay.c
648+
#: shared-bindings/framebufferio/FramebufferDisplay.c
638649
msgid "Display rotation must be in 90 degree increments"
639650
msgstr ""
640651

@@ -752,6 +763,7 @@ msgstr ""
752763

753764
#: shared-bindings/displayio/Display.c
754765
#: shared-bindings/displayio/EPaperDisplay.c
766+
#: shared-bindings/framebufferio/FramebufferDisplay.c
755767
msgid "Group already used"
756768
msgstr ""
757769

@@ -840,7 +852,7 @@ msgstr ""
840852
msgid "Invalid UART pin selection"
841853
msgstr ""
842854

843-
#: py/moduerrno.c
855+
#: py/moduerrno.c shared-module/_protomatter/Protomatter.c
844856
msgid "Invalid argument"
845857
msgstr ""
846858

@@ -889,12 +901,13 @@ msgid "Invalid number of bits"
889901
msgstr ""
890902

891903
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
904+
#: shared-bindings/displayio/FourWire.c
892905
msgid "Invalid phase"
893906
msgstr ""
894907

895908
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
896909
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
897-
#: shared-bindings/pulseio/PWMOut.c
910+
#: shared-bindings/pulseio/PWMOut.c shared-module/_protomatter/Protomatter.c
898911
msgid "Invalid pin"
899912
msgstr ""
900913

@@ -920,6 +933,7 @@ msgid "Invalid pins for PWMOut"
920933
msgstr ""
921934

922935
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
936+
#: shared-bindings/displayio/FourWire.c
923937
msgid "Invalid polarity"
924938
msgstr ""
925939

@@ -1091,6 +1105,10 @@ msgstr ""
10911105
msgid "No such file/directory"
10921106
msgstr ""
10931107

1108+
#: shared-module/_protomatter/Protomatter.c
1109+
msgid "No timer available"
1110+
msgstr ""
1111+
10941112
#: supervisor/shared/safe_mode.c
10951113
msgid "Nordic Soft Device failure assertion."
10961114
msgstr ""
@@ -1182,6 +1200,11 @@ msgstr ""
11821200
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
11831201
msgstr ""
11841202

1203+
#: shared-module/_protomatter/Protomatter.c
1204+
#, c-format
1205+
msgid "Protomatter internal error #%d"
1206+
msgstr ""
1207+
11851208
#: shared-bindings/digitalio/DigitalInOut.c
11861209
msgid "Pull not used when direction is output."
11871210
msgstr ""
@@ -1374,13 +1397,11 @@ msgstr ""
13741397
msgid "Too many channels in sample."
13751398
msgstr ""
13761399

1377-
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
1378-
#: shared-bindings/displayio/ParallelBus.c
1400+
#: shared-module/displayio/__init__.c
13791401
msgid "Too many display busses"
13801402
msgstr ""
13811403

1382-
#: shared-bindings/displayio/Display.c
1383-
#: shared-bindings/displayio/EPaperDisplay.c
1404+
#: shared-module/displayio/__init__.c
13841405
msgid "Too many displays"
13851406
msgstr ""
13861407

0 commit comments

Comments
 (0)