10000 [skip ci] Update .po files · python/python-docs-ja@eeba0d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit eeba0d0

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent 597dfa0 commit eeba0d0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

howto/regex.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2019-02-20 15:46+0900\n"
13-
"PO-Revision-Date: 2019-02-20 06:51+0000\n"
13+
"PO-Revision-Date: 2019-02-24 03:51+0000\n"
1414
"Last-Translator: tomo\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
@@ -163,7 +163,7 @@ msgid ""
163163
"character except ``'5'``. If the caret appears elsewhere in a character "
164164
"class, it does not have special meaning. For example: ``[5^]`` will match "
165165
"either a ``'5'`` or a ``'^'``."
166-
msgstr ""
166+
msgstr ":dfn:`補集合を取る` ことで、文字クラス内のリストにない文字に対してマッチさせられます。\n補集合は、クラスの最初の文字として ``'^'`` を含めることで表せます。\n例えば、 ``[^5]`` は ``'5'`` 以外の文字にマッチします。\nキャレットが文字クラス以外の場所に現れた場合は、特別な意味は持ちません。\n例えば、 ``[5^]`` は ``'5'`` や ``'^'`` にマッチします。"
167167

168168
#: ../../howto/regex.rst:108
169169
msgid ""

library/inspect.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2019-01-01 15:21+0900\n"
13-
"PO-Revision-Date: 2018-06-11 16:31+0000\n"
14-
"Last-Translator: Yusuke Miyazaki <miyazaki.dev@gmail.com>\n"
13+
"PO-Revision-Date: 2019-02-23 07:54+0000\n"
14+
"Last-Translator: tomo\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=UTF-8\n"

library/simplehttpserver.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 2.7\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2019-01-01 15:21+0900\n"
13-
"PO-Revision-Date: 2018-10-27 05:56+0000\n"
12+
"POT-Creation-Date: 2019-02-23 15:48+0900\n"
13+
"PO-Revision-Date: 2019-02-23 06:54+0000\n"
1414
"Last-Translator: tomo\n"
1515
"Language-Team: Japanese (http://www.transifex.com/python-doc/python-27/language/ja/)\n"
1616
"MIME-Version: 1.0\n"
@@ -32,8 +32,8 @@ msgstr ":mod:`SimpleHTTPServer` モジュールは、Python 3では :mod:`http.s
3232

3333
#: ../../library/simplehttpserver.rst:16
3434
msgid ""
35-
"mod:`SimpleHTTServer` is not recommended for production. It only implements "
36-
"basic security checks."
35+
":mod:`SimpleHTTPServer` is not recommended for production. It only "
36+
"implements basic security checks."
3737
msgstr ""
3838

3939
#: ../../library/simplehttpserver.rst:19

0 commit comments

Comments
 (0)
0