Skip to content

Commit 727e16b

Browse files
johnzhou721weblate
authored andcommitted
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 97.0% (851 of 877 strings) Translation: BeeWare/Website Translate-URL: https://hosted.weblate.org/projects/beeware/website/zh_Hans/
1 parent 2e17d37 commit 727e16b

File tree

1 file changed

+26
-57
lines changed

1 file changed

+26
-57
lines changed

i18n/contents+zh_CN.po

Lines changed: 26 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgstr ""
44
"Project-Id-Version: PACKAGE VERSION\n"
55
"Report-Msgid-Bugs-To: \n"
66
"POT-Creation-Date: 2025-06-02 08:23+AWST\n"
7-
"PO-Revision-Date: 2025-08-18 00:01+0000\n"
7+
"PO-Revision-Date: 2025-08-20 03:39+0000\n"
88
"Last-Translator: John <[email protected]>\n"
99
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/"
1010
"projects/beeware/website/zh_Hans/>\n"
@@ -7084,13 +7084,10 @@ msgstr "用于构建可嵌入到 tvOS 项目的 Python 版本的元软件包。"
70847084

70857085
#: (content/project/attic/python-tvos-template/contents+en.lr:project.description)
70867086
#: https://beeware.org/project/attic/python-tvos-template/
7087-
#, fuzzy
70887087
msgid ""
70897088
"A template for building Python apps that will run on Apple tvOS devices,\n"
70907089
"such as the AppleTV."
7091-
msgstr ""
7092-
"用于构建可在 Apple tvOS 设备上运行的 Python 应用程序的模板、\n"
7093-
"如 AppleTV 上运行的 Python 应用程序的模板。"
7090+
msgstr "用于构建可在 Apple tvOS (如 AppleTV) 设备上运行的 Python 应用程序的模板。"
70947091

70957092
#: (content/project/attic/python-tvos-template/contents+en.lr:project.short_description)
70967093
#: https://beeware.org/project/attic/python-tvos-template/
@@ -7105,54 +7102,43 @@ msgstr "## 工作原理"
71057102

71067103
#: (content/project/attic/sealang/contents+en.lr:project.description)
71077104
#: https://beeware.org/project/attic/sealang/
7108-
#, fuzzy
71097105
msgid "### Development status"
7110-
msgstr "#### 发展状况"
7106+
msgstr "### 开发状况"
71117107

71127108
#: (content/project/attic/sealang/contents+en.lr:project.description)
71137109
#: https://beeware.org/project/attic/sealang/
7114-
#, fuzzy
71157110
msgid "### Relationship to Clang"
71167111
msgstr "### 与 Clang 的关系"
71177112

71187113
#: (content/project/attic/sealang/contents+en.lr:project.description)
71197114
#: https://beeware.org/project/attic/sealang/
7120-
#, fuzzy
71217115
msgid ""
71227116
"All this functionality is potentially a candidate to be passed upstream\n"
71237117
"to libclang."
7124-
msgstr ""
7125-
"所有这些功能都有可能被上游的\n"
7126-
"传递给 libclang。"
7118+
msgstr "所有这些功能都有可能被传递给上游 libclang。"
71277119

71287120
#: (content/project/attic/sealang/contents+en.lr:project.description)
71297121
#: https://beeware.org/project/attic/sealang/
7130-
#, fuzzy
71317122
msgid ""
71327123
"Any changes made upstream to `libclang` will be mirrored here; any\n"
71337124
"changes made here will, where possible, be pushed upstream to\n"
71347125
"`libclang`."
7135-
msgstr ""
7136-
"上游对 `libclang` 所做的任何修改都将在此处进行镜像;此处所做的任何修改都将尽"
7137-
"可能推送到上游的 `libclang` 中。\n"
7138-
"的任何更改都将尽可能推送到\n"
7139-
"libclang`。"
7126+
msgstr "上游对 `libclang` 所做的任何修改都将在此处进行镜像;"
7127+
"此处所做的任何修改都将尽可能推送到上游的 `libclang` 中。"
71407128

