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

Commit4036ff8

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parente3fc3fe commit4036ff8

File tree

3 files changed

+5437
-5422
lines changed

3 files changed

+5437
-5422
lines changed

‎c-api/arg.po

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version:Python 3.8\n"
2020
"Report-Msgid-Bugs-To:\n"
21-
"POT-Creation-Date:2020-02-09 12:40+0000\n"
21+
"POT-Creation-Date:2020-02-26 12:47+0000\n"
2222
"PO-Revision-Date:2017-02-16 17:33+0000\n"
2323
"Last-Translator:tomo, 2020\n"
2424
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -243,10 +243,8 @@ msgstr ""
243243
#:../../c-api/arg.rst:110
244244
msgid""
245245
"``z#`` (:class:`str`, read-only :term:`bytes-like object` or ``None``) "
246-
"[const char\\*, int]"
246+
"[const char\\*, int or :c:type:`Py_ssize_t`]"
247247
msgstr""
248-
"``z#`` (:class:`str`, 読み出し専用の :term:`bytes-like object` または ``None``) [const"
249-
" char\\*, int]"
250248

251249
#:../../c-api/arg.rst:109
252250
msgid""
@@ -290,8 +288,10 @@ msgstr ""
290288
"**バイナリデータを受け付ける目的には、このフォーマットを使うことを推奨します。**"
291289

292290
#:../../c-api/arg.rst:129
293-
msgid"``y#`` (read-only :term:`bytes-like object`) [const char\\*, int]"
294-
msgstr"``y#`` (読み出し専用の :term:`bytes-like object`) [const char\\*, int]"
291+
msgid""
292+
"``y#`` (read-only :term:`bytes-like object`) [const char\\*, int or "
293+
":c:type:`Py_ssize_t`]"
294+
msgstr""
295295

296296
#:../../c-api/arg.rst:128
297297
msgid""
@@ -358,8 +358,9 @@ msgstr ""
358358
"を使用するように移行してください。"
359359

360360
#:../../c-api/arg.rst:165
361-
msgid"``u#`` (:class:`str`) [const Py_UNICODE\\*, int]"
362-
msgstr"``u#`` (:class:`str`) [const Py_UNICODE\\*, int]"
361+
msgid""
362+
"``u#`` (:class:`str`) [const Py_UNICODE\\*, int or :c:type:`Py_ssize_t`]"
363+
msgstr""
363364

364365
#:../../c-api/arg.rst:159
365366
msgid""
@@ -383,8 +384,10 @@ msgstr ""
383384
" ``NULL`` にセットされます。"
384385

385386
#:../../c-api/arg.rst:181
386-
msgid"``Z#`` (:class:`str` or ``None``) [const Py_UNICODE\\*, int]"
387-
msgstr"``Z#`` (:class:`str` または ``None``) [const Py_UNICODE\\*, int]"
387+
msgid""
388+
"``Z#`` (:class:`str` or ``None``) [const Py_UNICODE\\*, int or "
389+
":c:type:`Py_ssize_t`]"
390+
msgstr""
388391

389392
#:../../c-api/arg.rst:176
390393
msgid""
@@ -481,11 +484,9 @@ msgstr ""
481484

482485
#:../../c-api/arg.rst:245
483486
msgid""
484-
"``es#`` (:class:`str`) [const char\\*encoding, char\\*\\*buffer, int "
485-
"\\*buffer_length]"
487+
"``es#`` (:class:`str`) [const char\\*encoding, char\\*\\*buffer, intor"
488+
":c:type:`Py_ssize_t`\\*buffer_length]"
486489
msgstr""
487-
"``es#`` (:class:`str`) [const char\\*encoding, char\\*\\*buffer, int "
488-
"\\*buffer_length]"
489490

490491
#:../../c-api/arg.rst:217
491492
msgid""
@@ -554,10 +555,9 @@ msgstr "どちらの場合も、 *\\*buffer_length* は終端の NUL バイト
554555
#:../../c-api/arg.rst:250
555556
msgid""
556557
"``et#`` (:class:`str`, :class:`bytes` or :class:`bytearray`) [const char "
557-
"\\*encoding, char\\*\\*buffer, int\\*buffer_length]"
558+
"\\*encoding, char\\*\\*buffer, int or :c:type:`Py_ssize_t` "
559+
"\\*buffer_length]"
558560
msgstr""
559-
"``et#`` (:class:`str`, :class:`bytes` または :class:`bytearray`) [const char "
560-
"\\*encoding, char\\*\\*buffer, int\\*buffer_length]"
561561

562562
#:../../c-api/arg.rst:248
563563
msgid""
@@ -1131,8 +1131,10 @@ msgstr ""
11311131
"オブジェクトに変換します。もし C 文字列ポインタが ``NULL`` の場合、 ``None`` になります。"
11321132

