|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2020-02-27 11:02-0600\n" |
| 11 | +"POT-Creation-Date: 2020-03-03 20:13-0600\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -184,6 +184,10 @@ msgstr "" |
184 | 184 | msgid "'align' requires 1 argument" |
185 | 185 | msgstr "'align' membutuhkan 1 argumen" |
186 | 186 |
|
| 187 | +#: py/compile.c |
| 188 | +msgid "'async for' or 'async with' outside async function" |
| 189 | +msgstr "" |
| 190 | + |
187 | 191 | #: py/compile.c |
188 | 192 | msgid "'await' outside function" |
189 | 193 | msgstr "'await' diluar fungsi" |
@@ -910,10 +914,13 @@ msgstr "Pin untuk channel kanan tidak valid" |
910 | 914 | #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c |
911 | 915 | #: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c |
912 | 916 | #: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c |
913 | | -#: ports/stm32f4/common-hal/pulseio/PWMOut.c |
914 | 917 | msgid "Invalid pins" |
915 | 918 | msgstr "Pin-pin tidak valid" |
916 | 919 |
|
| 920 | +#: ports/stm32f4/common-hal/pulseio/PWMOut.c |
| 921 | +msgid "Invalid pins for PWMOut" |
| 922 | +msgstr "" |
| 923 | + |
917 | 924 | #: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c |
918 | 925 | msgid "Invalid polarity" |
919 | 926 | msgstr "" |
@@ -1003,6 +1010,10 @@ msgstr "" |
1003 | 1010 | msgid "Must provide MISO or MOSI pin" |
1004 | 1011 | msgstr "" |
1005 | 1012 |
|
| 1013 | +#: py/parse.c |
| 1014 | +msgid "Name too long" |
| 1015 | +msgstr "" |
| 1016 | + |
1006 | 1017 | #: shared-bindings/_pixelbuf/PixelBuf.c |
1007 | 1018 | msgid "Negative step not supported" |
1008 | 1019 | msgstr "" |
@@ -1181,7 +1192,7 @@ msgid "PulseIn not yet supported" |
1181 | 1192 | msgstr "" |
1182 | 1193 |
|
1183 | 1194 | #: ports/stm32f4/common-hal/pulseio/PulseOut.c |
1184 | | -msgid "PulseOut not yet supported" |
| 1195 | +msgid "PulseOut not supported on this chip" |
1185 | 1196 | msgstr "" |
1186 | 1197 |
|
1187 | 1198 | #: ports/stm32f4/common-hal/os/__init__.c |
@@ -2216,7 +2227,7 @@ msgstr "" |
2216 | 2227 | msgid "inline assembler must be a function" |
2217 | 2228 | msgstr "inline assembler harus sebuah fungsi" |
2218 | 2229 |
|
2219 | | -#: extmod/ulab/code/linalg.c |
| 2230 | +#: extmod/ulab/code/create.c |
2220 | 2231 | msgid "input argument must be an integer or a 2-tuple" |
2221 | 2232 | msgstr "" |
2222 | 2233 |
|
@@ -2539,7 +2550,7 @@ msgstr "" |
2539 | 2550 | msgid "number of arguments must be 2, or 3" |
2540 | 2551 | msgstr "" |
2541 | 2552 |
|
2542 | | -#: extmod/ulab/code/numerical.c |
| 2553 | +#: extmod/ulab/code/create.c |
2543 | 2554 | msgid "number of points must be at least 2" |
2544 | 2555 | msgstr "" |
2545 | 2556 |
|
|
0 commit comments