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

Skip to content

Commit d368df7

Browse files
committed
3.9.4 updates
1 parent 9227eb8 commit d368df7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+163
-384
lines changed

c-api/bool.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ msgstr ""
3131
" 개의 부울만 있습니다. 따라서 일반적인 생성 및 삭제 함수는 부울에 적용되지 않습니다. 그러나 다음 매크로를 사용할 수 있습니다."
3232

3333
#: ../Doc/c-api/bool.rst:16
34-
#, fuzzy
3534
msgid ""
3635
"Return true if *o* is of type :c:data:`PyBool_Type`. This function "
3736
"always succeeds."
38-
msgstr "*o*\\가 :c:data:`PyBool_Type` 형이면 참을 돌려줍니다."
37+
msgstr "*o*\\가 :c:data:`PyBool_Type` 형이면 참을 돌려줍니다. 이 함수는 항상 성공합니다."
3938

4039
#: ../Doc/c-api/bool.rst:22
4140
msgid ""

c-api/bytearray.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,20 @@ msgid "Type check macros"
3737
msgstr "형 검사 매크로"
3838

3939
#: ../Doc/c-api/bytearray.rst:27
40-
#, fuzzy
4140
msgid ""
4241
"Return true if the object *o* is a bytearray object or an instance of a "
4342
"subtype of the bytearray type. This function always succeeds."
44-
msgstr "객체 *o*\\가 bytearray 객체이거나 bytearray 형의 서브 형 인스턴스면 참을 반환합니다."
43+
msgstr ""
44+
"객체 *o*\\가 bytearray 객체이거나 bytearray 형의 서브 형 인스턴스면 참을 반환합니다. 이 함수는 항상 "
45+
"성공합니다."
4546

4647
#: ../Doc/c-api/bytearray.rst:33
47-
#, fuzzy
4848
msgid ""
4949
"Return true if the object *o* is a bytearray object, but not an instance "
5050
"of a subtype of the bytearray type. This function always succeeds."
51-
msgstr "객체 *o*\\가 bytearray 객체이지만, bytearray 형의 서브 형 인스턴스는 아니면 참을 반환합니다."
51+
msgstr ""
52+
"객체 *o*\\가 bytearray 객체이지만, bytearray 형의 서브 형 인스턴스는 아니면 참을 반환합니다. 이 함수는 항상"
53+
" 성공합니다."
5254

5355
#: ../Doc/c-api/bytearray.rst:38
5456
msgid "Direct API functions"

c-api/bytes.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,16 @@ msgstr ""
3939
":class:`bytes`\\와 같은 객체입니다."
4040

4141
#: ../Doc/c-api/bytes.rst:27
42-
#, fuzzy
4342
msgid ""
4443
"Return true if the object *o* is a bytes object or an instance of a "
4544
"subtype of the bytes type. This function always succeeds."
46-
msgstr "객체 *o*\\가 바이트열 객체이거나 바이트열 형의 서브 형의 인스턴스면 참을 반환합니다."
45+
msgstr "객체 *o*\\가 바이트열 객체이거나 바이트열 형의 서브 형의 인스턴스면 참을 반환합니다. 이 함수는 항상 성공합니다."
4746

4847
#: ../Doc/c-api/bytes.rst:33
49-
#, fuzzy
5048
msgid ""
5149
"Return true if the object *o* is a bytes object, but not an instance of a"
5250
" subtype of the bytes type. This function always succeeds."
53-
msgstr "객체 *o*\\가 바이트열 객체이지만, 바이트열 형의 서브 형의 인스턴스는 아니면 참을 반환합니다."
51+
msgstr "객체 *o*\\가 바이트열 객체이지만, 바이트열 형의 서브 형의 인스턴스는 아니면 참을 반환합니다. 이 함수는 항상 성공합니다."
5452

5553
#: ../Doc/c-api/bytes.rst:39
5654
msgid ""

c-api/capsule.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@ msgid ""
5151
msgstr "PyCapsule_Destructor 콜백의 의미는 :c:func:`PyCapsule_New`\\를 참조하십시오."
5252

5353
#: ../Doc/c-api/capsule.rst:37
54-
#, fuzzy
5554
msgid ""
5655
"Return true if its argument is a :c:type:`PyCapsule`. This function "
5756
"always succeeds."
58-
msgstr "인자가 :c:type:`PyCapsule`\\이면 참을 돌려줍니다."
57+
msgstr "인자가 :c:type:`PyCapsule`\\이면 참을 돌려줍니다. 이 함수는 항상 성공합니다."
5958

