Skip to content

Commit 554668a

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 059740b commit 554668a

File tree

3 files changed

+6258
-6210
lines changed

3 files changed

+6258
-6210
lines changed

c-api/object.po

+4
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,10 @@ msgid ""
440440
"statement ``o[key] = v``. This function *does not* steal a reference to "
441441
"*v*."
442442
msgstr ""
443+
"オブジェクト *key* を値 *v* に対応付けます。\n"
444+
"失敗すると、例外を送出し ``-1`` を返します。成功すると ``0`` を返します。\n"
445+
"これは Python の文 ``o[key] = v`` と同等です。\n"
446+
"この関数は *v* への参照を *盗み取りません* 。"
443447

444448
#: ../../c-api/object.rst:340
445449
msgid ""

faq/general.po

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# 秘湯 <xwhhsprings@gmail.com>, 2017
99
# E. Kawashima, 2017
1010
# Osamu NAKAMURA, 2018
11-
# tomo, 2018
1211
# Arihiro TAKASE, 2018
1312
# Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019
13+
# tomo, 2020
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2020-06-09 03:18+0000\n"
2121
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
22-
"Last-Translator: Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019\n"
22+
"Last-Translator: tomo, 2020\n"
2323
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -56,6 +56,9 @@ msgid ""
5656
"Python is portable: it runs on many Unix variants including Linux and macOS,"
5757
" and on Windows."
5858
msgstr ""
59+
"Python は、インタプリタ形式の、対話的な、オブジェクト指向プログラミング言語です。この言語には、モジュール、例外、動的な型付け、超高水準の動的なデータ型、およびクラスが取り入れられています。\n"
60+
"Pythonは、オブジェクト指向プログラミングを越えて、手続き型プログラミングや関数型プログラミングなど複数のプログラミングパラダイムをサポートしています。\n"
61+
"Python は驚くべきパワーと非常に分かりやすい文法を持ち合わせています。そして、多くのシステムコールやライブラリへだけでなく、様々なウィンドウシステムへのインタフェースがあり、C や C++ で拡張することもできます。また、プログラム可能なインタフェースが必要なアプリケーションのための拡張言語としても利用できます。最後に、Python はポータブルです。Linux や macOS を含む多くの Unix の派生システムで動き、Windows でも動きます。"
5962

6063
#: ../../faq/general.rst:28
6164
msgid ""

0 commit comments

Comments
 (0)