Skip to content

Commit b1e71ae

Browse files
hexthatweblate
authored andcommitted
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (1021 of 1021 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
1 parent 7ce3f25 commit b1e71ae

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

locale/zh_Latn_pinyin.po

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgstr ""
77
"Project-Id-Version: circuitpython-cn\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
10-
"PO-Revision-Date: 2021-08-23 14:19+0000\n"
11-
"Last-Translator: Jeff Epler <jepler@gmail.com>\n"
10+
"PO-Revision-Date: 2021-09-04 23:34+0000\n"
11+
"Last-Translator: hexthat <hexthat@gmail.com>\n"
1212
"Language-Team: Chinese Hanyu Pinyin\n"
1313
"Language: zh_Latn_pinyin\n"
1414
"MIME-Version: 1.0\n"
@@ -49,6 +49,9 @@ msgid ""
4949
"paste mode; Ctrl-C to cancel, Ctrl-D to finish\n"
5050
"=== "
5151
msgstr ""
52+
"\n"
53+
"zhān tiē mó shì; Ctrl-C qǔ xiāo, Ctrl-D wán chéngh\n"
54+
"=== "
5255

5356
#: py/obj.c
5457
msgid " File \"%q\""
@@ -85,11 +88,11 @@ msgstr ""
8588

8689
#: shared-bindings/microcontroller/Pin.c
8790
msgid "%q and %q contain duplicate pins"
88-
msgstr ""
91+
msgstr "%q hé %q bāo hán chóng fù yǐn jiǎo"
8992

9093
#: shared-bindings/microcontroller/Pin.c
9194
msgid "%q contains duplicate pins"
92-
msgstr ""
95+
msgstr "%q bāo hán chóng fù de yǐn jiǎo"
9396

9497
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
9598
msgid "%q failure: %d"
@@ -114,11 +117,11 @@ msgstr "%q suǒyǐn bìxū shì zhěngshù, ér bùshì %s"
114117

115118
#: py/argcheck.c
116119
msgid "%q length must be %d-%d"
117-
msgstr ""
120+
msgstr "%q cháng dù bì xū wéi %d-%d"
118121

119122
#: shared-bindings/usb_hid/Device.c
120123
msgid "%q length must be >= 1"
121-
msgstr ""
124+
msgstr "%q cháng dù bì xū >= 1"
122125

123126
#: shared-bindings/vectorio/Polygon.c
124127
msgid "%q list must be a list"
@@ -162,7 +165,7 @@ msgstr "%q bì xū zài %d hé %d zhī jiān"
162165

163166
#: ports/atmel-samd/common-hal/busio/UART.c
164167
msgid "%q must be power of 2"
165-
msgstr ""
168+
msgstr "%q bì xū shì 2 de gōng lǜ"
166169

167170
#: py/argcheck.c
168171
msgid "%q must of type %q"
@@ -187,7 +190,7 @@ msgstr "%q() cǎiyòng %d wèizhì cānshù, dàn gěi chū %d"
187190

188191
#: shared-bindings/usb_hid/Device.c
189192
msgid "%q, %q, and %q must all be the same length"
190-
msgstr ""
193+
msgstr "%q, %q, hé %q bì xū cháng dù xiāng tóng"
191194

192195
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
193196
#, c-format
@@ -341,7 +344,7 @@ msgstr "'yield' wàibù gōngnéng"
341344

342345
#: shared-module/vectorio/VectorShape.c
343346
msgid "(x,y) integers required"
344-
msgstr ""
347+
msgstr "(x,y) suǒ xū de zhěng shù"
345348

346349
#: py/compile.c
347350
msgid "*x must be assignment target"
@@ -516,7 +519,7 @@ msgstr "dāng VM bú yùn xíng shí, cháng shì duī fēn pèi."
516519

517520
#: ports/raspberrypi/audio_dma.c
518521
msgid "Audio conversion not implemented"
519-
msgstr ""
522+
msgstr "wèi shí xiàn yīn pín zhuǎn huàn"
520523

521524
#: shared-bindings/wifi/Radio.c
522525
msgid "AuthMode.OPEN is not used with password"
@@ -1256,7 +1259,7 @@ msgstr "Jiāmì bùzú"
12561259

12571260
#: ports/atmel-samd/audio_dma.c ports/raspberrypi/audio_dma.c
12581261
msgid "Internal audio buffer too small"
1259-
msgstr ""
1262+
msgstr "nèi bù yīn pín huǎn chōng qì tài xiǎo"
12601263

12611264
#: ports/stm/common-hal/busio/UART.c
12621265
msgid "Internal define error"
@@ -1551,12 +1554,12 @@ msgstr "quē shǎo dì yī zǔ yǐn jiǎo. zhǐ lìng %d shè zhì yǐn jiǎo"
15511554
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
15521555
#, c-format
15531556
msgid "Missing jmp_pin. Instruction %d jumps on pin"
1554-
msgstr ""
1557+
msgstr "shī zōng de jmp_pin. zhǐ lìng %d zài yǐn jiǎo shàng tiào yuè"
15551558

15561559
#: shared-module/usb_hid/Device.c
15571560
#, c-format
15581561
msgid "More than %d report ids not supported"
1559-
msgstr ""
1562+
msgstr "chāo guò %d bào gào bù zhī chí de ID"
15601563

15611564
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
15621565
msgid "Must be a %q subclass."
@@ -2637,7 +2640,7 @@ msgstr "zhóu tài cháng"
26372640

26382641
#: shared-bindings/bitmaptools/__init__.c
26392642
msgid "background value out of range of target"
2640-
msgstr ""
2643+
msgstr "bèi jǐng zhí tuō lí mù biāo fàn wéi"
26412644

26422645
#: py/builtinevex.c
26432646
msgid "bad compile mode"
@@ -2859,7 +2862,7 @@ msgstr "wúfǎ cóng shǒudòng zìduàn guīgé qiēhuàn dào zìdòng zìduà
28592862

28602863
#: extmod/ulab/code/ndarray.c
28612864
msgid "cannot assign new shape"
2862-
msgstr ""
2865+
msgstr "wú fǎ fēn pèi xīn xíng zhuàng"
28632866

28642867
#: extmod/ulab/code/ndarray_operators.c
28652868
msgid "cannot cast output with casting rule"
@@ -3166,7 +3169,7 @@ msgstr "wénjiàn bìxū shì zài zì jié móshì xià dǎkāi de wénjiàn"
31663169

31673170
#: shared-bindings/traceback/__init__.c
31683171
msgid "file write is not available"
3169-
msgstr ""
3172+
msgstr "wén jiàn biān xiě bù kě yòng"
31703173

31713174
#: shared-bindings/storage/__init__.c
31723175
msgid "filesystem must provide mount method"
@@ -3457,7 +3460,7 @@ msgstr "wú xiào element_size %d, bì xū shì, 1, 2, huò 4"
34573460

34583461
#: shared-bindings/traceback/__init__.c
34593462
msgid "invalid exception"
3460-
msgstr ""
3463+
msgstr "wú xiào lì wài"
34613464

34623465
#: extmod/modframebuf.c
34633466
msgid "invalid format"
@@ -3498,7 +3501,7 @@ msgstr "wúxiào de hàomǎ yǔfǎ"
34983501

34993502
#: py/objexcept.c shared-bindings/traceback/__init__.c
35003503
msgid "invalid traceback"
3501-
msgstr ""
3504+
msgstr "wú xiào zhuī sù"
35023505

35033506
#: py/objtype.c
35043507
msgid "issubclass() arg 1 must be a class"
@@ -3626,7 +3629,7 @@ msgstr "nèi cún shì tú: cháng dù bú shì xiàng mù huà de bèi shù"
36263629

36273630
#: extmod/ulab/code/numpy/linalg/linalg.c
36283631
msgid "mode must be complete, or reduced"
3629-
msgstr ""
3632+
msgstr "mó shì bì xū wán chéng huò jiǎn shǎo"
36303633

36313634
#: py/builtinimport.c
36323635
msgid "module not found"
@@ -3868,11 +3871,11 @@ msgstr "cāozuò shǔ bùnéng yīqǐ guǎngbò"
38683871

38693872
#: extmod/ulab/code/numpy/linalg/linalg.c
38703873
msgid "operation is defined for 2D arrays only"
3871-
msgstr ""
3874+
msgstr "jǐn zhēn duì 2D zhèn liè dìng yì cāo zuò"
38723875

38733876
#: extmod/ulab/code/numpy/linalg/linalg.c
38743877
msgid "operation is defined for ndarrays only"
3875-
msgstr ""
3878+
msgstr "cāo zuò jǐn dìng yì wéi ndarrays"
38763879

38773880
#: extmod/ulab/code/ndarray.c
38783881
msgid "operation is implemented for 1D Boolean arrays only"
@@ -4042,7 +4045,7 @@ msgstr "duìliè yìchū"
40424045

40434046
#: lib/utils/pyexec.c
40444047
msgid "raw REPL; CTRL-B to exit\n"
4045-
msgstr ""
4048+
msgstr "yuán shǐ REPL; CTRL-B tuì chū\n"
40464049

40474050
#: py/parse.c
40484051
msgid "raw f-strings are not implemented"
@@ -4451,7 +4454,7 @@ msgstr "Zhí bìxū fúhé %d zì jié"
44514454

44524455
#: shared-bindings/bitmaptools/__init__.c
44534456
msgid "value out of range of target"
4454-
msgstr ""
4457+
msgstr "zhí fàn wéi wài de mù biāo"
44554458

44564459
#: shared-bindings/displayio/Bitmap.c
44574460
msgid "value_count must be > 0"

0 commit comments

Comments
 (0)