11331133
#:../../c-api/arg.rst:555
1134-
msgid"``s#`` (:class:`str` or ``None``) [const char\\*, int]"
1135-
msgstr"``s#`` (:class:`str` または ``None``) [const char\\*, int]"
1134+
msgid""
1135+
"``s#`` (:class:`str` or ``None``) [const char\\*, int or "
1136+
":c:type:`Py_ssize_t`]"
1137+
msgstr""
11361138

11371139
#:../../c-api/arg.rst:553
11381140
msgid""
@@ -1156,8 +1158,8 @@ msgstr ""
11561158
"だった場合、``None`` を返します。"
11571159

11581160
#:../../c-api/arg.rst:563
1159-
msgid"``y#`` (:class:`bytes`) [const char\\*, int]"
1160-
msgstr"``y#`` (:class:`bytes`) [const char\\*, int]"
1161+
msgid"``y#`` (:class:`bytes`) [const char\\*, int or :c:type:`Py_ssize_t`]"
1162+
msgstr""
11611163

11621164
#:../../c-api/arg.rst:562
11631165
msgid""
@@ -1172,8 +1174,10 @@ msgid "Same as ``s``."
11721174
msgstr"``s`` と同じです。"
11731175

11741176
#:../../c-api/arg.rst:569
1175-
msgid"``z#`` (:class:`str` or ``None``) [const char\\*, int]"
1176-
msgstr"``z#`` (:class:`str` または ``None``) [const char\\*, int]"
1177+
msgid""
1178+
"``z#`` (:class:`str` or ``None``) [const char\\*, int or "
1179+
":c:type:`Py_ssize_t`]"
1180+
msgstr""
11771181

11781182
#:../../c-api/arg.rst:569../../c-api/arg.rst:585
11791183
msgid"Same as ``s#``."
@@ -1193,8 +1197,8 @@ msgstr ""
11931197
"Unicode オブジェクトに変換します。 Unicode バッファポインタが ``NULL`` の場合、 ``None`` になります。"
11941198

11951199
#:../../c-api/arg.rst:579
1196-
msgid"``u#`` (:class:`str`) [const wchar_t\\*, int]"
1197-
msgstr"``u#`` (:class:`str`) [const wchar_t\\*, int]"
1200+
msgid"``u#`` (:class:`str`) [const wchar_t\\*, int or :c:type:`Py_ssize_t`]"
1201+
msgstr""
11981202

11991203
#:../../c-api/arg.rst:577
12001204
msgid""
@@ -1210,8 +1214,10 @@ msgid "``U`` (:class:`str` or ``None``) [const char \\*]"
12101214
msgstr"``U`` (:class:`str` または ``None``) [const char\\*]"
12111215

12121216
#:../../c-api/arg.rst:585
1213-
msgid"``U#`` (:class:`str` or ``None``) [const char\\*, int]"
1214-
msgstr"``U#`` (:class:`str` または ``None``) [const char\\*, int]"
1217+
msgid""
1218+
"``U#`` (:class:`str` or ``None``) [const char\\*, int or "
1219+
":c:type:`Py_ssize_t`]"
1220+
msgstr""
12151221

12161222
#:../../c-api/arg.rst:588
12171223
msgid"Convert a plain C :c:type:`int` to a Python integer object."

‎whatsnew/3.8.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ msgstr ""
631631
#:../../whatsnew/3.8.rst:407
632632
msgid""
633633
"Added support of ``\\N{name}`` escapes in :mod:`regular expressions <re>`::"
634-
msgstr"mod:`regular expressions <re>` での ``\\N{name}`` エスケープの追加::"
634+
msgstr":mod:`regular expressions <re>` での ``\\N{name}`` エスケープの追加::"
635635

636636
#:../../whatsnew/3.8.rst:414
637637
msgid""
@@ -760,7 +760,7 @@ msgstr ""
760760

761761
#:../../whatsnew/3.8.rst:505
762762
msgid"(Contributed by Mark Dickinson in :issue:`36027`.)"
763-
msgstr""
763+
msgstr"(Mark Dickinson の貢献による :issue:`36027`)"
764764

765765
#:../../whatsnew/3.8.rst:507
766766
msgid""
@@ -1141,6 +1141,8 @@ msgid ""
11411141
"methods into :term:`generic functions <generic function>` using "
11421142
":term:`single dispatch`::"
11431143
msgstr""
1144+
":term:`single dispatch` を利用して、メソッドを :term:`ジェネリック関数 <generic function>` "
1145+
"に変換する :func:`functools.singledispatchmethod` デコレータが追加されました::"
11441146

11451147
#:../../whatsnew/3.8.rst:817
11461148
msgid"(Contributed by Ethan Smith in :issue:`32380`)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp