Skip to content

Commit da909af

Browse files
committed
make translate
1 parent 1900433 commit da909af

File tree

13 files changed

+273
-39
lines changed

13 files changed

+273
-39
lines changed

locale/ID.po

Lines changed: 21 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-03-31 17:27-0500\n"
11+
"POT-Creation-Date: 2020-04-10 10:42-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"
@@ -283,7 +283,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
283283
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
284284
#: ports/cxd56/common-hal/pulseio/PulseOut.c
285285
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
286-
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
286+
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
287287
#: shared-module/_pew/PewPew.c
288288
msgid "All timers in use"
289289
msgstr "Semua timer sedang digunakan"
@@ -324,7 +324,7 @@ msgid "Array values should be single bytes."
324324
msgstr ""
325325

326326
#: shared-bindings/_protomatter/Protomatter.c
327-
msgid "At most %d %q may be specified"
327+
msgid "At most %d %q may be specified (not %d)"
328328
msgstr ""
329329

330330
#: supervisor/shared/safe_mode.c
@@ -1196,6 +1196,14 @@ msgstr "Pin tidak mempunya kemampuan untuk ADC (Analog Digital Converter)"
11961196
msgid "Pin number already reserved by EXTI"
11971197
msgstr ""
11981198

1199+
#: shared-bindings/_protomatter/Protomatter.c
1200+
#, c-format
1201+
msgid ""
1202+
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
1203+
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
1204+
"constructor"
1205+
msgstr ""
1206+
11991207
#: py/builtinhelp.c
12001208
msgid "Plus any modules on the filesystem\n"
12011209
msgstr "Tambahkan module apapun pada filesystem\n"
@@ -2814,6 +2822,16 @@ msgstr "anotasi return harus sebuah identifier"
28142822
msgid "return expected '%q' but got '%q'"
28152823
msgstr ""
28162824

2825+
#: shared-bindings/_protomatter/Protomatter.c
2826+
#, c-format
2827+
msgid "rgb_pins[%d] duplicates another pin assignment"
2828+
msgstr ""
2829+
2830+
#: shared-bindings/_protomatter/Protomatter.c
2831+
#, c-format
2832+
msgid "rgb_pins[%d] is not on the same port as clock"
2833+
msgstr ""
2834+
28172835
#: extmod/ulab/code/ndarray.c
28182836
msgid "right hand side must be an ndarray, or a scalar"
28192837
msgstr ""

locale/circuitpython.pot

Lines changed: 21 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-03-31 17:27-0500\n"
11+
"POT-Creation-Date: 2020-04-10 10:42-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"
@@ -281,7 +281,7 @@ msgstr ""
281281
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
282282
#: ports/cxd56/common-hal/pulseio/PulseOut.c
283283
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
284-
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
284+
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
285285
#: shared-module/_pew/PewPew.c
286286
msgid "All timers in use"
287287
msgstr ""
@@ -322,7 +322,7 @@ msgid "Array values should be single bytes."
322322
msgstr ""
323323

324324
#: shared-bindings/_protomatter/Protomatter.c
325-
msgid "At most %d %q may be specified"
325+
msgid "At most %d %q may be specified (not %d)"
326326
msgstr ""
327327

328328
#: supervisor/shared/safe_mode.c
@@ -1184,6 +1184,14 @@ msgstr ""
11841184
msgid "Pin number already reserved by EXTI"
11851185
msgstr ""
11861186

1187+
#: shared-bindings/_protomatter/Protomatter.c
1188+
#, c-format
1189+
msgid ""
1190+
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
1191+
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
1192+
"constructor"
1193+
msgstr ""
1194+
11871195
#: py/builtinhelp.c
11881196
msgid "Plus any modules on the filesystem\n"
11891197
msgstr ""
@@ -2789,6 +2797,16 @@ msgstr ""
27892797
msgid "return expected '%q' but got '%q'"
27902798
msgstr ""
27912799

2800+
#: shared-bindings/_protomatter/Protomatter.c
2801+
#, c-format
2802+
msgid "rgb_pins[%d] duplicates another pin assignment"
2803+
msgstr ""
2804+
2805+
#: shared-bindings/_protomatter/Protomatter.c
2806+
#, c-format
2807+
msgid "rgb_pins[%d] is not on the same port as clock"
2808+
msgstr ""
2809+
27922810
#: extmod/ulab/code/ndarray.c
27932811
msgid "right hand side must be an ndarray, or a scalar"
27942812
msgstr ""

