88msgstr ""
99"Project-Id-Version : Python 3.6\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-01-05 15:01+0000 \n "
11+ "POT-Creation-Date : 2018-03-29 12:54+0900 \n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017\n "
1414"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -769,6 +769,17 @@ msgstr ""
769769
770770#: ../../c-api/buffer.rst:478
771771msgid ""
772+ "Copy *len* bytes from *src* to its contiguous representation in *buf*. "
773+ "*order* can be ``'C'`` or ``'F'`` (for C-style or Fortran-style ordering). "
774+ "``0`` is returned on success, ``-1`` on error."
775+ msgstr ""
776+
777+ #: ../../c-api/buffer.rst:482
778+ msgid "This function fails if *len* != *src->len*."
779+ msgstr ""
780+
781+ #: ../../c-api/buffer.rst:487
782+ msgid ""
772783"Fill the *strides* array with byte-strides of a :term:`contiguous` (C-style "
773784"if *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) array of the "
774785"given shape with the given number of bytes per element."
@@ -777,7 +788,7 @@ msgstr ""
777788"(:term:`contiguous`) (*order* が ``'C'`` なら C-style 、 ``'F'`` なら Fortran-"
778789"style の) 多次元配列として埋める。"
779790
780- #: ../../c-api/buffer.rst:485
791+ #: ../../c-api/buffer.rst:494
781792msgid ""
782793"Handle buffer requests for an exporter that wants to expose *buf* of size "
783794"*len* with writability set according to *readonly*. *buf* is interpreted as "
@@ -786,7 +797,7 @@ msgstr ""
786797"サイズが *len* の *buf* を *readonly* に従った書き込み可/不可の設定で公開するバッファリクエストを処理します。\n"
787798"*buf* は符号無しバイトの列として解釈されます。"
788799
789- #: ../../c-api/buffer.rst:489
800+ #: ../../c-api/buffer.rst:498
790801msgid ""
791802"The *flags* argument indicates the request type. This function always fills "
792803"in *view* as specified by flags, unless *buf* has been designated as read-"
@@ -795,7 +806,7 @@ msgstr ""
795806"*flags* 引数はリクエストのタイプを示します。\n"
796807"この関数は、 *buf* が読み出し専用と指定されていて、 *flags* に :c:macro:`PyBUF_WRITABLE` が設定されていない限り、常にフラグに指定された通りに *view* を埋めます。"
797808
798- #: ../../c-api/buffer.rst:493
809+ #: ../../c-api/buffer.rst:502
799810msgid ""
800811"On success, set :c:member:`view->obj` to a new reference to *exporter* and "
801812"return 0. Otherwise, raise :c:data:`PyExc_BufferError`, set "
@@ -804,7 +815,7 @@ msgstr ""
804815"成功したときは、 :c:member:`view->obj` に *exporter* への新しい参照を設定し、 0 を返します。\n"
805816"失敗したときは、 :c:data:`PyExc_BufferError` を送出し、 :c:member:`view->obj` に *NULL* を設定し、 ``-1`` を返します;"
806817
807- #: ../../c-api/buffer.rst:497
818+ #: ../../c-api/buffer.rst:506
808819msgid ""
809820"If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,"
810821" *exporter* MUST be set to the exporting object and *flags* must be passed "
0 commit comments