8000 Merge pull request #7276 from weblate/weblate-circuitpython-main · netroy/circuitpython@d364d1c · GitHub
[go: up one dir, main page]

Skip to content

Commit d364d1c

Browse files
authored
Merge pull request adafruit#7276 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 1bcfff3 + eaf0d04 commit d364d1c

19 files changed

+193
-59
lines changed

locale/ID.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ msgstr "%q gagal: %d"
112112
msgid "%q in use"
113113
msgstr "%q sedang digunakan"
114114

115-
#: py/obj.c py/objstr.c py/objstrunicode.c
115+
#: py/objstr.c py/objstrunicode.c
116116
msgid "%q index out of range"
117117
msgstr "%q indeks di luar batas"
118118

@@ -177,7 +177,7 @@ msgstr "%q harus berupa string"
177177
msgid "%q must be an int"
178178
msgstr ""
179179

180-
#: py/argcheck.c
180+
#: py/argcheck.c py/obj.c
181181
msgid "%q must be of type %q"
182182
msgstr "%q harus bertipe %q"
183183

@@ -1683,6 +1683,10 @@ msgstr ""
16831683
msgid "Operation timed out"
16841684
msgstr "Waktu habis"
16851685

1686+
#: ports/raspberrypi/common-hal/mdns/Server.c
1687+
msgid "Out of MDNS service slots"
1688+
msgstr ""
1689+
16861690
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
16871691
msgid "Out of memory"
16881692
msgstr "Kehabisan memori"
@@ -2221,6 +2225,7 @@ msgid "Unable to read color palette data"
22212225
msgstr "Tidak dapat membaca data palet warna"
22222226

22232227
#: ports/espressif/common-hal/mdns/Server.c
2228+
#: ports/raspberrypi/common-hal/mdns/Server.c
22242229
msgid "Unable to start mDNS query"
22252230
msgstr ""
22262231

@@ -3184,7 +3189,7 @@ msgid "index is out of bounds"
31843189
msgstr ""
31853190

31863191
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3187-
#: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3192+
#: ports/espressif/common-hal/pulseio/PulseIn.c
31883193
#: shared-bindings/bitmaptools/__init__.c
31893194
msgid "index out of range"
31903195
msgstr "index keluar dari jangkauan"
@@ -3436,10 +3441,12 @@ msgid "loopback + silent mode not supported by peripheral"
34363441
msgstr ""
34373442

34383443
#: ports/espressif/common-hal/mdns/Server.c
3444+
#: ports/raspberrypi/common-hal/mdns/Server.c
34393445
msgid "mDNS already initialized"
34403446
msgstr ""
34413447

34423448
#: ports/espressif/common-hal/mdns/Server.c
3449+
#: ports/raspberrypi/common-hal/mdns/Server.c
34433450
msgid "mDNS only works with built-in WiFi"
34443451
msgstr ""
34453452

locale/cs.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ msgstr "%q: selhání %d"
113113
msgid "%q in use"
114114
msgstr "%q se právě používá"
115115

116-
#: py/obj.c py/objstr.c py/objstrunicode.c
116+
#: py/objstr.c py/objstrunicode.c
117117
msgid "%q index out of range"
118118
msgstr "Index %q je mimo rozsah"
119119

@@ -178,7 +178,7 @@ msgstr "%q musí být string"
178178
msgid "%q must be an int"
179179
msgstr "%q musí být int"
180180

181-
#: py/argcheck.c
181+
#: py/argcheck.c py/obj.c
182182
msgid "%q must be of type %q"
183183
msgstr "%q musí být typu %q"
184184

@@ -1679,6 +1679,10 @@ msgstr ""
16791679
msgid "Operation timed out"
16801680
msgstr ""
16811681

1682+
#: ports/raspberrypi/common-hal/mdns/Server.c
1683+
msgid "Out of MDNS service slots"
1684+
msgstr ""
1685+
16821686
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
16831687
msgid "Out of memory"
16841688
msgstr ""
@@ -2210,6 +2214,7 @@ msgid "Unable to read color palette data"
22102214
msgstr ""
22112215

