Skip to content

Commit b55d64e

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 a15c111 commit b55d64e

File tree

19 files changed

+235
-508
lines changed

19 files changed

+235
-508
lines changed

locale/ID.po

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ msgstr ""
199199
msgid "%q must be <= %d"
200200
msgstr "%q harus <= %d"
201201

202+
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
203+
msgid "%q must be <= %u"
204+
msgstr ""
205+
202206
#: py/argcheck.c
203207
msgid "%q must be >= %d"
204208
msgstr "%q harus >= %d"
@@ -1174,10 +1178,6 @@ msgstr ""
11741178
msgid "Initial set pin state conflicts with initial out pin state"
11751179
msgstr ""
11761180

1177-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
1178-
msgid "Initialization failed due to lack of memory"
1179-
msgstr ""
1180-
11811181
#: shared-bindings/bitops/__init__.c
11821182
#, c-format
11831183
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1824,11 +1824,6 @@ msgstr ""
18241824
msgid "Pull not used when direction is output."
18251825
msgstr "Pull tidak digunakan saat arah output."
18261826

1827-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
1828-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1829-
msgid "RAISE mode is not implemented"
1830-
msgstr ""
1831-
18321827
#: ports/raspberrypi/common-hal/countio/Counter.c
18331828
msgid "RISE_AND_FALL not available on this chip"
18341829
msgstr ""
@@ -2334,20 +2329,10 @@ msgstr "Tegangan baca habis waktu"
23342329
msgid "WARNING: Your code filename has two extensions\n"
23352330
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
23362331

2337-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
23382332
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2339-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
23402333
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23412334
msgstr ""
23422335

2343-
#: shared-bindings/watchdog/WatchDogTimer.c
2344-
msgid "WatchDogTimer is not currently running"
2345-
msgstr ""
2346-
2347-
#: shared-bindings/watchdog/WatchDogTimer.c
2348-
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
2349-
msgstr ""
2350-
23512336
#: py/builtinhelp.c
23522337
#, c-format
23532338
msgid ""
@@ -4105,10 +4090,7 @@ msgstr "sintaksis error pada JSON"
41054090
msgid "syntax error in uctypes descriptor"
41064091
msgstr "sintaksis error pada pendeskripsi uctypes"
41074092

4108-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4109-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
41104093
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4111-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
41124094
msgid "timeout duration exceeded the maximum supported value"
41134095
msgstr ""
41144096

@@ -4310,10 +4292,6 @@ msgstr ""
43104292
msgid "value out of range of target"
43114293
msgstr ""
43124294

4313-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4314-
msgid "watchdog not initialized"
4315-
msgstr ""
4316-
43174295
#: shared-bindings/is31fl3741/FrameBuffer.c
43184296
msgid "width must be greater than zero"
43194297
msgstr ""

locale/cs.po

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ msgstr "%q musí být 1, pokud %q je True"
207207
msgid "%q must be <= %d"
208208
msgstr "%q musí být <= %d"
209209

210+
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
211+
msgid "%q must be <= %u"
212+
msgstr ""
213+
210214
#: py/argcheck.c
211215
msgid "%q must be >= %d"
212216
msgstr "%q musí být >= %d"
@@ -1182,10 +1186,6 @@ msgstr ""
11821186
msgid "Initial set pin state conflicts with initial out pin state"
11831187
msgstr ""
11841188

1185-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
1186-
msgid "Initialization failed due to lack of memory"
1187-
msgstr ""
1188-
11891189
#: shared-bindings/bitops/__init__.c
11901190
#, c-format
11911191
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1823,11 +1823,6 @@ msgstr ""
18231823
msgid "Pull not used when direction is output."
18241824
msgstr ""
18251825

1826-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
1827-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1828-
msgid "RAISE mode is not implemented"
1829-
msgstr ""
1830-
18311826
#: ports/raspberrypi/common-hal/countio/Counter.c
18321827
msgid "RISE_AND_FALL not available on this chip"
18331828
msgstr ""
@@ -2329,20 +2324,10 @@ msgstr ""
23292324
msgid "WARNING: Your code filename has two extensions\n"
23302325
msgstr ""
23312326

2332-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
23332327
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2334-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
23352328
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23362329
msgstr ""
23372330

