Skip to content

Commit 5572876

Browse files
authored
Merge pull request #5547 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 49207fb + f1ea57e commit 5572876

File tree

17 files changed

+158
-58
lines changed

17 files changed

+158
-58
lines changed

locale/ID.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ msgid "%q length must be >= 1"
111111
msgstr ""
112112

113113
#: py/argcheck.c
114-
msgid "%q must <= %d"
114+
msgid "%q must be %d-%d"
115115
msgstr ""
116116

117-
#: py/argcheck.c
118-
msgid "%q must be %d-%d"
117+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
118+
msgid "%q must be <= %d"
119119
msgstr ""
120120

121121
#: py/argcheck.c
@@ -3123,6 +3123,7 @@ msgstr "argumen posisi ekstra telah diberikan"
31233123

31243124
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31253125
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3126+
#: shared-module/gifio/GifWriter.c
31263127
msgid "file must be a file opened in byte mode"
31273128
msgstr ""
31283129

@@ -4382,6 +4383,10 @@ msgstr ""
43824383
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43834384
msgstr ""
43844385

4386+
#: shared-module/gifio/GifWriter.c
4387+
msgid "unsupported colorspace for GifWriter"
4388+
msgstr ""
4389+
43854390
#: py/objstr.c
43864391
#, c-format
43874392
msgid "unsupported format character '%c' (0x%x) at index %d"

locale/cs.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ msgid "%q length must be >= 1"
107107
msgstr ""
108108

109109
#: py/argcheck.c
110-
msgid "%q must <= %d"
110+
msgid "%q must be %d-%d"
111111
msgstr ""
112112

113-
#: py/argcheck.c
114-
msgid "%q must be %d-%d"
113+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
114+
msgid "%q must be <= %d"
115115
msgstr ""
116116

117117
#: py/argcheck.c
@@ -3090,6 +3090,7 @@ msgstr ""
30903090

30913091
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
30923092
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3093+
#: shared-module/gifio/GifWriter.c
30933094
msgid "file must be a file opened in byte mode"
30943095
msgstr ""
30953096

@@ -4348,6 +4349,10 @@ msgstr ""
43484349
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43494350
msgstr ""
43504351

4352+
#: shared-module/gifio/GifWriter.c
4353+
msgid "unsupported colorspace for GifWriter"
4354+
msgstr ""
4355+
43514356
#: py/objstr.c
43524357
#, c-format
43534358
msgid "unsupported format character '%c' (0x%x) at index %d"

locale/de_DE.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ msgid "%q length must be >= 1"
112112
msgstr ""
113113

114114
#: py/argcheck.c
115-
msgid "%q must <= %d"
115+
msgid "%q must be %d-%d"
116116
msgstr ""
117117

118-
#: py/argcheck.c
119-
msgid "%q must be %d-%d"
118+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
119+
msgid "%q must be <= %d"
120120
msgstr ""
121121

122122
#: py/argcheck.c
@@ -3141,6 +3141,7 @@ msgstr "Es wurden zusätzliche Argumente ohne Schlüsselwort angegeben"
31413141

31423142
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31433143
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3144+
#: shared-module/gifio/GifWriter.c
31443145
msgid "file must be a file opened in byte mode"
31453146
msgstr "Die Datei muss eine im Byte-Modus geöffnete Datei sein"
31463147

@@ -4416,6 +4417,10 @@ msgstr "nicht unterstützter Thumb-Befehl '%s' mit %d Argumenten"
44164417
msgid "unsupported Xtensa instruction '%s' with %d arguments"
44174418
msgstr "nicht unterstützte Xtensa-Anweisung '%s' mit %d Argumenten"
44184419

4420+
#: shared-module/gifio/GifWriter.c
4421+
msgid "unsupported colorspace for GifWriter"
4422+
msgstr ""
4423+
44194424
#: py/objstr.c
44204425
#, c-format
44214426
msgid "unsupported format character '%c' (0x%x) at index %d"

locale/el.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ msgid "%q length must be >= 1"
104104
msgstr ""
105105

106106
#: py/argcheck.c
107-
msgid "%q must <= %d"
107+
msgid "%q must be %d-%d"
108108
msgstr ""
109109

110-
#: py/argcheck.c
111-
msgid "%q must be %d-%d"
110+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
111+
msgid "%q must be <= %d"
112112
msgstr ""
113113

114114
#: py/argcheck.c
@@ -3087,6 +3087,7 @@ msgstr ""
30873087

30883088
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
30893089
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3090+
#: shared-module/gifio/GifWriter.c
30903091
msgid "file must be a file opened in byte mode"
30913092
msgstr ""
30923093

@@ -4345,6 +4346,10 @@ msgstr ""
43454346
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43464347
msgstr ""
43474348

