Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd925b81

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent1748a2d commitd925b81

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

‎c-api/buffer.po

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
# mollinaca, 2021
1010
# Arihiro TAKASE, 2023
1111
# tomo, 2023
12+
# Taichi Haradaguchi, 2024
1213
#
1314
#,fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version:Python 3.12\n"
1718
"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"
1920
"PO-Revision-Date:2021-06-28 00:47+0000\n"
20-
"Last-Translator:tomo, 2023\n"
21+
"Last-Translator:Taichi Haradaguchi, 2024\n"
2122
"Language-Team:Japanese (https://app.transifex.com/python-doc/teams/5390/"
2223
"ja/)\n"
2324
"MIME-Version:1.0\n"
@@ -104,6 +105,14 @@ msgid ""
104105
"objects to selectively allow or reject exporting of read-write and read-only "
105106
"buffers."
106107
msgstr""
108+
"bufferインターフェースの利用者の一例は、ファイルオブジェクトの :meth:`~io."
109+
"BufferedIOBase.write` メソッドです: bufferインターフェースを通して一連のバイ"
110+
"ト列を提供できるどんなオブジェクトでもファイルに書き込むことができます。 :"
111+
"meth:`!write` は、その引数として渡されたオブジェクトの内部要素に対する読み出"
112+
"し専用アクセスのみを必要としますが、 :meth:`~io.BufferedIOBase.readinto` のよ"
113+
"うな他のメソッドでは、その引数の内容に対する書き込みアクセスが必要です。"
114+
"bufferインターフェースにより、オブジェクトは読み書き両方、読み出し専用バッ"
115+
"ファへのアクセスを許可するかそれとも拒否するか選択することができます。"
107116

108117
#:../../c-api/buffer.rst:53
109118
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp