From ea1e537803058e4fb155041ebb3c8b879aa57f42 Mon Sep 17 00:00:00 2001 From: 2429887991 <94447912+2429887991@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:48:09 +0800 Subject: [PATCH] Update getting_started.po --- docs/locales/zh_CN/LC_MESSAGES/getting_started.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/locales/zh_CN/LC_MESSAGES/getting_started.po b/docs/locales/zh_CN/LC_MESSAGES/getting_started.po index 246224ad..c49798db 100644 --- a/docs/locales/zh_CN/LC_MESSAGES/getting_started.po +++ b/docs/locales/zh_CN/LC_MESSAGES/getting_started.po @@ -358,14 +358,14 @@ msgstr "" #: ../../getting_started/introduction.rst:2 msgid "What is SPU?" -msgstr "" +msgstr "SPU 是什么?" #: ../../getting_started/introduction.rst:4 msgid "" "SPU (Secure Processing Unit) is a domain-specific **compiler and runtime " "suite**, that aims to provide a **secure computation** service with " "**provable security**." -msgstr "" +msgstr "SPU (安全处理单元) 是一种特定领域的编译器和运行时套件,旨在提供可证明安全性的安全计算服务。" #: ../../getting_started/introduction.rst:6 msgid "" @@ -377,7 +377,7 @@ msgid "" "by SPU runtime. Currently, SPU team highly recommends using `JAX " "`_ and its sibling - `Flax " "`_." -msgstr "" +msgstr "SPU 编译器采用 XLA 作为其前端中间表示(IR)。因此,SPU 支持来自 TensorFlow、JAX 或 PyTorch 的 XLA IR 输出。在内部,SPU 编译器会将 XLA 编译成一种特定于多方计算 (MPC) 的 MLIR 语言。这种语言随后会由 SPU 运行时进行解释。目前,SPU 团队强烈建议使用 JAX 及其姊妹框架 Flax。" #: ../../getting_started/introduction.rst:8 msgid "" @@ -387,7 +387,7 @@ msgid "" "extensible**, protocol developers can hack into MPC protocols with " "minimum effort and let the SPU compiler/runtime translate and interpret " "complicated frontend logic on it." -msgstr "" +msgstr "为了提供安全性证明,SPU 运行时(作为后端)实现了多种多方计算协议。而且,SPU 运行时的设计具有高度可扩展性,协议开发者能够轻松对多方计算协议进行定制开发,并让 SPU 编译器/运行时在其上翻译和解释复杂的前端逻辑。" #: ../../getting_started/introduction.rst:14 msgid "High-level system architecture of SPU"