Skip to content

Commit 7c387c6

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 31bea07 commit 7c387c6

File tree

13 files changed

+127
-180
lines changed

13 files changed

+127
-180
lines changed

locale/ID.po

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-21 18:43-0700\n"
8+
"POT-Creation-Date: 2020-07-24 19:58-0700\n"
99
"PO-Revision-Date: 2020-07-06 18:10+0000\n"
1010
"Last-Translator: oon arfiandwi <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -116,10 +116,6 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
116116
msgid "'%q' argument required"
117117
msgstr "'%q' argumen dibutuhkan"
118118

119-
#: py/objarray.c
120-
msgid "'%q' object is not bytes-like"
121-
msgstr ""
122-
123119
#: py/emitinlinethumb.c py/emitinlinextensa.c
124120
#, c-format
125121
msgid "'%s' expects a label"
@@ -224,14 +220,14 @@ msgstr "'S' dan 'O' bukan tipe format yang didukung"
224220
msgid "'align' requires 1 argument"
225221
msgstr "'align' membutuhkan 1 argumen"
226222

227-
#: py/compile.c
228-
msgid "'async for' or 'async with' outside async function"
229-
msgstr "'async for' atau 'async with' di luar fungsi async"
230-
231223
#: py/compile.c
232224
msgid "'await' outside function"
233225
msgstr "'await' diluar fungsi"
234226

227+
#: py/compile.c
228+
msgid "'await', 'async for' or 'async with' outside async function"
229+
msgstr ""
230+
235231
#: py/compile.c
236232
msgid "'break' outside loop"
237233
msgstr "'break' diluar loop"
@@ -1362,10 +1358,6 @@ msgstr ""
13621358
msgid "Pull not used when direction is output."
13631359
msgstr ""
13641360

1365-
#: ports/stm/ref/pulseout-pre-timeralloc.c
1366-
msgid "PulseOut not supported on this chip"
1367-
msgstr ""
1368-
13691361
#: ports/stm/common-hal/os/__init__.c
13701362
msgid "RNG DeInit Error"
13711363
msgstr ""
@@ -1808,7 +1800,7 @@ msgstr ""
18081800
msgid "__new__ arg must be a user-type"
18091801
msgstr ""
18101802

1811-
#: extmod/modubinascii.c extmod/moduhashlib.c
1803+
#: extmod/modubinascii.c extmod/moduhashlib.c py/objarray.c
18121804
msgid "a bytes-like object is required"
18131805
msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
18141806

@@ -3420,6 +3412,9 @@ msgstr ""
34203412
msgid "zi must be of shape (n_section, 2)"
34213413
msgstr ""
34223414

3415+
#~ msgid "'async for' or 'async with' outside async function"
3416+
#~ msgstr "'async for' atau 'async with' di luar fungsi async"
3417+
34233418
#~ msgid "AP required"
34243419
#~ msgstr "AP dibutuhkan"
34253420

locale/cs.po

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-21 18:43-0700\n"
8+
"POT-Creation-Date: 2020-07-24 19:58-0700\n"
99
"PO-Revision-Date: 2020-05-24 03:22+0000\n"
1010
"Last-Translator: dronecz <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -116,10 +116,6 @@ msgstr ""
116116
msgid "'%q' argument required"
117117
msgstr ""
118118

119-
#: py/objarray.c
120-
msgid "'%q' object is not bytes-like"
121-
msgstr ""
122-
123119
#: py/emitinlinethumb.c py/emitinlinextensa.c
124120
#, c-format
125121
msgid "'%s' expects a label"
@@ -225,11 +221,11 @@ msgid "'align' requires 1 argument"
225221
msgstr ""
226222

227223
#: py/compile.c
228-
msgid "'async for' or 'async with' outside async function"
224+
msgid "'await' outside function"
229225
msgstr ""
230226

231227
#: py/compile.c
232-
msgid "'await' outside function"
228+
msgid "'await', 'async for' or 'async with' outside async function"
233229
msgstr ""
234230

235231
#: py/compile.c
@@ -1342,10 +1338,6 @@ msgstr ""
13421338
msgid "Pull not used when direction is output."
13431339
msgstr ""
13441340

1345-
#: ports/stm/ref/pulseout-pre-timeralloc.c
1346-
msgid "PulseOut not supported on this chip"
1347-
msgstr ""
1348-
13491341
#: ports/stm/common-hal/os/__init__.c
13501342
msgid "RNG DeInit Error"
13511343
msgstr ""
@@ -1779,7 +1771,7 @@ msgstr ""
17791771
msgid "__new__ arg must be a user-type"
17801772
msgstr ""
17811773

1782-
#: extmod/modubinascii.c extmod/moduhashlib.c
1774+
#: extmod/modubinascii.c extmod/moduhashlib.c py/objarray.c
17831775
msgid "a bytes-like object is required"
17841776
msgstr ""
17851777

