File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,10 @@ msgid ""
649
649
"statement ``o[key] = v``. This function *does not* steal a reference to "
650
650
"*v*."
651
651
msgstr ""
652
+ "オブジェクト *key* を値 *v* に対応付けます。\n"
653
+ "失敗すると、例外を送出し ``-1`` を返します。成功すると ``0`` を返します。\n"
654
+ "これは Python の文 ``o[key] = v`` と同等です。\n"
655
+ "この関数は *v* への参照を *盗み取りません* 。"
652
656
653
657
#: ../../c-api/object.rst:512
654
658
msgid ""
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ msgid ""
50
50
"Python is portable: it runs on many Unix variants including Linux and macOS,"
51
51
" and on Windows."
52
52
msgstr ""
53
+ "Python は、インタプリタ形式の、対話的な、オブジェクト指向プログラミング言語です。この言語には、モジュール、例外、動的な型付け、超高水準の動的なデータ型、およびクラスが取り入れられています。\n"
54
+ "Pythonは、オブジェクト指向プログラミングを越えて、手続き型プログラミングや関数型プログラミングなど複数のプログラミングパラダイムをサポートしています。\n"
55
+ "Python は驚くべきパワーと非常に分かりやすい文法を持ち合わせています。そして、多くのシステムコールやライブラリへだけでなく、様々なウィンドウシステムへのインタフェースがあり、C や C++ で拡張することもできます。また、プログラム可能なインタフェースが必要なアプリケーションのための拡張言語としても利用できます。最後に、Python はポータブルです。Linux や macOS を含む多くの Unix の派生システムで動き、Windows でも動きます。"
53
56
54
57
#: ../../faq/general.rst:28
55
58
msgid ""
You can’t perform that action at this time.
0 commit comments