1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2022, Python Software Foundation
1
+ # Copyright (C) 2001-2024, Python Software Foundation
3
2
# This file is distributed under the same license as the Python package.
4
3
#
5
4
# Translators:
6
5
# 周 忠毅 <rilakcrc35@gmail.com>, 2016
7
6
# Adrian Liaw <adrianliaw2000@gmail.com>, 2018
8
- # Matt Wang <mattwang44@gmail.com>, 2022
7
+ # Matt Wang <mattwang44@gmail.com>, 2022-2024
9
8
msgid ""
10
9
msgstr ""
11
10
"Project-Id-Version :Python 3.12\n "
12
11
"Report-Msgid-Bugs-To :\n "
13
- "POT-Creation-Date :2024-01-11 00:04 +0000\n "
14
- "PO-Revision-Date :2023-02-18 14:48 +0800\n "
12
+ "POT-Creation-Date :2023-10-20 00:03 +0000\n "
13
+ "PO-Revision-Date :2024-01-22 21:42 +0800\n "
15
14
"Last-Translator :Matt Wang <mattwang44@gmail.com>\n "
16
15
"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
17
16
"tw)\n "
@@ -20,7 +19,7 @@ msgstr ""
20
19
"Content-Type :text/plain; charset=UTF-8\n "
21
20
"Content-Transfer-Encoding :8bit\n "
22
21
"Plural-Forms :nplurals=1; plural=0;\n "
23
- "X-Generator :Poedit 3.2.2 \n "
22
+ "X-Generator :Poedit 3.4.1 \n "
24
23
25
24
#: ../../library/collections.rst:2
26
25
msgid ":mod:`collections` --- Container datatypes"
@@ -790,10 +789,10 @@ msgid ""
790
789
"instead."
791
790
msgstr ""
792
791
"除了以上使用方式,deque 亦支援了疊代、pickle、``len(d)``、``reversed(d)``、"
793
- "``copy.copy(d)``、``copy.deepcopy(d)``、用 :keyword:`in`運算子來作成員檢測以 "
794
- "及像是 ``d[0]`` 的標號引用來取得第一個元素。在兩端做索引存取的複雜度為 *O* \\ "
795
- "(1) 但越靠近中間則減慢至 *O*\\ (*n*)。若想要隨機而快速的存取,使用 list會較 "
796
- "為合適 。"
792
+ "``copy.copy(d)``、``copy.deepcopy(d)``、用 :keyword:`in`運算子來作隸屬資格檢 "
793
+ "測以及像是 ``d[0]`` 的標號引用來取得第一個元素。在兩端做索引存取的複雜度為 "
794
+ "*O* \\ (1) 但越靠近中間則減慢至 *O*\\ (*n*)。若想要隨機而快速的存取,使用 list "
795
+ "會較為合適 。"
797
796
798
797
#: ../../library/collections.rst:591
799
798
msgid ""