Skip to content

Commit 56ec514

Browse files
committed
#750 - remove fuzzy flags
1 parent 53bd133 commit 56ec514

File tree

1 file changed

+19
-35
lines changed

1 file changed

+19
-35
lines changed

library/winreg.po

+19-35
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/winreg.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!winreg` --- Windows registry access"
22-
msgstr ":mod:`winreg` --- 윈도우 레지스트리 액세스"
21+
msgstr ":mod:`!winreg` --- 윈도우 레지스트리 액세스"
2322

2423
#: ../../library/winreg.rst:12
2524
msgid ""
@@ -209,7 +208,6 @@ msgstr ""
209208
"하며, 키에 서브 키가 없을 수 있습니다."
210209

211210
#: ../../library/winreg.rst:156
212-
#, fuzzy
213211
msgid ""
214212
"*access* is an integer that specifies an access mask that describes the "
215213
"desired security access for the key. Default is "
@@ -218,8 +216,8 @@ msgid ""
218216
"values."
219217
msgstr ""
220218
"*access*\\는 키에 대한 원하는 보안 액세스를 기술하는 액세스 마스크를 지정하는 정수입니다. 기본값은 "
221-
":const:`KEY_WOW64_64KEY`\\입니다. 허용되는 다른 값은 :ref:`액세스 권한 <access-"
222-
"rights>`\\을 참조하십시오."
219+
":const:`KEY_WOW64_64KEY`\\입니다. 32비트 윈도우에서는, WOW64 상수가 무시됩니다. 허용되는 다른 값은 "
220+
":ref:`액세스 권한 <access-rights>`\\을 참조하십시오."
223221

224222
#: ../../library/winreg.rst:166
225223
msgid "On unsupported Windows versions, :exc:`NotImplementedError` is raised."
@@ -346,6 +344,8 @@ msgid ""
346344
">>> ExpandEnvironmentStrings('%windir%')\n"
347345
"'C:\\\\Windows'"
348346
msgstr ""
347+
">>> ExpandEnvironmentStrings('%windir%')\n"
348+
"'C:\\\\Windows'"
349349

350350
#: ../../library/winreg.rst:253
351351
msgid ""
@@ -410,15 +410,14 @@ msgstr ""
410410
" 합니다. FAT(file allocation table) 파일 시스템에서, 파일명은 확장자가 없을 수 있습니다."
411411

412412
#: ../../library/winreg.rst:290
413-
#, fuzzy
414413
msgid ""
415414
"A call to :func:`LoadKey` fails if the calling process does not have the "
416415
":c:data:`!SE_RESTORE_PRIVILEGE` privilege. Note that privileges are "
417416
"different from permissions -- see the `RegLoadKey documentation "
418417
"<https://msdn.microsoft.com/en-us/library/ms724889%28v=VS.85%29.aspx>`__ "
419418
"for more details."
420419
msgstr ""
421-
"호출하는 프로세스에 :const:`SE_RESTORE_PRIVILEGE` 권한(privilege)이 없으면 "
420+
"호출하는 프로세스에 :data:`SE_RESTORE_PRIVILEGE` 권한(privilege)이 없으면 "
422421
":func:`LoadKey`\\에 대한 호출이 실패합니다. 권한(privilege)은 허가(permissions)와 다름에 "
423422
"유의하십시오 -- 자세한 내용은 `RegLoadKey 설명서 <https://msdn.microsoft.com/en-"
424423
"us/library/ms724889%28v=VS.85%29.aspx>`__\\를 참조하십시오."
@@ -578,7 +577,6 @@ msgstr ""
578577
"없습니다."
579578

580579
#: ../../library/winreg.rst:415
581-
#, fuzzy
582580
msgid ""
583581
"If *key* represents a key on a remote computer, the path described by "
584582
"*file_name* is relative to the remote computer. The caller of this method"
@@ -588,9 +586,9 @@ msgid ""
588586
"us/library/ms724878%28v=VS.85%29.aspx>`__ for more details."
589587
msgstr ""
590588
"*key*\\가 원격 컴퓨터의 키를 나타내면, *file_name*\\이 기술하는 경로는 원격 컴퓨터에 상대적입니다. 이 메서드의 "
591-
"호출자는 :const:`SeBackupPrivilege` 보안 권한(privilege)을 가지고 있어야 합니다. "
592-
"권한(privilege)은 허가(permissions)와 다름에 유의하십시오 -- 자세한 내용은 `사용자 권한과 허가 간의 충돌 "
593-
"설명서 <https://msdn.microsoft.com/en-"
589+
"호출자는 **SeBackupPrivilege** 보안 권한(privilege)을 가지고 있어야 합니다. 권한(privilege)은 "
590+
"허가(permissions)와 다름에 유의하십시오 -- 자세한 내용은 `사용자 권한과 허가 간의 충돌 설명서 "
591+
"<https://msdn.microsoft.com/en-"
594592
"us/library/ms724878%28v=VS.85%29.aspx>`__\\를 참조하십시오."
595593

596594
#: ../../library/winreg.rst:423
@@ -759,11 +757,10 @@ msgid "Constants"
759757
msgstr "상수"
760758

