7
7
msgstr ""
8
8
"Project-Id-Version : Python 3.13\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
- "POT-Creation-Date : 2024-09-27 00:14 +0000\n "
10
+ "POT-Creation-Date : 2024-10-30 00:13 +0000\n "
11
11
"PO-Revision-Date : 2015-12-09 17:51+0000\n "
12
12
"
Last-Translator :
Liang-Bo Wang <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -80,26 +80,27 @@ msgstr ""
80
80
#: ../../library/pydoc.rst:54
81
81
msgid ""
82
82
"When printing output to the console, :program:`pydoc` attempts to paginate "
83
- "the output for easier reading. If the :envvar:`PAGER` environment variable "
84
- "is set, :program:`pydoc` will use its value as a pagination program."
83
+ "the output for easier reading. If either the :envvar:`MANPAGER` or the :"
84
+ "envvar:`PAGER` environment variable is set, :program:`pydoc` will use its "
85
+ "value as a pagination program. When both are set, :envvar:`MANPAGER` is used."
85
86
msgstr ""
86
87
87
- #: ../../library/pydoc.rst:58
88
+ #: ../../library/pydoc.rst:59
88
89
msgid ""
89
90
"Specifying a ``-w`` flag before the argument will cause HTML documentation "
90
91
"to be written out to a file in the current directory, instead of displaying "
91
92
"text on the console."
92
93
msgstr ""
93
94
94
- #: ../../library/pydoc.rst:62
95
+ #: ../../library/pydoc.rst:63
95
96
msgid ""
96
97
"Specifying a ``-k`` flag before the argument will search the synopsis lines "
97
98
"of all available modules for the keyword given as the argument, again in a "
98
99
"manner similar to the Unix :program:`man` command. The synopsis line of a "
99
100
"module is the first line of its documentation string."
100
101
msgstr ""
101
102
102
- #: ../../library/pydoc.rst:67
103
+ #: ../../library/pydoc.rst:68
103
104
msgid ""
104
105
"You can also use :program:`pydoc` to start an HTTP server on the local "
105
106
"machine that will serve documentation to visiting web browsers. :program:"
@@ -109,7 +110,7 @@ msgid ""
109
110
"arbitrary unused port."
110
111
msgstr ""
111
112
112
- #: ../../library/pydoc.rst:73
113
+ #: ../../library/pydoc.rst:74
113
114
msgid ""
114
115
":program:`python -m pydoc -n <hostname>` will start the server listening at "
115
116
"the given hostname. By default the hostname is 'localhost' but if you want "
@@ -118,7 +119,7 @@ msgid ""
118
119
"especially useful if you want to run pydoc from within a container."
119
120
msgstr ""
120
121
121
- #: ../../library/pydoc.rst:79
122
+ #: ../../library/pydoc.rst:80
122
123
msgid ""
123
124
":program:`python -m pydoc -b` will start the server and additionally open a "
124
125
"web browser to a module index page. Each served page has a navigation bar "
@@ -127,15 +128,15 @@ msgid ""
127
128
"*Topics* and *Keywords* pages."
128
129
msgstr ""
129
130
130
- #: ../../library/pydoc.rst:85
131
+ #: ../../library/pydoc.rst:86
131
132
msgid ""
132
133
"When :program:`pydoc` generates documentation, it uses the current "
133
134
"environment and path to locate modules. Thus, invoking :program:`pydoc "
134
135
"spam` documents precisely the version of the module you would get if you "
135
136
"started the Python interpreter and typed ``import spam``."
136
137
msgstr ""
137
138
138
- #: ../../library/pydoc.rst:90
139
+ #: ../../library/pydoc.rst:91
139
140
msgid ""
140
141
"Module docs for core modules are assumed to reside in ``https://docs.python."
141
142
"org/X.Y/library/`` where ``X`` and ``Y`` are the major and minor version "
@@ -144,21 +145,21 @@ msgid ""
144
145
"directory containing the Library Reference Manual pages."
145
146
msgstr ""
146
147
147
- #: ../../library/pydoc.rst:97
148
+ #: ../../library/pydoc.rst:98
148
149
msgid "Added the ``-b`` option."
149
150
msgstr "新增 ``-b`` 選項。"
150
151
151
- #: ../../library/pydoc.rst:100
152
+ #: ../../library/pydoc.rst:101
152
153
msgid "The ``-g`` command line option was removed."
153
154
msgstr ""
154
155
155
- #: ../../library/pydoc.rst:103
156
+ #: ../../library/pydoc.rst:104
156
157
msgid ""
157
158
":mod:`!pydoc` now uses :func:`inspect.signature` rather than :func:`inspect."
158
159
"getfullargspec` to extract signature information from callables."
159
160
msgstr ""
160
161
161
- #: ../../library/pydoc.rst:108
162
+ #: ../../library/pydoc.rst:109
162
163
msgid "Added the ``-n`` option."
163
164
msgstr "新增 ``-n`` 選項。"
164
165
0 commit comments