-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (179 of 179 strings) Translation: SpinalDoc-RTD/SpinalHDL/Libraries/stream Translate-URL: https://hosted.weblate.org/projects/spinaldoc-rtd/spinalhdllibrariesstream/zh_Hans/
- Loading branch information
Showing
1 changed file
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
|
||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: SpinalHDLReport-Msgid-Bugs-To:POT-Creation-" | ||
"Date:2023-12-01 11:48+0800PO-Revision-Date:YEAR-MO-DA HO:MI+ZONELast-" | ||
"Translator:FULL NAME <EMAIL@ADDRESS>Language:zh_CNLanguage-Team:zh_CN " | ||
"<[email protected]>Plural-Forms:nplurals=1; plural=0;MIME-Version:1.0Content-" | ||
"Type:text/plain; charset=UTF-8\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESSPOT-Creation-Date:2023-12-02 00:23" | ||
"+0800PO-Revision-Date:YEAR-MO-DA HO:MI+ZONELast-Translator:FULL NAME " | ||
"<EMAIL@ADDRESS>Language-Team:LANGUAGE <[email protected]>MIME-Version:1.0Content-" | ||
"Type:text/plain; charset=UTF-8\n" | ||
"Project-Id-Version: SpinalHDLReport-Msgid-Bugs-To:POT-Creation-Date:2023-12-" | ||
"01 11:48+0800PO-Revision-Date:YEAR-MO-DA HO:MI+ZONELast-Translator:FULL NAME " | ||
"<EMAIL@ADDRESS>Language:zh_CNLanguage-Team:zh_CN <[email protected]>Plural-" | ||
"Forms:nplurals=1; plural=0;MIME-Version:1.0Content-Type:text/plain; " | ||
"charset=UTF-8\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESSPOT-Creation-Date:2023-12-02 00:23+0800PO-" | ||
"Revision-Date:YEAR-MO-DA HO:MI+ZONELast-Translator:FULL NAME <EMAIL@ADDRESS" | ||
">Language-Team:LANGUAGE <[email protected]>MIME-Version:1.0Content-Type:text/plain; " | ||
"charset=UTF-8\n" | ||
"POT-Creation-Date: 2024-06-14 13:17+0000\n" | ||
"PO-Revision-Date: 2024-06-14 01:51+0000\n" | ||
"PO-Revision-Date: 2024-06-15 00:17+0000\n" | ||
"Last-Translator: Readon <[email protected]>\n" | ||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" | ||
"spinaldoc-rtd/spinalhdllibrariesstream/zh_Hans/>\n" | ||
"Language: zh_CN\n" | ||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects" | ||
"/spinaldoc-rtd/spinalhdllibrariesstream/zh_Hans/>\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"X-Generator: Weblate 5.6-dev\n" | ||
"Generated-By: Babel 2.15.0\n" | ||
|
||
#: ../../SpinalHDL/Libraries/stream.rst:7 | ||
|
@@ -418,19 +418,16 @@ msgstr "修改 `x` 流的有效载荷,同时保留 `valid` 和 `ready` 信号" | |
|
||
#: ../../SpinalHDL/Libraries/stream.rst:173 | ||
#: ../../SpinalHDL/Libraries/stream.rst:178 | ||
#, fuzzy | ||
msgid "Stream[T2]" | ||
msgstr "Stream[T]" | ||
msgstr "Stream[T2]" | ||
|
||
#: ../../SpinalHDL/Libraries/stream.rst:175 | ||
#, fuzzy | ||
msgid "x.map(translate: (T) => T2)" | ||
msgstr "x.translateBy(drive: (T) => T2)" | ||
msgstr "x.map(translate: (T) => T2)" | ||
|
||
#: ../../SpinalHDL/Libraries/stream.rst | ||
#, fuzzy | ||
msgid "Return a Stream with payload calculated by translate function" | ||
msgstr "返回包含 `drive` 函数计算的有效载荷的流" | ||
msgstr "返回一个流,其有效载荷由 `translate` 函数计算" | ||
|
||
#: ../../SpinalHDL/Libraries/stream.rst:182 | ||
msgid "The following code will create this logic :" | ||
|
@@ -943,4 +940,3 @@ msgstr "通常用于比较参考/dut数据" | |
#~ " preserving the `valid` and `ready` " | ||
#~ "signals" | ||
#~ msgstr "修改 `x` 流的有效载荷为 `drive` 函数返回值,同时保留 `valid` 和 `ready` 信号" | ||
|