Skip to content

Commit d20d962

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 7a3dabe commit d20d962

File tree

5 files changed

+80
-87
lines changed

5 files changed

+80
-87
lines changed

bugs.po

+9-7
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
# tomo, 2022
88
# yaakiyu, 2022
99
# Takanori Suzuki <takanori@takanory.net>, 2023
10-
# souma987, 2023
1110
# Arihiro TAKASE, 2023
11+
# souma987, 2023
1212
#
1313
#, fuzzy
1414
msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-11-05 17:24+0000\n"
18+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
20-
"Last-Translator: Arihiro TAKASE, 2023\n"
20+
"Last-Translator: souma987, 2023\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2222
"ja/)\n"
2323
"MIME-Version: 1.0\n"
@@ -88,7 +88,7 @@ msgstr ""
8888

8989
#: ../../bugs.rst:33
9090
msgid "`Documentation bugs`_"
91-
msgstr "`Documentation bugs`_"
91+
msgstr "`ドキュメントのバグ`_"
9292

9393
#: ../../bugs.rst:33
9494
msgid ""
@@ -98,7 +98,7 @@ msgstr "Python issue tracker に出されたドキュメントバグのリスト
9898

9999
#: ../../bugs.rst:36
100100
msgid "`Issue Tracking <https://devguide.python.org/tracker/>`_"
101-
msgstr "`Issue Tracking <https://devguide.python.org/tracker/>`_"
101+
msgstr "`イシュートラッカー <https://devguide.python.org/tracker/>`_"
102102

103103
#: ../../bugs.rst:36
104104
msgid ""
@@ -110,8 +110,8 @@ msgid ""
110110
"`Helping with Documentation <https://devguide.python.org/docquality/#helping-"
111111
"with-documentation>`_"
112112
msgstr ""
113-
"`Helping with Documentation <https://devguide.python.org/docquality/#helping-"
114-
"with-documentation>`_"
113+
"`ドキュメントを手伝う <https://devguide.python.org/docquality/#helping-with-"
114+
"documentation>`_"
115115

116116
#: ../../bugs.rst:39
117117
msgid ""
@@ -124,6 +124,8 @@ msgid ""
124124
"`Documentation Translations <https://devguide.python.org/documentation/"
125125
"translating/>`_"
126126
msgstr ""
127+
"`ドキュメントの翻訳 <https://devguide.python.org/documentation/translating/"
128+
">`_"
127129

128130
#: ../../bugs.rst:42
129131
msgid ""

howto/descriptor.po

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.12\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-11-05 17:24+0000\n"
18+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
2020
"Last-Translator: souma987, 2023\n"
2121
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -551,16 +551,16 @@ msgid "Descriptor protocol"
551551
msgstr "デスクリプタプロトコル"
552552

553553
#: ../../howto/descriptor.rst:524
554-
msgid "``descr.__get__(self, obj, type=None) -> value``"
555-
msgstr "``descr.__get__(self, obj, type=None) -> value``"
554+
msgid "``descr.__get__(self, obj, type=None)``"
555+
msgstr ""
556556

557557
#: ../../howto/descriptor.rst:526
558-
msgid "``descr.__set__(self, obj, value) -> None``"
559-
msgstr "``descr.__set__(self, obj, value) -> None``"
558+
msgid "``descr.__set__(self, obj, value)``"
559+
msgstr ""
560560

561561
#: ../../howto/descriptor.rst:528
562-
msgid "``descr.__delete__(self, obj) -> None``"
563-
msgstr "``descr.__delete__(self, obj) -> None``"
562+
msgid "``descr.__delete__(self, obj)``"
563+
msgstr ""
564564

565565
#: ../../howto/descriptor.rst:530
566566
msgid ""

howto/urllib2.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
# Translators:
77
# tomo, 2021
88
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
9-
# souma987, 2022
109
# Takanori Suzuki <takanori@takanory.net>, 2023
10+
# souma987, 2023
1111
#
1212
#, fuzzy
1313
msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-11-05 17:24+0000\n"
17+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
19-
"Last-Translator: Takanori Suzuki <takanori@takanory.net>, 2023\n"
19+
"Last-Translator: souma987, 2023\n"
2020
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2121
"ja/)\n"
2222
"MIME-Version: 1.0\n"
@@ -693,9 +693,9 @@ msgid ""
693693
"The Python support for fetching resources from the web is layered. urllib "
694694
"uses the :mod:`http.client` library, which in turn uses the socket library."
695695
msgstr ""
696-
"Python はレイヤー化された web 上からリソース取得もサポートしています。 "
697-
"urllib は :mod:`http.client` ライブラリを利用します、 httplib はさらに "
698-
"socket ライブラリを利用します。"
696+
"Web 上からリソースを取得する Python の機能はレイヤー化されています。urllib "
697+
"は :mod:`http.client` ライブラリを利用していますが、そのライブラリはさらに "
698+
"socket ライブラリを利用しています。"
699699

700700
#: ../../howto/urllib2.rst:556
701701
msgid ""

library/profile.po

+4-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-11-17 14:14+0000\n"
17+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
1919
"Last-Translator: Arihiro TAKASE, 2023\n"
2020
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
@@ -138,14 +138,9 @@ msgstr ""
138138
msgid ""
139139
"The first line indicates that 214 calls were monitored. Of those calls, 207 "
140140
"were :dfn:`primitive`, meaning that the call was not induced via recursion. "
141-
"The next line: ``Ordered by: cumulative time``, indicates that the text "
142-
"string in the far right column was used to sort the output. The column "
143-
"headings include:"
144-
msgstr ""
145-
"最初の行は 214 回の呼び出しを測定したことを示しています。その中で 207 回は :"
146-
"dfn:`プリミティブ` です。すなわち呼び出しが再帰によってなされてはいません。次"
147-
"の行は ``Ordered by: cumulative time`` は一番右の列の文字列が出力のソートに用"
148-
"いられたことを示します。列の見出しは以下を含みます:"
141+
"The next line: ``Ordered by: cumulative time`` indicates the output is "
142+
"sorted by the ``cumtime`` values. The column headings include:"
143+
msgstr ""
149144

150145
#: ../../library/profile.rst:89
151146
msgid "ncalls"

0 commit comments

Comments
 (0)