Skip to content

Commit 70bd3c5

Browse files
committed
Merge branch 'origin/main' into Weblate.
2 parents 5698b8b + 334207c commit 70bd3c5

File tree

3 files changed

+212
-203
lines changed

3 files changed

+212
-203
lines changed

locale/ID.po

Lines changed: 39 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2020-12-23 23:04-0500\n"
9-
"PO-Revision-Date: 2020-10-10 23:51+0000\n"
9+
"PO-Revision-Date: 2020-12-30 22:25+0000\n"
1010
"Last-Translator: oon arfiandwi <[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.3-dev\n"
17+
"X-Generator: Weblate 4.4.1-dev\n"
1818

1919
#: main.c
2020
msgid ""
2121
"\n"
2222
"Code done running.\n"
2323
msgstr ""
24+
"\n"
25+
"Kode selesai beroperasi.\n"
2426

2527
#: main.c
2628
msgid ""
@@ -62,7 +64,7 @@ msgstr "pin alamat %d dan pin rgb %d menunjukkan tinggi %d, bukan %d"
6264

6365
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
6466
msgid "%q failure: %d"
65-
msgstr ""
67+
msgstr "%q gagal: %d"
6668

6769
#: shared-bindings/microcontroller/Pin.c
6870
msgid "%q in use"
@@ -78,15 +80,15 @@ msgstr "%q indeks di luar batas"
7880

7981
#: py/obj.c
8082
msgid "%q indices must be integers, not %q"
81-
msgstr ""
83+
msgstr "%q indeks harus bilangan bulat, bukan %q"
8284

8385
#: shared-bindings/vectorio/Polygon.c
8486
msgid "%q list must be a list"
8587
msgstr "daftar %q harus berupa daftar"
8688

8789
#: shared-bindings/memorymonitor/AllocationAlarm.c
8890
msgid "%q must be >= 0"
89-
msgstr ""
91+
msgstr "%q harus >= 0"
9092

9193
#: shared-bindings/_bleio/CharacteristicBuffer.c
9294
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
@@ -102,7 +104,7 @@ msgstr "%q harus berupa tuple dengan panjang 2"
102104

103105
#: shared-bindings/canio/Match.c
104106
msgid "%q out of range"
105-
msgstr ""
107+
msgstr "%q di luar jangkauan"
106108

107109
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
108110
msgid "%q pin invalid"
@@ -126,31 +128,31 @@ msgstr ""
126128

127129
#: py/proto.c
128130
msgid "'%q' object does not support '%q'"
129-
msgstr ""
131+
msgstr "Objek '%q' tidak mendukung '%q'"
130132

131133
#: py/obj.c
132134
msgid "'%q' object does not support item assignment"
133-
msgstr ""
135+
msgstr "Objek '%q' tidak mendukung penugasan item"
134136

135137
#: py/obj.c
136138
msgid "'%q' object does not support item deletion"
137-
msgstr ""
139+
msgstr "Objek '%q' tidak mendukung penghapusan item"
138140

139141
#: py/runtime.c
140142
msgid "'%q' object has no attribute '%q'"
141-
msgstr ""
143+
msgstr "Objek '%q' tidak memiliki atribut '%q'"
142144

143145
#: py/runtime.c
144146
msgid "'%q' object is not an iterator"
145-
msgstr ""
147+
msgstr "Objek '%q' bukan merupakan iterator"
146148

147149
#: py/objtype.c py/runtime.c
148150
msgid "'%q' object is not callable"
149151
msgstr ""
150152

151153
#: py/runtime.c
152154
msgid "'%q' object is not iterable"
153-
msgstr ""
155+
msgstr "Objek '%q' tidak dapat diulang"
154156

155157
#: py/obj.c
156158
msgid "'%q' object is not subscriptable"
@@ -224,7 +226,7 @@ msgstr "'await' diluar fungsi"
224226

225227
#: py/compile.c
226228
msgid "'await', 'async for' or 'async with' outside async function"
227-
msgstr ""
229+
msgstr "'await', 'async for' atau 'async with' di luar fungsi async"
228230