2338-
#: shared-bindings/watchdog/WatchDogTimer.c
2339-
msgid "WatchDogTimer is not currently running"
2340-
msgstr ""
2341-
2342-
#: shared-bindings/watchdog/WatchDogTimer.c
2343-
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
2344-
msgstr ""
2345-
23462331
#: py/builtinhelp.c
23472332
#, c-format
23482333
msgid ""
@@ -4099,10 +4084,7 @@ msgstr ""
40994084
msgid "syntax error in uctypes descriptor"
41004085
msgstr ""
41014086

4102-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4103-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
41044087
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4105-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
41064088
msgid "timeout duration exceeded the maximum supported value"
41074089
msgstr ""
41084090

@@ -4304,10 +4286,6 @@ msgstr ""
43044286
msgid "value out of range of target"
43054287
msgstr ""
43064288

4307-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4308-
msgid "watchdog not initialized"
4309-
msgstr ""
4310-
43114289
#: shared-bindings/is31fl3741/FrameBuffer.c
43124290
msgid "width must be greater than zero"
43134291
msgstr ""

locale/de_DE.po

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ msgstr "%q muss 1 sein, wenn %q wahr ist"
205205
msgid "%q must be <= %d"
206206
msgstr "%q muss <= %d sein"
207207

208+
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
209+
msgid "%q must be <= %u"
210+
msgstr ""
211+
208212
#: py/argcheck.c
209213
msgid "%q must be >= %d"
210214
msgstr "%q muss >= %d sein"
@@ -1195,10 +1199,6 @@ msgstr ""
11951199
"Anfänglicher Pin-Zustand steht im Widerspruch mit dem anfänglichen out-"
11961200
"Zustand des Pins"
11971201

1198-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
1199-
msgid "Initialization failed due to lack of memory"
1200-
msgstr "Initialisierung aufgrund von Speichermangel fehlgeschlagen"
1201-
12021202
#: shared-bindings/bitops/__init__.c
12031203
#, c-format
12041204
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1846,11 +1846,6 @@ msgstr "Programm zu lang"
18461846
msgid "Pull not used when direction is output."
18471847
msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
18481848

1849-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
1850-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1851-
msgid "RAISE mode is not implemented"
1852-
msgstr "RAISE-Modus ist nicht implementiert"
1853-
18541849
#: ports/raspberrypi/common-hal/countio/Counter.c
18551850
msgid "RISE_AND_FALL not available on this chip"
18561851
msgstr "RISE_AND_FALL ist auf diesem Chip nicht verfügbar"
@@ -2364,24 +2359,12 @@ msgid "WARNING: Your code filename has two extensions\n"
23642359
msgstr ""
23652360
"WARNUNG: Der Dateiname deines Programms hat zwei Dateityperweiterungen\n"
23662361

2367-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
23682362
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2369-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
23702363
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23712364
msgstr ""
23722365
"WatchDogTimer kann nicht deinitialisiert werden, wenn der Modus auf RESET "
23732366
"gesetzt ist"
23742367

2375-
#: shared-bindings/watchdog/WatchDogTimer.c
2376-
msgid "WatchDogTimer is not currently running"
2377-
msgstr "WatchDogTimer läuft aktuell nicht"
2378-
2379-
#: shared-bindings/watchdog/WatchDogTimer.c
2380-
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
2381-
msgstr ""
2382-
"WatchDogTimer.mode kann nicht geändert werden, nachdem er auf WatchDogMode."
2383-
"RESET gesetzt wurde"
2384-
23852368
#: py/builtinhelp.c
23862369
#, c-format
23872370
msgid ""
@@ -4171,10 +4154,7 @@ msgstr "Syntaxfehler in JSON"
41714154
msgid "syntax error in uctypes descriptor"
41724155
msgstr "Syntaxfehler in uctypes Deskriptor"
41734156

4174-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4175-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
41764157
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4177-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
41784158
msgid "timeout duration exceeded the maximum supported value"
41794159
msgstr "Das Zeitlimit hat den maximal zulässigen Wert überschritten"
41804160

@@ -4378,10 +4358,6 @@ msgstr "Wert muss in %d Byte(s) passen"
43784358
msgid "value out of range of target"
43794359
msgstr "Wert außerhalb des Zielbereiches"
43804360