locale/de_DE.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-31 17:27-0500\n"
10+
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Pascal Deneaux\n"
1313
"Language-Team: Sebastian Plamauer, Pascal Deneaux\n"
@@ -283,7 +283,7 @@ msgstr "Alle timer für diesen Pin werden bereits benutzt"
283283
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
284284
#: ports/cxd56/common-hal/pulseio/PulseOut.c
285285
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
286-
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
286+
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
287287
#: shared-module/_pew/PewPew.c
288288
msgid "All timers in use"
289289
msgstr "Alle timer werden benutzt"
@@ -324,7 +324,7 @@ msgid "Array values should be single bytes."
324324
msgstr "Array-Werte sollten aus Einzelbytes bestehen."
325325

326326
#: shared-bindings/_protomatter/Protomatter.c
327-
msgid "At most %d %q may be specified"
327+
msgid "At most %d %q may be specified (not %d)"
328328
msgstr ""
329329

330330
#: supervisor/shared/safe_mode.c
@@ -1199,6 +1199,14 @@ msgstr "Pin hat keine ADC Funktionalität"
11991199
msgid "Pin number already reserved by EXTI"
12001200
msgstr ""
12011201

1202+
#: shared-bindings/_protomatter/Protomatter.c
1203+
#, c-format
1204+
msgid ""
1205+
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
1206+
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
1207+
"constructor"
1208+
msgstr ""
1209+
12021210
#: py/builtinhelp.c
12031211
msgid "Plus any modules on the filesystem\n"
12041212
msgstr "und alle Module im Dateisystem \n"
@@ -2827,6 +2835,16 @@ msgstr "return annotation muss ein identifier sein"
28272835
msgid "return expected '%q' but got '%q'"
28282836
msgstr ""
28292837

2838+
#: shared-bindings/_protomatter/Protomatter.c
2839+
#, c-format
2840+
msgid "rgb_pins[%d] duplicates another pin assignment"
2841+
msgstr ""
2842+
2843+
#: shared-bindings/_protomatter/Protomatter.c
2844+
#, c-format
2845+
msgid "rgb_pins[%d] is not on the same port as clock"
2846+
msgstr ""
2847+
28302848
#: extmod/ulab/code/ndarray.c
28312849
msgid "right hand side must be an ndarray, or a scalar"
28322850
msgstr ""

locale/en_US.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-31 17:27-0500\n"
10+
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -281,7 +281,7 @@ msgstr ""
281281
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
282282
#: ports/cxd56/common-hal/pulseio/PulseOut.c
283283
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
284-
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
284+
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
285285
#: shared-module/_pew/PewPew.c
286286
msgid "All timers in use"
287287
msgstr ""
@@ -322,7 +322,7 @@ msgid "Array values should be single bytes."
322322
msgstr ""
323323

324324
#: shared-bindings/_protomatter/Protomatter.c
325-
msgid "At most %d %q may be specified"
325+
msgid "At most %d %q may be specified (not %d)"
326326
msgstr ""
327327

328328
#: supervisor/shared/safe_mode.c
@@ -1184,6 +1184,14 @@ msgstr ""
11841184
msgid "Pin number already reserved by EXTI"
11851185
msgstr ""
11861186

1187+
#: shared-bindings/_protomatter/Protomatter.c
1188+
#, c-format
1189+
msgid ""
1190+
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
1191+
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
1192+
"constructor"
1193+
msgstr ""
1194+
11871195
#: py/builtinhelp.c
11881196
msgid "Plus any modules on the filesystem\n"
11891197
msgstr ""
@@ -2789,6 +2797,16 @@ msgstr ""
27892797
msgid "return expected '%q' but got '%q'"
27902798
msgstr ""
27912799

2800+
#: shared-bindings/_protomatter/Protomatter.c
2801+
#, c-format
2802+
msgid "rgb_pins[%d] duplicates another pin assignment"
2803+
msgstr ""
2804+
2805+
#: shared-bindings/_protomatter/Protomatter.c
2806+
#, c-format
2807+
msgid "rgb_pins[%d] is not on the same port as clock"
2808+
msgstr ""
2809+
27922810
#: extmod/ulab/code/ndarray.c
27932811
msgid "right hand side must be an ndarray, or a scalar"
27942812
msgstr ""

locale/en_x_pirate.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-31 17:27-0500\n"
10+
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: @sommersoft, @MrCertainly\n"
@@ -283,7 +283,7 @@ msgstr ""
283283
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
284284
#: ports/cxd56/common-hal/pulseio/PulseOut.c
285285
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
286-
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
286+
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
287287
#: shared-module/_pew/PewPew.c
288288
msgid "All timers in use"
289289
msgstr ""
@@ -324,7 +324,7 @@ msgid "Array values should be single bytes."
324324
msgstr ""
325325

326326
#: shared-bindings/_protomatter/Protomatter.c
327-
msgid "At most %d %q may be specified"
327+
msgid "At most %d %q may be specified (not %d)"
328328
msgstr ""
329329

330330
#: supervisor/shared/safe_mode.c
@@ -1188,6 +1188,14 @@ msgstr "Belay that! Th' Pin be not ADC capable"
11881188
msgid "Pin number already reserved by EXTI"
11891189
msgstr ""
11901190

1191+
#: shared-bindings/_protomatter/Protomatter.c
1192+
#, c-format
1193+
msgid ""
1194+
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
1195+
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
1196+
"constructor"
1197+
msgstr ""
1198+
11911199
#: py/builtinhelp.c
11921200
msgid "Plus any modules on the filesystem\n"
11931201
msgstr ""
@@ -2793,6 +2801,16 @@ msgstr ""
27932801
msgid "return expected '%q' but got '%q'"
27942802
msgstr ""
27952803

2804+
#: shared-bindings/_protomatter/Protomatter.c
2805+
#, c-format
2806+
msgid "rgb_pins[%d] duplicates another pin assignment"
2807+
msgstr ""
2808+
2809+
#: shared-bindings/_protomatter/Protomatter.c
2810+
#, c-format
2811+
msgid "rgb_pins[%d] is not on the same port as clock"
2812+
msgstr ""
2813+
27962814
#: extmod/ulab/code/ndarray.c
27972815
msgid "right hand side must be an ndarray, or a scalar"
27982816
msgstr ""

locale/es.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2020-03-31 17:27-0500\n"
10+
"POT-Creation-Date: 2020-04-10 10:42-0500\n"
1111
"PO-Revision-Date: 2018-08-24 22:56-0500\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -285,7 +285,7 @@ msgstr "Todos los timers para este pin están siendo utilizados"
285285
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
286286
#: ports/cxd56/common-hal/pulseio/PulseOut.c
287287
#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
288-
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
288+
#: ports/nrf/peripherals/nrf/timers.c shared-bindings/pulseio/PWMOut.c
289289
#: shared-module/_pew/PewPew.c
290290
msgid "All timers in use"
291291
msgstr "Todos los timers en uso"
@@ -326,7 +326,7 @@ msgid "Array values should be single bytes."
326326
msgstr "Valores del array deben ser bytes individuales."
327327

328328
#: shared-bindings/_protomatter/Protomatter.c
329-
msgid "At most %d %q may be specified"
329+
msgid "At most %d %q may be specified (not %d)"
330330
msgstr ""
331331

332332
#: supervisor/shared/safe_mode.c
@@ -1198,6 +1198,14 @@ msgstr "Pin no tiene capacidad ADC"
11981198
msgid "Pin number already reserved by EXTI"
11991199
msgstr ""
12001200

1201+
#: shared-bindings/_protomatter/Protomatter.c
1202+
#, c-format
1203+
msgid ""
1204+
"Pinout uses %d bytes per element, which consumes more than the ideal %d "
1205+
"bytes. If this cannot be avoided, pass allow_inefficient=True to the "
1206+
"constructor"
1207+
msgstr ""
1208+
12011209
#: py/builtinhelp.c
12021210
#, fuzzy
12031211
msgid "Plus any modules on the filesystem\n"
@@ -2827,6 +2835,16 @@ msgstr "la anotación de retorno debe ser un identificador"
28272835
msgid "return expected '%q' but got '%q'"
28282836
msgstr "retorno esperado '%q' pero se obtuvo '%q'"
28292837

2838+
#: shared-bindings/_protomatter/Protomatter.c
2839+
#, c-format
2840+
msgid "rgb_pins[%d] duplicates another pin assignment"
2841+
msgstr ""
2842+
2843+
#: shared-bindings/_protomatter/Protomatter.c
2844+
#, c-format
2845+
msgid "rgb_pins[%d] is not on the same port as clock"
2846+
msgstr ""
2847+
28302848
#: extmod/ulab/code/ndarray.c
28312849
msgid "right hand side must be an ndarray, or a scalar"
28322850
msgstr ""

0 commit comments

Comments
 (0)