Skip to content

Commit 3756e9d

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 7bc9bd1 commit 3756e9d

File tree

17 files changed

+37
-22
lines changed

17 files changed

+37
-22
lines changed

locale/ID.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ msgid "%q indices must be integers, not %s"
110110
msgstr "indeks %q harus bilangan bulat, bukan %s"
111111

112112
#: py/argcheck.c
113-
msgid "%q length must be %q"
113+
msgid "%q length must be %d-%d"
114114
msgstr ""
115115

116116
#: shared-bindings/usb_hid/Device.c

locale/cs.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ msgid "%q indices must be integers, not %s"
106106
msgstr "Indexy %q musí být celá čísla, nikoli %s"
107107

108108
#: py/argcheck.c
109-
msgid "%q length must be %q"
109+
msgid "%q length must be %d-%d"
110110
msgstr ""
111111

112112
#: shared-bindings/usb_hid/Device.c

locale/de_DE.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ msgid "%q indices must be integers, not %s"
111111
msgstr "%q Indizes müssen Integer sein, nicht %s"
112112

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

117117
#: shared-bindings/usb_hid/Device.c

locale/el.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ msgid "%q indices must be integers, not %s"
103103
msgstr ""
104104

105105
#: py/argcheck.c
106-
msgid "%q length must be %q"
106+
msgid "%q length must be %d-%d"
107107
msgstr ""
108108

109109
#: shared-bindings/usb_hid/Device.c

locale/en_GB.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ msgid "%q indices must be integers, not %s"
112112
msgstr ""
113113

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

118118
#: shared-bindings/usb_hid/Device.c

locale/es.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ msgid "%q indices must be integers, not %s"
114114
msgstr "%q indices deben ser enteros, no %s"
115115

116116
#: py/argcheck.c
117-
msgid "%q length must be %q"
118-
msgstr "el tamaño de %q debe ser %q"
117+
msgid "%q length must be %d-%d"
118+
msgstr ""
119119

120120
#: shared-bindings/usb_hid/Device.c
121121
msgid "%q length must be >= 1"
@@ -4568,6 +4568,9 @@ msgstr "zi debe ser de tipo flotante"
45684568
msgid "zi must be of shape (n_section, 2)"
45694569
msgstr "zi debe ser una forma (n_section,2)"
45704570

4571+
#~ msgid "%q length must be %q"
4572+
#~ msgstr "el tamaño de %q debe ser %q"
4573+
45714574
#~ msgid "%q must be 0-255"
45724575
#~ msgstr "%q debe ser de 0-255"
45734576

locale/fil.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ msgid "%q indices must be integers, not %s"
104104
msgstr "%q indeks ay dapat integers, hindi %s"
105105

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

110110
#: shared-bindings/usb_hid/Device.c

locale/fr.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ msgid "%q indices must be integers, not %s"
114114
msgstr "les indices %q doivent être des entiers, pas %s"
115115

116116
#: py/argcheck.c
117-
msgid "%q length must be %q"
118-
msgstr "La longueur de %q doit être de %q"
117+
msgid "%q length must be %d-%d"
118+
msgstr ""
119119

120120
#: shared-bindings/usb_hid/Device.c
121121
msgid "%q length must be >= 1"
@@ -4579,6 +4579,9 @@ msgstr "zi doit être de type float"
45794579
msgid "zi must be of shape (n_section, 2)"
45804580
msgstr "zi doit être de forme (n_section, 2)"
45814581

4582+
#~ msgid "%q length must be %q"
4583+
#~ msgstr "La longueur de %q doit être de %q"
4584+
45824585
#~ msgid "%q must be 0-255"
45834586
#~ msgstr "%q doit être compris entre 0 et 255"
45844587

locale/hi.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ msgid "%q indices must be integers, not %s"
103103
msgstr ""
104104

105105
#: py/argcheck.c
106-
msgid "%q length must be %q"
106+
msgid "%q length must be %d-%d"
107107
msgstr ""
108108

109109
#: shared-bindings/usb_hid/Device.c

locale/it_IT.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ msgid "%q indices must be integers, not %s"
112112
msgstr "gli indici %q devono essere interi, non %s"
113113

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

118118
#: shared-bindings/usb_hid/Device.c

0 commit comments

Comments
 (0)