Skip to content

Commit b9b1a16

Browse files
committed
#856 - remove fuzzy flags
1 parent b03f18a commit b9b1a16

File tree

1 file changed

+5
-69
lines changed

1 file changed

+5
-69
lines changed

library/nis.po

Lines changed: 5 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -17,87 +17,23 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/nis.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!nis` --- Interface to Sun’s NIS (Yellow Pages)"
22-
msgstr ":mod:`nis` --- Sun의 NIS(옐로 페이지)에 대한 인터페이스"
21+
msgstr ":mod:`!nis` --- Sun의 NIS(옐로 페이지)에 대한 인터페이스"
2322

2423
#: ../../library/nis.rst:10
2524
msgid ""
2625
"This module is no longer part of the Python standard library. It was "
2726
":ref:`removed in Python 3.13 <whatsnew313-pep594>` after being deprecated"
2827
" in Python 3.11. The removal was decided in :pep:`594`."
2928
msgstr ""
29+
"이 모듈은 더는 파이썬 표준 라이브러리에 포함되지 않습니다. 파이썬 3.11 에서 폐지된 후 :ref:`파이썬 3.13 에서 제거 "
30+
"<whatsnew313-pep594>`\\되었습니다. 제거는 :pep:`594` 에서 결정되었습니다."
3031

3132
#: ../../library/nis.rst:14
3233
msgid ""
3334
"The last version of Python that provided the :mod:`!nis` module was "
3435
"`Python 3.12 <https://docs.python.org/3.12/library/nis.html>`_."
3536
msgstr ""
36-
37-
#~ msgid ""
38-
#~ "The :mod:`nis` module gives a thin "
39-
#~ "wrapper around the NIS library, useful"
40-
#~ " for central administration of several "
41-
#~ "hosts."
42-
#~ msgstr ":mod:`nis` 모듈은 여러 호스트의 중앙 관리에 유용한 NIS 라이브러리를 감싸는 얇은 래퍼를 제공합니다."
43-
44-
#~ msgid ""
45-
#~ "Because NIS exists only on Unix "
46-
#~ "systems, this module is only available"
47-
#~ " for Unix."
48-
#~ msgstr "NIS가 유닉스 시스템에만 존재하므로, 이 모듈은 유닉스에서만 사용할 수 있습니다."
49-
50-
#~ msgid "The :mod:`nis` module defines the following functions:"
51-
#~ msgstr ":mod:`nis` 모듈은 다음 함수를 정의합니다:"
52-
53-
#~ msgid ""
54-
#~ "Return the match for *key* in map"
55-
#~ " *mapname*, or raise an error "
56-
#~ "(:exc:`nis.error`) if there is none. "
57-
#~ "Both should be strings, *key* is "
58-
#~ "8-bit clean. Return value is an "
59-
#~ "arbitrary array of bytes (may contain"
60-
#~ " ``NULL`` and other joys)."
61-
#~ msgstr ""
62-
#~ "맵 *mapname*\\에서 *key*\\에 대한 일치를 반환하거나,"
63-
#~ " 일치가 없으면 에러(:exc:`nis.error`)를 발생시킵니다. 둘"
64-
#~ " 다 문자열이어야 하며, *key*\\는 8비트 클린해야 "
65-
#~ "합니다. 반환 값은 임의의 바이트 배열입니다 (``NULL``"
66-
#~ " 이나 다른 기쁨을 포함할 수 있습니다)."
67-
68-
#~ msgid "Note that *mapname* is first checked if it is an alias to another name."
69-
#~ msgstr "*mapname*\\이 다른 이름의 별칭인지 먼저 검사합니다."
70-
71-
#~ msgid ""
72-
#~ "The *domain* argument allows overriding "
73-
#~ "the NIS domain used for the "
74-
#~ "lookup. If unspecified, lookup is in "
75-
#~ "the default NIS domain."
76-
#~ msgstr ""
77-
#~ "*domain* 인자는 조회에 사용된 NIS 도메인을 "
78-
#~ "오버라이드할 수 있게 합니다. 지정하지 않으면, 조회는 "
79-
#~ "기본 NIS 도메인에서 이루어집니다."
80-
81-
#~ msgid ""
82-
#~ "Return a dictionary mapping *key* to "
83-
#~ "*value* such that ``match(key, "
84-
#~ "mapname)==value``. Note that both keys "
85-
#~ "and values of the dictionary are "
86-
#~ "arbitrary arrays of bytes."
87-
#~ msgstr ""
88-
#~ "``match(key, mapname)==value``\\가 되도록 *key*\\를 "
89-
#~ "*value*\\에 매핑하는 딕셔너리를 반환합니다. 딕셔너리의 키와"
90-
#~ " 값은 모두 임의의 바이트 배열입니다."
91-
92-
#~ msgid "Return a list of all valid maps."
93-
#~ msgstr "유효한 모든 맵 리스트를 반환합니다."
94-
95-
#~ msgid "Return the system default NIS domain."
96-
#~ msgstr "시스템 기본 NIS 도메인을 반환합니다."
97-
98-
#~ msgid "The :mod:`nis` module defines the following exception:"
99-
#~ msgstr ":mod:`nis` 모듈은 다음 예외를 정의합니다:"
100-
101-
#~ msgid "An error raised when a NIS function returns an error code."
102-
#~ msgstr "NIS 함수가 에러 코드를 반환할 때 발생하는 에러."
37+
":mod:`!nis` 모듈을 제공한 마지막 파이썬 버전은 `파이썬 3.12 "
38+
"<https://docs.python.org/ko/3.12/library/nis.html>`_ 입니다."
10339

0 commit comments

Comments
 (0)