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

Skip to content

Commit 0d5231c

Browse files
[po] auto sync
1 parent f57be3b commit 0d5231c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

extending/windows.po

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ msgid ""
114114
" and the lookup table is modified at runtime to point to the functions and "
115115
"data."
116116
msgstr ""
117+
"在 Windows 中,一个动态链接库 (:file:`.dll`) 文件中没有悬挂的引用。 而是通过一个查找表执行对函数或数据的访问。 因此在运行时 "
118+
"DLL 代码不必在运行时进行修改;相反地,代码已经使用了 DLL 的查找表,并且在运行时查找表会被修改以指向特定的函数和数据。"
117119

118120
#: ../../extending/windows.rst:70
119121
msgid ""
@@ -161,7 +163,7 @@ msgstr ""
161163

162164
#: ../../extending/windows.rst:103
163165
msgid "Using DLLs in Practice"
164-
msgstr ""
166+
msgstr "DLL 的实际使用"
165167

166168
#: ../../extending/windows.rst:108
167169
msgid ""

0 commit comments

Comments
 (0)