Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork214
Add translations tolibrary/json
rst:26 and rst:29#537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
@@ -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:26+0800\n" | ||||||||||
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\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" | ||||||||||
"::" | ||||||||||
Comment on lines +59 to +61 Collaborator There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 感覺是不是多餘的空白 Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 剛剛誤會 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 看 README 才發現有這個神祕語法 還要多一個換行XD There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. 翻譯中抽換成以下這樣是正確的歐,請參考rst literal block 用法
Collaborator
| ||||||||||
#: ../../library/json.rst:48 | ||||||||||
msgid "Compact encoding::" | ||||||||||