229231
#: py/compile.c
230232
msgid "'break' outside loop"
@@ -256,7 +258,7 @@ msgstr "'return' diluar fungsi"
256258

257259
#: py/compile.c
258260
msgid "'yield from' inside async function"
259-
msgstr ""
261+
msgstr "'yield from' di dalam fungsi async"
260262

261263
#: py/compile.c
262264
msgid "'yield' outside function"
@@ -285,7 +287,7 @@ msgstr "Sebuah channel hardware interrupt sedang digunakan"
285287

286288
#: ports/esp32s2/common-hal/analogio/AnalogIn.c
287289
msgid "ADC2 is being used by WiFi"
288-
msgstr ""
290+
msgstr "ADC2 sedang digunakan oleh WiFi"
289291

290292
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
291293
#, c-format
@@ -308,13 +310,13 @@ msgstr "Semua perangkat I2C sedang digunakan"
308310
#: ports/esp32s2/common-hal/frequencyio/FrequencyIn.c
309311
#: ports/esp32s2/common-hal/rotaryio/IncrementalEncoder.c
310312
msgid "All PCNT units in use"
311-
msgstr ""
313+
msgstr "Semua unit PCNT sedang digunakan"
312314

313315
#: ports/atmel-samd/common-hal/canio/Listener.c
314316
#: ports/esp32s2/common-hal/canio/Listener.c
315317
#: ports/stm/common-hal/canio/Listener.c
316318
msgid "All RX FIFOs in use"
317-
msgstr ""
319+
msgstr "Semua RX FIFO sedang digunakan"
318320

319321
#: ports/esp32s2/common-hal/busio/SPI.c ports/nrf/common-hal/busio/SPI.c
320322
msgid "All SPI peripherals are in use"
@@ -1825,18 +1827,21 @@ msgid ""
18251827
"enough power for the whole circuit and press reset (after ejecting "
18261828
"CIRCUITPY).\n"
18271829
msgstr ""
1830+
"Kekuatan mikrokontroler menurun. Pastikan catu daya Anda menyediakan\n"
1831+
"daya yang cukup untuk seluruh rangkaian dan tekan reset (setelah "
1832+
"mengeluarkan CIRCUITPY).\n"
18281833

18291834
#: shared-module/audiomixer/MixerVoice.c
18301835
msgid "The sample's bits_per_sample does not match the mixer's"
1831-
msgstr ""
1836+
msgstr "Sampel bits_per_sampel tidak cocok dengan mixer"
18321837

18331838
#: shared-module/audiomixer/MixerVoice.c
18341839
msgid "The sample's channel count does not match the mixer's"
1835-
msgstr ""
1840+
msgstr "Jumlah saluran sampel tidak cocok dengan mixer"
18361841

18371842
#: shared-module/audiomixer/MixerVoice.c
18381843
msgid "The sample's sample rate does not match the mixer's"
1839-
msgstr ""
1844+
msgstr "Tingkat sampel dari sampel tidak cocok dengan mixer"
18401845

18411846
#: shared-module/audiomixer/MixerVoice.c
18421847
msgid "The sample's signedness does not match the mixer's"
@@ -1848,15 +1853,15 @@ msgstr ""
18481853

18491854
#: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
18501855
msgid "Tile index out of bounds"
1851-
msgstr ""
1856+
msgstr "Indeks ubin di luar batas"
18521857

18531858
#: shared-bindings/displayio/TileGrid.c
18541859
msgid "Tile value out of bounds"
1855-
msgstr ""
1860+
msgstr "Nilai ubin di luar batas"
18561861

18571862
#: shared-bindings/displayio/TileGrid.c
18581863
msgid "Tile width must exactly divide bitmap width"
1859-
msgstr ""
1864+
msgstr "Lebar ubin harus persis membagi lebar bitmap"
18601865

18611866
#: shared-bindings/alarm/time/TimeAlarm.c
18621867
msgid "Time is in the past."
@@ -1882,51 +1887,52 @@ msgstr "Terlalu banyak channel dalam sampel"
18821887

