Skip to content

Commit 9019e23

Browse files
committed
#992 - remove fuzzy flags
1 parent d630264 commit 9019e23

File tree

1 file changed

+18
-38
lines changed

1 file changed

+18
-38
lines changed

library/asyncio-llapi-index.po

Lines changed: 18 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ msgid ":func:`asyncio.get_event_loop`"
4141
msgstr ":func:`asyncio.get_event_loop`"
4242

4343
#: ../../library/asyncio-llapi-index.rst:22
44-
#, fuzzy
4544
msgid "Get an event loop instance (running or current via the current policy)."
46-
msgstr "이벤트 루프 인스턴스를 가져옵니다 (현재 또는 정책을 통해)."
45+
msgstr "이벤트 루프 인스턴스를 가져옵니다 (실행 중이거나 현재 정책을 통해 현재)."
4746

4847
#: ../../library/asyncio-llapi-index.rst:24
4948
msgid ":func:`asyncio.set_event_loop`"
@@ -75,11 +74,10 @@ msgid "Event Loop Methods"
7574
msgstr "이벤트 루프 메서드"
7675

7776
#: ../../library/asyncio-llapi-index.rst:39
78-
#, fuzzy
7977
msgid ""
8078
"See also the main documentation section about the :ref:`asyncio-event-"
8179
"loop-methods`."
82-
msgstr ":ref:`이벤트 루프 메서드 <asyncio-event-loop>`\\에 관한 주 설명서 절도 참조하십시오."
80+
msgstr ":ref:`asyncio-event-loop-methods`\\에 관한 주 설명서 절도 참조하십시오."
8381

8482
#: ../../library/asyncio-llapi-index.rst:42
8583
msgid "Lifecycle"
@@ -118,18 +116,16 @@ msgid "Close the event loop."
118116
msgstr "이벤트 루프를 닫습니다."
119117

120118
#: ../../library/asyncio-llapi-index.rst:59
121-
#, fuzzy
122119
msgid ":meth:`loop.is_running`"
123-
msgstr ":meth:`loop.is_running()`"
120+
msgstr ":meth:`loop.is_running`"
124121

125122
#: ../../library/asyncio-llapi-index.rst:60
126123
msgid "Return ``True`` if the event loop is running."
127124
msgstr "이벤트 루프가 실행 중이면 ``True``\\를 반환합니다."
128125

129126
#: ../../library/asyncio-llapi-index.rst:62
130-
#, fuzzy
131127
msgid ":meth:`loop.is_closed`"
132-
msgstr ":meth:`loop.is_closed()`"
128+
msgstr ":meth:`loop.is_closed`"
133129

134130
#: ../../library/asyncio-llapi-index.rst:63
135131
msgid "Return ``True`` if the event loop is closed."
@@ -386,24 +382,20 @@ msgid "Receive data from the :class:`~socket.socket` into a buffer."
386382
msgstr ":class:`~socket.socket`\\에서 데이터를 버퍼로 수신합니다."
387383

388384
#: ../../library/asyncio-llapi-index.rst:192
389-
#, fuzzy
390385
msgid "``await`` :meth:`loop.sock_recvfrom`"
391-
msgstr "``await`` :meth:`loop.sock_recv`"
386+
msgstr "``await`` :meth:`loop.sock_recvfrom`"
392387

393388
#: ../../library/asyncio-llapi-index.rst:193
394-
#, fuzzy
395389
msgid "Receive a datagram from the :class:`~socket.socket`."
396-
msgstr ":class:`~socket.socket`\\에서 데이터를 수신합니다."
390+
msgstr ":class:`~socket.socket`\\에서 데이터 그램을 수신합니다."
397391

398392
#: ../../library/asyncio-llapi-index.rst:195
399-
#, fuzzy
400393
msgid "``await`` :meth:`loop.sock_recvfrom_into`"
401-
msgstr "``await`` :meth:`loop.sock_recv_into`"
394+
msgstr "``await`` :meth:`loop.sock_recvfrom_into`"
402395

403396
#: ../../library/asyncio-llapi-index.rst:196
404-
#, fuzzy
405397
msgid "Receive a datagram from the :class:`~socket.socket` into a buffer."
406-
msgstr ":class:`~socket.socket`\\에서 데이터를 버퍼로 수신합니다."
398+
msgstr ":class:`~socket.socket`\\에서 데이터 그램을 버퍼로 수신합니다."
407399

408400
#: ../../library/asyncio-llapi-index.rst:198
409401
msgid "``await`` :meth:`loop.sock_sendall`"
@@ -414,14 +406,12 @@ msgid "Send data to the :class:`~socket.socket`."
414406
msgstr "데이터를 :class:`~socket.socket`\\으로 보냅니다."
415407

416408
#: ../../library/asyncio-llapi-index.rst:201
417-
#, fuzzy
418409
msgid "``await`` :meth:`loop.sock_sendto`"
419-
msgstr "``await`` :meth:`loop.sock_sendall`"
410+
msgstr "``await`` :meth:`loop.sock_sendto`"
420411