locale/de_DE.po

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-21 18:43-0700\n"
8+
"POT-Creation-Date: 2020-07-24 19:58-0700\n"
99
"PO-Revision-Date: 2020-06-16 18:24+0000\n"
1010
"Last-Translator: Andreas Buchen <[email protected]>\n"
1111
"Language: de_DE\n"
@@ -115,10 +115,6 @@ msgstr "%q() nimmt %d Argumente ohne Keyword an, aber es wurden %d angegeben"
115115
msgid "'%q' argument required"
116116
msgstr "'%q' Argument erforderlich"
117117

118-
#: py/objarray.c
119-
msgid "'%q' object is not bytes-like"
120-
msgstr ""
121-
122118
#: py/emitinlinethumb.c py/emitinlinextensa.c
123119
#, c-format
124120
msgid "'%s' expects a label"
@@ -223,14 +219,14 @@ msgstr "'S' und 'O' sind keine unterstützten Formattypen"
223219
msgid "'align' requires 1 argument"
224220
msgstr "'align' erfordert genau ein Argument"
225221

226-
#: py/compile.c
227-
msgid "'async for' or 'async with' outside async function"
228-
msgstr "'async for' oder 'async with' außerhalb der asynchronen Funktion"
229-
230222
#: py/compile.c
231223
msgid "'await' outside function"
232224
msgstr "'await' außerhalb einer Funktion"
233225

226+
#: py/compile.c
227+
msgid "'await', 'async for' or 'async with' outside async function"
228+
msgstr ""
229+
234230
#: py/compile.c
235231
msgid "'break' outside loop"
236232
msgstr "'break' außerhalb einer Schleife"
@@ -1372,10 +1368,6 @@ msgstr ""
13721368
msgid "Pull not used when direction is output."
13731369
msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
13741370

1375-
#: ports/stm/ref/pulseout-pre-timeralloc.c
1376-
msgid "PulseOut not supported on this chip"
1377-
msgstr "PulseOut wird auf diesem Chip nicht unterstützt"
1378-
13791371
#: ports/stm/common-hal/os/__init__.c
13801372
msgid "RNG DeInit Error"
13811373
msgstr "RNG DeInit-Fehler"
@@ -1836,7 +1828,7 @@ msgstr "__init__() sollte None zurückgeben, nicht '%s'"
18361828
msgid "__new__ arg must be a user-type"
18371829
msgstr "__new__ arg muss user-type sein"
18381830

1839-
#: extmod/modubinascii.c extmod/moduhashlib.c
1831+
#: extmod/modubinascii.c extmod/moduhashlib.c py/objarray.c
18401832
msgid "a bytes-like object is required"
18411833
msgstr "ein Byte-ähnliches Objekt ist erforderlich"
18421834

@@ -3476,6 +3468,12 @@ msgstr ""
34763468
msgid "zi must be of shape (n_section, 2)"
34773469
msgstr ""
34783470

3471+
#~ msgid "'async for' or 'async with' outside async function"
3472+
#~ msgstr "'async for' oder 'async with' außerhalb der asynchronen Funktion"
3473+
3474+
#~ msgid "PulseOut not supported on this chip"
3475+
#~ msgstr "PulseOut wird auf diesem Chip nicht unterstützt"
3476+
34793477
#~ msgid "PulseIn not supported on this chip"
34803478
#~ msgstr "PulseIn wird auf diesem Chip nicht unterstützt"
34813479

locale/es.po

Lines changed: 15 additions & 14 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-07-21 18:43-0700\n"
10+
"POT-Creation-Date: 2020-07-24 19:58-0700\n"
1111
"PO-Revision-Date: 2020-07-24 21:12+0000\n"
1212
"Last-Translator: Alvaro Figueroa <[email protected]>\n"
1313
"Language-Team: \n"
@@ -119,10 +119,6 @@ msgstr "%q() toma %d argumentos posicionales pero %d fueron dados"
119119
msgid "'%q' argument required"
120120
msgstr "argumento '%q' requerido"
121121

122-
#: py/objarray.c
123-
msgid "'%q' object is not bytes-like"
124-
msgstr "el objeto '%q' no es similar a bytes"
125-
126122
#: py/emitinlinethumb.c py/emitinlinextensa.c
127123
#, c-format
128124
msgid "'%s' expects a label"
@@ -227,14 +223,14 @@ msgstr "'S' y 'O' no son compatibles con los tipos de formato"
227223
msgid "'align' requires 1 argument"
228224
msgstr "'align' requiere 1 argumento"
229225

230-
#: py/compile.c
231-
msgid "'async for' or 'async with' outside async function"
232-
msgstr "'async for' o 'async with' fuera de la función async"
233-
234226
#: py/compile.c
235227
msgid "'await' outside function"
236228
msgstr "'await' fuera de la función"
237229

