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

Skip to content

Commit f57be3b

Browse files
[po] auto sync
1 parent bb4eeb4 commit f57be3b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extending/windows.po

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ msgid ""
9191
"code. Before you try to build a module that can be dynamically loaded, be "
9292
"aware of how your system works."
9393
msgstr ""
94+
"Unix 和 Windows 对于代码的运行时加载使用了完全不同的范式。 在你尝试构建可动态加载的模块之前,要先了解你所用系统是如何工作的。"
9495

9596
#: ../../extending/windows.rst:57
9697
msgid ""
@@ -101,6 +102,8 @@ msgid ""
101102
"actual locations in the program where the functions and data are placed in "
102103
"memory. This is basically a link operation."
103104
msgstr ""
105+
"在 Unix 中,一个共享对象 (:file:`.so`) 文件中包含将由程序来使用的代码,也包含在程序中可被找到的函数名称和数据。 "
106+
"当文件被合并到程序中时,对在文件代码中这些函数和数据的全部引用都会被改为指向程序中函数和数据在内存中所放置的实际位置。 这基本上是一个链接操作。"
104107

105108
#: ../../extending/windows.rst:64
106109
msgid ""

0 commit comments

Comments
 (0)