18831888
#: shared-module/displayio/__init__.c
18841889
msgid "Too many display busses"
1885-
msgstr ""
1890+
msgstr "Terlalu banyak tampilan bus"
18861891

18871892
#: shared-module/displayio/__init__.c
18881893
msgid "Too many displays"
1889-
msgstr ""
1894+
msgstr "Terlalu banyak tampilan"
18901895

18911896
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
18921897
msgid "Total data to write is larger than outgoing_packet_length"
18931898
msgstr ""
1899+
"Total data yang akan ditulis lebih besar daripada outgoing_packet_length"
18941900

18951901
#: py/obj.c
18961902
msgid "Traceback (most recent call last):\n"
18971903
msgstr ""
18981904

18991905
#: shared-bindings/time/__init__.c
19001906
msgid "Tuple or struct_time argument required"
1901-
msgstr ""
1907+
msgstr "Diperlukan argumen Tuple atau struct_time"
19021908

19031909
#: ports/stm/common-hal/busio/UART.c
19041910
msgid "UART Buffer allocation error"
1905-
msgstr ""
1911+
msgstr "Kesalahan alokasi Buffer UART"
19061912

19071913
#: ports/stm/common-hal/busio/UART.c
19081914
msgid "UART De-init error"
1909-
msgstr ""
1915+
msgstr "Kesalahan UART De-init"
19101916

19111917
#: ports/stm/common-hal/busio/UART.c
19121918
msgid "UART Init Error"
1913-
msgstr ""
1919+
msgstr "Kesalahan Init UART"
19141920

19151921
#: ports/stm/common-hal/busio/UART.c
19161922
msgid "UART Re-init error"
1917-
msgstr ""
1923+
msgstr "Kesalahan Re-init UART"
19181924

19191925
#: ports/stm/common-hal/busio/UART.c
19201926
msgid "UART write error"
1921-
msgstr ""
1927+
msgstr "Kesalahan penulisan UART"
19221928

19231929
#: shared-module/usb_hid/Device.c
19241930
msgid "USB Busy"
1925-
msgstr ""
1931+
msgstr "USB Sibuk"
19261932

19271933
#: shared-module/usb_hid/Device.c
19281934
msgid "USB Error"
1929-
msgstr ""
1935+
msgstr "Kesalahan USB"
19301936

19311937
#: shared-bindings/_bleio/UUID.c
19321938
msgid "UUID integer value must be 0-0xffff"

locale/es.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2020-12-23 23:04-0500\n"
11-
"PO-Revision-Date: 2020-11-27 18:34+0000\n"
12-
"Last-Translator: Iván Montiel Cardona <ivan_montiel2013@hotmail.com>\n"
11+
"PO-Revision-Date: 2020-12-30 22:25+0000\n"
12+
"Last-Translator: Hugo Dahl <hugo@code-jedi.com>\n"
1313
"Language-Team: \n"
1414
"Language: es\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
1717
"Content-Transfer-Encoding: 8bit\n"
1818
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19-
"X-Generator: Weblate 4.4-dev\n"
19+
"X-Generator: Weblate 4.4.1-dev\n"
2020

2121
#: main.c
2222
msgid ""
@@ -1236,7 +1236,7 @@ msgstr "Modo de ejecución inválido."
12361236

12371237
#: shared-module/_bleio/Attribute.c
12381238
msgid "Invalid security_mode"
1239-
msgstr "Modo de seguridad no válido"
1239+
msgstr "'security_mode' no válido"
12401240

12411241
#: shared-bindings/audiomixer/Mixer.c
12421242
msgid "Invalid voice"
@@ -1276,7 +1276,7 @@ msgstr "Length debe ser un int"
12761276

12771277
#: py/objslice.c
12781278
msgid "Length must be non-negative"
1279-
msgstr "Longitud no deberia ser negativa"
1279+
msgstr "Length no deberia ser negativa"
12801280

12811281
#: shared-module/bitbangio/SPI.c
12821282
msgid "MISO pin init failed."

0 commit comments

Comments
 (0)