6059
#: ../Doc/c-api/capsule.rst:43
6160
msgid ""

c-api/cell.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@ msgid "The type object corresponding to cell objects."
4646
msgstr "셀 객체에 해당하는 형 객체."
4747

4848
#: ../Doc/c-api/cell.rst:30
49-
#, fuzzy
5049
msgid ""
5150
"Return true if *ob* is a cell object; *ob* must not be ``NULL``. This "
5251
"function always succeeds."
53-
msgstr "*ob*\\가 셀 객체면 참을 반환합니다; *ob*\\는 ``NULL``\\이 아니어야 합니다."
52+
msgstr "*ob*\\가 셀 객체면 참을 반환합니다; *ob*\\는 ``NULL``\\이 아니어야 합니다. 이 함수는 항상 성공합니다."
5453

5554
#: ../Doc/c-api/cell.rst:36
5655
msgid ""

c-api/code.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ msgid ""
4242
msgstr "이것은 Python :class:`code` 형을 나타내는 :c:type:`PyTypeObject`\\의 인스턴스입니다."
4343

4444
#: ../Doc/c-api/code.rst:30
45-
#, fuzzy
4645
msgid ""
4746
"Return true if *co* is a :class:`code` object. This function always "
4847
"succeeds."
49-
msgstr "*co*\\가 :class:`code` 객체면 참을 반환합니다."
48+
msgstr "*co*\\가 :class:`code` 객체면 참을 반환합니다. 이 함수는 항상 성공합니다."
5049

5150
#: ../Doc/c-api/code.rst:34
5251
msgid "Return the number of free variables in *co*."

c-api/complex.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,22 +125,20 @@ msgstr ""
125125
":class:`complex`\\와 같은 객체입니다."
126126

127127
#: ../Doc/c-api/complex.rst:96
128-
#, fuzzy
129128
msgid ""
130129
"Return true if its argument is a :c:type:`PyComplexObject` or a subtype "
131130
"of :c:type:`PyComplexObject`. This function always succeeds."
132131
msgstr ""
133132
"인자가 :c:type:`PyComplexObject` 나 :c:type:`PyComplexObject`\\의 서브 형이면 참을 "
134-
"반환합니다."
133+
"반환합니다. 이 함수는 항상 성공합니다."
135134

136135
#: ../Doc/c-api/complex.rst:102
137-
#, fuzzy
138136
msgid ""
139137
"Return true if its argument is a :c:type:`PyComplexObject`, but not a "
140138
"subtype of :c:type:`PyComplexObject`. This function always succeeds."
141139
msgstr ""
142140
"인자가 :c:type:`PyComplexObject`\\이지만, :c:type:`PyComplexObject`\\의 서브 유형이 "
143-
"아니면 참을 반환합니다."
141+
"아니면 참을 반환합니다. 이 함수는 항상 성공합니다."
144142

145143
#: ../Doc/c-api/complex.rst:108
146144
msgid ""

c-api/conversion.po

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,22 @@ msgid "Functions for number conversion and formatted string output."
2525
msgstr "숫자 변환과 포맷된 문자열 출력을 위한 함수."
2626

2727
#: ../Doc/c-api/conversion.rst:13
28-
#, fuzzy
2928
msgid ""
3029
"Output not more than *size* bytes to *str* according to the format string"
3130
" *format* and the extra arguments. See the Unix man page "
3231
":manpage:`snprintf(3)`."
3332
msgstr ""
3433
"포맷 문자열 *format* 과 추가 인자에 따라 *size* 바이트를 넘지 않도록 *str*\\로 출력합니다. 유닉스 매뉴얼 "
35-
"페이지 :manpage:`snprintf(2)`\\를 보십시오."
34+
"페이지 :manpage:`snprintf(3)`\\를 보십시오."
3635

3736
#: ../Doc/c-api/conversion.rst:19
38-
#, fuzzy
3937
msgid ""
4038
"Output not more than *size* bytes to *str* according to the format string"
4139
" *format* and the variable argument list *va*. Unix man page "
4240
":manpage:`vsnprintf(3)`."
4341
msgstr ""
4442
"포맷 문자열 *format* 과 가변 인자 목록 *va*\\에 따라 *size* 바이트를 넘지 않도록 *str*\\로 출력합니다. "
45-
"유닉스 매뉴얼 페이지 :manpage:`vsnprintf(2)`\\를 보십시오."
43+
"유닉스 매뉴얼 페이지 :manpage:`vsnprintf(3)`\\를 보십시오."
4644

