Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 66d0154

Browse files
author
github-actions
committed
Merge 3.11 into 3.9
1 parent a25746a commit 66d0154

File tree

6 files changed

+40
-2
lines changed

6 files changed

+40
-2
lines changed

howto/unicode.po

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,10 @@ msgid ""
311311
"history/>`_ of the origin and development of Unicode is also available on "
312312
"the site."
313313
msgstr ""
314+
"`Unicode コンソーシアムのサイト <https://www.unicode.org>`_ には文字の図表、"
315+
"用語辞典、PDF 版の Unicode 仕様があります。これ読むのはそれなりに難しいので覚"
316+
"悟してください。Unicode の起源と発展の `年表 <https://www.unicode.org/"
317+
"history/>`_ もサイトにあります。"
314318

315319
#: ../../howto/unicode.rst:165
316320
msgid ""
@@ -341,6 +345,9 @@ msgid ""
341345
"encoding <https://en.wikipedia.org/wiki/Character_encoding>`_\" and `UTF-8 "
342346
"<https://en.wikipedia.org/wiki/UTF-8>`_, for example."
343347
msgstr ""
348+
"Wikipedia の記事はしばしば役に立ちます; 例えば、\"`character encoding "
349+
"<https://en.wikipedia.org/wiki/Character_encoding>`_\" や `UTF-8 <https://en."
350+
"wikipedia.org/wiki/UTF-8>`_ の記事を読んでみてください。"
344351

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

430442
#: ../../howto/unicode.rst:254
431443
msgid ""
@@ -605,6 +617,14 @@ msgid ""
605617
"unicode.org/reports/tr44/#General_Category_Values>`_ for a list of category "
606618
"codes."
607619
msgstr ""
620+
"カテゴリーコードは文字の性質を略記で表したものです。カテゴリーコードは "
621+
"\"Letter\"\"Number\"\"Punctuation\"\"Symbol\" などのカテゴリーに分類さ"
622+
"れ、さらにサブカテゴリーに細分化されます。上記の出力からコードを拾うと、"
623+
"``'Ll'`` は 'Letter, lowercase'、``'No'`` は \"Number, other\"、``'Mn'`` は "
624+
"\"Mark, nonspacing\"、``'So'`` は \"Symbol, other\" を意味しています。カテゴ"
625+
"リーコードの一覧は `Unicode Character Database 文書の General Category "
626+
"Values 節 <https://www.unicode.org/reports/tr44/#General_Category_Values>`_ "
627+
"を参照してください。"
608628

609629
#: ../../howto/unicode.rst:402
610630
msgid "Comparing Strings"
@@ -641,7 +661,7 @@ msgstr ""
641661

642662
#: ../../howto/unicode.rst:448
643663
msgid "When run, this outputs:"
644-
msgstr ""
664+
msgstr "実行すると、このように出力されます:"
645665

646666
#: ../../howto/unicode.rst:457
647667
msgid ""
@@ -727,6 +747,8 @@ msgid ""
727747
"`Pragmatic Unicode <https://nedbatchelder.com/text/unipain.html>`_, a PyCon "
728748
"2012 presentation by Ned Batchelder."
729749
msgstr ""
750+
"Ned Batchelder による PyCon 2012 での発表 `Pragmatic Unicode <https://"
751+
"nedbatchelder.com/text/unipain.html>`_"
730752

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

library/calendar.po

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

451454
#: ../../library/calendar.rst:358
452455
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
@@ -535,6 +535,8 @@ msgid ""
535535
"operation. When you use a regular dictionary in those operations, the order "
536536
"of the keys will be ordered. For example:"
537537
msgstr ""
538+
"注意: 一度の操作でキー-値の対を複数追加する方法もあります。そのような操作に普"
539+
"通の辞書を使うと、キーの並びは挿入順になります。例えば:"
538540

539541
#: ../../library/configparser.rst:494
540542
msgid "*allow_no_value*, default value: ``False``"

library/functions.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,6 +2706,10 @@ msgid ""
27062706
"compilation time, one must manually mangle a private attribute's (attributes "
27072707
"with two leading underscores) name in order to set it with :func:`setattr`."
27082708
msgstr ""
2709+
":ref:`プライベートな名前のマングリング <private-name-mangling>` はコンパイル"
2710+
"時に行われます。そのため、プライベートな属性 (先頭に2つのアンダースコアを伴う"
2711+
"名前を持つ属性) の値を :func:`setattr` でセットするためには、属性名を手動でマ"
2712+
"ングリングする必要があります。"
27092713

27102714
#: ../../library/functions.rst:1518
27112715
msgid ""

tutorial/controlflow.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ msgid ""
178178
"arguments. In chapter :ref:`tut-structures`, we will discuss in more detail "
179179
"about :func:`list`."
180180
msgstr ""
181+
"この後には、イテラブルを返したりイテラブルを引数で受け取るいくつかの関数が出"
182+
"てきます。 :ref:`tut-structures` では、 :func:`list` についてより詳しく説明し"
183+
"ます。"
181184

182185
#: ../../tutorial/controlflow.rst:158
183186
msgid ""

whatsnew/3.7.po

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

28412841
#: ../../whatsnew/3.7.rst:1889
28422842
msgid "Other CPython Implementation Changes"
2843-
msgstr ""
2843+
msgstr "その他の CPython の実装の変更"
28442844

28452845
#: ../../whatsnew/3.7.rst:1891
28462846
msgid ""

0 commit comments

Comments
 (0)