@@ -66,6 +66,8 @@ msgid ""
6666"To work with plist data in bytes or string objects, use :func:`dumps` and :"
6767"func:`loads`."
6868msgstr ""
69+ "バイトオブジェクトや文字列オブジェクトの plist データを扱うためには :func:"
70+ "`dumps` や :func:`loads` を利用します。"
6971
7072#: ../../library/plistlib.rst:33
7173msgid ""
@@ -80,24 +82,28 @@ msgstr ""
8082#: ../../library/plistlib.rst:37
8183msgid "New API, old API deprecated. Support for binary format plists added."
8284msgstr ""
83- "新しい API。 古い API は撤廃されました 。バイナリ形式の plist がサポートされま "
84- "した 。"
85+ "新しい API となり、 古い API は非推奨となりました 。バイナリ形式の plist がサ "
86+ "ポートされました 。"
8587
8688#: ../../library/plistlib.rst:40
8789msgid ""
8890"Support added for reading and writing :class:`UID` tokens in binary plists "
8991"as used by NSKeyedArchiver and NSKeyedUnarchiver."
9092msgstr ""
93+ "バイナリの plist で NSKeyedArchiver や NSKeyedUnarchiver によって使用される :"
94+ "class:`UID` トークンの読み込み・書き込みのサポートが追加されました。"
9195
9296#: ../../library/plistlib.rst:44
9397msgid "Old API removed."
94- msgstr ""
98+ msgstr "古い API が削除されました。 "
9599
96100#: ../../library/plistlib.rst:49
97101msgid ""
98102"`PList manual page <https://developer.apple.com/library/archive/"
99103"documentation/Cocoa/Conceptual/PropertyLists/>`_"
100104msgstr ""
105+ "`PList マニュアルページ <https://developer.apple.com/library/archive/"
106+ "documentation/Cocoa/Conceptual/PropertyLists/>`_"
101107
102108#: ../../library/plistlib.rst:50
103109msgid "Apple's documentation of the file format."
@@ -143,6 +149,9 @@ msgid ""
143149"be created as :ref:`aware object <datetime-naive-aware>`, with :attr:`!"
144150"tzinfo` as :attr:`datetime.UTC`."
145151msgstr ""
152+ "*aware_datetime* が true の場合、 ``datetime.datetime`` 型によるフィールド"
153+ "は、 :attr:`datetime.UTC` の :attr:`!tzinfo` 付きで :ref:`aware オブジェクト "
154+ "<datetime-naive-aware>` として作成されます。"
146155
147156#: ../../library/plistlib.rst:76
148157msgid ""
@@ -166,17 +175,19 @@ msgstr ""
166175
167176#: ../../library/plistlib.rst:86 ../../library/plistlib.rst:131
168177msgid "The keyword-only parameter *aware_datetime* has been added."
169- msgstr ""
178+ msgstr "キーワード専用引数 *aware_datetime* が追加されました。 "
170179
171180#: ../../library/plistlib.rst:92
172181msgid ""
173182"Load a plist from a bytes or string object. See :func:`load` for an "
174183"explanation of the keyword arguments."
175184msgstr ""
185+ "バイナリまたは文字列オブジェクトから plist をロードします。キーワード引数の説"
186+ "明については、 :func:`load` を参照してください。"
176187
177188#: ../../library/plistlib.rst:97
178189msgid "*data* can be a string when *fmt* equals :data:`FMT_XML`."
179- msgstr ""
190+ msgstr "*fmt* が :data:`FMT_XML` の場合、 *data* は文字列たり得ます。 "
180191
181192#: ../../library/plistlib.rst:102
182193msgid ""
@@ -226,6 +237,9 @@ msgid ""
226237"is set as a :ref:`aware object <datetime-naive-aware>`, it will convert to "
227238"UTC timezone before writing it."
228239msgstr ""
240+ "*aware_datetime* が True で、 ``datetime.datetime`` 型のすべてのフィールド"
241+ "が :ref:`aware オブジェクト <datetime-naive-aware>` に設定されているとき、書"
242+ "き込みの前に UTC タイムゾーンに変換されます。"
229243
230244#: ../../library/plistlib.rst:123
231245msgid ""
@@ -260,12 +274,17 @@ msgid ""
260274"Wraps an :class:`int`. This is used when reading or writing NSKeyedArchiver "
261275"encoded data, which contains UID (see PList manual)."
262276msgstr ""
277+ ":class:`int` をラップします。これは NSKeyedArchiver でエンコードされた UID を"
278+ "含むデータ、の読み込みや書き込みに使用されます (PList マニュアルを参照) 。"
263279
264280#: ../../library/plistlib.rst:151
265281msgid ""
266282"It has one attribute, :attr:`data`, which can be used to retrieve the int "
267283"value of the UID. :attr:`data` must be in the range ``0 <= data < 2**64``."
268284msgstr ""
285+ "これは一つ、 :attr:`data` 属性を持ち、これにより UID の int 値を取得すること"
286+ "ができます。 :attr:`data` は ``0 <= data < 2**64`` の範囲内でなければなりませ"
287+ "ん。"
269288
270289#: ../../library/plistlib.rst:157
271290msgid "The following constants are available:"
0 commit comments