Skip to content

Commit 5fa7186

Browse files
committed
Merge remote-tracking branch 'origin/main' into defining_parameters
2 parents 9c12b18 + 5258969 commit 5fa7186

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2023
-382
lines changed

docs/design_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ Renders as:
460460

461461
Documentation References to other Libraries
462462
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463-
When you need to reference documentation in other libraries you should include the class by using single
463+
When you need to make references to documentation in other libraries you should refer the class using single
464464
backticks ``:class:`~adafruit_motor.servo.Servo```. You must also add the reference in the ``conf.py`` file in the
465465
``intersphinx_mapping section`` by adding a new entry::
466466

locale/ID.po

Lines changed: 40 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2021-04-07 12:23+0000\n"
9+
"PO-Revision-Date: 2021-04-28 16:11+0000\n"
1010
"Last-Translator: Reza Almanda <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: ID\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
1616
"Plural-Forms: nplurals=1; plural=0;\n"
17-
"X-Generator: Weblate 4.6-dev\n"
17+
"X-Generator: Weblate 4.7-dev\n"
1818

1919
#: main.c
2020
msgid ""
@@ -698,6 +698,7 @@ msgstr ""
698698
"digunakan"
699699

700700
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
701+
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
701702
msgid "Cannot wake on pin edge. Only level."
702703
msgstr ""
703704

@@ -753,14 +754,6 @@ msgid ""
753754
msgstr ""
754755
"Koneksi telah terputus dan tidak dapat lagi digunakan. Buat koneksi baru."
755756

756-
#: py/persistentcode.c
757-
msgid "Corrupt .mpy file"
758-
msgstr "File .mpy rusak"
759-
760-
#: py/emitglue.c
761-
msgid "Corrupt raw code"
762-
msgstr "Kode raw rusak"
763-
764757
#: ports/cxd56/common-hal/camera/Camera.c
765758
msgid "Could not initialize Camera"
766759
msgstr ""
@@ -1315,7 +1308,8 @@ msgstr "Fase tidak valid"
13151308
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
13161309
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
13171310
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1318-
#: ports/esp32s2/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c
1311+
#: ports/esp32s2/common-hal/touchio/TouchIn.c
1312+
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c shared-bindings/pwmio/PWMOut.c
13191313
#: shared-module/rgbmatrix/RGBMatrix.c
13201314
msgid "Invalid pin"
13211315
msgstr "Pin tidak valid"
@@ -1670,11 +1664,11 @@ msgstr "Hanya 8 atau 16 bit mono dengan "
16701664

16711665
#: ports/esp32s2/common-hal/wifi/__init__.c
16721666
msgid "Only IPv4 addresses supported"
1673-
msgstr ""
1667+
msgstr "Hanya alamat IPv4 yang didukung"
16741668

16751669
#: ports/esp32s2/common-hal/socketpool/SocketPool.c
16761670
msgid "Only IPv4 sockets supported"
1677-
msgstr ""
1671+
msgstr "Hanysa socket IPv4 yang didukung"
16781672

16791673
#: shared-module/displayio/OnDiskBitmap.c
16801674
#, c-format
@@ -1698,6 +1692,7 @@ msgid "Only one TouchAlarm can be set in deep sleep."
16981692
msgstr ""
16991693

17001694
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
1695+
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
17011696
msgid "Only one alarm.time alarm can be set."
17021697
msgstr ""
17031698

@@ -1715,15 +1710,15 @@ msgstr ""
17151710

17161711
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
17171712
msgid "Operation timed out"
1718-
msgstr ""
1713+
msgstr "Waktu habis"
17191714

17201715
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
17211716
msgid "Out of memory"
1722-
msgstr ""
1717+
msgstr "Kehabisan memori"
17231718

17241719
#: ports/esp32s2/common-hal/socketpool/SocketPool.c
17251720
msgid "Out of sockets"
1726-
msgstr ""
1721+
msgstr "Kehabisan socket"
17271722

17281723
#: ports/raspberrypi/bindings/rp2pio/StateMachine.c
17291724
msgid "Out-buffer elements must be <= 4 bytes long"
@@ -1769,7 +1764,7 @@ msgstr "ParallelBus belum didukung"
17691764

17701765
#: ports/esp32s2/common-hal/audiobusio/__init__.c
17711766
msgid "Peripheral in use"
1772-
msgstr ""
1767+
msgstr "Periferal sedang digunakan"
17731768

17741769
#: py/moduerrno.c
17751770
msgid "Permission denied"
@@ -1781,7 +1776,7 @@ msgstr ""
17811776

