Add files via upload

This commit is contained in:
hexthat 2019-04-03 19:28:17 -07:00 committed by Scott Shawcroft
parent f7b17f711a
commit aa9a1c538c
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 7 additions and 7 deletions

View File

@ -164,19 +164,19 @@ msgstr "'S' hé 'O' bù zhīchí géshì lèixíng"
#: py/compile.c #: py/compile.c
msgid "'align' requires 1 argument" msgid "'align' requires 1 argument"
msgstr "\"duìqí\" xūyào 1 gè cānshù" msgstr "'align' xūyào 1 gè cānshù"
#: py/compile.c #: py/compile.c
msgid "'await' outside function" msgid "'await' outside function"
msgstr "\"děngdài\" wàibù gōngnéng" msgstr "'await' wàibù gōngnéng"
#: py/compile.c #: py/compile.c
msgid "'break' outside loop" msgid "'break' outside loop"
msgstr " xúnhuán" msgstr "'break' wàibù xúnhuán"
#: py/compile.c #: py/compile.c
msgid "'continue' outside loop" msgid "'continue' outside loop"
msgstr "'jìxù' wàibù xúnhuán" msgstr "'continue' wàibù xúnhuán"
#: py/compile.c #: py/compile.c
msgid "'data' requires at least 2 arguments" msgid "'data' requires at least 2 arguments"
@ -192,11 +192,11 @@ msgstr "'label' xūyào 1 cānshù"
#: py/compile.c #: py/compile.c
msgid "'return' outside function" msgid "'return' outside function"
msgstr "fǎnhuí wàibù hánshù" msgstr "'return' wàibù gōngnéng"
#: py/compile.c #: py/compile.c
msgid "'yield' outside function" msgid "'yield' outside function"
msgstr "\"shōuyì lǜ\" wàibù gōngnéng" msgstr "'yield' wàibù gōngnéng"
#: py/compile.c #: py/compile.c
msgid "*x must be assignment target" msgid "*x must be assignment target"
@ -278,7 +278,7 @@ msgstr "Lìng yīgè fāsòng yǐjīng jīhuó"
#: shared-bindings/pulseio/PulseOut.c #: shared-bindings/pulseio/PulseOut.c
msgid "Array must contain halfwords (type 'H')" msgid "Array must contain halfwords (type 'H')"
msgstr "Shùzǔ bìxū bāohán bàn zìshù (lèixíng'H')" msgstr "Shùzǔ bìxū bāohán bàn zìshù (type 'H')"
#: shared-bindings/nvm/ByteArray.c #: shared-bindings/nvm/ByteArray.c
msgid "Array values should be single bytes." msgid "Array values should be single bytes."