Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0cf4700

Browse files
authored
Merge branch 'aug-5-meetup' into translate-json-title
2 parents 6866cde + fcd46e6 commit 0cf4700

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

library/datetime.po

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2023-07-17 17:39+0800\n"
11-
"PO-Revision-Date: 2018-05-23 14:42+0000\n"
11+
"PO-Revision-Date: 2023-08-05 15:55+0800\n"
1212
"Last-Translator: Adrian Liaw <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
1414
"tw)\n"
@@ -17,6 +17,7 @@ msgstr ""
1717
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919
"Plural-Forms: nplurals=1; plural=0;\n"
20+
"X-Generator: Poedit 3.3.2\n"
2021

2122
#: ../../library/datetime.rst:2
2223
msgid ":mod:`datetime` --- Basic date and time types"
@@ -200,7 +201,7 @@ msgstr ""
200201

201202
#: ../../library/datetime.rst:157
202203
msgid "Common Properties"
203-
msgstr ""
204+
msgstr "常見屬性"
204205

205206
#: ../../library/datetime.rst:159
206207
msgid ""
@@ -280,6 +281,7 @@ msgid ""
280281
"A :class:`timedelta` object represents a duration, the difference between "
281282
"two dates or times."
282283
msgstr ""
284+
"一個 :class:`timedelta` 物件代表著一段持續時間,即兩個日期或時間之間的差異。"
283285

284286
#: ../../library/datetime.rst:201
285287
msgid ""
@@ -1019,6 +1021,9 @@ msgstr "用法範例:\\ :class:`date`"
10191021
#: ../../library/datetime.rst:754
10201022
msgid "Example of counting days to an event::"
10211023
msgstr ""
1024+
"計算一個事件的天數的範例: \n"
1025+
"\n"
1026+
"::"
10221027

10231028
#: ../../library/datetime.rst:773
10241029
msgid "More examples of working with :class:`date`:"
@@ -2652,7 +2657,7 @@ msgstr "``%m``"
26522657

26532658
#: ../../library/datetime.rst:2369
26542659
msgid "Month as a zero-padded decimal number."
2655-
msgstr ""
2660+
msgstr "以零填充的並以十進位數字表示的月份。"
26562661

26572662
#: ../../library/datetime.rst:2369 ../../library/datetime.rst:2381
26582663
msgid "01, 02, ..., 12"
@@ -2992,7 +2997,7 @@ msgstr ""
29922997

29932998
#: ../../library/datetime.rst:2483
29942999
msgid "Technical Detail"
2995-
msgstr ""
3000+
msgstr "技術細節"
29963001

29973002
#: ../../library/datetime.rst:2485
29983003
msgid ""
@@ -3188,7 +3193,7 @@ msgstr "註解"
31883193

31893194
#: ../../library/datetime.rst:2619
31903195
msgid "If, that is, we ignore the effects of Relativity"
3191-
msgstr ""
3196+
msgstr "也就是說,我們會忽略相對論的效應"
31923197

31933198
#: ../../library/datetime.rst:2621
31943199
msgid ""

library/json.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,15 @@ msgid ""
5050
":mod:`json` exposes an API familiar to users of the standard library :mod:"
5151
"`marshal` and :mod:`pickle` modules."
5252
msgstr ""
53+
":mod:`json` 為標準函式庫 :mod:`marshal` 與 :mod:`pickle` 模組的使用者提供熟悉"
54+
"的 API。"
5355

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

5863
#: ../../library/json.rst:48
5964
msgid "Compact encoding::"
@@ -321,7 +326,7 @@ msgstr ""
321326

322327
#: ../../library/json.rst:299
323328
msgid "The keyword argument *encoding* has been removed."
324-
msgstr ""
329+
msgstr "關鍵字引數 *encoding* 已經被刪除。"
325330

326331
#: ../../library/json.rst:304
327332
msgid "Encoders and Decoders"
@@ -694,7 +699,7 @@ msgstr ""
694699

695700
#: ../../library/json.rst:630
696701
msgid "The *object_pairs_hook* parameter can be used to alter this behavior."
697-
msgstr ""
702+
msgstr "*object_parts_hook* 參數可以被使用來改變此行為。"
698703

699704
#: ../../library/json.rst:634
700705
msgid "Top-level Non-Object, Non-Array Values"

0 commit comments

Comments
 (0)