Skip to content

Commit 8d2883c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 12ae27c commit 8d2883c

File tree

15 files changed

+505
-497
lines changed

15 files changed

+505
-497
lines changed

c-api/init.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.11\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
17+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1919
"Last-Translator: Akira inamori <akira.inamori@tf-ebina.com>, 2021\n"
20-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
20+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2121
"ja/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"

c-api/intro.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
15+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1717
"Last-Translator: tomo, 2022\n"
18-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
18+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1919
"ja/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"

extending/newtypes_tutorial.po

+8-7
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
55
#
66
# Translators:
77
# tomo, 2021
8+
# Arihiro TAKASE, 2023
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.11\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-03-17 14:14+0000\n"
15+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
16-
"Last-Translator: tomo, 2021\n"
17-
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/"
17+
"Last-Translator: Arihiro TAKASE, 2023\n"
18+
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
1819
"ja/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -805,10 +806,10 @@ msgid ""
805806
"can identify unneeded objects even when their reference counts are not zero. "
806807
"This can happen when objects are involved in cycles. For example, consider:"
807808
msgstr ""
808-
"Python は:term:`循環ガベージコレクタ(GC)機能<garbage collection> `をもってお"
809-
"、これは不要なオブジェクトを、たとえ参照カウントがゼロでなくても発見するこ"
810-
"とができます。そのような状況はオブジェクトの参照が循環しているときに起こりえ"
811-
"ます。たとえば以下の例を考えてください:"
809+
"Python は :term:`循環ガベージコレクタ (GC) 機能 <garbage collection> ` をもっ"
810+
"ており、これは不要なオブジェクトを、たとえ参照カウントがゼロでなくても発見す"
811+
"ることができます。そのような状況はオブジェクトの参照が循環しているときに起こ"
812+
"りえます。たとえば以下の例を考えてください:"
812813

813814
#: ../../extending/newtypes_tutorial.rst:671
814815
msgid ""

faq/design.po

+5-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
# Mikami Akiko, 2021
1010
# Yusuke Miyazaki <miyazaki.dev@gmail.com>, 2022
1111
# 菊池 健志, 2023
12+
# Arihiro TAKASE, 2023
1213
#
1314
#, fuzzy
1415
msgid ""
1516
msgstr ""
1617
"Project-Id-Version: Python 3.11\n"
1718
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-03-31 18:02+0000\n"
19+
"POT-Creation-Date: 2023-04-07 14:12+0000\n"
1920
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
20-
"Last-Translator: 菊池 健志, 2023\n"
21+
"Last-Translator: Arihiro TAKASE, 2023\n"
2122
"Language-Team: Japanese (https://app.transifex.com/python-doc/teams/5390/"
2223
"ja/)\n"
2324
"MIME-Version: 1.0\n"
@@ -477,7 +478,7 @@ msgid ""
477478
"use a ``match ... case`` statement."
478479
msgstr ""
479480
"``if... elif... elif... else`` の繰り返しで簡単に同じことができます。リテラル"
480-
"値や名前空間内の定数には、``match ... case``文を使うこともできます。"
481+
"値や名前空間内の定数には、``match ... case`` 文を使うこともできます。"
481482

482483
#: ../../faq/design.rst:265
483484
msgid ""
@@ -821,7 +822,7 @@ msgid ""
821822
"dictionaries take constant time -- O(1), in Big-O notation -- to retrieve a "
822823
"key."
823824
msgstr ""
824-
"辞書は、 辞書に保存されているそれぞれのキーに対応するハッシュコードを:func:"
825+
"辞書は、 辞書に保存されているそれぞれのキーに対応するハッシュコードを :func:"
825826
"`hash` ビルトイン関数で計算することで機能します。このハッシュコードはキーやプ"
826827
"ロセスごとのシードによって大きく変化します。例えば、\"Python\" のハッシュ値"
827828
"は -539294296 ですが、ビットが一つ違うだけの文字列 \"python\" のハッシュ値は "

0 commit comments

Comments
 (0)