@@ -3382,12 +3382,14 @@ msgid ""
3382
3382
"The :func:`string.capwords` function does not have this problem, as it "
3383
3383
"splits words on spaces only."
3384
3384
msgstr ""
3385
+ ":func:`string.capwords` 関数は単語をスペースでのみ分割するため、この問題はあ"
3386
+ "りません。"
3385
3387
3386
3388
#: ../../library/stdtypes.rst:2163
3387
3389
msgid ""
3388
3390
"Alternatively, a workaround for apostrophes can be constructed using regular "
3389
3391
"expressions::"
3390
- msgstr ""
3392
+ msgstr "または、正規表現を使うことでアポストロフィに対応できます:: "
3391
3393
3392
3394
#: ../../library/stdtypes.rst:2178
3393
3395
msgid ""
@@ -4283,6 +4285,8 @@ msgid ""
4283
4285
"If *sub* is empty, returns the number of empty slices between characters "
4284
4286
"which is the length of the bytes object plus one."
4285
4287
msgstr ""
4288
+ "*sub* が空の場合は、文字と文字の間にある空のスライスの数、すなわちbytesオブ"
4289
+ "ジェクトの長さに1を加えたものを返します。"
4286
4290
4287
4291
#: ../../library/stdtypes.rst:2670 ../../library/stdtypes.rst:2781
4288
4292
#: ../../library/stdtypes.rst:2794 ../../library/stdtypes.rst:2860
@@ -4336,7 +4340,7 @@ msgstr "*suffix* は、任意の :term:`bytes-like object` にできます。"
4336
4340
4337
4341
#: ../../library/stdtypes.rst:2721
4338
4342
msgid "Return the bytes decoded to a :class:`str`."
4339
- msgstr ""
4343
+ msgstr ":class:`str` にデコードされたbytesを返します。 "
4340
4344
4341
4345
#: ../../library/stdtypes.rst:2726
4342
4346
msgid ""
@@ -4345,13 +4349,21 @@ msgid ""
4345
4349
"are ``'ignore'``, ``'replace'``, and any other name registered via :func:"
4346
4350
"`codecs.register_error`. See :ref:`error-handlers` for details."
4347
4351
msgstr ""
4352
+ "*errors* はデコーディングエラーをどのように取り扱うかを制御します。 "
4353
+ "``'strict'`` (デフォルト) では :exc:`UnicodeError` 例外が送出されます。そのほ"
4354
+ "かに指定可能な値は ``'ignore'``, ``'replace'`` と、そして :func:`codecs."
4355
+ "register_error` で登録された名前です。詳しくは :ref:`error-handlers` を参照し"
4356
+ "てください。"
4348
4357
4349
4358
#: ../../library/stdtypes.rst:2732
4350
4359
msgid ""
4351
4360
"For performance reasons, the value of *errors* is not checked for validity "
4352
4361
"unless a decoding error actually occurs, :ref:`devmode` is enabled or a :ref:"
4353
4362
"`debug build <debug-build>` is used."
4354
4363
msgstr ""
4364
+ "パフォーマンス上の理由から、 *errors* の値の妥当性は、デコーディングエラーが"
4365
+ "実際に発生するか、 :ref:`devmode` が有効になっているか、もしくは :ref:`デバッ"
4366
+ "グビルド <debug-build>` が使われていない限りチェックされません。"
4355
4367
4356
4368
#: ../../library/stdtypes.rst:2738
4357
4369
msgid ""
@@ -4501,6 +4513,11 @@ msgid ""
4501
4513
"found, return a 3-tuple containing two empty bytes or bytearray objects, "
4502
4514
"followed by a copy of the original sequence."
4503
4515
msgstr ""
4516
+ "区切り *sep* が最後に出現する位置でシーケンスを分割し、 3 要素のタプルを返し"
4517
+ "ます。タプルの内容は、区切りの前の部分、その区切りオブジェクトまたはその "
4518
+ "bytearray 型のコピー、そして区切りの後ろの部分です。もし区切れなければ、タプ"
4519
+ "ルには二つの空の bytes または bytearray オブジェクトと、その後ろに元のシーケ"
4520
+ "ンスのコピーが入ります。"
4504
4521
4505
4522
#: ../../library/stdtypes.rst:2893
4506
4523
msgid ""
@@ -6628,7 +6645,7 @@ msgstr ""
6628
6645
6629
6646
#: ../../library/stdtypes.rst:4919
6630
6647
msgid "Standard Generic Classes"
6631
- msgstr ""
6648
+ msgstr "標準ジェネリッククラス "
6632
6649
6633
6650
#: ../../library/stdtypes.rst:4921
6634
6651
msgid ""
@@ -6782,35 +6799,35 @@ msgstr ":class:`contextlib.AbstractAsyncContextManager`"
6782
6799
6783
6800
#: ../../library/stdtypes.rst:4960
6784
6801
msgid ":class:`dataclasses.Field`"
6785
- msgstr ""
6802
+ msgstr ":class:`dataclasses.Field` "
6786
6803
6787
6804
#: ../../library/stdtypes.rst:4961
6788
6805
msgid ":class:`functools.cached_property`"
6789
- msgstr ""
6806
+ msgstr ":class:`functools.cached_property` "
6790
6807
6791
6808
#: ../../library/stdtypes.rst:4962
6792
6809
msgid ":class:`functools.partialmethod`"
6793
- msgstr ""
6810
+ msgstr ":class:`functools.partialmethod` "
6794
6811
6795
6812
#: ../../library/stdtypes.rst:4963
6796
6813
msgid ":class:`os.PathLike`"
6797
- msgstr ""
6814
+ msgstr ":class:`os.PathLike` "
6798
6815
6799
6816
#: ../../library/stdtypes.rst:4964
6800
6817
msgid ":class:`queue.LifoQueue`"
6801
- msgstr ""
6818
+ msgstr ":class:`queue.LifoQueue` "
6802
6819
6803
6820
#: ../../library/stdtypes.rst:4965
6804
6821
msgid ":class:`queue.Queue`"
6805
- msgstr ""
6822
+ msgstr ":class:`queue.Queue` "
6806
6823
6807
6824
#: ../../library/stdtypes.rst:4966
6808
6825
msgid ":class:`queue.PriorityQueue`"
6809
- msgstr ""
6826
+ msgstr ":class:`queue.PriorityQueue` "
6810
6827
6811
6828
#: ../../library/stdtypes.rst:4967
6812
6829
msgid ":class:`queue.SimpleQueue`"
6813
- msgstr ""
6830
+ msgstr ":class:`queue.SimpleQueue` "
6814
6831
6815
6832
#: ../../library/stdtypes.rst:4968
6816
6833
msgid ":ref:`re.Pattern <re-objects>`"
@@ -6822,35 +6839,35 @@ msgstr ":ref:`re.Match <match-objects>`"
6822
6839
6823
6840
#: ../../library/stdtypes.rst:4970
6824
6841
msgid ":class:`shelve.BsdDbShelf`"
6825
- msgstr ""
6842
+ msgstr ":class:`shelve.BsdDbShelf` "
6826
6843
6827
6844
#: ../../library/stdtypes.rst:4971
6828
6845
msgid ":class:`shelve.DbfilenameShelf`"
6829
- msgstr ""
6846
+ msgstr ":class:`shelve.DbfilenameShelf` "
6830
6847
6831
6848
#: ../../library/stdtypes.rst:4972
6832
6849
msgid ":class:`shelve.Shelf`"
6833
- msgstr ""
6850
+ msgstr ":class:`shelve.Shelf` "
6834
6851
6835
6852
#: ../../library/stdtypes.rst:4973
6836
6853
msgid ":class:`types.MappingProxyType`"
6837
- msgstr ""
6854
+ msgstr ":class:`types.MappingProxyType` "
6838
6855
6839
6856
#: ../../library/stdtypes.rst:4974
6840
6857
msgid ":class:`weakref.WeakKeyDictionary`"
6841
- msgstr ""
6858
+ msgstr ":class:`weakref.WeakKeyDictionary` "
6842
6859
6843
6860
#: ../../library/stdtypes.rst:4975
6844
6861
msgid ":class:`weakref.WeakMethod`"
6845
- msgstr ""
6862
+ msgstr ":class:`weakref.WeakMethod` "
6846
6863
6847
6864
#: ../../library/stdtypes.rst:4976
6848
6865
msgid ":class:`weakref.WeakSet`"
6849
- msgstr ""
6866
+ msgstr ":class:`weakref.WeakSet` "
6850
6867
6851
6868
#: ../../library/stdtypes.rst:4977
6852
6869
msgid ":class:`weakref.WeakValueDictionary`"
6853
- msgstr ""
6870
+ msgstr ":class:`weakref.WeakValueDictionary` "
6854
6871
6855
6872
#: ../../library/stdtypes.rst:4982
6856
6873
msgid "Special Attributes of ``GenericAlias`` objects"
@@ -6918,7 +6935,7 @@ msgstr ""
6918
6935
6919
6936
#: ../../library/stdtypes.rst:5041
6920
6937
msgid "Union Type"
6921
- msgstr ""
6938
+ msgstr "Union 型 "
6922
6939
6923
6940
#: ../../library/stdtypes.rst:5047
6924
6941
msgid ""
@@ -6990,7 +7007,7 @@ msgstr ""
6990
7007
6991
7008
#: ../../library/stdtypes.rst:5134
6992
7009
msgid ":pep:`604` -- PEP proposing the ``X | Y`` syntax and the Union type."
6993
- msgstr ""
7010
+ msgstr ":pep:`604` -- ``X | Y`` 構文とUnion型を提案しているPEP "
6994
7011
6995
7012
#: ../../library/stdtypes.rst:5142
6996
7013
msgid "Other Built-in Types"
@@ -7440,11 +7457,11 @@ msgstr ""
7440
7457
7441
7458
#: ../../library/stdtypes.rst:5493
7442
7459
msgid "``str(integer)``."
7443
- msgstr ""
7460
+ msgstr "``str(integer)``. "
7444
7461
7445
7462
#: ../../library/stdtypes.rst:5494
7446
7463
msgid "``repr(integer)``."
7447
- msgstr ""
7464
+ msgstr "``repr(integer)``. "
7448
7465
7449
7466
#: ../../library/stdtypes.rst:5495
7450
7467
msgid ""
@@ -7462,11 +7479,11 @@ msgstr ""
7462
7479
7463
7480
#: ../../library/stdtypes.rst:5501
7464
7481
msgid ":func:`int.from_bytes` and :func:`int.to_bytes`."
7465
- msgstr ""
7482
+ msgstr ":func:`int.from_bytes` と :func:`int.to_bytes` 。 "
7466
7483
7467
7484
#: ../../library/stdtypes.rst:5502
7468
7485
msgid ":func:`hex`, :func:`oct`, :func:`bin`."
7469
- msgstr ""
7486
+ msgstr ":func:`hex`, :func:`oct`, :func:`bin`. "
7470
7487
7471
7488
#: ../../library/stdtypes.rst:5503
7472
7489
msgid ":ref:`formatspec` for hex, octal, and binary numbers."
0 commit comments