7
7
# Tetsuo Koyama <tkoyama010@gmail.com>, 2021
8
8
# Shin Saito, 2021
9
9
# Takeshi Nakazato, 2021
10
- # Takanori Suzuki <takanori@takanory.net>, 2023
11
10
# Arihiro TAKASE, 2023
12
11
# tomo, 2023
12
+ # souma987, 2023
13
13
#
14
14
#, fuzzy
15
15
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
18
18
"Report-Msgid-Bugs-To : \n "
19
19
"POT-Creation-Date : 2023-06-30 14:13+0000\n "
20
20
"PO-Revision-Date : 2021-06-28 01:16+0000\n "
21
- "Last-Translator : tomo , 2023\n "
21
+ "Last-Translator : souma987 , 2023\n "
22
22
"Language-Team : Japanese (https://app.transifex.com/python-doc/teams/5390/ "
23
23
"ja/)\n "
24
24
"MIME-Version : 1.0\n "
@@ -41,16 +41,18 @@ msgid ""
41
41
"They can be used by third party tools such as type checkers, IDEs, linters, "
42
42
"etc."
43
43
msgstr ""
44
- "Python ランタイムは、関数や変数の型アノテーションを強制しません。\n"
45
- "型アノテーションは、型チェッカー、IDE、linterなどのサードパーティーツールで使"
46
- "われます。"
44
+ "Python ランタイムは、関数や変数の型アノテーションを強制しません。型アノテー"
45
+ "ションは、型チェッカー、IDE、linterなどのサードパーティーツールで使われます。"
47
46
48
47
#: ../../library/typing.rst:26
49
48
msgid ""
50
49
"This module provides runtime support for type hints. For the original "
51
50
"specification of the typing system, see :pep:`484`. For a simplified "
52
51
"introduction to type hints, see :pep:`483`."
53
52
msgstr ""
53
+ "このモジュールは型ヒントに関するランタイムへのサポートを提供します。型システ"
54
+ "ムのオリジナルの仕様については、 :pep:`484` をご覧ください。型ヒントへの簡略"
55
+ "化された導入については、 :pep:`483` をご覧ください。"
54
56
55
57
#: ../../library/typing.rst:31
56
58
msgid ""
@@ -75,134 +77,160 @@ msgid ""
75
77
"`typing_extensions <https://pypi.org/project/typing-extensions/>`_ package "
76
78
"provides backports of these new features to older versions of Python."
77
79
msgstr ""
80
+ "``typing`` モジュールには新しい機能が頻繁に追加されています。 "
81
+ "`typing_extensions <https://pypi.org/project/typing-extensions/>`_ パッケージ"
82
+ "は、古いバージョンの Python への新しい機能のバックポートを提供しています。"
78
83
79
84
#: ../../library/typing.rst:44
80
85
msgid ""
81
86
"For a summary of deprecated features and a deprecation timeline, please see "
82
87
"`Deprecation Timeline of Major Features`_."
83
88
msgstr ""
89
+ "非推奨となった機能のまとめとその時系列については、 `Deprecation Timeline of "
90
+ "Major Features`_ をご覧ください。"
84
91
85
92
#: ../../library/typing.rst:50
86
93
msgid ""
87
94
"`\" Typing cheat sheet\" <https://mypy.readthedocs.io/en/stable/"
88
95
"cheat_sheet_py3.html>`_"
89
96
msgstr ""
97
+ "`\" Typing cheat sheet\" <https://mypy.readthedocs.io/en/stable/"
98
+ "cheat_sheet_py3.html>`_"
90
99
91
100
#: ../../library/typing.rst:50
92
101
msgid "A quick overview of type hints (hosted at the mypy docs)"
93
- msgstr ""
102
+ msgstr "型ヒントの簡単な概要 (mypy ドキュメンテーション) "
94
103
95
104
#: ../../library/typing.rst:55
96
105
msgid ""
97
106
"\" Type System Reference\" section of `the mypy docs <https://mypy."
98
107
"readthedocs.io/en/stable/index.html>`_"
99
108
msgstr ""
109
+ "`mypy ドキュメンテーション <https://mypy.readthedocs.io/en/stable/index."
110
+ "html>`_ の \" Type System Reference\" セクション"
100
111
101
112
#: ../../library/typing.rst:53
102
113
msgid ""
103
114
"The Python typing system is standardised via PEPs, so this reference should "
104
115
"broadly apply to most Python type checkers. (Some parts may still be "
105
116
"specific to mypy.)"
10
F438
6
117
msgstr ""
118
+ "Python の型システムの規格は PEP によって定められているので、このレファレンス"
119
+ "はほとんどの Python 型チェッカーに適用できるはずです。(mypy のみに適用される"
120
+ "部分もあるかもしれません。)"
107
121
108
122
#: ../../library/typing.rst:59
109
123
msgid ""
110
124
"`\" Static Typing with Python\" <https://typing.readthedocs.io/en/latest/>`_"
111
125
msgstr ""
126
+ "`\" Static Typing with Python\" <https://typing.readthedocs.io/en/latest/>`_"
112
127
113
128
#: ../../library/typing.rst:58
114
129
msgid ""
115
130
"Type-checker-agnostic documentation written by the community detailing type "
116
131
"system features, useful typing related tools and typing best practices."
117
132
msgstr ""
133
+ "コミュニティーによって書かれた、型システムの機能や便利な型関連のツール、型に"
134
+ "関するベストプラクティスを詳しく説明している、特定の型チェッカーに依らないド"
135
+ "キュメンテーション。"
118
136
119
137
#: ../../library/typing.rst:65
120
138
msgid "Relevant PEPs"
121
- msgstr ""
139
+ msgstr "関連する PEP "
122
140
123
141
#: ../../library/typing.rst:67
124
142
msgid ""
125
143
"Since the initial introduction of type hints in :pep:`484` and :pep:`483`, a "
126
144
"number of PEPs have modified and enhanced Python's framework for type "
127
145
"annotations:"
128
146
msgstr ""
147
+ ":pep:`484` と :pep:`483` で型ヒントが最初に導入されてから、いくつかの PEP に"
148
+ "よって Python の型アノテーションのフレームワークは変更され、強化されました。"
129
149
130
150
#: ../../library/typing.rst:77
131
151
msgid ":pep:`526`: Syntax for Variable Annotations"
132
- msgstr ""
152
+ msgstr ":pep:`526`: Syntax for Variable Annotations "
133
153
134
154
#: ../../library/typing.rst:77
135
155
msgid ""
136
156
"*Introducing* syntax for annotating variables outside of function "
137
157
"definitions, and :data:`ClassVar`"
138
158
msgstr ""
159
+ "関数定義の外の変数と :data:`ClassVar` のための型アノテーションの構文の導入"
139
160
140
161
#: ../../library/typing.rst:80
141
162
msgid ":pep:`544`: Protocols: Structural subtyping (static duck typing)"
142
- msgstr ""
163
+ msgstr ":pep:`544`: Protocols: Structural subtyping (static duck typing) "
143
164
144
165
#: ../../library/typing.rst:80
145
166
msgid ""
146
167
"*Introducing* :class:`Protocol` and the :func:"
147
168
"`@runtime_checkable<runtime_checkable>` decorator"
148
169
msgstr ""
170
+ ":class:`Protocol` と、 :func:`@runtime_checkable<runtime_checkable>` のデコ"
171
+ "レーターの導入"
149
172
150
173
#: ../../library/typing.rst:83
151
174
msgid ":pep:`585`: Type Hinting Generics In Standard Collections"
152
- msgstr ""
175
+ msgstr ":pep:`585`: Type Hinting Generics In Standard Collections "
153
176
154
177
#: ../../library/typing.rst:83
155
178
msgid ""
156
179
"*Introducing* :class:`types.GenericAlias` and the ability to use standard "
157
180
"library classes as :ref:`generic types<types-genericalias>`"
158
181
msgstr ""
182
+ ":class:`types.GenericAlias` と、標準ライブラリのクラスを :ref:`ジェネリック型"
183
+ "<types-genericalias>` として利用する機能の導入"
159
184
160
185
#: ../../library/typing.rst:85
161
186
msgid ":pep:`586`: Literal Types"
162
- msgstr ""
187
+ msgstr ":pep:`586`: Literal Types "
163
188
164
189
#: ../../library/typing.rst:86
165
190
msgid "*Introducing* :data:`Literal`"
166
- msgstr ""
191
+ msgstr ":data:`Literal` の導入 "
167
192
168
193
#: ../../library/typing.rst:87
169
194
msgid ""
170
195
":pep:`589`: TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys"
171
196
msgstr ""
197
+ ":pep:`589`: TypedDict: Type Hints for Dictionaries with a Fixed Set of Keys"
172
198
173
199
#: ../../library/typing.rst:88
174
200
msgid "*Introducing* :class:`TypedDict`"
175
- msgstr ""
201
+ msgstr ":class:`TypedDict` の導入 "
176
202
177
203
#: ../../library/typing.rst:89
178
204
msgid ":pep:`591`: Adding a final qualifier to typing"
179
- msgstr ""
205
+ msgstr ":pep:`591`: Adding a final qualifier to typing "
180
206
181
207
#: ../../library/typing.rst:90
182
208
msgid "*Introducing* :data:`Final` and the :func:`@final<final>` decorator"
183
- msgstr ""
209
+ msgstr ":data:`Final` と、 :func:`@final<final>` デコレータの導入 "
184
210
185
211
#: ../../library/typing.rst:91
186
212
msgid ":pep:`593`: Flexible function and variable annotations"
187
- msgstr ""
213
+ msgstr ":pep:`593`: Flexible function and variable annotations "
188
214
189
215
#: ../../library/typing.rst:92
190
216
msgid "*Introducing* :data:`Annotated`"
191
- msgstr ""
217
+ msgstr ":data:`Annotated` の導入 "
192
218
193
219
#: ../../library/typing.rst:95
194
220
msgid ":pep:`604`: Allow writing union types as ``X | Y``"
195
- msgstr ""
221
+ msgstr ":pep:`604`: Allow writing union types as ``X | Y`` "
196
222
197
223
#: ../../library/typing.rst:94
198
224
msgid ""
199
225
"*Introducing* :data:`types.UnionType` and the ability to use the binary-or "
200
226
"operator ``|`` to signify a :ref:`union of types<types-union>`"
201
227
msgstr ""
228
+ ":data:`types.UnionType` と、二項論理和演算子 ``|`` で :ref:`ユニオン型<types-"
229
+ "union>` を表す機能の導入"
202
230
203
231
#: ../../library/typing.rst:97
204
232
msgid ":pep:`612`: Parameter Specification Variables"
205
- msgstr ""
233
+ msgstr ":pep:`612`: Parameter Specification Variables "
206
234
207
235
#: ../../library/typing.rst:98
208
236
msgid "*Introducing* :class:`ParamSpec` and :data:`Concatenate`"
@@ -244,23 +272,23 @@ msgstr ""
244
272
245
273
#: ../../library/typing.rst:107
246
274
msgid ":pep:`673`: Self type"
247
- msgstr ""
275
+ msgstr ":pep:`673`: Self type "
248
276
249
277
#: ../../library/typing.rst:108
250
278
msgid "*Introducing* :data:`Self`"
251
279
msgstr ""
252
280
253
281
#: ../../library/typing.rst:109
254
282
msgid ":pep:`675`: Arbitrary Literal String Type"
255
- msgstr ""
283
+ msgstr ":pep:`675`: Arbitrary Literal String Type "
256
284
257
285
#: ../../library/typing.rst:110
258
286
msgid "*Introducing* :data:`LiteralString`"
259
287
msgstr ""
260
288
261
289
#: ../../library/typing.rst:111
262
290
msgid ":pep:`681`: Data Class Transforms"
263
- msgstr ""
291
+ msgstr ":pep:`681`: Data Class Transforms "
264
292
265
293
#: ../../library/typing.rst:112
266
294
msgid ""
@@ -930,7 +958,7 @@ msgstr ""
930
958
931
959
#: ../../library/typing.rst:840
932
960
msgid "See :pep:`675` for more details."
933
- msgstr "より詳しくは:pep:`675` を参照してください。"
961
+ msgstr "より詳しくは :pep:`675` を参照してください。"
934
962
935
963
#: ../../library/typing.rst:846
936
964
msgid ""
@@ -998,7 +1026,7 @@ msgstr ""
998
1026
999
1027
#: ../../library/typing.rst:934
1000
1028
msgid "See :pep:`673` for more details."
1001
- msgstr "より詳しくは:pep:`673` を参照してください。"
1029
+ msgstr "より詳しくは :pep:`673` を参照してください。"
1002
1030
1003
1031
#: ../../library/typing.rst:940
1004
1032
msgid ""
@@ -1015,7 +1043,7 @@ msgstr ""
1015
1043
1016
1044
#: ../../library/typing.rst:968
1017
1045
msgid "See :pep:`613` for more details."
1018
- msgstr ""
1046
+ msgstr "より詳しくは、 :pep:`613` をご覧ください。 "
1019
1047
1020
1048
#: ../../library/typing.rst:972
1021
1049
msgid ""
@@ -1288,8 +1316,8 @@ msgid ""
1288
1316
"There is no runtime checking of these properties. See :pep:`591` for more "
1289
1317
"details."
1290
1318
msgstr ""
1291
- "この機能は実行時には検査されません。\n "
1292
- "詳細については :pep:`591` を参照してください 。"
1319
+ "この機能は実行時には検査されません。詳細については :pep:`591` を参照してくだ "
1320
+ "さい 。"
1293
1321
1294
1322
#: ../../library/typing.rst:1225
1295
1323
msgid "Special typing construct to mark a :class:`TypedDict` key as required."
@@ -1309,7 +1337,7 @@ msgstr ""
1309
1337
1310
1338
#: ../../library/typing.rst:1237
1311
1339
msgid "See :class:`TypedDict` and :pep:`655` for more details."
1312
- msgstr ""
1340
+ msgstr "より詳しくは、 :class:`TypedDict` と :pep:`655` を参照してください。 "
1313
1341
1314
1342
#: ../../library/typing.rst:1243
1315
1343
msgid "Special typing form to add context-specific metadata to an annotation."
@@ -2068,7 +2096,7 @@ msgid ""
2068
2096
"that check only the presence of given attributes, ignoring their type "
2069
2097
"signatures."
2070
2098
msgstr ""
2071
- "詳細については pep:`544` を参照してください。\n"
2099
+ "詳細については : pep:`544` を参照してください。\n"
2072
2100
":func:`runtime_checkable` (後で説明します) でデコレートされたプロトコルクラス"
2073
2101
"は、与えられたメソッドがあることだけを確認し、その型シグネチャは全く見ない安"
2074
2102
"直な動作をする実行時プロトコルとして振る舞います。"
@@ -2601,7 +2629,7 @@ msgstr ""
2601
2629
2602
2630
#: ../../library/typing.rst:2682
2603
2631
msgid "``default_factory``"
2604
- msgstr ""
2632
+ msgstr "``default_factory`` "
2605
2633
2606
2634
#: ../../library/typing.rst:2683
2607
2635
msgid ""
@@ -2613,15 +2641,15 @@ msgstr ""
2613
2641
2614
2642
#: ../../library/typing.rst:2688
2615
2643
msgid "``factory``"
2616
- msgstr ""
2644
+ msgstr "``factory`` "
2617
2645
2618
2646
#: ../../library/typing.rst:2689
2619
2647
msgid "An alias for the ``default_factory`` parameter on field specifiers."
2620
2648
msgstr ""
2621
2649
2622
2650
#: ../../library/typing.rst:2690
2623
2651
msgid "``kw_only``"
2624
- msgstr ""
2652
+ msgstr "``kw_only`` "
2625
2653
2626
2654
#: ../../library/typing.rst:2691
2627
2655
msgid ""
@@ -2652,7 +2680,7 @@ msgstr ""
2652
2680
2653
2681
#: ../../library/typing.rst:2705
2654
2682
msgid "See :pep:`681` for more details."
2655
- msgstr "より詳しくは:pep:`681` を参照してください。"
2683
+ msgstr "より詳しくは :pep:`681` を参照してください。"
2656
2684
2657
2685
#: ../../library/typing.rst:2711
2658
2686
msgid "Decorator for creating overloaded functions and methods."
@@ -3045,8 +3073,7 @@ msgid ""
3045
3073
"`585` and :ref:`types-genericalias`."
3046
3074
msgstr ""
3047
3075
":class:`builtins.list <list>` は添字表記 (``[]``) をサポートするようになりま"
3048
- "した。\n"
3049
- ":pep:`585` と :ref:`types-genericalias` を参照してください。"
3076
+ "した。:pep:`585` と :ref:`types-genericalias` を参照してください。"
3050
3077
3051
3078
#: ../../library/typing.rst:3114
3052
3079
msgid "Deprecated alias to :class:`builtins.set <set>`."
@@ -3667,7 +3694,7 @@ msgstr ""
3667
3694
3668
3695
#: ../../library/typing.rst:3588
3669
3696
msgid "Deprecation Timeline of Major Features"
3670
- msgstr ""
3697
+ msgstr "メジャーな機能の非推奨時系列 "
341A
3671
3698
3672
3699
#: ../../library/typing.rst:3590
3673
3700
msgid ""
0 commit comments