8000 Merge pull request #3189 from weblate/weblate-circuitpython-main · kvc0/circuitpython@bca89c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit bca89c2

Browse files
authored
Merge pull request adafruit#3189 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents d22283c + 226efb3 commit bca89c2

File tree

13 files changed

+316
-57
lines changed

13 files changed

+316
-57
lines changed

locale/ID.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ msgstr "indeks %q harus bilangan bulat, bukan %s"
8484
msgid "%q list must be a list"
8585
msgstr "daftar %q harus berupa daftar"
8686

87+
#: shared-bindings/memorymonitor/AllocationAlarm.c
88+
msgid "%q must be >= 0"
89+
msgstr ""
90+
8791
#: shared-bindings/_bleio/CharacteristicBuffer.c
8892
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
89-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
90-
#: shared-bindings/vectorio/Rectangle.c
93+
#: shared-bindings/displayio/Shape.c
94+
#: shared-bindings/memorymonitor/AllocationAlarm.c
95+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9196
msgid "%q must be >= 1"
9297
msgstr "%q harus >= 1"
9398

@@ -325,6 +330,11 @@ msgstr "Semua timer sedang digunakan"
325330
msgid "Already advertising."
326331
msgstr "Sudah disebarkan."
327332

333+
#: shared-module/memorymonitor/AllocationAlarm.c
334+
#: shared-module/memorymonitor/AllocationSize.c
335+
msgid "Already running"
336+
msgstr ""
337+
328338
#: ports/cxd56/common-hal/analogio/AnalogIn.c
329339
msgid "AnalogIn not supported on given pin"
330340
msgstr "AnalogIn tidak didukung pada pin yang diberikan"
@@ -360,6 +370,11 @@ msgstr "Nilai array harus berupa byte tunggal."
360370
msgid "At most %d %q may be specified (not %d)"
361371
msgstr "Paling banyak %d %q dapat ditentukan (bukan %d)"
362372

373+
#: shared-module/memorymonitor/AllocationAlarm.c
374+
#, c-format
375+
msgid "Attempt to allocate %d blocks"
376+
msgstr ""
377+
363378
#: supervisor/shared/safe_mode.c
364379
msgid "Attempted heap allocation when MicroPython VM not running."
365380
msgstr "Mencoba alokasi heap ketika MicroPython VM tidak berjalan."
@@ -481,7 +496,9 @@ msgstr "Panggil super().__init__() sebelum mengakses objek asli."
481496
msgid "Can't set CCCD on local Characteristic"
482497
msgstr "Tidak dapat mengatur CCCD pada Karakteristik lokal"
483498

484-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
499+
#: shared-bindings/displayio/Bitmap.c
500+
#: shared-bindings/memorymonitor/AllocationSize.c
501+
#: shared-bindings/pulseio/PulseIn.c
485502
msgid "Cannot delete values"
486503
msgstr "Tidak dapat menghapus nilai"
487504

@@ -1379,6 +1396,7 @@ msgstr ""
13791396
msgid "Random number generation error"
13801397
msgstr ""
13811398

1399+
#: shared-bindings/memorymonitor/AllocationSize.c
13821400
#: shared-bindings/pulseio/PulseIn.c
13831401
msgid "Read-only"
13841402
msgstr ""
@@ -1465,7 +1483,9 @@ msgid "Slice and value different lengths."
14651483
msgstr ""
14661484

14671485
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1468-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1486+
#: shared-bindings/displayio/TileGrid.c
1487+
#: shared-bindings/memorymonitor/AllocationSize.c
1488+
#: shared-bindings/pulseio/PulseIn.c
14691489
msgid "Slices not supported"
14701490
msgstr ""
14711491

locale/cs.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ msgstr "Indexy% q musí být celá čísla, nikoli% s"
8484
msgid "%q list must be a list"
8585
msgstr "Seznam% q musí být seznam"
8686

87+
#: shared-bindings/memorymonitor/AllocationAlarm.c
88+
msgid "%q must be >= 0"
89+
msgstr ""
90+
8791
#: shared-bindings/_bleio/CharacteristicBuffer.c
8892
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
89-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
90-
#: shared-bindings/vectorio/Rectangle.c
93+
#: shared-bindings/displayio/Shape.c
94+
#: shared-bindings/memorymonitor/AllocationAlarm.c
95+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9196
msgid "%q must be >= 1"
9297
msgstr "% q musí být > = 1"
9398