761759
#: ../../library/winreg.rst:539
762-
#, fuzzy
763760
msgid ""
764761
"The following constants are defined for use in many :mod:`winreg` "
765762
"functions."
766-
msgstr "많은 :mod:`_winreg` 함수에 사용하기 위해 다음 상수가 정의되어 있습니다."
763+
msgstr "많은 :mod:`winreg` 함수에 사용하기 위해 다음 상수가 정의되어 있습니다."
767764

768765
#: ../../library/winreg.rst:544
769766
msgid "HKEY_* Constants"
@@ -906,18 +903,16 @@ msgstr ""
906903
"us/library/aa384129(v=VS.85).aspx>`__\\를 참조하십시오."
907904

908905
#: ../../library/winreg.rst:655
909-
#, fuzzy
910906
msgid ""
911907
"Indicates that an application on 64-bit Windows should operate on the "
912908
"64-bit registry view. On 32-bit Windows, this constant is ignored."
913-
msgstr "64비트 윈도우의 응용 프로그램이 64비트 레지스트리 뷰에서 작동해야 함을 나타냅니다."
909+
msgstr "64비트 윈도우의 응용 프로그램이 64비트 레지스트리 뷰에서 작동해야 함을 나타냅니다. 32비트 윈도우에서, 이 상수는 무시됩니다."
914910

915911
#: ../../library/winreg.rst:660
916-
#, fuzzy
917912
msgid ""
918913
"Indicates that an application on 64-bit Windows should operate on the "
919914
"32-bit registry view. On 32-bit Windows, this constant is ignored."
920-
msgstr "64비트 윈도우의 응용 프로그램이 32비트 레지스트리 뷰에서 작동해야 함을 나타냅니다."
915+
msgstr "64비트 윈도우의 응용 프로그램이 32비트 레지스트리 뷰에서 작동해야 함을 나타냅니다. 32비트 윈도우에서, 이 상수는 무시됩니다."
921916

922917
#: ../../library/winreg.rst:666
923918
msgid "Value Types"
@@ -1016,15 +1011,16 @@ msgid ""
10161011
msgstr "핸들 객체를 받아들이는 이 모듈의 모든 레지스트리 함수는 정수도 받아들이지만, 핸들 객체의 사용을 권장합니다."
10171012

10181013
#: ../../library/winreg.rst:748
1019-
#, fuzzy
10201014
msgid "Handle objects provide semantics for :meth:`~object.__bool__` -- thus ::"
1021-
msgstr "핸들 객체는 :meth:`__bool__`\\에 대한 의미를 제공합니다 -- 그래서 ::"
1015+
msgstr "핸들 객체는 :meth:`~object.__bool__`\\에 대한 의미를 제공합니다 -- 그래서 ::"
10221016

10231017
#: ../../library/winreg.rst:750
10241018
msgid ""
10251019
"if handle:\n"
10261020
" print(\"Yes\")"
10271021
msgstr ""
1022+
"if handle:\n"
1023+
" print(\"Yes\")"
10281024

10291025
#: ../../library/winreg.rst:753
10301026
msgid ""
@@ -1100,6 +1096,8 @@ msgid ""
11001096
"with OpenKey(HKEY_LOCAL_MACHINE, \"foo\") as key:\n"
11011097
" ... # work with key"
11021098
msgstr ""
1099+
"with OpenKey(HKEY_LOCAL_MACHINE, \"foo\") as key:\n"
1100+
" ... # key로 작업합니다"
11031101

11041102
#: ../../library/winreg.rst:797
11051103
msgid ""
@@ -1109,23 +1107,9 @@ msgstr "는 제어가 :keyword:`with` 블록을 벗어날 때 *key*\\를 자동
11091107

11101108
#: ../../library/winreg.rst:242
11111109
msgid "% (percent)"
1112-
msgstr ""
1110+
msgstr "% (퍼센트)"
11131111

11141112
#: ../../library/winreg.rst:242
11151113
msgid "environment variables expansion (Windows)"
1116-
msgstr ""
1117-
1118-
#~ msgid ""
1119-
#~ "The :func:`DeleteKeyEx` function is "
1120-
#~ "implemented with the RegDeleteKeyEx Windows"
1121-
#~ " API function, which is specific to"
1122-
#~ " 64-bit versions of Windows. See the"
1123-
#~ " `RegDeleteKeyEx documentation "
1124-
#~ "<https://msdn.microsoft.com/en-"
1125-
#~ "us/library/ms724847%28VS.85%29.aspx>`__."
1126-
#~ msgstr ""
1127-
#~ ":func:`DeleteKeyEx` 함수는 64비트 버전의 윈도우에 "
1128-
#~ "특정한 RegDeleteKeyEx 윈도우 API 함수로 구현됩니다."
1129-
#~ " `RegDeleteKeyEx 설명서 <https://msdn.microsoft.com/en-"
1130-
#~ "us/library/ms724847%28VS.85%29.aspx>`__\\를 참조하십시오."
1114+
msgstr "환경 변수 확장 (윈도우)"
11311115

0 commit comments

Comments
 (0)