22122216
#: ports/espressif/common-hal/mdns/Server.c
2217+
#: ports/raspberrypi/common-hal/mdns/Server.c
22132218
msgid "Unable to start mDNS query"
22142219
msgstr ""
22152220

@@ -3171,7 +3176,7 @@ msgid "index is out of bounds"
31713176
msgstr ""
31723177

31733178
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3174-
#: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3179+
#: ports/espressif/common-hal/pulseio/PulseIn.c
31753180
#: shared-bindings/bitmaptools/__init__.c
31763181
msgid "index out of range"
31773182
msgstr ""
@@ -3423,10 +3428,12 @@ msgid "loopback + silent mode not supported by peripheral"
34233428
msgstr ""
34243429

34253430
#: ports/espressif/common-hal/mdns/Server.c
3431+
#: ports/raspberrypi/common-hal/mdns/Server.c
34263432
msgid "mDNS already initialized"
34273433
msgstr ""
34283434

34293435
#: ports/espressif/common-hal/mdns/Server.c
3436+
#: ports/raspberrypi/common-hal/mdns/Server.c
34303437
msgid "mDNS only works with built-in WiFi"
34313438
msgstr ""
34323439

locale/de_DE.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ msgstr "%q Fehler: %d"
114114
msgid "%q in use"
115115
msgstr "%q in Benutzung"
116116

117-
#: py/obj.c py/objstr.c py/objstrunicode.c
117+
#: py/objstr.c py/objstrunicode.c
118118
msgid "%q index out of range"
119119
msgstr "Der Index %q befindet sich außerhalb des Bereiches"
120120

@@ -180,7 +180,7 @@ msgstr "%q muss ein String sein"
180180
msgid "%q must be an int"
181181
msgstr "%q muss vom Typ Integer sein"
182182

183-
#: py/argcheck.c
183+
#: py/argcheck.c py/obj.c
184184
msgid "%q must be of type %q"
185185
msgstr "%q muss vom Type %q sein"
186186

@@ -1700,6 +1700,10 @@ msgstr "Vorgang oder Funktion wird nicht unterstützt"
17001700
msgid "Operation timed out"
17011701
msgstr "Zeit für Vorgang abgelaufen"
17021702

1703+
#: ports/raspberrypi/common-hal/mdns/Server.c
1704+
msgid "Out of MDNS service slots"
1705+
msgstr ""
1706+
17031707
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
17041708
msgid "Out of memory"
17051709
msgstr "Kein Speicher mehr verfügbar"
@@ -2249,6 +2253,7 @@ msgid "Unable to read color palette data"
22492253
msgstr "Konnte Farbpalettendaten nicht lesen"
22502254

22512255
#: ports/espressif/common-hal/mdns/Server.c
2256+
#: ports/raspberrypi/common-hal/mdns/Server.c
22522257
msgid "Unable to start mDNS query"
22532258
msgstr "mDNS-Abfrage kann nicht gestartet werden"
22542259

@@ -3242,7 +3247,7 @@ msgid "index is out of bounds"
32423247
msgstr "Index ist außerhalb der Grenzen"
32433248

32443249
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3245-
#: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3250+
#: ports/espressif/common-hal/pulseio/PulseIn.c
32463251
#: shared-bindings/bitmaptools/__init__.c
32473252
msgid "index out of range"
32483253
msgstr "index außerhalb der Reichweite"
@@ -3500,10 +3505,12 @@ msgid "loopback + silent mode not supported by peripheral"
35003505
msgstr "Loopback + Silent Mode wird vom Peripheriegerät nicht unterstützt"
35013506

35023507
#: ports/espressif/common-hal/mdns/Server.c
3508+
#: ports/raspberrypi/common-hal/mdns/Server.c
35033509
msgid "mDNS already initialized"
35043510
msgstr "mDNS bereits initialisiert"
35053511

