@@ -66,6 +66,8 @@ msgid ""
66
66
"To work with plist data in bytes or string objects, use :func:`dumps` and :"
67
67
"func:`loads`."
68
68
msgstr ""
69
+ "バイトオブジェクトや文字列オブジェクトの plist データを扱うためには :func:"
70
+ "`dumps` や :func:`loads` を利用します。"
69
71
70
72
#: ../../library/plistlib.rst:33
71
73
msgid ""
@@ -80,24 +82,28 @@ msgstr ""
80
82
#: ../../library/plistlib.rst:37
81
83
msgid "New API, old API deprecated. Support for binary format plists added."
82
84
msgstr ""
83
- "新しい API。 古い API は撤廃されました 。バイナリ形式の plist がサポートされま "
84
- "した 。"
85
+ "新しい API となり、 古い API は非推奨となりました 。バイナリ形式の plist がサ "
86
+ "ポートされました 。"
85
87
86
88
#: ../../library/plistlib.rst:40
87
89
msgid ""
88
90
"Support added for reading and writing :class:`UID` tokens in binary plists "
89
91
"as used by NSKeyedArchiver and NSKeyedUnarchiver."
90
92
msgstr ""
93
+ "バイナリの plist で NSKeyedArchiver や NSKeyedUnarchiver によって使用される :"
94
+ "class:`UID` トークンの読み込み・書き込みのサポートが追加されました。"
91
95
92
96
#: ../../library/plistlib.rst:44
93
97
msgid "Old API removed."
94
- msgstr ""
98
+ msgstr "古い API が削除されました。 "
95
99
96
100
#: ../../library/plistlib.rst:49
97
101
msgid ""
98
102
"`PList manual page <https://developer.apple.com/library/archive/"
99
103
"documentation/Cocoa/Conceptual/PropertyLists/>`_"
100
104
msgstr ""
105
+ "`PList マニュアルページ <https://developer.apple.com/library/archive/"
106
+ "documentation/Cocoa/Conceptual/PropertyLists/>`_"
101
107
102
108
#: ../../library/plistlib.rst:50
103
109
msgid "Apple's documentation of the file format."
@@ -143,6 +149,9 @@ msgid ""
143
149
"be created as :ref:`aware object <datetime-naive-aware>`, with :attr:`!"
144
150
"tzinfo` as :attr:`datetime.UTC`."
145
151
msgstr ""
152
+ "*aware_datetime* が true の場合、 ``datetime.datetime`` 型によるフィールド"
153
+ "は、 :attr:`datetime.UTC` の :attr:`!tzinfo` 付きで :ref:`aware オブジェクト "
154
+ "<datetime-naive-aware>` として作成されます。"
146
155
147
156
#: ../../library/plistlib.rst:76
148
157
msgid ""
@@ -166,17 +175,19 @@ msgstr ""
166
175
167
176
#: ../../library/plistlib.rst:86 ../../library/plistlib.rst:131
168
177
msgid "The keyword-only parameter *aware_datetime* has been added."
169
- msgstr ""
178
+ msgstr "キーワード専用引数 *aware_datetime* が追加されました。 "
170
179
171
180
#: ../../library/plistlib.rst:92
172
181
msgid ""
173
182
"Load a plist from a bytes or string object. See :func:`load` for an "
174
183
"explanation of the keyword arguments."
175
184
msgstr ""
185
+ "バイナリまたは文字列オブジェクトから plist をロードします。キーワード引数の説"
186
+ "明については、 :func:`load` を参照してください。"
176
187
177
188
#: ../../library/plistlib.rst:97
178
189
msgid "*data* can be a string when *fmt* equals :data:`FMT_XML`."
179
- msgstr ""
190
+ msgstr "*fmt* が :data:`FMT_XML` の場合、 *data* は文字列たり得ます。 "
180
191
181
192
#: ../../library/plistlib.rst:102
182
193
msgid ""
@@ -226,6 +237,9 @@ msgid ""
226
237
"is set as a :ref:`aware object <datetime-naive-aware>`, it will convert to "
227
238
"UTC timezone before writing it."
228
239
msgstr ""
240
+ "*aware_datetime* が True で、 ``datetime.datetime`` 型のすべてのフィールド"
241
+ "が :ref:`aware オブジェクト <datetime-naive-aware>` に設定されているとき、書"
242
+ "き込みの前に UTC タイムゾーンに変換されます。"
229
243
230
244
#: ../../library/plistlib.rst:123
231
245
msgid ""
@@ -260,12 +274,17 @@ msgid ""
260
274
"Wraps an :class:`int`. This is used when reading or writing NSKeyedArchiver "
261
275
"encoded data, which contains UID (see PList manual)."
262
276
msgstr ""
277
+ ":class:`int` をラップします。これは NSKeyedArchiver でエンコードされた UID を"
278
+ "含むデータ、の読み込みや書き込みに使用されます (PList マニュアルを参照) 。"
263
279
264
280
#: ../../library/plistlib.rst:151
265
281
msgid ""
266
282
"It has one attribute, :attr:`data`, which can be used to retrieve the int "
267
283
"value of the UID. :attr:`data` must be in the range ``0 <= data < 2**64``."
268
284
msgstr ""
285
+ "これは一つ、 :attr:`data` 属性を持ち、これにより UID の int 値を取得すること"
286
+ "ができます。 :attr:`data` は ``0 <= data < 2**64`` の範囲内でなければなりませ"
287
+ "ん。"
269
288
270
289
#: ../../library/plistlib.rst:157
271
290
msgid "The following constants are available:"
0 commit comments