4349+
#: shared-module/gifio/GifWriter.c
4350+
msgid "unsupported colorspace for GifWriter"
4351+
msgstr ""
4352+
43484353
#: py/objstr.c
43494354
#, c-format
43504355
msgid "unsupported format character '%c' (0x%x) at index %d"

locale/en_GB.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ msgstr "%q length must be %d-%d"
112112
msgid "%q length must be >= 1"
113113
msgstr "%q length must be >= 1"
114114

115-
#: py/argcheck.c
116-
msgid "%q must <= %d"
117-
msgstr "%q must <= %d"
118-
119115
#: py/argcheck.c
120116
msgid "%q must be %d-%d"
121117
msgstr "%q must be %d-%d"
122118

119+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
120+
msgid "%q must be <= %d"
121+
msgstr ""
122+
123123
#: py/argcheck.c
124124
msgid "%q must be >= %d"
125125
msgstr "%q must be >= %d"
@@ -3124,6 +3124,7 @@ msgstr "extra positional arguments given"
31243124

31253125
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31263126
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3127+
#: shared-module/gifio/GifWriter.c
31273128
msgid "file must be a file opened in byte mode"
31283129
msgstr "file must be a file opened in byte mode"
31293130

@@ -4384,6 +4385,10 @@ msgstr "unsupported Thumb instruction '%s' with %d arguments"
43844385
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43854386
msgstr "unsupported Xtensa instruction '%s' with %d arguments"
43864387

4388+
#: shared-module/gifio/GifWriter.c
4389+
msgid "unsupported colorspace for GifWriter"
4390+
msgstr ""
4391+
43874392
#: py/objstr.c
43884393
#, c-format
43894394
msgid "unsupported format character '%c' (0x%x) at index %d"
@@ -4495,6 +4500,9 @@ msgstr "zi must be of float type"
44954500
msgid "zi must be of shape (n_section, 2)"
44964501
msgstr "zi must be of shape (n_section, 2)"
44974502

4503+
#~ msgid "%q must <= %d"
4504+
#~ msgstr "%q must <= %d"
4505+
44984506
#, c-format
44994507
#~ msgid ""
45004508
#~ "Welcome to Adafruit CircuitPython %s!\n"

locale/es.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,14 +114,14 @@ msgstr ""
114114
msgid "%q length must be >= 1"
115115
msgstr ""
116116

117-
#: py/argcheck.c
118-
msgid "%q must <= %d"
119-
msgstr "%q debe ser <= %d"
120-
121117
#: py/argcheck.c
122118
msgid "%q must be %d-%d"
123119
msgstr "%q debe ser %d-%d"
124120

121+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
122+
msgid "%q must be <= %d"
123+
msgstr ""
124+
125125
#: py/argcheck.c
126126
msgid "%q must be >= %d"
127127
msgstr "%q debe ser >= %d"
@@ -3163,6 +3163,7 @@ msgstr "argumento posicional adicional dado"
31633163

31643164
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31653165
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3166+
#: shared-module/gifio/GifWriter.c
31663167
msgid "file must be a file opened in byte mode"
31673168
msgstr "el archivo deberia ser una archivo abierto en modo byte"
31683169

@@ -4431,6 +4432,10 @@ msgstr "instrucción de tipo Thumb no admitida '%s' con %d argumentos"
44314432
msgid "unsupported Xtensa instruction '%s' with %d arguments"
44324433
msgstr "instrucción Xtensa '%s' con %d argumentos no soportada"
44334434

4435+
#: shared-module/gifio/GifWriter.c
4436+
msgid "unsupported colorspace for GifWriter"
4437+
msgstr ""
4438+
44344439
#: py/objstr.c
44354440
#, c-format
44364441
msgid "unsupported format character '%c' (0x%x) at index %d"
@@ -4542,6 +4547,9 @@ msgstr "zi debe ser de tipo flotante"
45424547
msgid "zi must be of shape (n_section, 2)"
45434548
msgstr "zi debe ser una forma (n_section,2)"
45444549

4550+
#~ msgid "%q must <= %d"
4551+
#~ msgstr "%q debe ser <= %d"
4552+
45454553
#, c-format
45464554
#~ msgid ""
45474555
#~ "Welcome to Adafruit CircuitPython %s!\n"

locale/fil.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ msgid "%q length must be >= 1"
105105
msgstr ""
106106

107107
#: py/argcheck.c
108-
msgid "%q must <= %d"
108+
msgid "%q must be %d-%d"
109109
msgstr ""
110110

111-
#: py/argcheck.c
112-
msgid "%q must be %d-%d"
111+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
112+
msgid "%q must be <= %d"
113113
msgstr ""
114114

115115
#: py/argcheck.c
@@ -3121,6 +3121,7 @@ msgstr "dagdag na positional argument na ibinigay"
31213121