35063512
#: ports/espressif/common-hal/mdns/Server.c
3513+
#: ports/raspberrypi/common-hal/mdns/Server.c
35073514
msgid "mDNS only works with built-in WiFi"
35083515
msgstr "mDNS funktioniert nur mit integriertem WiFi"
35093516

locale/el.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr "%q αποτυχία: %d"
118118
msgid "%q in use"
119119
msgstr "%q είναι σε χρήση"
120120

121-
#: py/obj.c py/objstr.c py/objstrunicode.c
121+
#: py/objstr.c py/objstrunicode.c
122122
msgid "%q index out of range"
123123
msgstr "%q δείκτης εκτός εμβέλειας"
124124

@@ -183,7 +183,7 @@ msgstr "%q πρέπει να είναι string"
183183
msgid "%q must be an int"
184184
msgstr "%q πρέπει να είναι int"
185185

186-
#: py/argcheck.c
186+
#: py/argcheck.c py/obj.c
187187
msgid "%q must be of type %q"
188188
msgstr "%q πρέπει να είναι τύπου %q"
189189

@@ -1688,6 +1688,10 @@ msgstr ""
16881688
msgid "Operation timed out"
16891689
msgstr ""
16901690

1691+
#: ports/raspberrypi/common-hal/mdns/Server.c
1692+
msgid "Out of MDNS service slots"
1693+
msgstr ""
1694+
16911695
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
16921696
msgid "Out of memory"
16931697
msgstr ""
@@ -2219,6 +2223,7 @@ msgid "Unable to read color palette data"
22192223
msgstr ""
22202224

22212225
#: ports/espressif/common-hal/mdns/Server.c
2226+
#: ports/raspberrypi/common-hal/mdns/Server.c
22222227
msgid "Unable to start mDNS query"
22232228
msgstr ""
22242229

@@ -3180,7 +3185,7 @@ msgid "index is out of bounds"
31803185
msgstr ""
31813186

31823187
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3183-
#: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3188+
#: ports/espressif/common-hal/pulseio/PulseIn.c
31843189
#: shared-bindings/bitmaptools/__init__.c
31853190
msgid "index out of range"
31863191
msgstr ""
@@ -3432,10 +3437,12 @@ msgid "loopback + silent mode not supported by peripheral"
34323437
msgstr ""
34333438

34343439
#: ports/espressif/common-hal/mdns/Server.c
3440+
#: ports/raspberrypi/common-hal/mdns/Server.c
34353441
msgid "mDNS already initialized"
34363442
msgstr ""
34373443

34383444
#: ports/espressif/common-hal/mdns/Server.c
3445+
#: ports/raspberrypi/common-hal/mdns/Server.c
34393446
msgid "mDNS only works with built-in WiFi"
34403447
msgstr ""
34413448

locale/en_GB.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ msgstr "%q failure: %d"
116116
msgid "%q in use"
117117
msgstr "%q in use"
118118

119-
#: py/obj.c py/objstr.c py/objstrunicode.c
119+
#: py/objstr.c py/objstrunicode.c
120120
msgid "%q index out of range"
121121
msgstr "%q index out of range"
122122

@@ -181,7 +181,7 @@ msgstr "%q must be a string"
181181
msgid "%q must be an int"
182182
msgstr ""
183183

184-
#: py/argcheck.c
184+
#: py/argcheck.c py/obj.c
185185
msgid "%q must be of type %q"
186186
msgstr ""
187187

@@ -1683,6 +1683,10 @@ msgstr "Operation or feature not supported"
16831683
msgid "Operation timed out"
16841684
msgstr "Operation timed out"
16851685

1686+
#: ports/raspberrypi/common-hal/mdns/Server.c
1687+
msgid "Out of MDNS service slots"
1688+
msgstr ""
1689+
16861690
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
16871691
msgid "Out of memory"
16881692
msgstr "Out of memory"
@@ -2223,6 +2227,7 @@ msgid "Unable to read color palette data"
22232227
msgstr "Unable to read colour palette data"
22242228

