@@ -76,7 +76,7 @@ msgid ""
76
76
"for long-running web spiders that need to check for new ``robots.txt`` files "
77
77
"periodically."
78
78
msgstr ""
79
- "返回最近一次 fetch ``robots.txt`` 文件的時間。這適用於需要定期檢查 ``robots."
79
+ "回傳最近一次 fetch ``robots.txt`` 文件的時間。這適用於需要定期檢查 ``robots."
80
80
"txt`` 文件更新情況的長時間運行網頁爬蟲。"
81
81
82
82
#: ../../library/urllib.robotparser.rst:57
@@ -91,7 +91,7 @@ msgid ""
91
91
"apply to the *useragent* specified or the ``robots.txt`` entry for this "
92
92
"parameter has invalid syntax, return ``None``."
93
93
msgstr ""
94
- "針對指定的 *useragent* 從 ``robots.txt``返回 ``Crawl-delay`` 參數的值。如果"
94
+ "針對指定的 *useragent* 從 ``robots.txt``回傳 ``Crawl-delay`` 參數的值。如果"
95
95
"此參數不存在、不適用於指定的 *useragent* ,或是此參數在 ``robots.txt`` 中所指"
96
96
"的條目含有無效語法,則回傳 ``None``。"
97
97
@@ -103,7 +103,7 @@ msgid ""
103
103
"``robots.txt`` entry for this parameter has invalid syntax, return ``None``."
104
104
msgstr ""
105
105
"以 :term:`named tuple` ``RequestRate(requests, seconds)`` 的形式從 ``robots."
106
- "txt``返回 ``Request-rate`` 參數的內容。如果此參數不存在、不適用於指定的 "
106
+ "txt``回傳 ``Request-rate`` 參數的內容。如果此參數不存在、不適用於指定的 "
107
107
"*useragent* ,或是此參數在 ``robots.txt`` 中所指的條目含有無效語法,則回傳 "
108
108
"``None``。"
109
109
@@ -113,7 +113,7 @@ msgid ""
113
113
"form of a :func:`list`. If there is no such parameter or the ``robots.txt`` "
114
114
"entry for this parameter has invalid syntax, return ``None``."
115
115
msgstr ""
116
- "以 :func:`list` 的形式從 ``robots.txt``返回 ``Sitemap`` 參數的內容。如果此參"
116
+ "以 :func:`list` 的形式從 ``robots.txt``回傳 ``Sitemap`` 參數的內容。如果此參"
117
117
"數不存在或此參數在 ``robots.txt`` 中所指的條目含有無效語法,則回傳 ``None``。"
118
118
119
119
#: ../../library/urllib.robotparser.rst:89