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