File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 9
9
# mollinaca, 2021
10
10
# Arihiro TAKASE, 2023
11
11
# tomo, 2023
12
+ # Taichi Haradaguchi, 2024
12
13
#
13
14
#, fuzzy
14
15
msgid ""
15
16
msgstr ""
16
17
"Project-Id-Version : Python 3.12\n "
17
18
"Report-Msgid-Bugs-To : \n "
18
- "POT-Creation-Date : 2024-02-16 14:13 +0000\n "
19
+ "POT-Creation-Date : 2024-02-25 01:09 +0000\n "
19
20
"PO-Revision-Date : 2021-06-28 00:47+0000\n "
20
- "Last-Translator : tomo, 2023 \n "
21
+ "Last-Translator : Taichi Haradaguchi, 2024 \n "
21
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
22
23
"ja/)\n "
23
24
"MIME-Version : 1.0\n "
@@ -104,6 +105,14 @@ msgid ""
104
105
"objects to selectively allow or reject exporting of read-write and read-only "
105
106
"buffers."
106
107
msgstr ""
108
+ "bufferインターフェースの利用者の一例は、ファイルオブジェクトの :meth:`~io."
109
+ "BufferedIOBase.write` メソッドです: bufferインターフェースを通して一連のバイ"
110
+ "ト列を提供できるどんなオブジェクトでもファイルに書き込むことができます。 :"
111
+ "meth:`!write` は、その引数として渡されたオブジェクトの内部要素に対する読み出"
112
+ "し専用アクセスのみを必要としますが、 :meth:`~io.BufferedIOBase.readinto` のよ"
113
+ "うな他のメソッドでは、その引数の内容に対する書き込みアクセスが必要です。"
114
+ "bufferインターフェースにより、オブジェクトは読み書き両方、読み出し専用バッ"
115
+ "ファへのアクセスを許可するかそれとも拒否するか選択することができます。"
107
116
108
117
#: ../../c-api/buffer.rst:53
109
118
msgid ""
You can’t perform that action at this time.
0 commit comments