File tree 3 files changed +6258
-6210
lines changed
3 files changed +6258
-6210
lines changed Original file line number Diff line number Diff line change @@ -440,6 +440,10 @@ msgid ""
440
440
"statement ``o[key] = v``. This function *does not* steal a reference to "
441
441
"*v*."
442
442
msgstr ""
443
+ "オブジェクト *key* を値 *v* に対応付けます。\n"
444
+ "失敗すると、例外を送出し ``-1`` を返します。成功すると ``0`` を返します。\n"
445
+ "これは Python の文 ``o[key] = v`` と同等です。\n"
446
+ "この関数は *v* への参照を *盗み取りません* 。"
443
447
444
448
#: ../../c-api/object.rst:340
445
449
msgid ""
Original file line number Diff line number Diff line change 8
8
# 秘湯 <xwhhsprings@gmail.com>, 2017
9
9
# E. Kawashima, 2017
10
10
# Osamu NAKAMURA, 2018
11
- # tomo, 2018
12
11
# Arihiro TAKASE, 2018
13
12
# Hiroyuki Kurosawa <kh99mail@gmail.com>, 2019
13
+ # tomo, 2020
14
14
#
15
15
#, fuzzy
16
16
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
19
19
"Report-Msgid-Bugs-To : \n "
20
20
"POT-Creation-Date : 2020-06-09 03:18+0000\n "
21
21
"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 "
23
23
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
24
24
"MIME-Version : 1.0\n "
25
25
"Content-Type : text/plain; charset=UTF-8\n "
@@ -56,6 +56,9 @@ msgid ""
56
56
"Python is portable: it runs on many Unix variants including Linux and macOS,"
57
57
" and on Windows."
58
58
msgstr ""
59
+ "Python は、インタプリタ形式の、対話的な、オブジェクト指向プログラミング言語です。この言語には、モジュール、例外、動的な型付け、超高水準の動的なデータ型、およびクラスが取り入れられています。\n"
60
+ "Pythonは、オブジェクト指向プログラミングを越えて、手続き型プログラミングや関数型プログラミングなど複数のプログラミングパラダイムをサポートしています。\n"
61
+ "Python は驚くべきパワーと非常に分かりやすい文法を持ち合わせています。そして、多くのシステムコールやライブラリへだけでなく、様々なウィンドウシステムへのインタフェースがあり、C や C++ で拡張することもできます。また、プログラム可能なインタフェースが必要なアプリケーションのための拡張言語としても利用できます。最後に、Python はポータブルです。Linux や macOS を含む多くの Unix の派生システムで動き、Windows でも動きます。"
59
62
60
63
#: ../../faq/general.rst:28
61
64
msgid ""
You can’t perform that action at this time.
0 commit comments