4745
#: ../Doc/c-api/conversion.rst:23
4846
msgid ""
@@ -56,14 +54,13 @@ msgstr ""
5654
"함수가 제공하지 않는 수준의 일관된 동작을 보장하는 것입니다."
5755

5856
#: ../Doc/c-api/conversion.rst:28
59-
#, fuzzy
6057
msgid ""
6158
"The wrappers ensure that ``str[size-1]`` is always ``'\\0'`` upon return."
6259
" They never write more than *size* bytes (including the trailing "
6360
"``'\\0'``) into str. Both functions require that ``str != NULL``, ``size "
6461
"> 0`` and ``format != NULL``."
6562
msgstr ""
66-
"래퍼는 반환 시 *str*[*size*-1]이 항상 ``'\\0'``\\이 되도록 합니다. str에 *size* 바이트(후행 "
63+
"래퍼는 반환 시 ``str[size-1]``\\이 항상 ``'\\0'``\\이 되도록 합니다. str에 *size* 바이트(후행 "
6764
"``'\\0'`` 포함)를 초과해서 쓰지 않습니다. 두 함수 모두 ``str != NULL``, ``size > 0`` 및 "
6865
"``format != NULL``\\을 요구합니다."
6966

@@ -83,34 +80,31 @@ msgid ""
8380
msgstr "이 함수들의 반환 값(*rv*)은 다음과 같이 해석되어야 합니다:"
8481

8582
#: ../Doc/c-api/conversion.rst:39
86-
#, fuzzy
8783
msgid ""
8884
"When ``0 <= rv < size``, the output conversion was successful and *rv* "
8985
"characters were written to *str* (excluding the trailing ``'\\0'`` byte "
9086
"at ``str[rv]``)."
9187
msgstr ""
9288
"``0 <= rv < size`` 일 때, 출력 변환에 성공했으며 *rv* 문자가 *str*\\에 기록되었습니다 "
93-
"(*str*[*rv*]의 후행 ``'\\0'`` 바이트 제외)."
89+
"(``str[rv]``\\의 후행 ``'\\0'`` 바이트 제외)."
9490

9591
#: ../Doc/c-api/conversion.rst:43
96-
#, fuzzy
9792
msgid ""
9893
"When ``rv >= size``, the output conversion was truncated and a buffer "
9994
"with ``rv + 1`` bytes would have been needed to succeed. ``str[size-1]`` "
10095
"is ``'\\0'`` in this case."
10196
msgstr ""
10297
"``rv >= size`` 일 때, 출력 변환이 잘렸고 성공하려면 ``rv + 1`` 바이트의 버퍼가 필요합니다. "
103-
"*str*[*size*-1]은 이때 ``'\\0'``\\입니다."
98+
"``str[size-1]``\\은 이때 ``'\\0'``\\입니다."
10499

105100
#: ../Doc/c-api/conversion.rst:47
106-
#, fuzzy
107101
msgid ""
108102
"When ``rv < 0``, \"something bad happened.\" ``str[size-1]`` is ``'\\0'``"
109103
" in this case too, but the rest of *str* is undefined. The exact cause of"
110104
" the error depends on the underlying platform."
111105
msgstr ""
112-
"``rv < 0`` 일 때, \"뭔가 나쁜 일이 일어났습니다.\" 이때도 *str*[*size*-1]은 ``'\\0'``\\이지만,"
113-
" *str*\\의 나머지는 정의되지 않습니다. 에러의 정확한 원인은 하부 플랫폼에 따라 다릅니다."
106+
"``rv < 0`` 일 때, \"뭔가 나쁜 일이 일어났습니다.\" 이때도 ``str[size-1]``\\"
107+
"``'\\0'``\\이지만, *str*\\의 나머지는 정의되지 않습니다. 에러의 정확한 원인은 하부 플랫폼에 따라 다릅니다."
114108

115109
#: ../Doc/c-api/conversion.rst:51
116110
msgid ""

c-api/coro.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ msgid "The type object corresponding to coroutine objects."
3535
msgstr "코루틴 객체에 해당하는 형 객체."
3636

3737
#: ../Doc/c-api/coro.rst:26
38-
#, fuzzy
3938
msgid ""
4039
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
4140
"``NULL``. This function always succeeds."
42-
msgstr "*ob*\\의 형이 :c:type:`PyCoro_Type`\\이면 참을 반환합니다. *ob*\\는 ``NULL``\\일 수 없습니다."
41+
msgstr ""
42+
"*ob*\\의 형이 :c:type:`PyCoro_Type`\\이면 참을 반환합니다. *ob*\\는 ``NULL``\\일 수 "
43+
"없습니다. 이 함수는 항상 성공합니다."
4344