@@ -325,6 +330,11 @@ msgstr ""
325330
msgid "Already advertising."
326331
msgstr ""
327332

333+
#: shared-module/memorymonitor/AllocationAlarm.c
334+
#: shared-module/memorymonitor/AllocationSize.c
335+
msgid "Already running"
336+
msgstr ""
337+
328338
#: ports/cxd56/common-hal/analogio/AnalogIn.c
329339
msgid "AnalogIn not supported on given pin"
330340
msgstr ""
@@ -360,6 +370,11 @@ msgstr ""
360370
msgid "At most %d %q may be specified (not %d)"
361371
msgstr ""
362372

373+
#: shared-module/memorymonitor/AllocationAlarm.c
374+
#, c-format
375+
msgid "Attempt to allocate %d blocks"
376+
msgstr ""
377+
363378
#: supervisor/shared/safe_mode.c
364379
msgid "Attempted heap allocation when MicroPython VM not running."
365380
msgstr ""
@@ -479,7 +494,9 @@ msgstr ""
479494
msgid "Can't set CCCD on local Characteristic"
480495
msgstr ""
481496

482-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
497+
#: shared-bindings/displayio/Bitmap.c
498+
#: shared-bindings/memorymonitor/AllocationSize.c
499+
#: shared-bindings/pulseio/PulseIn.c
483500
msgid "Cannot delete values"
484501
msgstr ""
485502

@@ -1359,6 +1376,7 @@ msgstr ""
13591376
msgid "Random number generation error"
13601377
msgstr ""
13611378

1379+
#: shared-bindings/memorymonitor/AllocationSize.c
13621380
#: shared-bindings/pulseio/PulseIn.c
13631381
msgid "Read-only"
13641382
msgstr ""
@@ -1443,7 +1461,9 @@ msgid "Slice and value different lengths."
14431461
msgstr ""
14441462

14451463
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1446-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1464+
#: shared-bindings/displayio/TileGrid.c
1465+
#: shared-bindings/memorymonitor/AllocationSize.c
1466+
#: shared-bindings/pulseio/PulseIn.c
14471467
msgid "Slices not supported"
14481468
msgstr ""
14491469

locale/de_DE.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,15 @@ msgstr "%q Indizes müssen Integer sein, nicht %s"
8383
msgid "%q list must be a list"
8484
msgstr "%q Liste muss eine Liste sein"
8585

86+
#: shared-bindings/memorymonitor/AllocationAlarm.c
87+
msgid "%q must be >= 0"
88+
msgstr ""
89+
8690
#: shared-bindings/_bleio/CharacteristicBuffer.c
8791
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
88-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
89-
#: shared-bindings/vectorio/Rectangle.c
92+
#: shared-bindings/displayio/Shape.c
93+
#: shared-bindings/memorymonitor/AllocationAlarm.c
94+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9095
msgid "%q must be >= 1"
9196
msgstr "%q muss >= 1 sein"
9297

@@ -324,6 +329,11 @@ msgstr "Alle timer werden benutzt"
324329
msgid "Already advertising."
325330
msgstr "Bereits am anbieten (advertising)."
326331

332+
#: shared-module/memorymonitor/AllocationAlarm.c
333+
#: shared-module/memorymonitor/AllocationSize.c
334+
msgid "Already running"
335+
msgstr ""
336+
327337
#: ports/cxd56/common-hal/analogio/AnalogIn.c
328338
msgid "AnalogIn not supported on given pin"
329339
msgstr "AnalogIn ist an diesem Pin nicht unterstützt"
@@ -359,6 +369,11 @@ msgstr "Array-Werte sollten aus Einzelbytes bestehen."
359369
msgid "At most %d %q may be specified (not %d)"
360370
msgstr "Es darf höchstens %d %q spezifiziert werden (nicht %d)"
361371

372+
#: shared-module/memorymonitor/AllocationAlarm.c
373+
#, c-format
374+
msgid "Attempt to allocate %d blocks"
375+
msgstr ""
376+
362377
#: supervisor/shared/safe_mode.c
363378
msgid "Attempted heap allocation when MicroPython VM not running."
364379
msgstr ""
@@ -482,7 +497,9 @@ msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
482497
msgid "Can't set CCCD on local Characteristic"
483498
msgstr "CCCD kann nicht auf lokales Merkmal eingestellt werden"
484499

