From a05771bc5e6bb356c6a99d274324f28a734647d3 Mon Sep 17 00:00:00 2001 From: Yu-Sheng Li Date: Sat, 5 Aug 2023 16:12:59 +0800 Subject: [PATCH 1/3] Add translations to `library/json` rst:26 and rst:29 --- library/json.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library/json.po b/library/json.po index bca98e8f85..8814804bcd 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:11+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,12 @@ 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 "" +msgstr "對基本 Python 物件階層進行編碼:" #: ../../library/json.rst:48 msgid "Compact encoding::" From 134ce6dce27c41a022bb07efa1a5e8f52e302c28 Mon Sep 17 00:00:00 2001 From: Yu-Sheng Li Date: Sat, 5 Aug 2023 16:28:51 +0800 Subject: [PATCH 2/3] fix literal code block marker --- library/json.po | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/library/json.po b/library/json.po index 8814804bcd..0c3aef967f 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: 2023-08-05 16:11+0800\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" @@ -55,7 +55,10 @@ msgstr "" #: ../../library/json.rst:29 msgid "Encoding basic Python object hierarchies::" -msgstr "對基本 Python 物件階層進行編碼:" +msgstr "" +"對基本 Python 物件階層進行編碼:\n" +"\n" +"::" #: ../../library/json.rst:48 msgid "Compact encoding::" From ef95f19131066235000419e47c280999d033ad50 Mon Sep 17 00:00:00 2001 From: Yu-Sheng Li Date: Sat, 5 Aug 2023 17:05:37 +0800 Subject: [PATCH 3/3] Update library/json.po Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com> --- library/json.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/json.po b/library/json.po index 0c3aef967f..7b20549c12 100644 --- a/library/json.po +++ b/library/json.po @@ -50,7 +50,7 @@ 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` 模組的使用者熟悉" +":mod:`json` 為標準函式庫 :mod:`marshal` 與 :mod:`pickle` 模組的使用者提供熟悉" "的 API。" #: ../../library/json.rst:29