File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ msgstr "以下のパッケージはコンソールやGUIの実行ファイル作
225
225
226
226
#: ../../faq/programming.rst:97
227
227
msgid "`Nuitka <https://nuitka.net/>`_ (Cross-platform)"
228
- msgstr ""
228
+ msgstr "`Nuitka <https://nuitka.net/>`_ (Cross-platform) "
229
229
230
230
#: ../../faq/programming.rst:98
231
231
msgid "`PyInstaller <http://www.pyinstaller.org/>`_ (Cross-platform)"
@@ -235,15 +235,17 @@ msgstr ""
235
235
msgid ""
236
236
"`PyOxidizer <https://pyoxidizer.readthedocs.io/en/stable/>`_ (Cross-platform)"
237
237
msgstr ""
238
+ "`PyOxidizer <https://pyoxidizer.readthedocs.io/en/stable/>`_ (Cross-platform)"
238
239
239
240
#: ../../faq/programming.rst:100
240
241
msgid ""
241
242
"`cx_Freeze <https://marcelotduarte.github.io/cx_Freeze/>`_ (Cross-platform)"
242
243
msgstr ""
244
+ "`cx_Freeze <https://marcelotduarte.github.io/cx_Freeze/>`_ (Cross-platform)"
243
245
244
246
#: ../../faq/programming.rst:101
245
247
msgid "`py2app <https://github.com/ronaldoussoren/py2app>`_ (macOS only)"
246
- msgstr ""
248
+ msgstr "`py2app <https://github.com/ronaldoussoren/py2app>`_ (macOS only) "
247
249
248
250
#: ../../faq/programming.rst:102
249
251
msgid "`py2exe <http://www.py2exe.org/>`_ (Windows only)"
Original file line number Diff line number Diff line change @@ -30,20 +30,25 @@ msgstr "Python 3 への拡張モジュール移植"
30
30
msgid ""
31
31
"We recommend the following resources for porting extension modules to Python "
32
32
"3:"
33
- msgstr ""
33
+ msgstr "Python 3 への拡張モジュール移植には、以下のリソースを推奨します: "
34
34
35
35
#: ../../howto/cporting.rst:11
36
36
msgid ""
37
37
"The `Migrating C extensions`_ chapter from *Supporting Python 3: An in-depth "
38
38
"guide*, a book on moving from Python 2 to Python 3 in general, guides the "
39
39
"reader through porting an extension module."
40
40
msgstr ""
41
+ "*Supporting Python 3: An in-depth guide* の `Migrating C extensions`_ 章。本"
42
+ "は Python 2 から Python 3 への移行全般を扱い、拡張モジュールの移植を読者にガ"
43
+ "イドします。"
41
44
42
45
#: ../../howto/cporting.rst:15
43
46
msgid ""
44
47
"The `Porting guide`_ from the *py3c* project provides opinionated "
45
48
"suggestions with supporting code."
46
49
msgstr ""
50
+ "`Porting guide`_ は *py3c* プロジェクトにより提供される、補助コード付きの見解"
51
+ "提案です。"
47
52
48
53
#: ../../howto/cporting.rst:17
49
54
msgid ""
@@ -52,3 +57,6 @@ msgid ""
52
57
"library then handles differences between various Python versions and "
53
58
"implementations."
54
59
msgstr ""
60
+ "`Cython`_ と `CFFI`_ のライブラリは Python の C API 抽象化を提案します。拡張"
61
+ "はたいてい使用時に書き換えが求められますが、これらのライブラリは Python の"
62
+ "バージョンや実装にまたがる違いを処理します。"
You can’t perform that action at this time.
0 commit comments