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

Commit129b140

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

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

‎c-api/long.po

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version:Python 2.7\n"
1010
"Report-Msgid-Bugs-To:\n"
11-
"POT-Creation-Date:2019-01-01 15:21+0900\n"
12-
"PO-Revision-Date:2018-01-20 20:54+0000\n"
11+
"POT-Creation-Date:2019-06-08 16:44+0900\n"
12+
"PO-Revision-Date:2019-06-09 02:01+0000\n"
1313
"Last-Translator:tomo\n"
1414
"Language-Team:Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1515
"MIME-Version:1.0\n"
@@ -197,28 +197,40 @@ msgid ""
197197
"checking for overflow."
198198
msgstr"Python 長整数値を、オーバフローチェックを行わずに C の :c:type:`unsigned long` 型表現で返します。"
199199

200-
#:../../c-api/long.rst:225
200+
#:../../c-api/long.rst:220
201+
msgid""
202+
"Returns ``(unsigned long)-1`` on error. Use :c:func:`PyErr_Occurred` to "
203+
"disambiguate."
204+
msgstr"エラーが起きたときに ``(unsigned long)-1`` を返します。\n見分けを付けるためには :c:func:`PyErr_Occurred` を使ってください。"
205+
206+
#:../../c-api/long.rst:228
201207
msgid""
202208
"Return a C :c:type:`unsigned long long` from a Python long integer, without "
203209
"checking for overflow."
204210
msgstr"Python 長整数値を、オーバフローチェックを行わずに C の :c:type:`unsigned long long` 型表現で返します。"
205211

206-
#:../../c-api/long.rst:233
212+
#:../../c-api/long.rst:231
213+
msgid""
214+
"Returns ``(unsigned PY_LONG_LONG)-1`` on error. Use "
215+
":c:func:`PyErr_Occurred` to disambiguate."
216+
msgstr""
217+
218+
#:../../c-api/long.rst:239
207219
msgid""
208220
"Return a C :c:type:`double` representation of the contents of *pylong*. If "
209221
"*pylong* cannot be approximately represented as a :c:type:`double`, an "
210222
":exc:`OverflowError` exception is raised and ``-1.0`` will be returned."
211223
msgstr"*pylong* の指す値を、 C の :c:type:`double` 型表現で返します。 *pylong* が :c:type:`double` を使って近似表現できない場合、 :exc:`OverflowError` 例外を送出して ``-1.0`` を返します。"
212224

213-
#:../../c-api/long.rst:240
225+
#:../../c-api/long.rst:246
214226
msgid""
215227
"Convert a Python integer or long integer *pylong* to a C :c:type:`void` "
216228
"pointer. If *pylong* cannot be converted, an :exc:`OverflowError` will be "
217229
"raised. This is only assured to produce a usable :c:type:`void` pointer for"
218230
" values created with :c:func:`PyLong_FromVoidPtr`."
219231
msgstr"Python の整数型か長整数型を指す *pylong* を、 C の :c:type:`void` ポインタに変換します。 *pylong* を変換できなければ、 :exc:`OverflowError` を送出します。この関数は :c:func:`PyLong_FromVoidPtr` で値を生成するときに使うような :c:type:`void` ポインタ型を生成できるだけです。"
220232

221-
#:../../c-api/long.rst:247
233+
#:../../c-api/long.rst:253
222234
msgid""
223235
"For values outside 0..LONG_MAX, both signed and unsigned integers are "
224236
"accepted."

‎sphinx.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgstr ""
99
"Project-Id-Version:Python 2.7\n"
1010
"Report-Msgid-Bugs-To:\n"
1111
"POT-Creation-Date:2019-06-05 16:41+0900\n"
12-
"PO-Revision-Date:2019-06-05 07:44+0000\n"
12+
"PO-Revision-Date:2019-06-09 00:54+0000\n"
1313
"Last-Translator:tomo\n"
1414
"Language-Team:Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1515
"MIME-Version:1.0\n"
@@ -313,11 +313,11 @@ msgstr "バージョンごとのドキュメント"
313313

314314
#:../../tools/templates/indexsidebar.html:5
315315
msgid"Python 3.9 (in development)"
316-
msgstr""
316+
msgstr"Python 3.9 (in development)"
317317

318318
#:../../tools/templates/indexsidebar.html:6
319319
msgid"Python 3.8 (pre-release)"
320-
msgstr""
320+
msgstr"Python 3.8 (pre-release)"
321321

322322
#:../../tools/templates/indexsidebar.html:7
323323
msgid"Python 3.7 (stable)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp