Skip to content

Commit cf545cd

Browse files
committed
WIP: fix issues with remaining atmel-samd builds
1 parent 5154e05 commit cf545cd

26 files changed

Lines changed: 551 additions & 539 deletions

File tree

locale/ID.po

Lines changed: 41 additions & 40 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: 2019-02-12 22:32-0500\n"
11+
"POT-Creation-Date: 2019-02-15 08:46-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 <LL@li.org>\n"
@@ -155,7 +155,7 @@ msgstr "kompilasi script tidak didukung"
155155
msgid " output:\n"
156156
msgstr "output:\n"
157157

158-
#: main.c:166 main.c:247
158+
#: main.c:166 main.c:250
159159
msgid ""
160160
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
161161
"disable.\n"
@@ -167,7 +167,7 @@ msgstr ""
167167
msgid "Running in safe mode! Auto-reload is off.\n"
168168
msgstr "Berjalan di mode aman(safe mode)! Auto-reload tidak aktif.\n"
169169

170-
#: main.c:170 main.c:249
170+
#: main.c:170 main.c:252
171171
msgid "Auto-reload is off.\n"
172172
msgstr "Auto-reload tidak aktif.\n"
173173

@@ -180,19 +180,19 @@ msgstr ""
180180
msgid "WARNING: Your code filename has two extensions\n"
181181
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
182182

183-
#: main.c:221
183+
#: main.c:223
184184
msgid ""
185185
"\n"
186186
"Code done running. Waiting for reload.\n"
187187
msgstr ""
188188

189-
#: main.c:254
189+
#: main.c:257
190190
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
191191
msgstr ""
192192
"Tekan tombol apa saja untuk masuk ke dalam REPL. Gunakan CTRL+D untuk reset "
193193
"(Reload)"
194194

195-
#: main.c:419
195+
#: main.c:422
196196
msgid "soft reboot\n"
197197
msgstr "memulai ulang software(soft reboot)\n"
198198

@@ -360,12 +360,12 @@ msgstr "Gagal untuk mengalokasikan buffer RX"
360360
msgid "Could not initialize UART"
361361
msgstr "Tidak dapat menginisialisasi UART"
362362

363-
#: ports/atmel-samd/common-hal/busio/UART.c:241
363+
#: ports/atmel-samd/common-hal/busio/UART.c:252
364364
#: ports/nrf/common-hal/busio/UART.c:230
365365
msgid "No RX pin"
366366
msgstr "Tidak pin RX"
367367

368-
#: ports/atmel-samd/common-hal/busio/UART.c:300
368+
#: ports/atmel-samd/common-hal/busio/UART.c:311
369369
#: ports/nrf/common-hal/busio/UART.c:265
370370
msgid "No TX pin"
371371
msgstr "Tidak ada pin TX"
@@ -2233,8 +2233,11 @@ msgid "timeout must be >= 0.0"
22332233
msgstr "bits harus memilki nilai 8"
22342234

22352235
#: shared-bindings/bleio/CharacteristicBuffer.c:79
2236+
#: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
2237+
#: shared-bindings/displayio/Group.c:100 shared-bindings/displayio/Shape.c:69
2238+
#: shared-bindings/displayio/Shape.c:73
22362239
#, fuzzy
2237-
msgid "buffer_size must be >= 1"
2240+
msgid "%q must be >= 1"
22382241
msgstr "buffers harus mempunyai panjang yang sama"
22392242

22402243
#: shared-bindings/bleio/CharacteristicBuffer.c:83
@@ -2393,12 +2396,6 @@ msgstr ""
23932396
msgid "Command must be an int between 0 and 255"
23942397
msgstr ""
23952398

2396-
#: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
2397-
#: shared-bindings/displayio/Group.c:100
2398-
#, fuzzy
2399-
msgid "%q must be >= 1"
2400-
msgstr "buffers harus mempunyai panjang yang sama"
2401-
24022399
#: shared-bindings/displayio/Palette.c:91
24032400
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
24042401
msgstr ""
@@ -2420,15 +2417,15 @@ msgstr ""
24202417
msgid "palette_index should be an int"
24212418
msgstr ""
24222419

2423-
#: shared-bindings/displayio/Shape.c:88
2420+
#: shared-bindings/displayio/Shape.c:97
24242421
msgid "y should be an int"
24252422
msgstr ""
24262423

2427-
#: shared-bindings/displayio/Shape.c:92
2424+
#: shared-bindings/displayio/Shape.c:101
24282425
msgid "start_x should be an int"
24292426
msgstr ""
24302427

2431-
#: shared-bindings/displayio/Shape.c:96
2428+
#: shared-bindings/displayio/Shape.c:105
24322429
msgid "end_x should be an int"
24332430
msgstr ""
24342431

@@ -2845,38 +2842,42 @@ msgid ""
28452842
"exit safe mode.\n"
28462843
msgstr ""
28472844

2848-
#, fuzzy
2849-
#~ msgid "unicode_characters must be a string"
2850-
#~ msgstr "keyword harus berupa string"
2851-
2852-
#~ msgid "All PWM peripherals are in use"
2853-
#~ msgstr "Semua perangkat PWM sedang digunakan"
2854-
2855-
#~ msgid "Invalid UUID string length"
2856-
#~ msgstr "Panjang string UUID tidak valid"
2845+
#~ msgid "busio.UART not available"
2846+
#~ msgstr "busio.UART tidak tersedia"
28572847

28582848
#~ msgid ""
2859-
#~ "enough power for the whole circuit and press reset (after ejecting "
2860-
#~ "CIRCUITPY).\n"
2849+
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
28612850
#~ msgstr ""
2862-
#~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut "
2863-
#~ "CIRCUITPY).\n"
2851+
#~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"
28642852

