Skip to content

Commit 0e2e459

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 717eaeb commit 0e2e459

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

c-api/capsule.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2020
7+
# tomo, 2021
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1515
"PO-Revision-Date: 2020-05-30 11:47+0000\n"
16-
"Last-Translator: tomo, 2020\n"
16+
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -39,6 +39,10 @@ msgid ""
3939
"regular import mechanism can be used to access C APIs defined in dynamically"
4040
" loaded modules."
4141
msgstr ""
42+
"この :c:type:`PyObject` のサブタイプは、任意の値を表し、C拡張モジュールから "
43+
"Pythonコードを経由して他のC言語のコードに任意の値を(:c:type:`void*` "
44+
"ポインタの形で)渡す必要があるときに有用です。あるモジュール内で定義されているC言語関数のポインタを、他のモジュールに渡してそこから呼び出せるようにするためによく使われます。これにより、動的にロードされるモジュールの中の"
45+
" C API に通常の import 機構を通してアクセスすることができます。"
4246

4347
#: ../../c-api/capsule.rst:27
4448
msgid "The type of a destructor callback for a capsule. Defined as::"

c-api/file.po

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2020
7+
# tomo, 2021
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1515
"PO-Revision-Date: 2020-05-30 11:48+0000\n"
16-
"Last-Translator: tomo, 2020\n"
16+
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -36,6 +36,12 @@ msgid ""
3636
"reporting in the interpreter; third-party code is advised to access the "
3737
":mod:`io` APIs instead."
3838
msgstr ""
39+
"これらの API は、 Python 2 の組み込みのファイルオブジェクトの C API を最低限エミュレートするためのものです。それらは、標準 C "
40+
"ライブラリでサポートされているバッファ付き I/O (:c:type:`FILE*`) に頼るために使われます。 Python 3 "
41+
"では、ファイルとストリームは新しい :mod:`io` モジュールを使用され、そこに OS の低レベルなバッファ付き I/O "
42+
"の上にいくつかの層が定義されています。下で解説されている関数は、それらの新しい API の便利な C "
43+
"ラッパーであり、インタプリタでの内部的なエラー通知に向いています; サードパーティーのコードは代わりに :mod:`io` の API "
44+
"を使うことが推奨されます。"
3945

4046
#: ../../c-api/file.rst:22
4147
msgid ""

library/crypt.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# tomo, 2020
7+
# tomo, 2021
88
#
99
#, fuzzy
1010
msgid ""
@@ -13,7 +13,7 @@ msgstr ""
1313
"Report-Msgid-Bugs-To: \n"
1414
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
1515
"PO-Revision-Date: 2020-05-30 11:59+0000\n"
16-
"Last-Translator: tomo, 2020\n"
16+
"Last-Translator: tomo, 2021\n"
1717
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -54,7 +54,7 @@ msgstr ""
5454

5555
#: ../../library/crypt.rst:34
5656
msgid ":ref:`Availability <availability>`: Unix. Not available on VxWorks."
57-
msgstr ""
57+
msgstr ":ref:`利用可能環境 <availability>`: Unix。VxWorksでは使えません。"
5858

5959
#: ../../library/crypt.rst:36
6060
msgid "Hashing Methods"

library/sys.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# tomo, 2020
88
# Takanori Suzuki <takanori@takanory.net>, 2021
9+
# Osamu NAKAMURA, 2021
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2021-04-22 17:09+0000\n"
1617
"PO-Revision-Date: 2020-05-30 12:11+0000\n"
17-
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2021\n"
18+
"Last-Translator: Osamu NAKAMURA, 2021\n"
1819
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2425,7 +2426,7 @@ msgid ""
24252426
"the preferred way to do this is to explicitly save the previous stream "
24262427
"before replacing it, and restore the saved object."
24272428
msgstr ""
2428-
"また、標準ストリームが壊れたオブジェクトに置き換えられた場合に、動作する実際のファイルを復元するために利用することもできます。しかし、明示的に置き換え前のストリームを保存しておき、そのオブジェクトを復元る事を推奨します。"
2429+
"また、標準ストリームが壊れたオブジェクトに置き換えられた場合に、動作する実際のファイルを復元するために利用することもできます。しかし、明示的に置き換え前のストリームを保存しておき、そのオブジェクトを復元する事を推奨します。"
24292430

24302431
#: ../../library/sys.rst:1525
24312432
msgid ""

0 commit comments

Comments
 (0)