8000 Merge pull request #4820 from weblate/weblate-circuitpython-main · michthom/circuitpython@a20fbd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a20fbd1

Browse files
authored
Merge pull request adafruit#4820 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents fdc7f5f + 688d6a9 commit a20fbd1

File tree

17 files changed

+105
-22
lines changed

17 files changed

+105
-22
lines changed

locale/ID.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ msgstr "indeks %q harus bilangan bulat, bukan %s"
9494
msgid "%q list must be a list"
9595
msgstr "daftar %q harus berupa daftar"
9696

97+
#: shared-bindings/usb_hid/Device.c
98+
msgid "%q must be 0-255"
99+
msgstr ""
100+
97101
#: shared-bindings/usb_hid/Device.c
98102
msgid "%q must be 1-255"
99103
msgstr ""
@@ -111,7 +115,7 @@ msgid "%q must be >= 1"
111115
msgstr "%q harus >= 1"
112116

113117
#: shared-bindings/usb_hid/Device.c
114-
msgid "%q must be None or 1-255"
118+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
115119
msgstr ""
116120

117121
#: shared-module/vectorio/Polygon.c

locale/cs.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ msgstr "Indexy %q musí být celá čísla, nikoli %s"
9090
msgid "%q list must be a list"
9191
msgstr "Seznam %q musí být seznam"
9292

93+
#: shared-bindings/usb_hid/Device.c
94+
msgid "%q must be 0-255"
95+
msgstr ""
96+
9397
#: shared-bindings/usb_hid/Device.c
9498
msgid "%q must be 1-255"
9599
msgstr ""
@@ -107,7 +111,7 @@ msgid "%q must be >= 1"
107111
msgstr "%q musí být > = 1"
108112

109113
#: shared-bindings/usb_hid/Device.c
110-
msgid "%q must be None or 1-255"
114+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
111115
msgstr ""
112116

113117
#: shared-module/vectorio/Polygon.c

locale/de_DE.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ msgstr "%q Indizes müssen Integer sein, nicht %s"
9595
msgid "%q list must be a list"
9696
msgstr "%q Liste muss eine Liste sein"
9797

98+
#: shared-bindings/usb_hid/Device.c
99+
msgid "%q must be 0-255"
100+
msgstr ""
101+
98102
#: shared-bindings/usb_hid/Device.c
99103
msgid "%q must be 1-255"
100104
msgstr ""
@@ -112,7 +116,7 @@ msgid "%q must be >= 1"
112116
msgstr "%q muss >= 1 sein"
113117

114118
#: shared-bindings/usb_hid/Device.c
115-
msgid "%q must be None or 1-255"
119+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
116120
msgstr ""
117121

118122
#: shared-module/vectorio/Polygon.c

locale/el.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ msgstr ""
8787
msgid "%q list must be a list"
8888
msgstr ""
8989

90+
#: shared-bindings/usb_hid/Device.c
91+
msgid "%q must be 0-255"
92+
msgstr ""
93+
9094
#: shared-bindings/usb_hid/Device.c
9195
msgid "%q must be 1-255"
9296
msgstr ""
@@ -104,7 +108,7 @@ msgid "%q must be >= 1"
104108
msgstr ""
105109

106110
#: shared-bindings/usb_hid/Device.c
107-
msgid "%q must be None or 1-255"
111+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
108112
msgstr ""
109113

110114
#: shared-module/vectorio/Polygon.c

locale/en_GB.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ msgstr ""
9696
msgid "%q list must be a list"
9797
msgstr "%q list must be a list"
9898

99+
#: shared-bindings/usb_hid/Device.c
100+
msgid "%q must be 0-255"
101+
msgstr ""
102+
99103
#: shared-bindings/usb_hid/Device.c
100104
msgid "%q must be 1-255"
101105
msgstr ""
@@ -113,7 +117,7 @@ msgid "%q must be >= 1"
113117
msgstr "%q must be >= 1"
114118

115119
#: shared-bindings/usb_hid/Device.c
116-
msgid "%q must be None or 1-255"
120+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
117121
msgstr ""
118122

119123
#: shared-module/vectorio/Polygon.c

locale/es.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ msgstr "%q indices deben ser enteros, no %s"
9898
msgid "%q list must be a list"
9999
msgstr "%q lista debe ser una lista"
100100

101+
#: shared-bindings/usb_hid/Device.c
102+
msgid "%q must be 0-255"
103+
msgstr ""
104+
101105
#: shared-bindings/usb_hid/Device.c
102106
msgid "%q must be 1-255"
103107
msgstr "%q debe estar entre 1-255"
@@ -115,8 +119,8 @@ msgid "%q must be >= 1"
115119
msgstr "%q debe ser >= 1"
116120

