From 0f0ed41e78f1faa3a5094532fb5342a5d1129cd9 Mon Sep 17 00:00:00 2001 From: 2429887991 <94447912+2429887991@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:42:59 +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..60ae580b 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 作为其前端中间层表示,因此支持 TensorFlow、JAX 和 PyTorch 的 XLA IR 输出。SPU 内部会将 XLA 编译为 MPC 专属的 MLIR,并由运行时解释执行。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"