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

Commit4670f24

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

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

‎library/functions.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,9 @@ msgid ""
14221422
"blocks, but not in class blocks. Note that at the module level, "
14231423
":func:`locals` and :func:`globals` are the same dictionary."
14241424
msgstr""
1425+
"現在のローカルシンボルテーブルを表す辞書を更新して返します。\n"
1426+
"関数ブロックで :func:`locals` を呼び出したときは自由変数が返されますが、クラスブロックでは返されません。\n"
1427+
"モジュールレベルでは、 :func:`locals` と :func:`globals` は同じ辞書であることに注意してください。"
14251428

14261429
#:../../library/functions.rst:849
14271430
msgid""

‎library/operator.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ msgstr "``gt(a, b)``"
766766

767767
#:../../library/operator.rst:442
768768
msgid"In-place Operators"
769-
msgstr""
769+
msgstr"インプレース (in-place) 演算子"
770770

771771
#:../../library/operator.rst:444
772772
msgid""
@@ -800,7 +800,7 @@ msgstr "文字列、数、タプルのようなイミュータブルなターゲ
800800
msgid""
801801
"For mutable targets such as lists and dictionaries, the in-place method will"
802802
" perform the update, so no subsequent assignment is necessary:"
803-
msgstr""
803+
msgstr"リストや辞書のようなミュータブルなターゲットでは、インプレースメソッドは更新を行うので、その後に代入をする必要はありません。"
804804

805805
#:../../library/operator.rst:477
806806
msgid"``a = iadd(a, b)`` is equivalent to ``a += b``."

‎library/othergui.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 秘湯 <xwhhsprings@gmail.com>, 2017
88
# Arihiro TAKASE, 2017
99
# Shun Sakurai, 2017
10-
# tomo,2017
10+
# tomo,2019
1111
#
1212
#,fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To:\n"
1717
"POT-Creation-Date:2019-01-01 10:14+0900\n"
1818
"PO-Revision-Date:2017-02-16 23:21+0000\n"
19-
"Last-Translator:tomo,2017\n"
19+
"Last-Translator:tomo,2019\n"
2020
"Language-Team:Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2121
"MIME-Version:1.0\n"
2222
"Content-Type:text/plain; charset=UTF-8\n"
@@ -47,6 +47,10 @@ msgid ""
4747
"widgets than Tkinter provides. An online `Python GTK+ 3 Tutorial <https"
4848
"://python-gtk-3-tutorial.readthedocs.io/>`_ is available."
4949
msgstr""
50+
"PyGObject は `GObject <https://developer.gnome.org/gobject/stable/>`_ の GObject introspection を利用するバインディングです。\n"
51+
"これらのライブラリの一つが `GTK+ 3 <https://www.gtk.org/>`_ ウィジットセットです。\n"
52+
"GTK+ には、Tkinter が提供するよりも多くのウィジェットが付属しています。\n"
53+
"オンラインで利用できる `Python GTK+ 3 Tutorial <https://python-gtk-3-tutorial.readthedocs.io/>`_ があります。"
5054

5155
#:../../library/othergui.rst:24
5256
msgid"`PyGTK <http://www.pygtk.org/>`_"
@@ -95,7 +99,7 @@ msgstr ""
9599

96100
#:../../library/othergui.rst:47
97101
msgid"`wxPython <https://www.wxpython.org>`_"
98-
msgstr""
102+
msgstr"`wxPython <https://www.wxpython.org>`_"
99103

100104
#:../../library/othergui.rst:39
101105
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp