Skip to content

Commit 6a9cff5

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent ceb32ce commit 6a9cff5

File tree

3 files changed

+13
-25
lines changed

3 files changed

+13
-25
lines changed

c-api/conversion.po

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@
66
# Translators:
77
# 秘湯 <xwhhsprings@gmail.com>, 2017
88
# Arihiro TAKASE, 2017
9-
# Inada Naoki <songofacandy@gmail.com>, 2017
109
# tomo, 2020
1110
#
1211
#, fuzzy
1312
msgid ""
1413
msgstr ""
1514
"Project-Id-Version: Python 3.9\n"
1615
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
16+
"POT-Creation-Date: 2021-02-19 05:30+0000\n"
1817
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
1918
"Last-Translator: tomo, 2020\n"
2019
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -36,19 +35,15 @@ msgstr "数値変換と、書式化文字列出力のための関数群。"
3635
msgid ""
3736
"Output not more than *size* bytes to *str* according to the format string "
3837
"*format* and the extra arguments. See the Unix man page "
39-
":manpage:`snprintf(2)`."
38+
":manpage:`snprintf(3)`."
4039
msgstr ""
41-
"書式文字列 *format* と追加の引数から、 *size* バイトを超えない文字列を *str* に出力します。 Unix man page の "
42-
":manpage:`snprintf(2)` を参照してください。"
4340

4441
#: ../../c-api/conversion.rst:19
4542
msgid ""
4643
"Output not more than *size* bytes to *str* according to the format string "
4744
"*format* and the variable argument list *va*. Unix man page "
48-
":manpage:`vsnprintf(2)`."
45+
":manpage:`vsnprintf(3)`."
4946
msgstr ""
50-
"書式文字列 *format* と可変長引数リスト *va* から、 *size* バイトを超えない文字列を *str* に出力します。 Unix man"
51-
" page の :manpage:`vsnprintf(2)` を参照してください。"
5247

5348
#: ../../c-api/conversion.rst:23
5449
msgid ""

install/index.po

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgid ""
2020
msgstr ""
2121
"Project-Id-Version: Python 3.9\n"
2222
"Report-Msgid-Bugs-To: \n"
23-
"POT-Creation-Date: 2021-01-01 05:02+0000\n"
23+
"POT-Creation-Date: 2021-02-19 05:30+0000\n"
2424
"PO-Revision-Date: 2017-02-16 17:46+0000\n"
2525
"Last-Translator: mollinaca, 2020\n"
2626
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -1812,13 +1812,10 @@ msgid ""
18121812
msgstr "つまり、全ての既存の COFF ライブラリを同名の OMF ライブラリに置き換えてもかまわないということです。"
18131813

18141814
#: ../../install/index.rst:1067
1815-
msgid ""
1816-
"Check https://www.sourceware.org/cygwin/ and http://www.mingw.org/ for more "
1817-
"information"
1815+
msgid "Check https://www.sourceware.org/cygwin/ for more information"
18181816
msgstr ""
1819-
"詳しくは https://www.sourceware.org/cygwin/ や http://www.mingw.org/ を参照してください"
18201817

1821-
#: ../../install/index.rst:1070
1818+
#: ../../install/index.rst:1069
18221819
msgid ""
18231820
"Then you have no POSIX emulation available, but you also don't need "
18241821
":file:`cygwin1.dll`."

using/windows.po

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ msgid ""
1818
msgstr ""
1919
"Project-Id-Version: Python 3.9\n"
2020
"Report-Msgid-Bugs-To: \n"
21-
"POT-Creation-Date: 2021-02-03 05:20+0000\n"
21+
"POT-Creation-Date: 2021-02-19 05:30+0000\n"
2222
"PO-Revision-Date: 2017-02-16 23:42+0000\n"
2323
"Last-Translator: tomo, 2019\n"
2424
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2152,7 +2152,7 @@ msgstr "ビルドプロセスについての一般的な情報は、:file:`PCbui
21522152
msgid "For extension modules, consult :ref:`building-on-windows`."
21532153
msgstr "拡張モジュールについては、 :ref:`building-on-windows` を参照してください。"
21542154

2155-
#: ../../using/windows.rst:1156
2155+
#: ../../using/windows.rst:1155
21562156
msgid ""
21572157
"`Python + Windows + distutils + SWIG + gcc MinGW "
21582158
"<http://sebsauvage.net/python/mingw.html>`_"
@@ -2170,15 +2170,11 @@ msgstr ""
21702170
"MinGW gcc under Windows\" or \"Installing Python extension with distutils "
21712171
"and without Microsoft Visual C++\" by Sébastien Sauvage, 2003"
21722172

2173-
#: ../../using/windows.rst:1158
2174-
msgid "`MingW -- Python extensions <http://www.mingw.org/wiki/FAQ#toc14>`_"
2175-
msgstr ""
2176-
2177-
#: ../../using/windows.rst:1162
2173+
#: ../../using/windows.rst:1160
21782174
msgid "Other Platforms"
21792175
msgstr "ほかのプラットフォーム"
21802176

2181-
#: ../../using/windows.rst:1164
2177+
#: ../../using/windows.rst:1162
21822178
msgid ""
21832179
"With ongoing development of Python, some platforms that used to be supported"
21842180
" earlier are no longer supported (due to the lack of users or developers). "
@@ -2187,11 +2183,11 @@ msgstr ""
21872183
"Python の継続的な開発の中で、過去にサポートされていた幾つかのプラットフォームが (ユーザーや開発者の不足のために) "
21882184
"サポートされなくなっています。すべてのサポートされないプラットフォームについての詳細は :pep:`11` をチェックしてください。"
21892185

2190-
#: ../../using/windows.rst:1168
2186+
#: ../../using/windows.rst:1166
21912187
msgid "`Windows CE <http://pythonce.sourceforge.net/>`_ is still supported."
21922188
msgstr "`Windows CE <http://pythonce.sourceforge.net/>`_ は今でもサポートされています。"
21932189

2194-
#: ../../using/windows.rst:1169
2190+
#: ../../using/windows.rst:1167
21952191
msgid ""
21962192
"The `Cygwin <https://cygwin.com/>`_ installer offers to install the Python "
21972193
"interpreter as well (cf. `Cygwin package source <ftp://ftp.uni-"
@@ -2203,7 +2199,7 @@ msgstr ""
22032199
"erlangen.de/pub/pc/gnuwin32/cygwin/mirrors/cygnus/ release/python>`_, "
22042200
"`Maintainer releases <http://www.tishler.net/jason/software/python/>`_)"
22052201

2206-
#: ../../using/windows.rst:1175
2202+
#: ../../using/windows.rst:1173
22072203
msgid ""
22082204
"See `Python for Windows <https://www.python.org/downloads/windows/>`_ for "
22092205
"detailed information about platforms with pre-compiled installers."

0 commit comments

Comments
 (0)