Skip to content

Commit 167acd7

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 778821f commit 167acd7

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

howto/unicode.po

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ msgid ""
343343
"encoding <https://en.wikipedia.org/wiki/Character_encoding>`_\" and `UTF-8 "
344344
"<https://en.wikipedia.org/wiki/UTF-8>`_, for example."
345345
msgstr ""
346+
"Wikipedia の記事はしばしば役に立ちます; 例えば、\"`character encoding "
347+
"<https://en.wikipedia.org/wiki/Character_encoding>`_\" や `UTF-8 <https://en."
348+
"wikipedia.org/wiki/UTF-8>`_ の記事を読んでみてください。"
346349

347350
#: ../../howto/unicode.rst:183
348351
msgid "Python's Unicode Support"
@@ -428,6 +431,11 @@ msgid ""
428431
"names; for example, ``'latin-1'``, ``'iso_8859_1'`` and ``'8859``' are all "
429432
"synonyms for the same encoding."
430433
msgstr ""
434+
"エンコーディングはエンコーディングの名前を含んだ文字列で指定されます。 "
435+
"Python はおよそ 100 の異なるエンコーディングに対応しています; 一覧は Python "
436+
"ライブラリリファレンスの :ref:`standard-encodings` を参照してください。いくつ"
437+
"かのエンコーディングは複数の名前を持っています; 例えば、 ``'latin-1'`` と "
438+
"``'iso_8859_1'`` と ``'8859'`` は全て同じエンコーディングの別名です。"
431439

432440
#: ../../howto/unicode.rst:253
433441
msgid ""
@@ -651,7 +659,7 @@ msgstr ""
651659

652660
#: ../../howto/unicode.rst:447
653661
msgid "When run, this outputs:"
654-
msgstr ""
662+
msgstr "実行すると、このように出力されます:"
655663

656664
#: ../../howto/unicode.rst:456
657665
msgid ""
@@ -737,6 +745,8 @@ msgid ""
737745
"`Pragmatic Unicode <https://nedbatchelder.com/text/unipain.html>`_, a PyCon "
738746
"2012 presentation by Ned Batchelder."
739747
msgstr ""
748+
"Ned Batchelder による PyCon 2012 での発表 `Pragmatic Unicode <https://"
749+
"nedbatchelder.com/text/unipain.html>`_"
740750

741751
#: ../../howto/unicode.rst:522
742752
msgid ""
@@ -1095,3 +1105,7 @@ msgid ""
10951105
"Gedminas, Kent Johnson, Ken Krugler, Marc-André Lemburg, Martin von Löwis, "
10961106
"Terry J. Reedy, Serhiy Storchaka, Eryk Sun, Chad Whitacre, Graham Wideman."
10971107
msgstr ""
1108+
"この記事中の誤りの指摘や提案を申し出てくれた以下の人々に感謝します: Éric "
1109+
"Araujo, Nicholas Bastin, Nick Coghlan, Marius Gedminas, Kent Johnson, Ken "
1110+
"Krugler, Marc-André Lemburg, Martin von Löwis, Terry J. Reedy, Serhiy "
1111+
"Storchaka, Eryk Sun, Chad Whitacre, Graham Wideman."

library/calendar.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,9 @@ msgid ""
442442
"week; days outside of the month are represented by zeros. Each week begins "
443443
"with Monday unless set by :func:`setfirstweekday`."
444444
msgstr ""
445+
"月のカレンダーを行列で返します。各行が週を表し、月の範囲外の日は0になります。"
446+
"それぞれの週は :func:`setfirstweekday` で設定をしていない限り月曜日から始まり"
447+
"ます。"
445448

446449
#: ../../library/calendar.rst:358
447450
msgid "Prints a month's calendar as returned by :func:`month`."

library/configparser.po

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,8 @@ msgid ""
527527
"operation. When you use a regular dictionary in those operations, the order "
528528
"of the keys will be ordered. For example:"
529529
msgstr ""
530+
"注意: 一度の操作でキー-値の対を複数追加する方法もあります。そのような操作に普"
531+
"通の辞書を使うと、キーの並びは挿入順になります。例えば:"
530532

531533
#: ../../library/configparser.rst:489
532534
msgid "*allow_no_value*, default value: ``False``"

whatsnew/3.7.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ msgstr ""
28362836

28372837
#: ../../whatsnew/3.7.rst:1889
28382838
msgid "Other CPython Implementation Changes"
2839-
msgstr ""
2839+
msgstr "その他の CPython の実装の変更"
28402840

28412841
#: ../../whatsnew/3.7.rst:1891
28422842
msgid ""

0 commit comments

Comments
 (0)