Skip to content

Commit a539824

Browse files
committed
#1062 - remove fuzzy flags
1 parent ac0b733 commit a539824

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

c-api/marshal.po

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ msgid "Numeric values are stored with the least significant byte first."
3737
msgstr "숫자 값은 최하위 바이트가 먼저 저장됩니다."
3838

3939
#: ../../c-api/marshal.rst:16
40-
#, fuzzy
4140
msgid ""
4241
"The module supports two versions of the data format: version 0 is the "
4342
"historical version, version 1 shares interned strings in the file, and "
@@ -50,14 +49,13 @@ msgstr ""
5049
"``Py_MARSHAL_VERSION``\\은 현재 파일 형식을 나타냅니다 (현재 2)."
5150

5251
#: ../../c-api/marshal.rst:24
53-
#, fuzzy
5452
msgid ""
5553
"Marshal a :c:expr:`long` integer, *value*, to *file*. This will only "
5654
"write the least-significant 32 bits of *value*; regardless of the size of"
5755
" the native :c:expr:`long` type. *version* indicates the file format."
5856
msgstr ""
59-
":c:type:`long` 정수 *value*\\를 *file*\\로 마샬합니다. *value*\\의 최하위 32비트 만 "
60-
"기록합니다; 기본 :c:type:`long` 형의 크기와 관계없이. *version*\\은 파일 형식을 나타냅니다."
57+
":c:expr:`long` 정수 *value*\\를 *file*\\로 마샬합니다. *value*\\의 최하위 32비트 만 "
58+
"기록합니다; 기본 :c:expr:`long` 형의 크기와 관계없이. *version*\\은 파일 형식을 나타냅니다."
6159

6260
#: ../../c-api/marshal.rst:28 ../../c-api/marshal.rst:36
6361
msgid ""
@@ -82,14 +80,13 @@ msgid "The following functions allow marshalled values to be read back in."
8280
msgstr "다음 함수를 사용하면 마샬된 값을 다시 읽을 수 있습니다."
8381

8482
#: ../../c-api/marshal.rst:50
85-
#, fuzzy
8683
msgid ""
8784
"Return a C :c:expr:`long` from the data stream in a :c:expr:`FILE*` "
8885
"opened for reading. Only a 32-bit value can be read in using this "
8986
"function, regardless of the native size of :c:expr:`long`."
9087
msgstr ""
91-
"읽기 위해 열린 :c:type:`FILE*`\\의 데이터 스트림에서 C :c:type:`long`\\을 반환합니다. 이 함수를 "
92-
"사용하면 :c:type:`long`\\의 기본 크기와 관계없이 32비트 값만 읽을 수 있습니다."
88+
"읽기 위해 열린 :c:expr:`FILE*`\\의 데이터 스트림에서 C :c:expr:`long`\\을 반환합니다. 이 함수를 "
89+
"사용하면 :c:expr:`long`\\의 기본 크기와 관계없이 32비트 값만 읽을 수 있습니다."
9390

9491
#: ../../c-api/marshal.rst:54 ../../c-api/marshal.rst:64
9592
msgid ""
@@ -98,21 +95,19 @@ msgid ""
9895
msgstr "에러 시, 적절한 예외(:exc:`EOFError`)를 설정하고 ``-1``\\을 반환합니다."
9996

10097
#: ../../c-api/marshal.rst:60
101-
#, fuzzy
10298
msgid ""
10399
"Return a C :c:expr:`short` from the data stream in a :c:expr:`FILE*` "
104100
"opened for reading. Only a 16-bit value can be read in using this "
105101
"function, regardless of the native size of :c:expr:`short`."
106102
msgstr ""
107-
"읽기 위해 열린 :c:type:`FILE*`\\의 데이터 스트림에서 C :c:type:`short`\\를 반환합니다. 이 함수를 "
108-
"사용하면 :c:type:`short`\\의 기본 크기와 관계없이 16비트 값만 읽을 수 있습니다."
103+
"읽기 위해 열린 :c:expr:`FILE*`\\의 데이터 스트림에서 C :c:expr:`short`\\를 반환합니다. 이 함수를 "
104+
"사용하면 :c:expr:`short`\\의 기본 크기와 관계없이 16비트 값만 읽을 수 있습니다."
109105

110106
#: ../../c-api/marshal.rst:70
111-
#, fuzzy
112107
msgid ""
113108
"Return a Python object from the data stream in a :c:expr:`FILE*` opened "
114109
"for reading."
115-
msgstr "읽기 위해 열린 :c:type:`FILE*`\\의 데이터 스트림에서 파이썬 객체를 반환합니다."
110+
msgstr "읽기 위해 열린 :c:expr:`FILE*`\\의 데이터 스트림에서 파이썬 객체를 반환합니다."
116111

117112
#: ../../c-api/marshal.rst:73 ../../c-api/marshal.rst:87
118113
#: ../../c-api/marshal.rst:96
@@ -124,7 +119,6 @@ msgstr ""
124119
"설정하고 ``NULL``\\을 반환합니다."
125120

126121
#: ../../c-api/marshal.rst:79
127-
#, fuzzy
128122
msgid ""
129123
"Return a Python object from the data stream in a :c:expr:`FILE*` opened "
130124
"for reading. Unlike :c:func:`PyMarshal_ReadObjectFromFile`, this "
@@ -134,7 +128,7 @@ msgid ""
134128
"at a time from the file. Only use these variant if you are certain that "
135129
"you won't be reading anything else from the file."
136130
msgstr ""
137-
"읽기 위해 열린 :c:type:`FILE*`\\의 데이터 스트림에서 파이썬 객체를 반환합니다. "
131+
"읽기 위해 열린 :c:expr:`FILE*`\\의 데이터 스트림에서 파이썬 객체를 반환합니다. "
138132
":c:func:`PyMarshal_ReadObjectFromFile`\\와 달리, 이 함수는 더는 파일에서 객체를 읽지 않을 "
139133
"것이라고 가정함으로써, 파일 데이터를 메모리에 적극적으로 로드 할 수 있고, 파일에서 한 바이트씩 읽는 대신 메모리에 있는 "
140134
"데이터에서 역 직렬화가 작동할 수 있습니다. 파일에서 어떤 것도 읽지 않을 것이라는 확신이 들 경우에만 이 변형을 사용하십시오."

0 commit comments

Comments
 (0)