421412
#: ../../library/asyncio-llapi-index.rst:202
422-
#, fuzzy
423413
msgid "Send a datagram via the :class:`~socket.socket` to the given address."
424-
msgstr "데이터를 :class:`~socket.socket`\\으로 보냅니다."
414+
msgstr "데이터 그램을 :class:`~socket.socket`\\을 통해 주어진 주소로 보냅니다."
425415

426416
#: ../../library/asyncio-llapi-index.rst:204
427417
msgid "``await`` :meth:`loop.sock_connect`"
@@ -556,12 +546,11 @@ msgid "The default exception handler implementation."
556546
msgstr "기본 예외 처리기 구현."
557547

558548
#: ../../library/asyncio-llapi-index.rst:270
559-
#, fuzzy
560549
msgid ""
561550
":ref:`Using asyncio.new_event_loop() and loop.run_forever() "
562551
"<asyncio_example_lowlevel_helloworld>`."
563552
msgstr ""
564-
":ref:`asyncio.get_event_loop() 와 loop.run_forever() 사용하기 "
553+
":ref:`asyncio.new_event_loop() 와 loop.run_forever() 사용하기 "
565554
"<asyncio_example_lowlevel_helloworld>`."
566555

567556
#: ../../library/asyncio-llapi-index.rst:273
@@ -749,18 +738,16 @@ msgstr ""
749738
"<WriteTransport.get_write_buffer_size>`"
750739

751740
#: ../../library/asyncio-llapi-index.rst:361
752-
#, fuzzy
753741
msgid "Return the current size of the output buffer."
754-
msgstr "현재 프로토콜을 돌려줍니다."
742+
msgstr "출력 버퍼의 현재 크기를 돌려줍니다."
755743

756744
#: ../../library/asyncio-llapi-index.rst:363
757-
#, fuzzy
758745
msgid ""
759746
":meth:`transport.get_write_buffer_limits() "
760747
"<WriteTransport.get_write_buffer_limits>`"
761748
msgstr ""
762-
":meth:`transport.set_write_buffer_limits() "
763-
"<WriteTransport.set_write_buffer_limits>`"
749+
":meth:`transport.get_write_buffer_limits() "
750+
"<WriteTransport.get_write_buffer_limits>`"
764751

765752
#: ../../library/asyncio-llapi-index.rst:365
766753
msgid "Return high and low water marks for write flow control."
@@ -988,11 +975,8 @@ msgid "Subprocess Protocols"
988975
msgstr "서브 프로세스 프로토콜"
989976

990977
#: ../../library/asyncio-llapi-index.rst:487
991-
#, fuzzy
992978
msgid "``callback`` :meth:`~SubprocessProtocol.pipe_data_received`"
993-
msgstr ""
994-
"``callback`` :meth:`pipe_data_received() "
995-
"<SubprocessProtocol.pipe_data_received>`"
979+
msgstr "``callback`` :meth:`~SubprocessProtocol.pipe_data_received`"
996980

997981
#: ../../library/asyncio-llapi-index.rst:488
998982
msgid ""
@@ -1001,11 +985,8 @@ msgid ""
1001985
msgstr "자식 프로세스가 *stdout* 이나 *stderr* 파이프에 데이터를 쓸 때 호출됩니다."
1002986

1003987
#: ../../library/asyncio-llapi-index.rst:491
1004-
#, fuzzy
1005988
msgid "``callback`` :meth:`~SubprocessProtocol.pipe_connection_lost`"
1006-
msgstr ""
1007-
"``callback`` :meth:`pipe_connection_lost() "
1008-
"<SubprocessProtocol.pipe_connection_lost>`"
989+
msgstr "``callback`` :meth:`~SubprocessProtocol.pipe_connection_lost`"
1009990

1010991
#: ../../library/asyncio-llapi-index.rst:492
1011992
msgid ""
@@ -1023,6 +1004,8 @@ msgid ""
10231004
":meth:`~SubprocessProtocol.pipe_data_received` and "
10241005
":meth:`~SubprocessProtocol.pipe_connection_lost` methods."
10251006
msgstr ""
1007+
"자식 프로세스가 종료할 때 호출됩니다. :meth:`~SubprocessProtocol.pipe_data_received` 와 "
1008+
":meth:`~SubprocessProtocol.pipe_connection_lost` 메서드 전에 호출될 수 있습니다."
10261009

10271010
#: ../../library/asyncio-llapi-index.rst:503
10281011
msgid "Event Loop Policies"
@@ -1065,6 +1048,3 @@ msgstr ":class:`AbstractEventLoopPolicy`"
10651048
msgid "Base class for policy objects."
10661049
msgstr "정책 객체의 베이스 클래스."
10671050

1068-
#~ msgid "Called when the child process has exited."
1069-
#~ msgstr "자식 프로세스가 종료할 때 호출됩니다."
1070-

0 commit comments

Comments
 (0)