22252229
#: ports/espressif/common-hal/mdns/Server.c
2230+
#: ports/raspberrypi/common-hal/mdns/Server.c
22262231
msgid "Unable to start mDNS query"
22272232
msgstr ""
22282233

@@ -3190,7 +3195,7 @@ msgid "index is out of bounds"
31903195
msgstr "index is out of bounds"
31913196

31923197
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3193-
#: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3198+
#: ports/espressif/common-hal/pulseio/PulseIn.c
31943199
#: shared-bindings/bitmaptools/__init__.c
31953200
msgid "index out of range"
31963201
msgstr "index out of range"
@@ -3442,10 +3447,12 @@ msgid "loopback + silent mode not supported by peripheral"
34423447
msgstr "loopback + silent mode not supported by peripheral"
34433448

34443449
#: ports/espressif/common-hal/mdns/Server.c
3450+
#: ports/raspberrypi/common-hal/mdns/Server.c
34453451
msgid "mDNS already initialized"
34463452
msgstr ""
34473453

34483454
#: ports/espressif/common-hal/mdns/Server.c
3455+
#: ports/raspberrypi/common-hal/mdns/Server.c
34493456
msgid "mDNS only works with built-in WiFi"
34503457
msgstr ""
34513458

locale/es.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ msgstr "%q fallo: %d"
118118
msgid "%q in use"
119119
msgstr "%q está siendo utilizado"
120120

121-
#: py/obj.c py/objstr.c py/objstrunicode.c
121+
#: py/objstr.c py/objstrunicode.c
122122
msgid "%q index out of range"
123123
msgstr "%q indice fuera de rango"
124124

@@ -183,7 +183,7 @@ msgstr "%q debe ser una cadena"
183183
msgid "%q must be an int"
184184
msgstr ""
185185

186-
#: py/argcheck.c
186+
#: py/argcheck.c py/obj.c
187187
msgid "%q must be of type %q"
188188
msgstr ""
189189

@@ -1707,6 +1707,10 @@ msgstr "Operación no característica no soportada"
17071707
msgid "Operation timed out"
17081708
msgstr "Tiempo de espera agotado"
17091709

1710+
#: ports/raspberrypi/common-hal/mdns/Server.c
1711+
msgid "Out of MDNS service slots"
1712+
msgstr ""
1713+
17101714
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
17111715
msgid "Out of memory"
17121716
msgstr "Memoria agotada"
@@ -2255,6 +2259,7 @@ msgid "Unable to read color palette data"
22552259
msgstr "No se pudo leer los datos de la paleta de colores"
22562260

22572261
#: ports/espressif/common-hal/mdns/Server.c
2262+
#: ports/raspberrypi/common-hal/mdns/Server.c
22582263
msgid "Unable to start mDNS query"
22592264
msgstr ""
22602265

@@ -3230,7 +3235,7 @@ msgid "index is out of bounds"
32303235
msgstr "el índice está fuera de límites"
32313236

32323237
#: extmod/ulab/code/numpy/numerical.c extmod/ulab/code/ulab_tools.c
3233-
#: ports/espressif/common-hal/pulseio/PulseIn.c py/obj.c
3238+
#: ports/espressif/common-hal/pulseio/PulseIn.c
32343239
#: shared-bindings/bitmaptools/__init__.c
32353240
msgid "index out of range"
32363241
msgstr "index fuera de rango"
@@ -3485,10 +3490,12 @@ msgid "loopback + silent mode not supported by peripheral"
34853490
msgstr "Loopback + modo silencioso no están soportados por periférico"
34863491

34873492
#: ports/espressif/common-hal/mdns/Server.c
3493+
#: ports/raspberrypi/common-hal/mdns/Server.c
34883494
msgid "mDNS already initialized"
34893495
msgstr ""
34903496

34913497
#: ports/espressif/common-hal/mdns/Server.c
3498+
#: ports/raspberrypi/common-hal/mdns/Server.c
34923499
msgid "mDNS only works with built-in WiFi"
34933500
msgstr ""
34943501

0 commit comments

Comments
 (0)
0