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

Skip to content

Commit 96fe4fc

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent e557041 commit 96fe4fc

File tree

4 files changed

+3852
-3953
lines changed

4 files changed

+3852
-3953
lines changed

extending/index.po

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.6\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-01-05 15:01+0000\n"
11+
"POT-Creation-Date: 2018-04-08 12:59+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Arihiro TAKASE <artakase@gmail.com>, 2017\n"
1414
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -62,22 +62,22 @@ msgstr "おすすめのサードパーティツール"
6262
#: ../../extending/index.rst:28
6363
msgid ""
6464
"This guide only covers the basic tools for creating extensions provided as "
65-
"part of this version of CPython. Third party tools like Cython, ``cffi``, "
66-
"SWIG and Numba offer both simpler and more sophisticated approaches to "
67-
"creating C and C++ extensions for Python."
65+
"part of this version of CPython. Third party tools like `Cython "
66+
"<http://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_, `SWIG "
67+
"<http://www.swig.org>`_ and `Numba <https://numba.pydata.org/>`_ offer both "
68+
"simpler and more sophisticated approaches to creating C and C++ extensions "
69+
"for Python."
6870
msgstr ""
69-
"このガイドがカバーするのは、このバージョンの CPython の一部として提供されている、拡張を作成するための基本的なツールだけです。\n"
70-
"Cython 、 ``cffi`` 、 SWIG 、 Numbaのようなサードパーティのツールは、 Python の C および C++ 拡張を作成する、より簡潔かつより洗練された手法を提供します。"
7171

72-
#: ../../extending/index.rst:38
72+
#: ../../extending/index.rst:40
7373
msgid ""
7474
"`Python Packaging User Guide: Binary Extensions "
7575
"<https://packaging.python.org/en/latest/extensions/>`_"
7676
msgstr ""
7777
"`Python Packaging User Guide: Binary Extensions "
7878
"<https://packaging.python.org/en/latest/extensions/>`_"
7979

80-
#: ../../extending/index.rst:36
80+
#: ../../extending/index.rst:38
8181
msgid ""
8282
"The Python Packaging User Guide not only covers several available tools that"
8383
" simplify the creation of binary extensions, but also discusses the various "
@@ -87,11 +87,11 @@ msgstr ""
8787
"Python Packaging User "
8888
"Guideはバイナリ拡張の作成が簡単になる便利なツールをカバーしているだけではなく、まず始めになぜ拡張モジュールを作ることが望ましいかの様々な理由について議論しています。"
8989

90-
#: ../../extending/index.rst:43
90+
#: ../../extending/index.rst:45
9191
msgid "Creating extensions without third party tools"
9292
msgstr "サードパーティツールなしで拡張を作る"
9393

94-
#: ../../extending/index.rst:45
94+
#: ../../extending/index.rst:47
9595
msgid ""
9696
"This section of the guide covers creating C and C++ extensions without "
9797
"assistance from third party tools. It is intended primarily for creators of "
@@ -101,11 +101,11 @@ msgstr ""
101101
"ガイドのこの節ではサードパーティツールの補助無しに C および C++ 拡張を作成する方法を説明します。\n"
102102
"これは自分自身の C 拡張を作成するおすすめの方法というよりも、主にそれらのツールを作成する人向けのものです。"
103103

104-
#: ../../extending/index.rst:60
104+
#: ../../extending/index.rst:63
105105
msgid "Embedding the CPython runtime in a larger application"
106106
msgstr "大規模なアプリケーションへの Python ランライムの埋め込み"
107107

108-
#: ../../extending/index.rst:62
108+
#: ../../extending/index.rst:65
109109
msgid ""
110110
"Sometimes, rather than creating an extension that runs inside the Python "
111111
"interpreter as the main application, it is desirable to instead embed the "

0 commit comments

Comments
 (0)
0