Skip to content

Commit 60641bc

Browse files
authored
Merge pull request #4912 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents b81573d + 6d18186 commit 60641bc

File tree

17 files changed

+565
-21
lines changed

17 files changed

+565
-21
lines changed

locale/ID.po

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,22 @@ msgstr "%q indeks di luar batas"
9090
msgid "%q indices must be integers, not %s"
9191
msgstr "indeks %q harus bilangan bulat, bukan %s"
9292

93+
#: py/argcheck.c
94+
msgid "%q length must be %q"
95+
msgstr ""
96+
9397
#: shared-bindings/vectorio/Polygon.c
9498
msgid "%q list must be a list"
9599
msgstr "daftar %q harus berupa daftar"
96100

101+
#: py/argcheck.c
102+
msgid "%q must <= %d"
103+
msgstr ""
104+
105+
#: py/argcheck.c
106+
msgid "%q must be %d-%d"
107+
msgstr ""
108+
97109
#: shared-bindings/usb_hid/Device.c
98110
msgid "%q must be 0-255"
99111
msgstr ""
@@ -102,7 +114,11 @@ msgstr ""
102114
msgid "%q must be 1-255"
103115
msgstr ""
104116

105-
#: shared-bindings/memorymonitor/AllocationAlarm.c
117+
#: py/argcheck.c
118+
msgid "%q must be >= %d"
119+
msgstr ""
120+
121+
#: py/argcheck.c shared-bindings/memorymonitor/AllocationAlarm.c
106122
msgid "%q must be >= 0"
107123
msgstr "%q harus >= 0"
108124

@@ -118,6 +134,10 @@ msgstr "%q harus >= 1"
118134
msgid "%q must be None or between 1 and len(report_descriptor)-1"
119135
msgstr ""
120136

137+
#: py/argcheck.c
138+
msgid "%q must be a string"
139+
msgstr ""
140+
121141
#: shared-module/vectorio/Polygon.c
122142
msgid "%q must be a tuple of length 2"
123143
msgstr "%q harus berupa tuple dengan panjang 2"
@@ -126,6 +146,15 @@ msgstr "%q harus berupa tuple dengan panjang 2"
126146
msgid "%q must be between %d and %d"
127147
msgstr ""
128148

149+
#: py/argcheck.c
150+
msgid "%q must of type %q"
151+
msgstr ""
152+
153+
#: shared-bindings/keypad/KeyMatrix.c shared-bindings/keypad/Keys.c
154+
#: shared-bindings/keypad/ShiftRegisterKeys.c
155+
msgid "%q must store bytes"
156+
msgstr ""
157+
129158
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
130159
#: shared-bindings/canio/Match.c
131160
msgid "%q out of range"
@@ -1727,6 +1756,7 @@ msgstr ""
17271756

17281757
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
17291758
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1759+
#: ports/raspberrypi/common-hal/alarm/time/TimeAlarm.c
17301760
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
17311761
msgid "Only one alarm.time alarm can be set."
17321762
msgstr ""
@@ -2069,6 +2099,7 @@ msgstr ""
20692099
msgid "Size not supported"
20702100
msgstr ""
20712101

2102+
#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
20722103
#: ports/stm/common-hal/alarm/SleepMemory.c
20732104
msgid "Sleep Memory not available"
20742105
msgstr ""
@@ -2213,6 +2244,7 @@ msgstr "Terlalu banyak tampilan"
22132244
msgid "Total data to write is larger than %q"
22142245
msgstr ""
22152246

2247+
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
22162248
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
22172249
msgid "Touch alarms not available"
22182250
msgstr ""

locale/cs.po

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,22 @@ msgstr "Index %q je mimo rozsah"
8686
msgid "%q indices must be integers, not %s"
8787
msgstr "Indexy %q musí být celá čísla, nikoli %s"
8888

89+
#: py/argcheck.c
90+
msgid "%q length must be %q"
91+
msgstr ""
92+
8993
#: shared-bindings/vectorio/Polygon.c
9094
msgid "%q list must be a list"
9195
msgstr "Seznam %q musí být seznam"
9296

97+
#: py/argcheck.c
98+
msgid "%q must <= %d"
99+
msgstr ""
100+
101+
#: py/argcheck.c
102+
msgid "%q must be %d-%d"
103+
msgstr ""
104+
93105
#: shared-bindings/usb_hid/Device.c
94106
msgid "%q must be 0-255"
95107
msgstr ""
@@ -98,7 +110,11 @@ msgstr ""
98110
msgid "%q must be 1-255"
99111
msgstr ""
100112