4381-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4382-
msgid "watchdog not initialized"
4383-
msgstr "watchdog nicht initialisiert"
4384-
43854361
#: shared-bindings/is31fl3741/FrameBuffer.c
43864362
msgid "width must be greater than zero"
43874363
msgstr "Breite muss größer als 0 sein"
@@ -4453,6 +4429,23 @@ msgstr "zi muss eine Gleitkommazahl sein"
44534429
msgid "zi must be of shape (n_section, 2)"
44544430
msgstr "zi muss die Form (n_section, 2) haben"
44554431

4432+
#~ msgid "Initialization failed due to lack of memory"
4433+
#~ msgstr "Initialisierung aufgrund von Speichermangel fehlgeschlagen"
4434+
4435+
#~ msgid "RAISE mode is not implemented"
4436+
#~ msgstr "RAISE-Modus ist nicht implementiert"
4437+
4438+
#~ msgid "WatchDogTimer is not currently running"
4439+
#~ msgstr "WatchDogTimer läuft aktuell nicht"
4440+
4441+
#~ msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
4442+
#~ msgstr ""
4443+
#~ "WatchDogTimer.mode kann nicht geändert werden, nachdem er auf "
4444+
#~ "WatchDogMode.RESET gesetzt wurde"
4445+
4446+
#~ msgid "watchdog not initialized"
4447+
#~ msgstr "watchdog nicht initialisiert"
4448+
44564449
#~ msgid "ADC2 is being used by WiFi"
44574450
#~ msgstr "ADC2 wird vom WiFi benutzt"
44584451

locale/el.po

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@ msgstr "%q πρέπει να είναι 1 όταν %q είναι True"
208208
msgid "%q must be <= %d"
209209
msgstr "%q πρέπει να είναι <= %d"
210210

211+
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
212+
msgid "%q must be <= %u"
213+
msgstr ""
214+
211215
#: py/argcheck.c
212216
msgid "%q must be >= %d"
213217
msgstr "%q πρέπει να είναι >= %d"
@@ -1188,10 +1192,6 @@ msgstr ""
11881192
msgid "Initial set pin state conflicts with initial out pin state"
11891193
msgstr ""
11901194

1191-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
1192-
msgid "Initialization failed due to lack of memory"
1193-
msgstr ""
1194-
11951195
#: shared-bindings/bitops/__init__.c
11961196
#, c-format
11971197
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1828,11 +1828,6 @@ msgstr ""
18281828
msgid "Pull not used when direction is output."
18291829
msgstr ""
18301830

1831-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
1832-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1833-
msgid "RAISE mode is not implemented"
1834-
msgstr ""
1835-
18361831
#: ports/raspberrypi/common-hal/countio/Counter.c
18371832
msgid "RISE_AND_FALL not available on this chip"
18381833
msgstr ""
@@ -2334,20 +2329,10 @@ msgstr ""
23342329
msgid "WARNING: Your code filename has two extensions\n"
23352330
msgstr ""
23362331

2337-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
23382332
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2339-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
23402333
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23412334
msgstr ""
23422335

2343-
#: shared-bindings/watchdog/WatchDogTimer.c
2344-
msgid "WatchDogTimer is not currently running"
2345-
msgstr ""
2346-
2347-
#: shared-bindings/watchdog/WatchDogTimer.c
2348-
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
2349-
msgstr ""
2350-
23512336
#: py/builtinhelp.c
23522337
#, c-format
23532338
msgid ""
@@ -4104,10 +4089,7 @@ msgstr ""
41044089
msgid "syntax error in uctypes descriptor"
41054090
msgstr ""
41064091

4107-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4108-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
41094092
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4110-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
41114093
msgid "timeout duration exceeded the maximum supported value"
41124094
msgstr ""
41134095

@@ -4309,10 +4291,6 @@ msgstr ""
43094291
msgid "value out of range of target"
43104292
msgstr ""
43114293

4312-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4313-
msgid "watchdog not initialized"
4314-
msgstr ""
4315-
43164294
#: shared-bindings/is31fl3741/FrameBuffer.c
43174295
msgid "width must be greater than zero"
43184296
msgstr ""

0 commit comments

Comments
 (0)