forked from adafruit/circuitpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
133 changed files
with
1,755 additions
and
549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2020-08-14 09:36-0400\n" | ||
"POT-Creation-Date: 2020-08-18 11:19-0400\n" | ||
"PO-Revision-Date: 2020-07-06 18:10+0000\n" | ||
"Last-Translator: oon arfiandwi <[email protected]>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -764,7 +764,7 @@ msgstr "Error pada regex" | |
|
||
#: shared-bindings/aesio/aes.c shared-bindings/busio/SPI.c | ||
#: shared-bindings/microcontroller/Pin.c | ||
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c | ||
#: shared-bindings/neopixel_write/__init__.c | ||
#: shared-bindings/terminalio/Terminal.c | ||
msgid "Expected a %q" | ||
msgstr "Diharapkan %q" | ||
|
@@ -1352,6 +1352,15 @@ msgstr "Tambahkan module apapun pada filesystem\n" | |
msgid "Polygon needs at least 3 points" | ||
msgstr "" | ||
|
||
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c | ||
#: ports/cxd56/common-hal/pulseio/PulseOut.c | ||
#: ports/nrf/common-hal/pulseio/PulseOut.c | ||
#: ports/stm/common-hal/pulseio/PulseOut.c | ||
msgid "" | ||
"Port does not accept pins or frequency. " | ||
"Construct and pass a PWMOut Carrier instead" | ||
msgstr "" | ||
|
||
#: shared-bindings/_bleio/Adapter.c | ||
msgid "Prefix buffer must be on the heap" | ||
msgstr "" | ||
|
@@ -1366,6 +1375,10 @@ msgstr "" | |
msgid "Pull not used when direction is output." | ||
msgstr "" | ||
|
||
#: ports/stm/ref/pulseout-pre-timeralloc.c | ||
msgid "PulseOut not supported on this chip" | ||
msgstr "" | ||
|
||
#: ports/stm/common-hal/os/__init__.c | ||
msgid "RNG DeInit Error" | ||
msgstr "" | ||
|
Oops, something went wrong.