11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2018 , Python Software Foundation
2+ # Copyright (C) 2001-2019 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # Zombie110year <[email protected] >, 20198+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.7\n "
1013"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14+ "POT-Creation-Date : 2019-01-01 10:14+0900\n "
15+ "PO-Revision-Date : 2017-02-16 23:12+0000\n "
16+ "
Last-Translator :
Zombie110year <[email protected] >, 2019\n "
1317"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -25,7 +29,7 @@ msgstr ""
2529msgid "**Source code:** :source:`Lib/glob.py`"
2630msgstr ""
2731
28- #: ../../library/glob.rst:13
32+ #: ../../library/glob.rst:21
2933msgid ""
3034"The :mod:`glob` module finds all the pathnames matching a specified pattern "
3135"according to the rules used by the Unix shell, although results are returned"
@@ -38,17 +42,17 @@ msgid ""
3842":func:`os.path.expanduser` and :func:`os.path.expandvars`.)"
3943msgstr ""
4044
41- #: ../../library/glob.rst:23
45+ #: ../../library/glob.rst:31
4246msgid ""
4347"For a literal match, wrap the meta-characters in brackets. For example, "
4448"``'[?]'`` matches the character ``'?'``."
4549msgstr ""
4650
47- #: ../../library/glob.rst:28
51+ #: ../../library/glob.rst:36
4852msgid "The :mod:`pathlib` module offers high-level path objects."
4953msgstr ""
5054
51- #: ../../library/glob.rst:33
55+ #: ../../library/glob.rst:41
5256msgid ""
5357"Return a possibly-empty list of path names that match *pathname*, which must"
5458" be a string containing a path specification. *pathname* can be either "
@@ -57,30 +61,30 @@ msgid ""
5761"Broken symlinks are included in the results (as in the shell)."
5862msgstr ""
5963
60- #: ../../library/glob.rst:39
64+ #: ../../library/glob.rst:50
6165msgid ""
6266"If *recursive* is true, the pattern \" ``**``\" will match any files and zero"
6367" or more directories and subdirectories. If the pattern is followed by an "
6468"``os.sep``, only directories and subdirectories match."
6569msgstr ""
6670
67- #: ../../library/glob.rst:44
71+ #: ../../library/glob.rst:55
6872msgid ""
6973"Using the \" ``**``\" pattern in large directory trees may consume an "
7074"inordinate amount of time."
71- msgstr ""
75+ msgstr "在一个较大的目录树中使用 \" ``**`` \" 模式可能会消耗非常多的时间。 "
7276
73- #: ../../library/glob.rst:47
77+ #: ../../library/glob.rst:58
7478msgid "Support for recursive globs using \" ``**``\" ."
7579msgstr ""
7680
77- #: ../../library/glob.rst:53
81+ #: ../../library/glob.rst:64
7882msgid ""
7983"Return an :term:`iterator` which yields the same values as :func:`glob` "
8084"without actually storing them all simultaneously."
8185msgstr ""
8286
83- #: ../../library/glob.rst:59
87+ #: ../../library/glob.rst:70
8488msgid ""
8589"Escape all special characters (``'?'``, ``'*'`` and ``'['``). This is useful"
8690" if you want to match an arbitrary literal string that may have special "
@@ -89,7 +93,7 @@ msgid ""
8993"``'//?/c:/Quo vadis[?].txt'``."
9094msgstr ""
9195
92- #: ../../library/glob.rst:68
96+ #: ../../library/glob.rst:79
9397msgid ""
9498"For example, consider a directory containing the following files: "
9599":file:`1.gif`, :file:`2.txt`, :file:`card.gif` and a subdirectory "
@@ -98,17 +102,17 @@ msgid ""
98102"path are preserved. ::"
99103msgstr ""
100104
101- #: ../../library/glob.rst:86
105+ #: ../../library/glob.rst:97
102106msgid ""
103107"If the directory contains files starting with ``.`` they won't be matched by"
104108" default. For example, consider a directory containing :file:`card.gif` and "
105109":file:`.card.gif`::"
106110msgstr ""
107111
108- #: ../../library/glob.rst:98
112+ #: ../../library/glob.rst:109
109113msgid "Module :mod:`fnmatch`"
110114msgstr ""
111115
112- #: ../../library/glob.rst:99
116+ #: ../../library/glob.rst:110
113117msgid "Shell-style filename (not path) expansion"
114118msgstr ""
0 commit comments