8000 Update http.cookiejar.po · python/python-docs-zh-tw@4b57943 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b57943

Browse files
authored
Update http.cookiejar.po
1 parent b0ca0cc commit 4b57943

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

library/http.cookiejar.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ msgid ""
490490
"example if the file does not exist."
491491
msgstr ""
492492
"被命名的檔案必須是類別所能正確剖析的格式,否則會產生 :exc:`LoadError`。此"
493-
"外,:exc:`OSError` 可能會被抛出,例如檔案不存在時。"
493+
"外,:exc:`OSError` 可能會被拋出,例如檔案不存在時。"
494494

495495
#: ../../library/http.cookiejar.rst:285
496496
msgid ":exc:`IOError` used to be raised, it is now an alias of :exc:`OSError`."
@@ -652,7 +652,7 @@ msgstr ""
652652
"如果 :meth:`domain_return_ok` 對 cookie 域回傳 true, :meth:`path_return_ok` "
653653
"就會被用來調用 cookie 路徑。 否則 :meth:`path_return_ok` "
654654
"和 :meth:`return_ok` 永遠不會被調用。 如果 :meth:`path_return_ok` 回傳 true,"
655-
"則會調用 :meth:`return_ok` 附帶的 :class:`Cookie` 物件本身以进行全面检查。 否"
655+
"則會調用 :meth:`return_ok` 附帶的 :class:`Cookie` 物件本身以進行全面檢查。 否"
656656
"則, :meth:`return_ok` 將永遠不會被調用。"
657657

658658
#: ../../library/http.cookiejar.rst:396
@@ -663,8 +663,8 @@ msgid ""
663663
"domain is ``\"www.example.com\"``. The same goes for :meth:`path_return_ok`."
664664
msgstr ""
665665
"請注意,:meth:`domain_return_ok` 是針對每個 *cookie* 網域來呼叫的,而不只是針"
666-
"對 *request* 網域。 例如,如果請求域是 ``www.example.com`` ,這個函式可能會"
667-
"同時被 ``.example.com`` 和 ``www.example.com`` 呼叫。 同樣的道理也適用"
666+
"對 *request* 網域。 例如,如果請求域是 ``www.example.com`` ,這個函式可能會"
667+
"同時被 ``.example.com`` 和 ``www.example.com`` 呼叫。 同樣的道理也適用"
668668
"於 :meth:`path_return_ok`。"
669669

670670
#: ../../library/http.cookiejar.rst:401
@@ -786,8 +786,8 @@ msgid ""
786786
msgstr ""
787787
"提供網域阻止清單和允許清單(預設都關閉)。只有不在阻止清單中和在允許清單中"
788788
"(如果允許清單是有效的)的網域才參與 cookie 設定和傳回。 使用 "
789-
"*blocked_domains* 构造函数参数,以及 :meth:`blocked_domains` "
790-
"和 :meth:`set_blocked_domains` 方法(以及 *allowed_domains* 的相应参数和方"
789+
"*blocked_domains* 構造函數參數,以及 :meth:`blocked_domains` "
790+
"和 :meth:`set_blocked_domains` 方法(以及 *allowed_domains* 的相應參數和方"
791791
"法)。 如果您設定了 allowlist,您可以透過設定為 :const:`None` 來再次關閉它。"
792792

793793
#: ../../library/http.cookiejar.rst:474
@@ -894,7 +894,7 @@ msgid ""
894894
"blocked on the basis of verifiability"
895895
msgstr ""
896896
"遵循針對不可驗證事務的 :rfc:`2965` 規則(不可驗證事務通常是由重定向或請求發佈"
897-
"在其它網站的圖片導致的)。 如果該屬性爲假值,則 永遠不會 基於可驗證性而阻止 "
897+
"在其它網站的圖片導致的)。 如果該屬性為假值,則 永遠不會 基於可驗證性而阻止 "
898898
"cookie"
899899

900900
#: ../../library/http.cookiejar.rst:551
@@ -985,8 +985,8 @@ msgid ""
985985
"may be 'downgraded' by :mod:`http.cookiejar` from version 1 to version 0 "
986986
"(Netscape) cookies."
987987
msgstr ""
988-
":class:`Cookie` 实例的 Python 属性大致对应于各种 cookie 标准中指定的标准 "
989-
"cookie 属性。 這個對應關係不是一一對應的,因為有複雜的規則來指定預設值,因為 "
988+
":class:`Cookie` 實例的 Python 屬性大致對應於各種 cookie 標准中指定的標准 "
989+
"cookie 屬性。 這個對應關係不是一一對應的,因為有複雜的規則來指定預設值,因為 "
990990
"``max-age` 和 ``expires`` cookie 屬性包含相等的信息,也因為 :rfc:`2109` "
991991
"cookie 可能會被 :mod:`http.cookiejar` 從版本 1 「降級」 到版本 0 (Netscape) "
992992
"cookie。"
@@ -1034,7 +1034,7 @@ msgstr "Cookie 網域 (字符串)。"
10341034

10351035
#: ../../library/http.cookiejar.rst:659
10361036
msgid "Cookie path (a string, eg. ``'/acme/rocket_launchers'``)."
1037-
msgstr "Cookie 路徑 (字串,例如 ``/acme/rocket_launchers``)。"
1037+
msgstr "Cookie 路徑 (字串,例如 ``/acme/rocket_launchers``)。"
10381038

10391039
#: ../../library/http.cookiejar.rst:664
10401040
msgid "``True`` if cookie should only be returned over a secure connection."
@@ -1050,7 +1050,7 @@ msgstr ""
10501050

10511051
#: ../../library/http.cookiejar.rst:675
10521052
msgid "``True`` if this is a session cookie."
1053-
msgstr "如果這是會話 cookie,即爲``True`` 。"
1053+
msgstr "如果這是會話 cookie,即為``True`` 。"
10541054

10551055
#: ../../library/http.cookiejar.rst:680
10561056
msgid ""
@@ -1063,7 +1063,7 @@ msgid ""
10631063
"URL linking to a comment from the server explaining the function of this "
10641064
"cookie, or :const:`None`."
10651065
msgstr ""
1066-
"鏈接到來自伺服器的解釋此 cookie 功能的註釋的 URL,或者爲 :const:`None`。"
1066+
"鏈接到來自伺服器的解釋此 cookie 功能的註釋的 URL,或者為 :const:`None`。"
10671067

10681068
#: ../../library/http.cookiejar.rst:692
10691069
msgid ""
@@ -1084,7 +1084,7 @@ msgid ""
10841084
"``True`` if a port or set of ports was explicitly specified by the server "
10851085
"(in the :mailheader:`Set-Cookie` / :mailheader:`Set-Cookie2` header)."
10861086
msgstr ""
1087-
"如果服务器显式地指定了一个端口或一组端口(在 :mailheader:`Set-"
1087+
"如果服務器顯式地指定了一個端口或一組端口(在 :mailheader:`Set-"
10881088
"Cookie` / :mailheader:`Set-Cookie2` 標頭中)。"
10891089

10901090
#: ../../library/http.cookiejar.rst:707

0 commit comments

Comments
 (0)
0