@@ -144,13 +144,20 @@ msgid ""
144144"``real_value`` can be any type. This method does no decoding in :class:"
145145"`BaseCookie` --- it exists so it can be overridden."
146146msgstr ""
147+ "文字列表現のタプル ``(real_value, coded_value)`` を返します。 ``real_value`` "
148+ "の型はどのようなものでも許容されます。このメソッドは :class:`BaseCookie` にお"
149+ "いてデコードを行わず、オーバーライドされるためにだ���存在します。"
147150
148151#: ../../library/http.cookies.rst:87
149152msgid ""
150153"Return a tuple ``(real_value, coded_value)``. *val* can be any type, but "
151154"``coded_value`` will always be converted to a string. This method does no "
152155"encoding in :class:`BaseCookie` --- it exists so it can be overridden."
153156msgstr ""
157+ "タプル ``(real_value, coded_value)`` を返します。 *val* の型はどのようなもの"
158+ "でも許容されますが、 ``coded_value`` は常に文字列に変換されます。このメソッド"
159+ "は :class:`BaseCookie` においてエンコードを行わず、オーバーライドされるために"
160+ "だけ存在します。"
154161
155162#: ../../library/http.cookies.rst:92
156163msgid ""
@@ -261,6 +268,9 @@ msgid ""
261268"send the cookie along with cross-site requests. This helps to mitigate CSRF "
262269"attacks. Valid values for this attribute are \" Strict\" and \" Lax\" ."
263270msgstr ""
271+ ":attr:`samesite` 属性は、ブラウザーがクロスサイトリクエストに加えて cookie の"
272+ "送信も禁止することを指定します。これは CSRF 攻撃の軽減に役立ちます。この属性"
273+ "い有効な値は、 \" Strict\" と \" Lax\" です。"
264274
265275#: ../../library/http.cookies.rst:152
266276msgid "The keys are case-insensitive and their default value is ``''``."
@@ -279,6 +289,8 @@ msgid ""
279289"Attributes :attr:`~Morsel.key`, :attr:`~Morsel.value` and :attr:`~Morsel."
280290"coded_value` are read-only. Use :meth:`~Morsel.set` for setting them."
281291msgstr ""
292+ ":attr:`~Morsel.key` と :attr:`~Morsel.value` 、 :attr:`~Morsel.coded_value` "
293+ "属性は読み出し専用です。設定には、 :meth:`~Morsel.set` を使用してください。"
282294
283295#: ../../library/http.cookies.rst:163
284296msgid "Added support for the :attr:`samesite` attribute."
0 commit comments