Skip to content

Commit aeb7431

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent d6a4238 commit aeb7431

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

faq/gui.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Nozomu Kaneko <nozom.kaneko@gmail.com>, 2017
99
# JUN OKAZAKI <okazakijun54392@gmail.com>, 2017
1010
# Arihiro TAKASE, 2018
11+
# 上野 雄二 <y-ueno@nalux.co.jp>, 2019
1112
#
1213
#, fuzzy
1314
msgid ""
@@ -16,7 +17,7 @@ msgstr ""
1617
"Report-Msgid-Bugs-To: \n"
1718
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1819
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
19-
"Last-Translator: Arihiro TAKASE, 2018\n"
20+
"Last-Translator: 上野 雄二 <y-ueno@nalux.co.jp>, 2019\n"
2021
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
2122
"MIME-Version: 1.0\n"
2223
"Content-Type: text/plain; charset=UTF-8\n"
@@ -94,6 +95,10 @@ msgid ""
9495
"available in other language bindings. There is an active wxPython user and "
9596
"developer community."
9697
msgstr ""
98+
"`wxPython <https://www.wxpython.org>`_ は、wxWidgetsのためのPythonバインディングです。しばしば公式"
99+
" wxWidgets "
100+
"のリリースよりわずかに遅れますが、それは他の言語バインディングでは利用できない純粋なPython拡張による多くの機能を提供します。活発な "
101+
"wxPython ユーザーと開発者コミュニティがあります。"
97102

98103
#: ../../faq/gui.rst:52
99104
msgid ""

library/re.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Naoki INADA <songofacandy@gmail.com>, 2017
1111
# auchida <uchida@turbare.net>, 2017
1212
# 秘湯 <xwhhsprings@gmail.com>, 2017
13+
# 上野 雄二 <y-ueno@nalux.co.jp>, 2018
1314
# Arihiro TAKASE, 2018
1415
# tomo, 2018
1516
#
@@ -1127,9 +1128,9 @@ msgid ""
11271128
"flag ``(?i)``."
11281129
msgstr ""
11291130
"大文字・小文字を区別しないマッチングを実行させます。 ``[A-Z]`` のような表現は小文字にもマッチします。 :const:`re.ASCII` "
1130-
"フラグが使われて非 ASCII マッチが無効化されていない限り、完全な Unicode マッチング (例えば ``Ü`` が ``ü`` にマッチする)"
1131-
" も有効です。 :const:`re.LOCALE` フラグが共に使われていない限り、現在のロケールは変更されません。インラインフラグの "
1132-
"``(?i)`` に相当します。"
1131+
"フラグが使われて非 ASCII マッチが無効化されていない限り、完全な Unicode マッチング (例えば ``Ü``が ``ü`` にマッチする) "
1132+
"も有効です。 :const:`re.LOCALE` フラグが共に使われていない限り、現在のロケールは変更されません。インラインフラグの ``(?i)``"
1133+
" に相当します。"
11331134

11341135
#: ../../library/re.rst:665
11351136
msgid ""

0 commit comments

Comments
 (0)