71417129
#: (content/project/attic/sealang/contents+en.lr:project.description)
71427130
#: https://beeware.org/project/attic/sealang/
7143-
#, fuzzy
71447131
msgid ""
71457132
"Internally, Sealang reproduces some minor pieces of the `libclang` API;\n"
71467133
"these are methods (such as the string creation and manipulation methods)\n"
71477134
"that aren't exposed as symbols for third-party use."
71487135
msgstr ""
7149-
"在内部,Sealang 重现了 `libclang` API 的一些次要部分;\n"
7150-
"这些方法(如字符串创建和操作方法)\n"
7151-
"这些方法(如字符串创建和操作方法)没有以符号的形式公开,供第三方使用。"
7136+
"在内部,Sealang 重现了 `libclang` API "
7137+
"的一些次要部分;这些方法(如字符串创建和操作方法)没有以可供第三方使用的符号"
7138+
"的形式公开。"
71527139

71537140
#: (content/project/attic/sealang/contents+en.lr:project.description)
71547141
#: https://beeware.org/project/attic/sealang/
7155-
#, fuzzy
71567142
msgid ""
71577143
"Sealang bridges this gap by providing C wrappers around the C++ calls\n"
71587144
"that provide the useful functionality. This library of C functions is\n"
@@ -7163,82 +7149,65 @@ msgid ""
71637149
"<span class=\"title-ref\">ctypes</span> are then used to expose the\n"
71647150
"<span class=\"title-ref\">sealang</span> wrapper functions;"
71657151
msgstr ""
7166-
"Sealang 提供了 C++ 调用的 C 语言封装器,从而弥补了这一差距。\n"
7167-
"提供了有用的功能。这个 C 函数库\n"
7168-
"封装为一个 Python C 模块,用于交付目的。\n"
7169-
"不包含暴露的*Python*对象或方法,但由于它是一个\n"
7170-
"模块,底层的编译\n"
7171-
"<span class=\"title-ref\">sealang.so</span>文件很容易找到。\n"
7172-
"<span class=\"title-ref\">ctypes</span>然后用于公开\n"
7173-
"<span class=\"title-ref\">sealang</span>封装函数;"
7152+
"Sealang 提供了调用这些提供有用功能的 C++ 调用的 C "
7153+
"语言封装,从而弥补了这一差距。这个 C 函数库只因为分发用途而封装为一个 Python "
7154+
"C 模块;它不包含暴露的 *Python* 对象或方法,但由于它是一个模块,"
7155+
"底层的编译好的 <span class=\"title-ref\">sealang.so</span> "
7156+
"文件很容易查找。然后,我们使用 <span class=\"title-ref\">ctypes</span> "
7157+
"用于公开 <span class=\"title-ref\">sealang</span> 封装函数;"
71747158

71757159
#: (content/project/attic/sealang/contents+en.lr:project.description)
71767160
#: https://beeware.org/project/attic/sealang/
7177-
#, fuzzy
71787161
msgid ""
71797162
"Sealang is a bit of a nasty hack. `libclang` is a set of C bindings to a\n"
71807163
"C++ API; Python `ctypes` are then used to wrap the C API. However, while\n"
71817164
"the C++ API is quite rich, `libclang` is less so."
71827165
msgstr ""
7183-
"Sealang 是一个有点恶心的黑客程序。`libclang` 是一套 C++ API 的 C 绑定;然后"
7184-
"用 Python `ctypes` 封装 C API。\n"
7185-
"C++ API 的一套 C 绑定;然后使用 Python `ctypes` 对 C API 进行封装。然而,虽"
7186-
"然\n"
7187-
"C++ API 相当丰富,而 `libclang` 就没那么丰富了。"
7166+
"Sealang 是一个有点恶心的小妙招。`libclang` 是一套 C++ API 的 C 绑定;然后用 "
7167+
"Python `ctypes` 封装 C API。然而,虽然 C++ 的 API 相当丰富,`libclang` "
7168+
"则没有那么这样。"
71887169