230+
#: py/compile.c
231+
msgid "'await', 'async for' or 'async with' outside async function"
232+
msgstr ""
233+
238234
#: py/compile.c
239235
msgid "'break' outside loop"
240236
msgstr "'break' fuera de un bucle"
@@ -1371,10 +1367,6 @@ msgstr ""
13711367
msgid "Pull not used when direction is output."
13721368
msgstr "Pull no se usa cuando la dirección es output."
13731369

1374-
#: ports/stm/ref/pulseout-pre-timeralloc.c
1375-
msgid "PulseOut not supported on this chip"
1376-
msgstr "PulseOut no es compatible con este chip"
1377-
13781370
#: ports/stm/common-hal/os/__init__.c
13791371
msgid "RNG DeInit Error"
13801372
msgstr "Error de desinicializado del RNG"
@@ -1833,7 +1825,7 @@ msgstr "__init__() deberia devolver None, no '%s'"
18331825
msgid "__new__ arg must be a user-type"
18341826
msgstr "__new__ arg debe ser un user-type"
18351827

1836-
#: extmod/modubinascii.c extmod/moduhashlib.c
1828+
#: extmod/modubinascii.c extmod/moduhashlib.c py/objarray.c
18371829
msgid "a bytes-like object is required"
18381830
msgstr "se requiere un objeto bytes-like"
18391831

@@ -3458,6 +3450,15 @@ msgstr "zi debe ser de tipo flotante"
34583450
msgid "zi must be of shape (n_section, 2)"
34593451
msgstr "zi debe ser una forma (n_section,2)"
34603452

3453+
#~ msgid "'%q' object is not bytes-like"
3454+
#~ msgstr "el objeto '%q' no es similar a bytes"
3455+
3456+
#~ msgid "'async for' or 'async with' outside async function"
3457+
#~ msgstr "'async for' o 'async with' fuera de la función async"
3458+
3459+
#~ msgid "PulseOut not supported on this chip"
3460+
#~ msgstr "PulseOut no es compatible con este chip"
3461+
34613462
#~ msgid "PulseIn not supported on this chip"
34623463
#~ msgstr "PulseIn no es compatible con este chip"
34633464

locale/fil.po

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2020-07-21 18:43-0700\n"
8+
"POT-Creation-Date: 2020-07-24 19:58-0700\n"
99
"PO-Revision-Date: 2018-12-20 22:15-0800\n"
1010
"Last-Translator: Timothy <[email protected]>\n"
1111
"Language-Team: fil\n"
@@ -111,10 +111,6 @@ msgstr ""
111111
msgid "'%q' argument required"
112112
msgstr "'%q' argument kailangan"
113113

114-
#: py/objarray.c
115-
msgid "'%q' object is not bytes-like"
116-
msgstr ""
117-
118114
#: py/emitinlinethumb.c py/emitinlinextensa.c
119115
#, c-format
120116
msgid "'%s' expects a label"
@@ -219,14 +215,14 @@ msgstr "Ang 'S' at 'O' ay hindi suportadong uri ng format"
219215
msgid "'align' requires 1 argument"
220216
msgstr "'align' kailangan ng 1 argument"
221217

222-
#: py/compile.c
223-
msgid "'async for' or 'async with' outside async function"
224-
msgstr ""
225-
226218
#: py/compile.c
227219
msgid "'await' outside function"
228220
msgstr "'await' sa labas ng function"
229221

222+
#: py/compile.c
223+
msgid "'await', 'async for' or 'async with' outside async function"
224+
msgstr ""
225+
230226
#: py/compile.c
231227
msgid "'break' outside loop"
232228
msgstr "'break' sa labas ng loop"
@@ -1356,10 +1352,6 @@ msgstr ""
13561352
msgid "Pull not used when direction is output."
13571353
msgstr "Pull hindi ginagamit kapag ang direksyon ay output."
13581354

1359-
#: ports/stm/ref/pulseout-pre-timeralloc.c
1360-
msgid "PulseOut not supported on this chip"
1361-
msgstr ""
1362-
13631355
#: ports/stm/common-hal/os/__init__.c
13641356
msgid "RNG DeInit Error"
13651357
msgstr ""
@@ -1804,7 +1796,7 @@ msgstr "__init__() dapat magbalink na None, hindi '%s'"
18041796
msgid "__new__ arg must be a user-type"
18051797
msgstr "__new__ arg ay dapat na user-type"
18061798

1807-
#: extmod/modubinascii.c extmod/moduhashlib.c
1799+
#: extmod/modubinascii.c extmod/moduhashlib.c py/objarray.c
18081800
msgid "a bytes-like object is required"
18091801
msgstr "a bytes-like object ay kailangan"
18101802

0 commit comments

Comments
 (0)