6
6
# Translators:
7
7
# Takanori Suzuki <takanori@takanory.net>, 2021
8
8
# tomo, 2021
9
+ # Arihiro TAKASE, 2023
9
10
#
10
11
#, fuzzy
11
12
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
14
15
"Report-Msgid-Bugs-To : \n "
15
16
"POT-Creation-Date : 2023-04-07 14:12+0000\n "
16
17
"PO-Revision-Date : 2021-06-28 01:05+0000\n "
17
- "Last-Translator : tomo, 2021 \n "
18
+ "Last-Translator : Arihiro TAKASE, 2023 \n "
18
19
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
19
20
"ja/)\n "
20
21
"MIME-Version : 1.0\n "
@@ -87,7 +88,7 @@ msgstr ""
87
88
88
89
#: ../../library/exceptions.rst:39
89
90
msgid "Exception context"
90
- msgstr ""
91
+ msgstr "例外コンテキスト "
91
92
92
93
#: ../../library/exceptions.rst:41
93
94
msgid ""
@@ -698,6 +699,9 @@ msgid ""
698
699
"`compile`, :func:`exec`, or :func:`eval`, or when reading the initial script "
699
700
"or standard input (also interactively)."
700
701
msgstr ""
702
+ "パーザが構文エラーに遭遇した場合に送出されます。この例外は :keyword:`import` "
703
+ "文、組み込み関数 :func:`compile`、:func:`exec` や :func:`eval` 、初期化スクリ"
704
+ "プトの読み込みや標準入力で (対話的な実行時にも) 起こる可能性があります。"
701
705
702
706
#: ../../library/exceptions.rst:466
703
707
msgid ""
@@ -747,7 +751,7 @@ msgstr ""
747
751
748
752
#: ../../library/exceptions.rst:502
749
753
msgid "Added the :attr:`end_lineno` and :attr:`end_offset` attributes."
750
- msgstr ""
754
+ msgstr ":attr:`end_lineno` および :attr:`end_offset` 属性が追加されました。 "
751
755
752
756
#: ../../library/exceptions.rst:507
753
757
msgid ""
@@ -988,6 +992,10 @@ msgid ""
988
992
"EAGAIN`, :py:data:`~errno.EALREADY`, :py:data:`~errno.EWOULDBLOCK` and :py:"
989
993
"data:`~errno.EINPROGRESS`."
990
994
msgstr ""
995
+ "ある操作が、ノンブロッキング操作に設定されたオブジェクト (例えばソケット) を"
996
+ "ブロックしそうになった場合に送出されます。:c:data:`errno` :py:data:`~errno."
997
+ "EAGAIN`, :py:data:`~errno.EALREADY`, :py:data:`~errno.EWOULDBLOCK` および :"
998
+ "py:data:`~errno.EINPROGRESS` に対応します。"
991
999
992
1000
#: ../../library/exceptions.rst:665
993
1001
msgid ""
@@ -1011,6 +1019,8 @@ msgid ""
1011
1019
"Raised when an operation on a child process failed. Corresponds to :c:data:"
1012
1020
"`errno` :py:data:`~errno.ECHILD`."
1013
1021
msgstr ""
1022
+ "子プロセスの操作が失敗した場合に送出されます。:c:data:`errno` :py:data:"
1023
+ "`~errno.ECHILD` に対応します。"
1014
1024
1015
1025
#: ../../library/exceptions.rst:681
1016
1026
msgid "A base class for connection-related issues."
@@ -1031,38 +1041,54 @@ msgid ""
1031
1041
"has been shutdown for writing. Corresponds to :c:data:`errno` :py:data:"
1032
1042
"`~errno.EPIPE` and :py:data:`~errno.ESHUTDOWN`."
1033
1043
msgstr ""
1044
+ ":exc:`ConnectionError` のサブクラスで、もう一方の端が閉じられたパイプに書き込"
1045
+ "こもうとするか、書き込みのためにシャットダウンされたソケットに書き込こもうと"
1046
+ "した場合に発生します。 :c:data:`errno` :py:data:`~errno.EPIPE` と :py:data:"
1047
+ "`~errno.ESHUTDOWN` に対応します。"
1034
1048
1035
1049
#: ../../library/exceptions.rst:695
1036
1050
msgid ""
1037
1051
"A subclass of :exc:`ConnectionError`, raised when a connection attempt is "
1038
1052
"aborted by the peer. Corresponds to :c:data:`errno` :py:data:`~errno."
1039
1053
"ECONNABORTED`."
1040
1054
msgstr ""
1055
+ ":exc:`ConnectionError` のサブクラスで、接続の試行が通信相手によって中断された"
1056
+ "場合に発生します。 :c:data:`errno` :py:data:`~errno.ECONNABORTED` に対応しま"
1057
+ "す。"
1041
1058
1042
1059
#: ../../library/exceptions.rst:701
1043
1060
msgid ""
1044
1061
"A subclass of :exc:`ConnectionError`, raised when a connection attempt is "
1045
1062
"refused by the peer. Corresponds to :c:data:`errno` :py:data:`~errno."
1046
1063
"ECONNREFUSED`."
1047
1064
msgstr ""
1065
+ ":exc:`ConnectionError` のサブクラスで、接続の試行が通信相手によって拒否された"
1066
+ "場合に発生します。 :c:data:`errno` :py:data:`~errno.ECONNREFUSED` に対応しま"
1067
+ "す。"
1048
1068
1049
1069
#: ../../library/exceptions.rst:707
1050
1070
msgid ""
1051
1071
"A subclass of :exc:`ConnectionError`, raised when a connection is reset by "
1052
1072
"the peer. Corresponds to :c:data:`errno` :py:data:`~errno.ECONNRESET`."
1053
1073
msgstr ""
1074
+ ":exc:`ConnectionError` のサブクラスで、接続が通信相手によってリセットされた場"
1075
+ "合に発生します。 :c:data:`errno` :py:data:`~errno.ECONNRESET` に対応します。"
1054
1076
1055
1077
#: ../../library/exceptions.rst:713
1056
1078
msgid ""
1057
1079
"Raised when trying to create a file or directory which already exists. "
1058
1080
"Corresponds to :c:data:`errno` :py:data:`~errno.EEXIST`."
1059
1081
msgstr ""
1082
+ "すでに存在するファイルやディレクトリを作成しようとした場合に送出されます。:c:"
1083
+ "data:`errno` :py:data:`~errno.EEXIST` に対応します。"
1060
1084
1061
1085
#: ../../library/exceptions.rst:718
1062
1086
msgid ""
1063
1087
"Raised when a file or directory is requested but doesn't exist. Corresponds "
1064
1088
"to :c:data:`errno` :py:data:`~errno.ENOENT`."
1065
1089
msgstr ""
1090
+ "要求されたファイルやディレクトリが存在しない場合に送出されます。:c:data:"
1091
+ "`errno` :py:data:`~errno.ENOENT` に対応します。"
1066
1092
1067
1093
#: ../../library/exceptions.rst:723
1068
1094
msgid ""
@@ -1087,6 +1113,8 @@ msgid ""
1087
1113
"Raised when a file operation (such as :func:`os.remove`) is requested on a "
1088
1114
"directory. Corresponds to :c:data:`errno` :py:data:`~errno.EISDIR`."
1089
1115
msgstr ""
1116
+ "ディレクトリに (:func:`os.remove` などの) ファイル操作が要求された場合に送出"
1117
+ "されます。:c:data:`errno` :py:data:`~errno.EISDIR` に対応します。"
1090
1118
1091
1119
#: ../../library/exceptions.rst:739
1092
1120
msgid ""
@@ -1103,6 +1131,9 @@ msgid ""
1103
1131
"for example filesystem permissions. Corresponds to :c:data:`errno` :py:data:"
1104
1132
"`~errno.EACCES`, :py:data:`~errno.EPERM`, and :py:data:`~errno.ENOTCAPABLE`."
1105
1133
msgstr ""
1134
+ "十分なアクセス権、例えばファイルシステム権限のない操作が試みられた場合に送出"
1135
+ "されます。:c:data:`errno` :py:data:`~errno.EACCES`、:py:data:`~errno.EPERM` "
1136
+ "および :py:data:`~errno.ENOTCAPABLE` に対応します。"
1106
1137
1107
1138
#: ../../library/exceptions.rst:752
1108
1139
msgid ""
@@ -1114,12 +1145,16 @@ msgid ""
1114
1145
"Raised when a given process doesn't exist. Corresponds to :c:data:`errno` :"
1115
1146
"py:data:`~errno.ESRCH`."
1116
1147
msgstr ""
1148
+ "与えられたプロセスが存在しない場合に送出されます。:c:data:`errno` :py:data:"
1149
+ "`~errno.ESRCH` に対応します。"
1117
1150
1118
1151
#: ../../library/exceptions.rst:763
1119
1152
msgid ""
1120
1153
"Raised when a system function timed out at the system level. Corresponds to :"
1121
1154
"c:data:`errno` :py:data:`~errno.ETIMEDOUT`."
1122
1155
msgstr ""
1156
+ "システム関数がシステムレベルでタイムアウトした場合に送出されます。:c:data:"
1157
+ "`errno` :py:data:`~errno.ETIMEDOUT` に対応します。"
1123
1158
1124
1159
#: ../../library/exceptions.rst:766
1125
1160
msgid "All the above :exc:`OSError` subclasses were added."
@@ -1219,7 +1254,7 @@ msgstr "Unicode に関連した警告の基底クラスです。"
1219
1254
1220
1255
#: ../../library/exceptions.rst:852
1221
1256
msgid "Base class for warnings related to encodings."
1222
- msgstr ""
1257
+ msgstr "エンコーディングに関連した警告の基底クラスです。 "
1223
1258
1224
1259
#: ../../library/exceptions.rst:854
1225
1260
msgid "See :ref:`io-encoding-warning` for details."
0 commit comments