485-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
500+
#: shared-bindings/displayio/Bitmap.c
501+
#: shared-bindings/memorymonitor/AllocationSize.c
502+
#: shared-bindings/pulseio/PulseIn.c
486503
msgid "Cannot delete values"
487504
msgstr "Kann Werte nicht löschen"
488505

@@ -1389,6 +1406,7 @@ msgstr "RTS / CTS / RS485 Wird von diesem Gerät noch nicht unterstützt"
13891406
msgid "Random number generation error"
13901407
msgstr "Fehler bei der Erzeugung von Zufallszahlen"
13911408

1409+
#: shared-bindings/memorymonitor/AllocationSize.c
13921410
#: shared-bindings/pulseio/PulseIn.c
13931411
msgid "Read-only"
13941412
msgstr "Nur lesen möglich, da Schreibgeschützt"
@@ -1473,7 +1491,9 @@ msgid "Slice and value different lengths."
14731491
msgstr "Slice und Wert (value) haben unterschiedliche Längen."
14741492

14751493
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1476-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1494+
#: shared-bindings/displayio/TileGrid.c
1495+
#: shared-bindings/memorymonitor/AllocationSize.c
1496+
#: shared-bindings/pulseio/PulseIn.c
14771497
msgid "Slices not supported"
14781498
msgstr "Slices werden nicht unterstützt"
14791499

locale/es.po

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
44
#
55
# SPDX-License-Identifier: MIT
6-
#, fuzzy
76
msgid ""
87
msgstr ""
98
"Project-Id-Version: \n"
109
"Report-Msgid-Bugs-To: \n"
1110
"POT-Creation-Date: 2020-07-17 18:03-0700\n"
12-
"PO-Revision-Date: 2020-07-13 19:24+0000\n"
11+
"PO-Revision-Date: 2020-07-22 20:48+0000\n"
1312
"Last-Translator: Alvaro Figueroa <alvaro@greencore.co.cr>\n"
1413
"Language-Team: \n"
1514
"Language: es\n"
@@ -88,10 +87,15 @@ msgstr "%q indices deben ser enteros, no %s"
8887
msgid "%q list must be a list"
8988
msgstr "%q lista debe ser una lista"
9089

90+
#: shared-bindings/memorymonitor/AllocationAlarm.c
91+
msgid "%q must be >= 0"
92+
msgstr ""
93+
9194
#: shared-bindings/_bleio/CharacteristicBuffer.c
9295
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
93-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
94-
#: shared-bindings/vectorio/Rectangle.c
96+
#: shared-bindings/displayio/Shape.c
97+
#: shared-bindings/memorymonitor/AllocationAlarm.c
98+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
9599
msgid "%q must be >= 1"
96100
msgstr "%q debe ser >= 1"
97101

@@ -117,7 +121,7 @@ msgstr "argumento '%q' requerido"
117121

118122
#: py/objarray.c
119123
msgid "'%q' object is not bytes-like"
120-
msgstr ""
124+
msgstr "el objeto '%q' no es similar a bytes"
121125

122126
#: py/emitinlinethumb.c py/emitinlinextensa.c
123127
#, c-format
@@ -331,6 +335,11 @@ msgstr "Todos los timers en uso"
331335
msgid "Already advertising."
332336
msgstr "Ya se encuentra publicando."
333337

338+
#: shared-module/memorymonitor/AllocationAlarm.c
339+
#: shared-module/memorymonitor/AllocationSize.c
340+
msgid "Already running"
341+
msgstr ""
342+
334343
#: ports/cxd56/common-hal/analogio/AnalogIn.c
335344
msgid "AnalogIn not supported on given pin"
336345
msgstr "El pin proporcionado no soporta AnalogIn"
@@ -366,6 +375,11 @@ msgstr "Valores del array deben ser bytes individuales."
366375
msgid "At most %d %q may be specified (not %d)"
367376
msgstr "Como máximo %d %q se puede especificar (no %d)"
368377

378+
#: shared-module/memorymonitor/AllocationAlarm.c
379+
#, c-format
380+
msgid "Attempt to allocate %d blocks"
381+
msgstr ""
382+
369383
#: supervisor/shared/safe_mode.c
370384
msgid "Attempted heap allocation when MicroPython VM not running."
371385
msgstr ""
@@ -489,7 +503,9 @@ msgstr "Llame a super().__ init __() antes de acceder al objeto nativo."
489503
msgid "Can't set CCCD on local Characteristic"
490504
msgstr "No se puede configurar CCCD en la característica local"
491505