17821777
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
17831778
msgid "Pin count too large"
1784-
msgstr ""
1779+
msgstr "Jumlah pin terlalu besar"
17851780

17861781
#: ports/atmel-samd/common-hal/analogio/AnalogIn.c
17871782
#: ports/cxd56/common-hal/analogio/AnalogIn.c
@@ -1823,7 +1818,7 @@ msgstr ""
18231818

18241819
#: ports/raspberrypi/common-hal/rotaryio/IncrementalEncoder.c
18251820
msgid "Pins must be sequential"
1826-
msgstr ""
1821+
msgstr "Pin harus berurutan"
18271822

18281823
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
18291824
msgid "Pins must share PWM slice"
@@ -2623,10 +2618,6 @@ msgstr "hanya mampu memiliki hingga 4 parameter untuk Thumb assembly"
26232618
msgid "can only have up to 4 parameters to Xtensa assembly"
26242619
msgstr ""
26252620

2626-
#: py/persistentcode.c
2627-
msgid "can only save bytecode"
2628-
msgstr ""
2629-
26302621
#: py/objtype.c
26312622
msgid "can't add special method to already-subclassed class"
26322623
msgstr ""
@@ -3139,6 +3130,14 @@ msgstr "identifier didefinisi ulang sebagai global"
31393130
msgid "identifier redefined as nonlocal"
31403131
msgstr "identifier didefinisi ulang sebagai nonlocal"
31413132

3133+
#: py/persistentcode.c
3134+
msgid "incompatible .mpy file"
3135+
msgstr ""
3136+
3137+
#: py/persistentcode.c
3138+
msgid "incompatible native .mpy architecture"
3139+
msgstr ""
3140+
31423141
#: py/objstr.c
31433142
msgid "incomplete format"
31443143
msgstr ""
@@ -3258,6 +3257,10 @@ msgstr ""
32583257
msgid "interval must be in range %s-%s"
32593258
msgstr ""
32603259

3260+
#: py/compile.c
3261+
msgid "invalid architecture"
3262+
msgstr ""
3263+
32613264
#: lib/netutils/netutils.c
32623265
msgid "invalid arguments"
32633266
msgstr "argumen-argumen tidak valid"
@@ -3267,10 +3270,6 @@ msgstr "argumen-argumen tidak valid"
32673270
msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
32683271
msgstr ""
32693272

3270-
#: extmod/modussl_axtls.c
3271-
msgid "invalid cert"
3272-
msgstr "cert tidak valid"
3273-
32743273
#: py/compile.c
32753274
msgid "invalid decorator"
32763275
msgstr ""
@@ -3301,10 +3300,6 @@ msgstr ""
33013300
msgid "invalid hostname"
33023301
msgstr ""
33033302

3304-
#: extmod/modussl_axtls.c
3305-
msgid "invalid key"
3306-
msgstr "key tidak valid"
3307-
33083303
#: py/compile.c
33093304
msgid "invalid micropython decorator"
33103305
msgstr "micropython decorator tidak valid"
@@ -4247,11 +4242,11 @@ msgstr ""
42474242

42484243
#: ports/esp32s2/common-hal/wifi/Radio.c
42494244
msgid "wifi is not enabled"
4250-
msgstr ""
4245+
msgstr "wifi tidak diaktifkan"
42514246

42524247
#: shared-bindings/_bleio/Adapter.c
42534248
msgid "window must be <= interval"
4254-
msgstr ""
4249+
msgstr "jendela harus <= interval"
42554250

42564251
#: extmod/ulab/code/numpy/numerical/numerical.c
42574252
msgid "wrong axis index"
@@ -4314,6 +4309,18 @@ msgstr "zi harus berjenis float"
43144309
msgid "zi must be of shape (n_section, 2)"
43154310
msgstr ""
43164311

4312+
#~ msgid "Corrupt .mpy file"
4313+
#~ msgstr "File .mpy rusak"
4314+
4315+
#~ msgid "Corrupt raw code"
4316+
#~ msgstr "Kode raw rusak"
4317+
4318+
#~ msgid "invalid cert"
4319+
#~ msgstr "cert tidak valid"
4320+
4321+
#~ msgid "invalid key"
4322+
#~ msgstr "key tidak valid"
4323+
43174324
#~ msgid "Viper functions don't currently support more than 4 arguments"
43184325
#~ msgstr "Fungsi Viper saat ini tidak mendukung lebih dari 4 argumen"
43194326

locale/circuitpython.pot

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ msgid "Cannot vary frequency on a timer that is already in use"
681681
msgstr ""
682682