4445
#: ../Doc/c-api/coro.rst:32
4546
msgid ""

c-api/datetime.po

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,104 +50,94 @@ msgid "Type-check macros:"
5050
msgstr "형 검사 매크로:"
5151

5252
#: ../Doc/c-api/datetime.rst:30
53-
#, fuzzy
5453
msgid ""
5554
"Return true if *ob* is of type :c:data:`PyDateTime_DateType` or a subtype"
5655
" of :c:data:`PyDateTime_DateType`. *ob* must not be ``NULL``. This "
5756
"function always succeeds."
5857
msgstr ""
5958
"*ob*\\가 :c:data:`PyDateTime_DateType` 형이거나 "
6059
":c:data:`PyDateTime_DateType`\\의 서브 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이 "
61-
"아니어야 합니다."
60+
"아니어야 합니다. 이 함수는 항상 성공합니다."
6261

6362
#: ../Doc/c-api/datetime.rst:37
64-
#, fuzzy
6563
msgid ""
6664
"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must "
6765
"not be ``NULL``. This function always succeeds."
6866
msgstr ""
6967
"*ob*\\가 :c:data:`PyDateTime_DateType` 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이 "
70-
"아니어야 합니다."
68+
"아니어야 합니다. 이 함수는 항상 성공합니다."
7169

7270
#: ../Doc/c-api/datetime.rst:43
73-
#, fuzzy
7471
msgid ""
7572
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
7673
"subtype of :c:data:`PyDateTime_DateTimeType`. *ob* must not be ``NULL``."
7774
" This function always succeeds."
7875
msgstr ""
7976
"*ob*\\가 :c:data:`PyDateTime_DateTimeType` 형이거나 "
8077
":c:data:`PyDateTime_DateTimeType`\\의 서브 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이"
81-
" 아니어야 합니다."
78+
" 아니어야 합니다. 이 함수는 항상 성공합니다."
8279

8380
#: ../Doc/c-api/datetime.rst:50
84-
#, fuzzy
8581
msgid ""
8682
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* "
8783
"must not be ``NULL``. This function always succeeds."
8884
msgstr ""
8985
"*ob*\\가 :c:data:`PyDateTime_DateTimeType` 형이면 참을 돌려줍니다. *ob*\\는 "
90-
"``NULL``\\이 아니어야 합니다."
86+
"``NULL``\\이 아니어야 합니다. 이 함수는 항상 성공합니다."
9187

9288
#: ../Doc/c-api/datetime.rst:56
93-
#, fuzzy
9489
msgid ""
9590
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype"
9691
" of :c:data:`PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
9792
"function always succeeds."
9893
msgstr ""
9994
"*ob*\\가 :c:data:`PyDateTime_TimeType` 형이거나 "
10095
":c:data:`PyDateTime_TimeType`\\의 서브 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이 "
101-
"아니어야 합니다."
96+
"아니어야 합니다. 이 함수는 항상 성공합니다."
10297

10398
#: ../Doc/c-api/datetime.rst:63
104-
#, fuzzy
10599
msgid ""
106100
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must "
107101
"not be ``NULL``. This function always succeeds."
108102
msgstr ""
109103
"*ob*\\가 :c:data:`PyDateTime_TimeType` 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이 "
110-
"아니어야 합니다."
104+
"아니어야 합니다. 이 함수는 항상 성공합니다."
111105

112106
#: ../Doc/c-api/datetime.rst:69
113-
#, fuzzy
114107
msgid ""
115108
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a "
116109
"subtype of :c:data:`PyDateTime_DeltaType`. *ob* must not be ``NULL``. "
117110
"This function always succeeds."
118111
msgstr ""
119112
"*ob*\\가 :c:data:`PyDateTime_DeltaType` 형이거나 "
120113
":c:data:`PyDateTime_DeltaType`\\의 서브 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이 "
121-
"아니어야 합니다."
114+
"아니어야 합니다. 이 함수는 항상 성공합니다."
122115

123116
#: ../Doc/c-api/datetime.rst:76
124-
#, fuzzy
125117
msgid ""
126118
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must "
127119
"not be ``NULL``. This function always succeeds."
128120
msgstr ""
129121
"*ob*\\가 :c:data:`PyDateTime_DeltaType` 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이 "
130-
"아니어야 합니다."
122+
"아니어야 합니다. 이 함수는 항상 성공합니다."
131123