492-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
506+
#: shared-bindings/displayio/Bitmap.c
507+
#: shared-bindings/memorymonitor/AllocationSize.c
508+
#: shared-bindings/pulseio/PulseIn.c
493509
msgid "Cannot delete values"
494510
msgstr "No se puede eliminar valores"
495511

@@ -1389,6 +1405,7 @@ msgstr "Sin capacidad de RTS/CTS/RS485 para este dispositivo"
13891405
msgid "Random number generation error"
13901406
msgstr "Error de generación de números aleatorios"
13911407

1408+
#: shared-bindings/memorymonitor/AllocationSize.c
13921409
#: shared-bindings/pulseio/PulseIn.c
13931410
msgid "Read-only"
13941411
msgstr "Solo-lectura"
@@ -1473,7 +1490,9 @@ msgid "Slice and value different lengths."
14731490
msgstr "Slice y value tienen tamaños diferentes."
14741491

14751492
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1476-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1493+
#: shared-bindings/displayio/TileGrid.c
1494+
#: shared-bindings/memorymonitor/AllocationSize.c
1495+
#: shared-bindings/pulseio/PulseIn.c
14771496
msgid "Slices not supported"
14781497
msgstr "Rebanadas no soportadas"
14791498

locale/fil.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,15 @@ msgstr "%q indeks ay dapat integers, hindi %s"
7676
msgid "%q list must be a list"
7777
msgstr ""
7878

79+
#: shared-bindings/memorymonitor/AllocationAlarm.c
80+
msgid "%q must be >= 0"
81+
msgstr ""
82+
7983
#: shared-bindings/_bleio/CharacteristicBuffer.c
8084
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
81-
#: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
82-
#: shared-bindings/vectorio/Rectangle.c
85+
#: shared-bindings/displayio/Shape.c
86+
#: shared-bindings/memorymonitor/AllocationAlarm.c
87+
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
8388
#, fuzzy
8489
msgid "%q must be >= 1"
8590
msgstr "aarehas na haba dapat ang buffer slices"
@@ -321,6 +326,11 @@ msgstr "Lahat ng timer ginagamit"
321326
msgid "Already advertising."
322327
msgstr ""
323328

329+
#: shared-module/memorymonitor/AllocationAlarm.c
330+
#: shared-module/memorymonitor/AllocationSize.c
331+
msgid "Already running"
332+
msgstr ""
333+
324334
#: ports/cxd56/common-hal/analogio/AnalogIn.c
325335
msgid "AnalogIn not supported on given pin"
326336
msgstr ""
@@ -356,6 +366,11 @@ msgstr "Array values ay dapat single bytes."
356366
msgid "At most %d %q may be specified (not %d)"
357367
msgstr ""
358368

369+
#: shared-module/memorymonitor/AllocationAlarm.c
370+
#, c-format
371+
msgid "Attempt to allocate %d blocks"
372+
msgstr ""
373+
359374
#: supervisor/shared/safe_mode.c
360375
msgid "Attempted heap allocation when MicroPython VM not running."
361376
msgstr ""
@@ -478,7 +493,9 @@ msgstr ""
478493
msgid "Can't set CCCD on local Characteristic"
479494
msgstr ""
480495

481-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
496+
#: shared-bindings/displayio/Bitmap.c
497+
#: shared-bindings/memorymonitor/AllocationSize.c
498+
#: shared-bindings/pulseio/PulseIn.c
482499
msgid "Cannot delete values"
483500
msgstr "Hindi mabura ang values"
484501

@@ -1373,6 +1390,7 @@ msgstr ""
13731390
msgid "Random number generation error"
13741391
msgstr ""
13751392

1393+
#: shared-bindings/memorymonitor/AllocationSize.c
13761394
#: shared-bindings/pulseio/PulseIn.c
13771395
msgid "Read-only"
13781396
msgstr "Basahin-lamang"
@@ -1458,7 +1476,9 @@ msgid "Slice and value different lengths."
14581476
msgstr "Slice at value iba't ibang haba."
14591477

14601478
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1461-
#: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1479+
#: shared-bindings/displayio/TileGrid.c
1480+#: shared-bindings/memorymonitor/AllocationSize.c
1481+
#: shared-bindings/pulseio/PulseIn.c
14621482
msgid "Slices not supported"
14631483
msgstr "Hindi suportado ang Slices"
14641484

0 commit comments

Comments
 (0)
0