Skip to content

Commit b10fba0

Browse files
kevin1kevin1krockleona
authored andcommitted
Add translations to library/json rst:26 and rst:29 (#537)
* Add translations to `library/json` rst:26 and rst:29 * fix literal code block marker * Update library/json.po Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com> --------- Co-authored-by: RockLeon <34214497+rockleona@users.noreply.github.com>
1 parent 108d43d commit b10fba0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: library/json.po

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2023-07-29 10:36+0000\n"
12-
"PO-Revision-Date: 2018-05-23 16:04+0000\n"
12+
"PO-Revision-Date: 2023-08-05 16:26+0800\n"
1313
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1515
"tw)\n"
@@ -18,6 +18,7 @@ msgstr ""
1818
"Content-Type: text/plain; charset=UTF-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Plural-Forms: nplurals=1; plural=0;\n"
21+
"X-Generator: Poedit 3.3.2\n"
2122

2223
#: ../../library/json.rst:2
2324
msgid ":mod:`json` --- JSON encoder and decoder"
@@ -49,10 +50,15 @@ msgid ""
4950
":mod:`json` exposes an API familiar to users of the standard library :mod:"
5051
"`marshal` and :mod:`pickle` modules."
5152
msgstr ""
53+
":mod:`json` 為標準函式庫 :mod:`marshal` 與 :mod:`pickle` 模組的使用者提供熟悉"
54+
"的 API。"
5255

5356
#: ../../library/json.rst:29
5457
msgid "Encoding basic Python object hierarchies::"
5558
msgstr ""
59+
"對基本 Python 物件階層進行編碼:\n"
60+
"\n"
61+
"::"
5662

5763
#: ../../library/json.rst:48
5864
msgid "Compact encoding::"

0 commit comments

Comments
 (0)