diff --git a/library/json.po b/library/json.po index bca98e8f85..7b20549c12 100644 --- a/library/json.po +++ b/library/json.po @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: Python 3.12\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-07-29 10:36+0000\n" -"PO-Revision-Date: 2018-05-23 16:04+0000\n" +"PO-Revision-Date: 2023-08-05 16:26+0800\n" "Last-Translator: Adrian Liaw \n" "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" "tw)\n" @@ -18,6 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 3.3.2\n" #: ../../library/json.rst:2 msgid ":mod:`json` --- JSON encoder and decoder" @@ -49,10 +50,15 @@ msgid "" ":mod:`json` exposes an API familiar to users of the standard library :mod:" "`marshal` and :mod:`pickle` modules." msgstr "" +":mod:`json` 為標準函式庫 :mod:`marshal` 與 :mod:`pickle` 模組的使用者提供熟悉" +"的 API。" #: ../../library/json.rst:29 msgid "Encoding basic Python object hierarchies::" msgstr "" +"對基本 Python 物件階層進行編碼:\n" +"\n" +"::" #: ../../library/json.rst:48 msgid "Compact encoding::"