683683
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
684+
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
684685
msgid "Cannot wake on pin edge. Only level."
685686
msgstr ""
686687

@@ -1285,7 +1286,8 @@ msgstr ""
12851286
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
12861287
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
12871288
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1288-
#: ports/esp32s2/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c
1289+
#: ports/esp32s2/common-hal/touchio/TouchIn.c
1290+
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c shared-bindings/pwmio/PWMOut.c
12891291
#: shared-module/rgbmatrix/RGBMatrix.c
12901292
msgid "Invalid pin"
12911293
msgstr ""
@@ -1663,6 +1665,7 @@ msgid "Only one TouchAlarm can be set in deep sleep."
16631665
msgstr ""
16641666

16651667
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
1668+
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
16661669
msgid "Only one alarm.time alarm can be set."
16671670
msgstr ""
16681671

locale/cs.po

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ msgid "Cannot vary frequency on a timer that is already in use"
684684
msgstr ""
685685

686686
#: ports/esp32s2/common-hal/alarm/pin/PinAlarm.c
687+
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
687688
msgid "Cannot wake on pin edge. Only level."
688689
msgstr ""
689690

@@ -736,14 +737,6 @@ msgid ""
736737
"connection."
737738
msgstr ""
738739

739-
#: py/persistentcode.c
740-
msgid "Corrupt .mpy file"
741-
msgstr ""
742-
743-
#: py/emitglue.c
744-
msgid "Corrupt raw code"
745-
msgstr ""
746-
747740
#: ports/cxd56/common-hal/camera/Camera.c
748741
msgid "Could not initialize Camera"
749742
msgstr ""
@@ -1296,7 +1289,8 @@ msgstr ""
12961289
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
12971290
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
12981291
#: ports/esp32s2/common-hal/alarm/touch/TouchAlarm.c
1299-
#: ports/esp32s2/common-hal/touchio/TouchIn.c shared-bindings/pwmio/PWMOut.c
1292+
#: ports/esp32s2/common-hal/touchio/TouchIn.c
1293+
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c shared-bindings/pwmio/PWMOut.c
13001294
#: shared-module/rgbmatrix/RGBMatrix.c
13011295
msgid "Invalid pin"
13021296
msgstr ""
@@ -1674,6 +1668,7 @@ msgid "Only one TouchAlarm can be set in deep sleep."
16741668
msgstr ""
16751669

16761670
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
1671+
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
16771672
msgid "Only one alarm.time alarm can be set."
16781673
msgstr ""
16791674

@@ -2577,10 +2572,6 @@ msgstr ""
25772572
msgid "can only have up to 4 parameters to Xtensa assembly"
25782573
msgstr ""
25792574

2580-
#: py/persistentcode.c
2581-
msgid "can only save bytecode"
2582-
msgstr ""
2583-
25842575
#: py/objtype.c
25852576
msgid "can't add special method to already-subclassed class"
25862577
msgstr ""
@@ -3093,6 +3084,14 @@ msgstr ""
30933084
msgid "identifier redefined as nonlocal"
30943085
msgstr ""
30953086

3087+
#: py/persistentcode.c
3088+
msgid "incompatible .mpy file"
3089+
msgstr ""
3090+
3091+
#: py/persistentcode.c
3092+
msgid "incompatible native .mpy architecture"
3093+
msgstr ""
3094+
30963095
#: py/objstr.c
30973096
msgid "incomplete format"
30983097
msgstr ""
@@ -3212,6 +3211,10 @@ msgstr ""
32123211
msgid "interval must be in range %s-%s"
32133212
msgstr ""
32143213

3214+
#: py/compile.c
3215+
msgid "invalid architecture"
3216+
msgstr ""
3217+
32153218
#: lib/netutils/netutils.c
32163219
msgid "invalid arguments"
32173220
msgstr ""
@@ -3221,10 +3224,6 @@ msgstr ""
32213224
msgid "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
32223225
msgstr ""
32233226

3224-
#: extmod/modussl_axtls.c
3225-
msgid "invalid cert"
3226-
msgstr ""
3227-
32283227
#: py/compile.c
32293228
msgid "invalid decorator"
32303229
msgstr ""
@@ -3255,10 +3254,6 @@ msgstr ""
32553254
msgid "invalid hostname"
32563255
msgstr ""
32573256

3258-
#: extmod/modussl_axtls.c
3259-
msgid "invalid key"
3260-
msgstr ""
3261-
32623257
#: py/compile.c
32633258
msgid "invalid micropython decorator"
32643259
msgstr ""

0 commit comments

Comments
 (0)