@@ -11,8 +11,8 @@ msgstr ""
1111"<EMAIL@ADDRESS>Language-Team:LANGUAGE <LL@li.org>MIME-Version:1.0Content-"
1212"Type:text/plain; charset=UTF-8\n"
1313"POT-Creation-Date: 2025-05-01 09:36+0000\n"
14- "PO-Revision-Date: 2024-01-13 05:06+0000 \n"
15- "Last-Translator: tsy0123 <675526215@qq.com> \n"
14+ "PO-Revision-Date: 2026-02-11 21:00+0800 \n"
15+ "Last-Translator: CatalpaEel \n"
1616"Language: zh_CN\n"
1717"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects"
1818"/spinaldoc-rtd/spinalhdldata-typesint/zh_Hans/>\n"
@@ -330,13 +330,12 @@ msgid "Set all bits to the given Bool value"
330330msgstr "将所有位设置为给定的布尔值(Spinal Bool)"
331331
332332#: ../../SpinalHDL/Data types/Int.rst:142
333- #, fuzzy
334333msgid ""
335334"Notice the difference in behavior between ``x >> 2`` (result 2 bit "
336335"narrower than x) and ``x >> U(2)`` (keeping width) due to the Scala type "
337336"of :code:`y`."
338337msgstr ""
339- "请注意由于 :code:`y` 的 Scala 类型原因 , ``x >> 2`` (结果比 x 窄 2 位)和 ``x >> "
338+ "请注意由于 :code:`y` 的 Scala 类型不同 , ``x >> 2`` (结果比 x 窄 2 位)和 ``x >> "
340339"U(2)``(保持宽度)之间的行为有差异。"
341340
342341#: ../../SpinalHDL/Data types/Int.rst:145
@@ -696,9 +695,8 @@ msgid "Static bit access of y-th bit"
696695msgstr "静态访问第 y 位"
697696
698697#: ../../SpinalHDL/Data types/Int.rst:383
699- #, fuzzy
700698msgid "x(y: UInt)"
701- msgstr "x(y: Int )"
699+ msgstr "x(y: UInt )"
702700
703701#: ../../SpinalHDL/Data types/Int.rst:384
704702msgid "Variable bit access of y-th bit"
@@ -1014,16 +1012,14 @@ msgid "About Rounding: https://en.wikipedia.org/wiki/Rounding"
10141012msgstr "关于舍入运算: https://en.wikipedia.org/wiki/Rounding"
10151013
10161014#: ../../SpinalHDL/Data types/Int.rst
1017- #, fuzzy
10181015msgid "Spinal HDL"
1019- msgstr "SpinalHDL "
1016+ msgstr "Spinal HDL "
10201017
10211018#: ../../SpinalHDL/Data types/Int.rst
10221019msgid "name"
10231020msgstr ""
10241021
10251022#: ../../SpinalHDL/Data types/Int.rst
1026- #, fuzzy
10271023msgid "Wikipedia"
10281024msgstr "维基百科中的名称"
10291025
@@ -1032,24 +1028,20 @@ msgid "API"
10321028msgstr "API"
10331029
10341030#: ../../SpinalHDL/Data types/Int.rst
1035- #, fuzzy
10361031msgid "Mathematic"
1037- msgstr "算术运算 "
1032+ msgstr "数学运算 "
10381033
10391034#: ../../SpinalHDL/Data types/Int.rst
1040- #, fuzzy
10411035msgid "Algorithm"
1042- msgstr "算术运算 "
1036+ msgstr "算法 "
10431037
10441038#: ../../SpinalHDL/Data types/Int.rst
1045- #, fuzzy
10461039msgid "return"
10471040msgstr "返回类型"
10481041
10491042#: ../../SpinalHDL/Data types/Int.rst
1050- #, fuzzy
10511043msgid "(align=false)"
1052- msgstr "返回类型 (align=false)"
1044+ msgstr "(align=false)"
10531045
10541046#: ../../SpinalHDL/Data types/Int.rst
10551047msgid "Sup-"
@@ -1252,20 +1244,18 @@ msgid ""
12521244"different programming languages may be different."
12531245msgstr ""
12541246"你会发现 "
1255- "`ROUNDUP`、`ROUNDDOWN`、`ROUNDTOZERO`、`ROUNDTOINF`、`ROUNDTOEVEN`、`ROUNTOODD `"
1247+ "`ROUNDUP`、`ROUNDDOWN`、`ROUNDTOZERO`、`ROUNDTOINF`、`ROUNDTOEVEN`、`ROUNDTOODD `"
12561248" 在行为上非常接近,`ROUNDTOINF` 是最常见的。不同编程语言中的舍入行为可能不同。"
12571249
12581250#: ../../SpinalHDL/Data types/Int.rst:594
1259- #, fuzzy
12601251msgid "language"
1261- msgstr "范围 "
1252+ msgstr "语言 "
12621253
12631254#: ../../SpinalHDL/Data types/Int.rst:594
12641255msgid "default-RoundType"
12651256msgstr "默认舍入类型"
12661257
12671258#: ../../SpinalHDL/Data types/Int.rst:594
1268- #, fuzzy
12691259msgid "example"
12701260msgstr "示例"
12711261
@@ -1295,7 +1285,7 @@ msgstr "python2"
12951285
12961286#: ../../SpinalHDL/Data types/Int.rst:600
12971287msgid "python3"
1298- msgstr "蟒蛇3 "
1288+ msgstr "python3 "
12991289
13001290#: ../../SpinalHDL/Data types/Int.rst
13011291msgid "``round(1.5) == round(2.5) == 2``"
0 commit comments