@@ -19,7 +19,7 @@ msgid ""
19
19
msgstr ""
20
20
"Project-Id-Version : Python 3.7\n "
21
21
"Report-Msgid-Bugs-To : \n "
22
- "POT-Creation-Date : 2019-07-18 02:57 +0000\n "
22
+ "POT-Creation-Date : 2019-08-08 08:00 +0000\n "
23
23
"PO-Revision-Date : 2017-02-16 17:33+0000\n "
24
24
"Last-Translator : tomo, 2018\n "
25
25
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -775,6 +775,12 @@ msgstr ""
775
775
776
776
#: ../../c-api/buffer.rst:480
777
777
msgid ""
778
+ "Get the memory area pointed to by the *indices* inside the given *view*. "
779
+ "*indices* must point to an array of ``view->ndim`` indices."
780
+ msgstr ""
781
+
782
+ #: ../../c-api/buffer.rst:486
783
+ msgid ""
778
784
"Copy *len* bytes from *src* to its contiguous representation in *buf*. "
779
785
"*order* can be ``'C'`` or ``'F'`` (for C-style or Fortran-style ordering). "
780
786
"``0`` is returned on success, ``-1`` on error."
@@ -783,11 +789,11 @@ msgstr ""
783
789
"*order* は ``'C'`` または ``'F'`` (C スタイルまたは Fortran スタイルの順序) が指定できます。\n"
784
790
"成功したら ``0`` が返り、エラーなら ``-1`` が返ります。"
785
791
786
- #: ../../c-api/buffer.rst:484
792
+ #: ../../c-api/buffer.rst:490
787
793
msgid "This function fails if *len* != *src->len*."
788
794
msgstr "*len* != *src->len* の場合、この関数は失敗します。"
789
795
790
- #: ../../c-api/buffer.rst:489
796
+ #: ../../c-api/buffer.rst:495
791
797
msgid ""
792
798
"Fill the *strides* array with byte-strides of a :term:`contiguous` (C-style "
793
799
"if *order* is ``'C'`` or Fortran-style if *order* is ``'F'``) array of the "
@@ -797,7 +803,7 @@ msgstr ""
797
803
"(:term:`contiguous`) (*order* が ``'C'`` なら C-style 、 ``'F'`` なら Fortran-"
798
804
"style の) 多次元配列として埋める。"
799
805
800
- #: ../../c-api/buffer.rst:496
806
+ #: ../../c-api/buffer.rst:502
801
807
msgid ""
802
808
"Handle buffer requests for an exporter that wants to expose *buf* of size "
803
809
"*len* with writability set according to *readonly*. *buf* is interpreted as "
@@ -806,7 +812,7 @@ msgstr ""
806
812
"サイズが *len* の *buf* を *readonly* に従った書き込み可/不可の設定で公開するバッファリクエストを処理します。\n"
807
813
"*buf* は符号無しバイトの列として解釈されます。"
808
814
809
- #: ../../c-api/buffer.rst:500
815
+ #: ../../c-api/buffer.rst:506
810
816
msgid ""
811
817
"The *flags* argument indicates the request type. This function always fills "
812
818
"in *view* as specified by flags, unless *buf* has been designated as read-"
@@ -815,7 +821,7 @@ msgstr ""
815
821
"*flags* 引数はリクエストのタイプを示します。\n"
816
822
"この関数は、 *buf* が読み出し専用と指定されていて、 *flags* に :c:macro:`PyBUF_WRITABLE` が設定されていない限り、常にフラグに指定された通りに *view* を埋めます。"
817
823
818
- #: ../../c-api/buffer.rst:504
824
+ #: ../../c-api/buffer.rst:510
819
825
msgid ""
820
826
"On success, set :c:member:`view->obj` to a new reference to *exporter* and "
821
827
"return 0. Otherwise, raise :c:data:`PyExc_BufferError`, set "
@@ -824,7 +830,7 @@ msgstr ""
824
830
"成功したときは、 :c:member:`view->obj` に *exporter* への新しい参照を設定し、 0 を返します。\n"
825
831
"失敗したときは、 :c:data:`PyExc_BufferError` を送出し、 :c:member:`view->obj` に *NULL* を設定し、 ``-1`` を返します;"
826
832
827
- #: ../../c-api/buffer.rst:508
833
+ #: ../../c-api/buffer.rst:514
828
834
msgid ""
829
835
"If this function is used as part of a :ref:`getbufferproc <buffer-structs>`,"
830
836
" *exporter* MUST be set to the exporting object and *flags* must be passed "
0 commit comments