101-
#: shared-bindings/memorymonitor/AllocationAlarm.c
113+
#: py/argcheck.c
114+
msgid "%q must be >= %d"
115+
msgstr ""
116+
117+
#: py/argcheck.c shared-bindings/memorymonitor/AllocationAlarm.c
102118
msgid "%q must be >= 0"
103119
msgstr "%q musí být >= 0"
104120

@@ -114,6 +130,10 @@ msgstr "%q musí být > = 1"
114130
msgid "%q must be None or between 1 and len(report_descriptor)-1"
115131
msgstr ""
116132

133+
#: py/argcheck.c
134+
msgid "%q must be a string"
135+
msgstr ""
136+
117137
#: shared-module/vectorio/Polygon.c
118138
msgid "%q must be a tuple of length 2"
119139
msgstr "%q musí být n-tice délky 2"
@@ -122,6 +142,15 @@ msgstr "%q musí být n-tice délky 2"
122142
msgid "%q must be between %d and %d"
123143
msgstr ""
124144

145+
#: py/argcheck.c
146+
msgid "%q must of type %q"
147+
msgstr ""
148+
149+
#: shared-bindings/keypad/KeyMatrix.c shared-bindings/keypad/Keys.c
150+
#: shared-bindings/keypad/ShiftRegisterKeys.c
151+
msgid "%q must store bytes"
152+
msgstr ""
153+
125154
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
126155
#: shared-bindings/canio/Match.c
127156
msgid "%q out of range"
@@ -1705,6 +1734,7 @@ msgstr ""
17051734

17061735
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
17071736
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1737+
#: ports/raspberrypi/common-hal/alarm/time/TimeAlarm.c
17081738
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
17091739
msgid "Only one alarm.time alarm can be set."
17101740
msgstr ""
@@ -2038,6 +2068,7 @@ msgstr ""
20382068
msgid "Size not supported"
20392069
msgstr ""
20402070

2071+
#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
20412072
#: ports/stm/common-hal/alarm/SleepMemory.c
20422073
msgid "Sleep Memory not available"
20432074
msgstr ""
@@ -2182,6 +2213,7 @@ msgstr ""
21822213
msgid "Total data to write is larger than %q"
21832214
msgstr ""
21842215

2216+
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
21852217
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
21862218
msgid "Touch alarms not available"
21872219
msgstr ""

locale/de_DE.po

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,22 @@ msgstr "Der Index %q befindet sich außerhalb des Bereiches"
9191
msgid "%q indices must be integers, not %s"
9292
msgstr "%q Indizes müssen Integer sein, nicht %s"
9393

94+
#: py/argcheck.c
95+
msgid "%q length must be %q"
96+
msgstr ""
97+
9498
#: shared-bindings/vectorio/Polygon.c
9599
msgid "%q list must be a list"
96100
msgstr "%q Liste muss eine Liste sein"
97101

102+
#: py/argcheck.c
103+
msgid "%q must <= %d"
104+
msgstr ""
105+
106+
#: py/argcheck.c
107+
msgid "%q must be %d-%d"
108+
msgstr ""
109+
98110
#: shared-bindings/usb_hid/Device.c
99111
msgid "%q must be 0-255"
100112
msgstr "%q muss 0-255 sein"
@@ -103,7 +115,11 @@ msgstr "%q muss 0-255 sein"
103115
msgid "%q must be 1-255"
104116
msgstr "%q muss 1-255 sein"
105117

106-
#: shared-bindings/memorymonitor/AllocationAlarm.c
118+
#: py/argcheck.c
119+
msgid "%q must be >= %d"
120+
msgstr ""
121+
122+
#: py/argcheck.c shared-bindings/memorymonitor/AllocationAlarm.c
107123
msgid "%q must be >= 0"
108124
msgstr "%q muss >= 0 sein"
109125

@@ -119,6 +135,10 @@ msgstr "%q muss >= 1 sein"
119135
msgid "%q must be None or between 1 and len(report_descriptor)-1"
120136
msgstr "%q muss None oder zwischen 1 und len(report_descriptor)-1 sein"
121137

138+
#: py/argcheck.c
139+
msgid "%q must be a string"
140+
msgstr ""
141+
122142
#: shared-module/vectorio/Polygon.c
123143
msgid "%q must be a tuple of length 2"
124144
msgstr "%q muss ein Tupel der Länge 2 sein"
@@ -127,6 +147,15 @@ msgstr "%q muss ein Tupel der Länge 2 sein"
127147
msgid "%q must be between %d and %d"
128148
msgstr ""
129149

150+
#: py/argcheck.c
151+
msgid "%q must of type %q"
152+
msgstr ""
153+
154+
#: shared-bindings/keypad/KeyMatrix.c shared-bindings/keypad/Keys.c
155+
#: shared-bindings/keypad/ShiftRegisterKeys.c
156+
msgid "%q must store bytes"
157+
msgstr ""
158+
130159
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
131160
#: shared-bindings/canio/Match.c
132161
msgid "%q out of range"
@@ -1729,6 +1758,7 @@ msgstr ""
17291758

17301759
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
17311760
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1761+
#: ports/raspberrypi/common-hal/alarm/time/TimeAlarm.c
17321762
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
17331763
msgid "Only one alarm.time alarm can be set."
17341764
msgstr ""
@@ -2067,6 +2097,7 @@ msgstr ""
20672097
msgid "Size not supported"
20682098
msgstr ""
20692099

2100+
#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
20702101
#: ports/stm/common-hal/alarm/SleepMemory.c
20712102
msgid "Sleep Memory not available"
20722103
msgstr ""
@@ -2214,6 +2245,7 @@ msgstr "Zu viele displays"
22142245
msgid "Total data to write is larger than %q"
22152246
msgstr ""
22162247

2248+
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
22172249
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
22182250
msgid "Touch alarms not available"
22192251
msgstr ""

locale/el.po

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,22 @@ msgstr ""
8383
msgid "%q indices must be integers, not %s"
8484
msgstr ""
8585

86+
#: py/argcheck.c
87+
msgid "%q length must be %q"
88+
msgstr ""
89+
8690
#: shared-bindings/vectorio/Polygon.c
8791
msgid "%q list must be a list"
8892
msgstr ""
8993

94+
#: py/argcheck.c
95+
msgid "%q must <= %d"
96+
msgstr ""
97+
98+
#: py/argcheck.c
99+
msgid "%q must be %d-%d"
100+
msgstr ""
101+
90102
#: shared-bindings/usb_hid/Device.c
91103
msgid "%q must be 0-255"
92104
msgstr ""
@@ -95,7 +107,11 @@ msgstr ""
95107
msgid "%q must be 1-255"
96108
msgstr ""
97109

98-
#: shared-bindings/memorymonitor/AllocationAlarm.c
110+
#: py/argcheck.c
111+
msgid "%q must be >= %d"
112+
msgstr ""
113+
114+
#: py/argcheck.c shared-bindings/memorymonitor/AllocationAlarm.c
99115
msgid "%q must be >= 0"
100116
msgstr ""
101117

@@ -111,6 +127,10 @@ msgstr ""
111127
msgid "%q must be None or between 1 and len(report_descriptor)-1"
112128
msgstr ""
113129

130+
#: py/argcheck.c
131+
msgid "%q must be a string"
132+
msgstr ""
133+
114134
#: shared-module/vectorio/Polygon.c
115135
msgid "%q must be a tuple of length 2"
116136
msgstr ""
@@ -119,6 +139,15 @@ msgstr ""
119139
msgid "%q must be between %d and %d"
120140
msgstr ""
121141

142+
#: py/argcheck.c
143+
msgid "%q must of type %q"
144+
msgstr ""
145+
146+
#: shared-bindings/keypad/KeyMatrix.c shared-bindings/keypad/Keys.c
147+
#: shared-bindings/keypad/ShiftRegisterKeys.c
148+
msgid "%q must store bytes"
149+
msgstr ""
150+
122151
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
123152
#: shared-bindings/canio/Match.c
124153
msgid "%q out of range"
@@ -1702,6 +1731,7 @@ msgstr ""
17021731

17031732
#: ports/esp32s2/common-hal/alarm/time/TimeAlarm.c
17041733
#: ports/nrf/common-hal/alarm/time/TimeAlarm.c
1734+
#: ports/raspberrypi/common-hal/alarm/time/TimeAlarm.c
17051735
#: ports/stm/common-hal/alarm/time/TimeAlarm.c
17061736
msgid "Only one alarm.time alarm can be set."
17071737
msgstr ""
@@ -2035,6 +2065,7 @@ msgstr ""
20352065
msgid "Size not supported"
20362066
msgstr ""
20372067

2068+
#: ports/raspberrypi/common-hal/alarm/SleepMemory.c
20382069
#: ports/stm/common-hal/alarm/SleepMemory.c
20392070
msgid "Sleep Memory not available"
20402071
msgstr ""
@@ -2179,6 +2210,7 @@ msgstr ""
21792210
msgid "Total data to write is larger than %q"
21802211
msgstr ""
21812212

2213+
#: ports/raspberrypi/common-hal/alarm/touch/TouchAlarm.c
21822214
#: ports/stm/common-hal/alarm/touch/TouchAlarm.c
21832215
msgid "Touch alarms not available"
21842216
msgstr ""

0 commit comments

Comments
 (0)