7
7
msgstr ""
8
8
"Project-Id-Version :Python 3.11\n "
9
9
"Report-Msgid-Bugs-To :\n "
10
- "POT-Creation-Date :2023-06-08 00:17 +0000\n "
10
+ "POT-Creation-Date :2023-07-03 07:57 +0000\n "
11
11
"PO-Revision-Date :2018-05-23 16:17+0000\n "
12
12
"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
13
13
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -313,8 +313,8 @@ msgstr ""
313
313
314
314
#: ../../reference/expressions.rst:307
315
315
msgid ""
316
- "A dictionary display is a possibly empty series ofkey/datum pairs enclosed "
317
- "in curly braces:"
316
+ "A dictionary display is a possibly empty series ofdict items (key/value "
317
+ "pairs) enclosed in curly braces:"
318
318
msgstr ""
319
319
320
320
#: ../../reference/expressions.rst:316
@@ -323,20 +323,20 @@ msgstr ""
323
323
324
324
#: ../../reference/expressions.rst:318
325
325
msgid ""
326
- "If a comma-separated sequence ofkey/datum pairs is given, they are "
327
- "evaluated from left to right to define the entries of the dictionary: each "
328
- "key object is used as a key into the dictionary to store the corresponding "
329
- "datum. This means that you can specify the same key multiple times in the "
330
- "key/datum list, and the final dictionary's value for that key will be the "
331
- "last one given."
326
+ "If a comma-separated sequence ofdict items is given, they are evaluated "
327
+ "from left to right to define the entries of the dictionary: each key object "
328
+ "is used as a key into the dictionary to store the corresponding value. This "
329
+ "means that you can specify the same key multiple times in the dict item "
330
+ "list, and the final dictionary's value for that key will be the last one "
331
+ "given."
332
332
msgstr ""
333
333
334
334
#: ../../reference/expressions.rst:328
335
335
msgid ""
336
336
"A double asterisk ``**`` denotes :dfn:`dictionary unpacking`. Its operand "
337
337
"must be a :term:`mapping`. Each mapping item is added to the new "
338
- "dictionary. Later values replace values already set by earlierkey/datum "
339
- "pairs and earlier dictionary unpackings."
338
+ "dictionary. Later values replace values already set by earlierdict items "
339
+ "and earlier dictionary unpackings."
340
340
msgstr ""
341
341
342
342
#: ../../reference/expressions.rst:333
@@ -356,7 +356,7 @@ msgid ""
356
356
"Restrictions on the types of the key values are listed earlier in section :"
357
357
"ref:`types`. (To summarize, the key type should be :term:`hashable`, which "
358
358
"excludes all mutable objects.) Clashes between duplicate keys are not "
359
- "detected; the lastdatum (textually rightmost in the display) stored for a "
359
+ "detected; the lastvalue (textually rightmost in the display) stored for a "
360
360
"given key value prevails."
361
361
msgstr ""
362
362
@@ -2420,11 +2420,12 @@ msgid "key"
2420
2420
msgstr "key(鍵)"
2421
2421
2422
2422
#: ../../reference/expressions.rst:298
2423
- msgid "datum "
2424
- msgstr "datum(資料元) "
2423
+ msgid "value "
2424
+ msgstr ""
2425
2425
2426
2426
#: ../../reference/expressions.rst:298
2427
- msgid "key/datum pair"
2427
+ #, fuzzy
2428
+ msgid "key/value pair"
2428
2429
msgstr "key/datum pair(鍵/資料元對)"
2429
2430
2430
2431
#: ../../reference/expressions.rst:298
@@ -2992,3 +2993,6 @@ msgstr "order(順序)"
2992
2993
#: ../../reference/expressions.rst:1901
2993
2994
msgid "precedence"
2994
2995
msgstr "precedence(優先順序)"
2996
+
2997
+ #~ msgid "datum"
2998
+ #~ msgstr "datum(資料元)"