diff options
| author | Dan Halbert <halbert@adafruit.com> | 2019-06-26 20:39:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-26 20:39:50 -0400 |
| commit | c562b1923885d67fd349e48da841715f3a5522dd (patch) | |
| tree | 28d712c6767304b37ff09fa8abcc7176ab8b5385 /locale/zh_Latn_pinyin.po | |
| parent | f77abbd96095890a016ff6acc183b6de4d7ceb26 (diff) | |
| parent | fe507db45f7fa21c6de4aafb288a7f83d9903f71 (diff) | |
Validate mpy load
Diffstat (limited to 'locale/zh_Latn_pinyin.po')
| -rw-r--r-- | locale/zh_Latn_pinyin.po | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/zh_Latn_pinyin.po b/locale/zh_Latn_pinyin.po index 82264cb52..314591560 100644 --- a/locale/zh_Latn_pinyin.po +++ b/locale/zh_Latn_pinyin.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: circuitpython-cn\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-05-13 17:34-0700\n" +"POT-Creation-Date: 2019-06-25 17:53-0700\n" "PO-Revision-Date: 2019-04-13 10:10-0700\n" "Last-Translator: hexthat\n" "Language-Team: Chinese Hanyu Pinyin\n" @@ -454,6 +454,14 @@ msgstr "Liè tiáomù bìxū shì digitalio.DigitalInOut" msgid "Command must be an int between 0 and 255" msgstr "Mìnglìng bìxū shì 0 dào 255 zhī jiān de int" +#: py/persistentcode.c +msgid "Corrupt .mpy file" +msgstr "" + +#: py/emitglue.c +msgid "Corrupt raw code" +msgstr "" + #: ports/nrf/common-hal/bleio/UUID.c #, c-format msgid "Could not decode ble_uuid, err 0x%04x" |