2865-
#~ msgid "Invalid UUID parameter"
2866-
#~ msgstr "Parameter UUID tidak valid"
2853+
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2854+
#~ msgstr ""
2855+
#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n"
28672856

28682857
#, fuzzy
28692858
#~ msgid "unpack requires a buffer of %d bytes"
28702859
#~ msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
28712860

2872-
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2873-
#~ msgstr ""
2874-
#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n"
2861+
#~ msgid "Invalid UUID parameter"
2862+
#~ msgstr "Parameter UUID tidak valid"
28752863

28762864
#~ msgid ""
2877-
#~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
2865+
#~ "enough power for the whole circuit and press reset (after ejecting "
2866+
#~ "CIRCUITPY).\n"
28782867
#~ msgstr ""
2879-
#~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"
2868+
#~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut "
2869+
#~ "CIRCUITPY).\n"
28802870

2881-
#~ msgid "busio.UART not available"
2882-
#~ msgstr "busio.UART tidak tersedia"
2871+
#~ msgid "Invalid UUID string length"
2872+
#~ msgstr "Panjang string UUID tidak valid"
2873+
2874+
#~ msgid "All PWM peripherals are in use"
2875+
#~ msgstr "Semua perangkat PWM sedang digunakan"
2876+
2877+
#, fuzzy
2878+
#~ msgid "unicode_characters must be a string"
2879+
#~ msgstr "keyword harus berupa string"
2880+
2881+
#, fuzzy
2882+
#~ msgid "buffer_size must be >= 1"
2883+
#~ msgstr "buffers harus mempunyai panjang yang sama"

locale/circuitpython.pot

Lines changed: 15 additions & 17 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: 2019-02-12 22:32-0500\n"
11+
"POT-Creation-Date: 2019-02-15 08:46-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 <LL@li.org>\n"
@@ -155,7 +155,7 @@ msgstr ""
155155
msgid " output:\n"
156156
msgstr ""
157157

158-
#: main.c:166 main.c:247
158+
#: main.c:166 main.c:250
159159
msgid ""
160160
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
161161
"disable.\n"
@@ -165,7 +165,7 @@ msgstr ""
165165
msgid "Running in safe mode! Auto-reload is off.\n"
166166
msgstr ""
167167

168-
#: main.c:170 main.c:249
168+
#: main.c:170 main.c:252
169169
msgid "Auto-reload is off.\n"
170170
msgstr ""
171171

@@ -177,17 +177,17 @@ msgstr ""
177177
msgid "WARNING: Your code filename has two extensions\n"
178178
msgstr ""
179179

180-
#: main.c:221
180+
#: main.c:223
181181
msgid ""
182182
"\n"
183183
"Code done running. Waiting for reload.\n"
184184
msgstr ""
185185

186-
#: main.c:254
186+
#: main.c:257
187187
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
188188
msgstr ""
189189

190-
#: main.c:419
190+
#: main.c:422
191191
msgid "soft reboot\n"
192192
msgstr ""
193193

@@ -353,12 +353,12 @@ msgstr ""
353353
msgid "Could not initialize UART"
354354
msgstr ""
355355

356-
#: ports/atmel-samd/common-hal/busio/UART.c:241
356+
#: ports/atmel-samd/common-hal/busio/UART.c:252
357357
#: ports/nrf/common-hal/busio/UART.c:230
358358
msgid "No RX pin"
359359
msgstr ""
360360

361-
#: ports/atmel-samd/common-hal/busio/UART.c:300
361+
#: ports/atmel-samd/common-hal/busio/UART.c:311
362362
#: ports/nrf/common-hal/busio/UART.c:265
363363
msgid "No TX pin"
364364
msgstr ""
@@ -2197,7 +2197,10 @@ msgid "timeout must be >= 0.0"
21972197
msgstr ""
21982198

21992199
#: shared-bindings/bleio/CharacteristicBuffer.c:79
2200-
msgid "buffer_size must be >= 1"
2200+
#: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
2201+
#: shared-bindings/displayio/Group.c:100 shared-bindings/displayio/Shape.c:69
2202+
#: shared-bindings/displayio/Shape.c:73
2203+
msgid "%q must be >= 1"
22012204
msgstr ""
22022205

22032206
#: shared-bindings/bleio/CharacteristicBuffer.c:83
@@ -2354,11 +2357,6 @@ msgstr ""
23542357
msgid "Command must be an int between 0 and 255"
23552358
msgstr ""
23562359

2357-
#: shared-bindings/displayio/Group.c:63 shared-bindings/displayio/Group.c:68
2358-
#: shared-bindings/displayio/Group.c:100
2359-
msgid "%q must be >= 1"
2360-
msgstr ""
2361-
23622360
#: shared-bindings/displayio/Palette.c:91
23632361
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
23642362
msgstr ""
@@ -2380,15 +2378,15 @@ msgstr ""
23802378
msgid "palette_index should be an int"
23812379
msgstr ""
23822380

2383-
#: shared-bindings/displayio/Shape.c:88
2381+
#: shared-bindings/displayio/Shape.c:97
23842382
msgid "y should be an int"
23852383
msgstr ""
23862384

2387-
#: shared-bindings/displayio/Shape.c:92
2385+
#: shared-bindings/displayio/Shape.c:101
23882386
msgid "start_x should be an int"
23892387
msgstr ""
23902388

2391-
#: shared-bindings/displayio/Shape.c:96
2389+
#: shared-bindings/displayio/Shape.c:105
23922390
msgid "end_x should be an int"
23932391
msgstr ""
23942392

0 commit comments

Comments
 (0)