117121
#: shared-bindings/usb_hid/Device.c
118-
msgid "%q must be None or 1-255"
119-
msgstr "%q debe ser None o 1-255"
122+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
123+
msgstr ""
120124

121125
#: shared-module/vectorio/Polygon.c
122126
msgid "%q must be a tuple of length 2"
@@ -4448,6 +4452,9 @@ msgstr "zi debe ser de tipo flotante"
44484452
msgid "zi must be of shape (n_section, 2)"
44494453
msgstr "zi debe ser una forma (n_section,2)"
44504454

4455+
#~ msgid "%q must be None or 1-255"
4456+
#~ msgstr "%q debe ser None o 1-255"
4457+
44514458
#~ msgid "Only raw int or string supported for ip"
44524459
#~ msgstr "Para ip solo puede con un entero o una cadena"
44534460

locale/fil.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ msgstr "%q indeks ay dapat integers, hindi %s"
8686
msgid "%q list must be a list"
8787
msgstr ""
8888

89+
#: shared-bindings/usb_hid/Device.c
90+
msgid "%q must be 0-255"
91+
msgstr ""
92+
8993
#: shared-bindings/usb_hid/Device.c
9094
msgid "%q must be 1-255"
9195
msgstr ""
@@ -104,7 +108,7 @@ msgid "%q must be >= 1"
104108
msgstr "aarehas na haba dapat ang buffer slices"
105109

106110
#: shared-bindings/usb_hid/Device.c
107-
msgid "%q must be None or 1-255"
111+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
108112
msgstr ""
109113

110114
#: shared-module/vectorio/Polygon.c

locale/fr.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ msgstr "les indices %q doivent être des entiers, pas %s"
9898
msgid "%q list must be a list"
9999
msgstr "La liste %q doit être une liste"
100100

101+
#: shared-bindings/usb_hid/Device.c
102+
msgid "%q must be 0-255"
103+
msgstr ""
104+
101105
#: shared-bindings/usb_hid/Device.c
102106
msgid "%q must be 1-255"
103107
msgstr "%q doit être compris entre 1 et 255"
@@ -115,8 +119,8 @@ msgid "%q must be >= 1"
115119
msgstr "%q doit être >= 1"
116120

117121
#: shared-bindings/usb_hid/Device.c
118-
msgid "%q must be None or 1-255"
119-
msgstr "%q doit être None ou compris entre 1 et 255"
122+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
123+
msgstr ""
120124

121125
#: shared-module/vectorio/Polygon.c
122126
msgid "%q must be a tuple of length 2"
@@ -4459,6 +4463,9 @@ msgstr "zi doit être de type float"
44594463
msgid "zi must be of shape (n_section, 2)"
44604464
msgstr "zi doit être de forme (n_section, 2)"
44614465

4466+
#~ msgid "%q must be None or 1-255"
4467+
#~ msgstr "%q doit être None ou compris entre 1 et 255"
4468+
44624469
#~ msgid "Only raw int supported for ip"
44634470
#~ msgstr "IP n'accepte que les chiffres entiers bruts"
44644471

locale/hi.po

Lines c F438 hanged: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ msgstr ""
8787
msgid "%q list must be a list"
8888
msgstr ""
8989

90+
#: shared-bindings/usb_hid/Device.c
91+
msgid "%q must be 0-255"
92+
msgstr ""
93+
9094
#: shared-bindings/usb_hid/Device.c
9195
msgid "%q must be 1-255"
9296
msgstr ""
@@ -104,7 +108,7 @@ msgid "%q must be >= 1"
104108
msgstr ""
105109

106110
#: shared-bindings/usb_hid/Device.c
107-
msgid "%q must be None or 1-255"
111+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
108112
msgstr ""
109113

110114
#: shared-module/vectorio/Polygon.c

locale/it_IT.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ msgstr "gli indici %q devono essere interi, non %s"
9696
msgid "%q list must be a list"
9797
msgstr "lista %q deve essere una lista"
9898

99+
#: shared-bindings/usb_hid/Device.c
100+
msgid "%q must be 0-255"
101+
msgstr ""
102+
99103
#: shared-bindings/usb_hid/Device.c
100104
msgid "%q must be 1-255"
101105
msgstr ""
@@ -114,7 +118,7 @@ msgid "%q must be >= 1"
114118
msgstr "slice del buffer devono essere della stessa lunghezza"
115119

116120
#: shared-bindings/usb_hid/Device.c
117-
msgid "%q must be None or 1-255"
121+
msgid "%q must be None or between 1 and len(report_descriptor)-1"
118122
msgstr ""
119123

120124
#: shared-module/vectorio/Polygon.c

0 commit comments

Comments
 (0)
0