71897170
#: (content/project/attic/sealang/contents+en.lr:project.description)
71907171
#: https://beeware.org/project/attic/sealang/
7191-
#, fuzzy
71927172
msgid "Sealang is an improved set of Python bindings for `libclang`."
7193-
msgstr "Sealang 是一套改进的 `libclang` Python 绑定程序。"
7173+
msgstr "Sealang 是一套改进的 `libclang` Python 绑定。"
71947174

71957175
#: (content/project/attic/sealang/contents+en.lr:project.description)
71967176
#: https://beeware.org/project/attic/sealang/
7197-
#, fuzzy
71987177
msgid ""
71997178
"The upstream maintainers of `libclang` have not been especially\n"
72007179
"responsive to patches that address issues like Python 3 compatibility,\n"
72017180
"and the significant omissions in the API (such as extracting literals\n"
72027181
"and operators)."
72037182
msgstr ""
7204-
"libclang \"的上游维护者并没有特别积极地\n"
7205-
"上游维护者对解决 Python 3 兼容性等问题的补丁反应并不积极、\n"
7206-
"以及 API 中的重大遗漏(如提取字面量和运算符\n"
7207-
"和操作符)。"
7183+
"``libclang`` 的上游维护者并没有特别积极地对解决 Python 3 "
7184+
"兼容性等问题的补丁反应,以及 API 中的重大遗漏(如提取字面量和运算符)。"
72087185

72097186
#: (content/project/attic/sealang/contents+en.lr:project.description)
72107187
#: https://beeware.org/project/attic/sealang/
7211-
#, fuzzy
72127188
msgid ""
72137189
"This package is a fork of the official Python bindings for `libclang`,\n"
72147190
"patched to correct these problems."
7215-
msgstr ""
7216-
"此软件包是 `libclang` 的官方 Python 绑定的分叉、\n"
7217-
"的官方绑定。"
7191+
msgstr "此软件包是 `libclang` 的官方 Python 绑定的派生。"
72187192

72197193
#: (content/project/attic/sealang/contents+en.lr:project.description)
72207194
#: https://beeware.org/project/attic/sealang/
7221-
#, fuzzy
72227195
msgid ""
72237196
"This project aims to mirror what is currently available in the Python\n"
72247197
"bindings to `libclang`. The version number for this project is drawn\n"
72257198
"from the version and SVN revision of the official clang repository."
7226-
msgstr ""
7227-
"该项目旨在反映当前 Python\n"
7228-
"与 `libclang` 的绑定。本项目的版本号\n"
7229-
"版本号取自官方 clang 代码库的版本和 SVN 修订版。"
7199+
msgstr "该项目旨在反映当前 Python 与 `libclang` 的已有绑定。本项目的版本号取自官方 "
7200+
"clang 代码库的版本和 SVN 修订版。"
72307201

72317202
#: (content/project/attic/sealang/contents+en.lr:project.description)
72327203
#: https://beeware.org/project/attic/sealang/
7233-
#, fuzzy
72347204
msgid ""
72357205
"This project was an experiment developed to support\n"
72367206
"[Seasnake](/project/attic/seasnake). Since Seasnake has been abandoned,\n"
72377207
"so has this project."
72387208
msgstr ""
7239-
"该项目是为支持\n"
7240-
"[海蛇](/project/attic/seasnake)。由于 Seasnake 已被放弃、\n"
7241-
"这个项目也被放弃了。"
7209+
"该项目是为支持为了支持 [Seasnake](/zh_CN/project/attic/seasnake) 的实验。"
7210+
"由于 Seasnake 已被放弃,这个项目也被放弃了。"
72427211

72437212
#: (content/project/attic/sealang/contents+en.lr:project.short_description)
72447213
#: https://beeware.org/project/attic/sealang/

0 commit comments

Comments
 (0)