132124
#: ../Doc/c-api/datetime.rst:82
133-
#, fuzzy
134125
msgid ""
135126
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a "
136127
"subtype of :c:data:`PyDateTime_TZInfoType`. *ob* must not be ``NULL``. "
137128
"This function always succeeds."
138129
msgstr ""
139130
"*ob*\\가 :c:data:`PyDateTime_TZInfoType` 형이거나 "
140131
":c:data:`PyDateTime_TZInfoType`\\의 서브 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이 "
141-
"아니어야 합니다."
132+
"아니어야 합니다. 이 함수는 항상 성공합니다."
142133

143134
#: ../Doc/c-api/datetime.rst:89
144-
#, fuzzy
145135
msgid ""
146136
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must"
147137
" not be ``NULL``. This function always succeeds."
148138
msgstr ""
149139
"*ob*\\가 :c:data:`PyDateTime_TZInfoType` 형이면 참을 돌려줍니다. *ob*\\는 ``NULL``\\이"
150-
" 아니어야 합니다."
140+
" 아니어야 합니다. 이 함수는 항상 성공합니다."
151141

152142
#: ../Doc/c-api/datetime.rst:93
153143
msgid "Macros to create objects:"

c-api/dict.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,16 @@ msgstr ""
3333
":class:`dict`\\와 같은 객체입니다."
3434

3535
#: ../Doc/c-api/dict.rst:24
36-
#, fuzzy
3736
msgid ""
3837
"Return true if *p* is a dict object or an instance of a subtype of the "
3938
"dict type. This function always succeeds."
40-
msgstr "*p*\\가 dict 객체이거나 dict 형의 서브 형의 인스턴스면 참을 반환합니다."
39+
msgstr "*p*\\가 dict 객체이거나 dict 형의 서브 형의 인스턴스면 참을 반환합니다. 이 함수는 항상 성공합니다."
4140

4241
#: ../Doc/c-api/dict.rst:30
43-
#, fuzzy
4442
msgid ""
4543
"Return true if *p* is a dict object, but not an instance of a subtype of "
4644
"the dict type. This function always succeeds."
47-
msgstr "*p*\\가 dict 객체이지만, dict 형의 서브 형의 인스턴스는 아니면 참을 반환합니다."
45+
msgstr "*p*\\가 dict 객체이지만, dict 형의 서브 형의 인스턴스는 아니면 참을 반환합니다. 이 함수는 항상 성공합니다."
4846

4947
#: ../Doc/c-api/dict.rst:36
5048
msgid "Return a new empty dictionary, or ``NULL`` on failure."

c-api/float.po

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ msgstr ""
3636
":class:`float`\\와 같은 객체입니다."
3737

3838
#: ../Doc/c-api/float.rst:24
39-
#, fuzzy
4039
msgid ""
4140
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of "
4241
":c:type:`PyFloatObject`. This function always succeeds."
43-
msgstr "인자가 :c:type:`PyFloatObject` 나 :c:type:`PyFloatObject`\\의 서브 형이면 참을 반환합니다."
42+
msgstr ""
43+
"인자가 :c:type:`PyFloatObject` 나 :c:type:`PyFloatObject`\\의 서브 형이면 참을 반환합니다."
44+
" 이 함수는 항상 성공합니다."
4445

4546
#: ../Doc/c-api/float.rst:30
46-
#, fuzzy
4747
msgid ""
4848
"Return true if its argument is a :c:type:`PyFloatObject`, but not a "
4949
"subtype of :c:type:`PyFloatObject`. This function always succeeds."
5050
msgstr ""
5151
"인자가 :c:type:`PyFloatObject`\\이지만 :c:type:`PyFloatObject`\\의 서브 형은 아니면 참을 "
52-
"반환합니다."
52+
"반환합니다. 이 함수는 항상 성공합니다."
5353

5454
#: ../Doc/c-api/float.rst:36
5555
msgid ""
@@ -106,9 +106,3 @@ msgid ""
106106
":c:type:`double`."
107107
msgstr "최소 정규화된(normalized) 양의 float *DBL_MIN*\\를 C :c:type:`double`\\로 반환합니다."
108108

109-
#~ msgid ""
110-
#~ "Clear the float free list. Return "
111-
#~ "the number of items that could not"
112-
#~ " be freed."
113-
#~ msgstr "float 자유 목록(free list)을 비웁니다. 해제할 수 없는 항목의 수를 반환합니다."
114-

0 commit comments

Comments
 (0)