Skip to content

Commit 185d0f2

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent c87d90e commit 185d0f2

File tree

17 files changed

+85
-17
lines changed

17 files changed

+85
-17
lines changed

locale/ID.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,10 @@ msgstr "'yield from' di dalam fungsi async"
325325
msgid "'yield' outside function"
326326
msgstr "'yield' diluar fungsi"
327327

328+
#: shared-module/vectorio/VectorShape.c
329+
msgid "(x,y) integers required"
330+
msgstr ""
331+
328332
#: py/compile.c
329333
msgid "*x must be assignment target"
330334
msgstr "*x harus menjadi target assignment"
@@ -4353,7 +4357,7 @@ msgid "unreadable attribute"
43534357
msgstr ""
43544358

43554359
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4356-
#: shared-module/vectorio/Polygon.c
4360+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43574361
msgid "unsupported %q type"
43584362
msgstr ""
43594363

locale/cs.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,10 @@ msgstr ""
321321
msgid "'yield' outside function"
322322
msgstr ""
323323

324+
#: shared-module/vectorio/VectorShape.c
325+
msgid "(x,y) integers required"
326+
msgstr ""
327+
324328
#: py/compile.c
325329
msgid "*x must be assignment target"
326330
msgstr ""
@@ -4313,7 +4317,7 @@ msgid "unreadable attribute"
43134317
msgstr ""
43144318

43154319
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4316-
#: shared-module/vectorio/Polygon.c
4320+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43174321
msgid "unsupported %q type"
43184322
msgstr ""
43194323

locale/de_DE.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ msgstr "'yield from' innerhalb einer async Funktion"
327327
msgid "'yield' outside function"
328328
msgstr "'yield' außerhalb einer Funktion"
329329

330+
#: shared-module/vectorio/VectorShape.c
331+
msgid "(x,y) integers required"
332+
msgstr ""
333+
330334
#: py/compile.c
331335
msgid "*x must be assignment target"
332336
msgstr "*x muss Zuordnungsziel sein"
@@ -4389,7 +4393,7 @@ msgid "unreadable attribute"
43894393
msgstr "nicht lesbares Attribut"
43904394

43914395
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4392-
#: shared-module/vectorio/Polygon.c
4396+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43934397
msgid "unsupported %q type"
43944398
msgstr "Nicht unterstützter %q-Typ"
43954399

locale/el.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ msgstr ""
318318
msgid "'yield' outside function"
319319
msgstr ""
320320

321+
#: shared-module/vectorio/VectorShape.c
322+
msgid "(x,y) integers required"
323+
msgstr ""
324+
321325
#: py/compile.c
322326
msgid "*x must be assignment target"
323327
msgstr ""
@@ -4310,7 +4314,7 @@ msgid "unreadable attribute"
43104314
msgstr ""
43114315

43124316
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4313-
#: shared-module/vectorio/Polygon.c
4317+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43144318
msgid "unsupported %q type"
43154319
msgstr ""
43164320

locale/en_GB.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,10 @@ msgstr "'yield from' inside async function"
327327
msgid "'yield' outside function"
328328
msgstr "'yield' outside function"
329329

330+
#: shared-module/vectorio/VectorShape.c
331+
msgid "(x,y) integers required"
332+
msgstr ""
333+
330334
#: py/compile.c
331335
msgid "*x must be assignment target"
332336
msgstr "*x must be assignment target"
@@ -4347,7 +4351,7 @@ msgid "unreadable attribute"
43474351
msgstr "unreadable attribute"
43484352

43494353
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4350-
#: shared-module/vectorio/Polygon.c
4354+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43514355
msgid "unsupported %q type"
43524356
msgstr "unsupported %q type"
43534357

locale/es.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ msgstr "'yield from' dentro de una función asincrónica"
329329
msgid "'yield' outside function"
330330
msgstr "'yield' fuera de una función"
331331

332+
#: shared-module/vectorio/VectorShape.c
333+
msgid "(x,y) integers required"
334+
msgstr ""
335+
332336
#: py/compile.c
333337
msgid "*x must be assignment target"
334338
msgstr "*x debe ser objetivo de la tarea"
@@ -4402,7 +4406,7 @@ msgid "unreadable attribute"
44024406
msgstr "atributo no legible"
44034407

44044408
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4405-
#: shared-module/vectorio/Polygon.c
4409+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
44064410
msgid "unsupported %q type"
44074411
msgstr "tipo de %q no soportado"
44084412

locale/fil.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ msgstr ""
320320
msgid "'yield' outside function"
321321
msgstr "'yield' sa labas ng function"
322322

323+
#: shared-module/vectorio/VectorShape.c
324+
msgid "(x,y) integers required"
325+
msgstr ""
326+
323327
#: py/compile.c
324328
msgid "*x must be assignment target"
325329
msgstr "*x ay dapat na assignment target"
@@ -4361,7 +4365,7 @@ msgid "unreadable attribute"
43614365
msgstr "hindi mabasa ang attribute"
43624366

43634367
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4364-
#: shared-module/vectorio/Polygon.c
4368+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43654369
msgid "unsupported %q type"
43664370
msgstr "Hindi supportadong tipo ng %q"
43674371

locale/fr.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ msgstr "'yield from' dans une fonction async"
329329
msgid "'yield' outside function"
330330
msgstr "'yield' dehors d'une fonction"
331331

332+
#: shared-module/vectorio/VectorShape.c
333+
msgid "(x,y) integers required"
334+
msgstr ""
335+
332336
#: py/compile.c
333337
msgid "*x must be assignment target"
334338
msgstr "*x doit être la cible de l'assignement"
@@ -4413,7 +4417,7 @@ msgid "unreadable attribute"
44134417
msgstr "attribut illisible"
44144418

44154419
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4416-
#: shared-module/vectorio/Polygon.c
4420+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
44174421
msgid "unsupported %q type"
44184422
msgstr "type %q non pris on charge"
44194423

locale/hi.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,10 @@ msgstr ""
318318
msgid "'yield' outside function"
319319
msgstr ""
320320

321+
#: shared-module/vectorio/VectorShape.c
322+
msgid "(x,y) integers required"
323+
msgstr ""
324+
321325
#: py/compile.c
322326
msgid "*x must be assignment target"
323327
msgstr ""
@@ -4310,7 +4314,7 @@ msgid "unreadable attribute"
43104314
msgstr ""
43114315

43124316
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4313-
#: shared-module/vectorio/Polygon.c
4317+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43144318
msgid "unsupported %q type"
43154319
msgstr ""
43164320

locale/it_IT.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ msgstr "'yield from' è nella funzione sincronizzazione"
329329
msgid "'yield' outside function"
330330
msgstr "'yield' al di fuori della funzione"
331331

332+
#: shared-module/vectorio/VectorShape.c
333+
msgid "(x,y) integers required"
334+
msgstr ""
335+
332336
#: py/compile.c
333337
msgid "*x must be assignment target"
334338
msgstr "*x deve essere il bersaglio del assegnamento"
@@ -4379,7 +4383,7 @@ msgid "unreadable attribute"
43794383
msgstr "attributo non leggibile"
43804384

43814385
#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
4382-
#: shared-module/vectorio/Polygon.c
4386+
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
43834387
msgid "unsupported %q type"
43844388
msgstr "tipo di %q non supportato"
43854389

0 commit comments

Comments
 (0)