31223122
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31233123
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3124+
#: shared-module/gifio/GifWriter.c
31243125
msgid "file must be a file opened in byte mode"
31253126
msgstr "file ay dapat buksan sa byte mode"
31263127

@@ -4390,6 +4391,10 @@ msgstr "hindi sinusuportahan ang thumb instruktion '%s' sa %d argumento"
43904391
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43914392
msgstr "hindi sinusuportahan ang instruction ng Xtensa '%s' sa %d argumento"
43924393

4394+
#: shared-module/gifio/GifWriter.c
4395+
msgid "unsupported colorspace for GifWriter"
4396+
msgstr ""
4397+
43934398
#: py/objstr.c
43944399
#, c-format
43954400
msgid "unsupported format character '%c' (0x%x) at index %d"

locale/fr.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ msgid "%q length must be >= 1"
115115
msgstr ""
116116

117117
#: py/argcheck.c
118-
msgid "%q must <= %d"
118+
msgid "%q must be %d-%d"
119119
msgstr ""
120120

121-
#: py/argcheck.c
122-
msgid "%q must be %d-%d"
121+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
122+
msgid "%q must be <= %d"
123123
msgstr ""
124124

125125
#: py/argcheck.c
@@ -3170,6 +3170,7 @@ msgstr "argument(s) positionnel(s) supplémentaire(s) donné(s)"
31703170

31713171
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31723172
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3173+
#: shared-module/gifio/GifWriter.c
31733174
msgid "file must be a file opened in byte mode"
31743175
msgstr "le fichier doit être un fichier ouvert en mode 'byte'"
31753176

@@ -4441,6 +4442,10 @@ msgstr "instruction Thumb '%s' non supportée avec %d paramètres"
44414442
msgid "unsupported Xtensa instruction '%s' with %d arguments"
44424443
msgstr "instruction Xtensa '%s' non supportée avec %d paramètres"
44434444

4445+
#: shared-module/gifio/GifWriter.c
4446+
msgid "unsupported colorspace for GifWriter"
4447+
msgstr ""
4448+
44444449
#: py/objstr.c
44454450
#, c-format
44464451
msgid "unsupported format character '%c' (0x%x) at index %d"

locale/hi.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ msgid "%q length must be >= 1"
104104
msgstr ""
105105

106106
#: py/argcheck.c
107-
msgid "%q must <= %d"
107+
msgid "%q must be %d-%d"
108108
msgstr ""
109109

110-
#: py/argcheck.c
111-
msgid "%q must be %d-%d"
110+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
111+
msgid "%q must be <= %d"
112112
msgstr ""
113113

114114
#: py/argcheck.c
@@ -3087,6 +3087,7 @@ msgstr ""
30873087

30883088
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
30893089
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3090+
#: shared-module/gifio/GifWriter.c
30903091
msgid "file must be a file opened in byte mode"
30913092
msgstr ""
30923093

@@ -4345,6 +4346,10 @@ msgstr ""
43454346
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43464347
msgstr ""
43474348

4349+
#: shared-module/gifio/GifWriter.c
4350+
msgid "unsupported colorspace for GifWriter"
4351+
msgstr ""
4352+
43484353
#: py/objstr.c
43494354
#, c-format
43504355
msgid "unsupported format character '%c' (0x%x) at index %d"

locale/it_IT.po

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ msgid "%q length must be >= 1"
113113
msgstr ""
114114

115115
#: py/argcheck.c
116-
msgid "%q must <= %d"
116+
msgid "%q must be %d-%d"
117117
msgstr ""
118118

119-
#: py/argcheck.c
120-
msgid "%q must be %d-%d"
119+
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
120+
msgid "%q must be <= %d"
121121
msgstr ""
122122

123123
#: py/argcheck.c
@@ -3138,6 +3138,7 @@ msgstr "argomenti posizonali extra dati"
31383138

31393139
#: shared-bindings/audiocore/WaveFile.c shared-bindings/audiomp3/MP3Decoder.c
31403140
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/synthio/__init__.c
3141+
#: shared-module/gifio/GifWriter.c
31413142
msgid "file must be a file opened in byte mode"
31423143
msgstr ""
31433144

@@ -4412,6 +4413,10 @@ msgstr "istruzione '%s' Xtensa non supportata con %d argomenti"
44124413
msgid "unsupported Xtensa instruction '%s' with %d arguments"
44134414
msgstr "istruzione '%s' Xtensa non supportata con %d argomenti"
44144415

4416+
#: shared-module/gifio/GifWriter.c
4417+
msgid "unsupported colorspace for GifWriter"
4418+
msgstr ""
4419+
44154420
#: py/objstr.c
44164421
#, c-format
44174422
msgid "unsupported format character '%c' (0x%x) at index %d"

0 commit comments

Comments
 (0)