-
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% (22 of 22 strings) Translation: SpinalDoc-RTD/SpinalHDL/Examples/Simple ones/sinus_rom Translate-URL: https://hosted.weblate.org/projects/spinaldoc-rtd/spinalhdlexamplessimple-onessinus_rom/zh_Hans/
- Loading branch information
Showing
1 changed file
with
14 additions
and
16 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,36 +1,35 @@ | ||
|
||
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" | ||
"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@ADDRESS\n" | ||
"POT-Creation-Date: 2024-06-27 12:58+0000\n" | ||
"PO-Revision-Date: 2023-12-14 06:03+0000\n" | ||
"Last-Translator: tsy0123 <[email protected]>\n" | ||
"PO-Revision-Date: 2024-07-06 02:09+0000\n" | ||
"Last-Translator: Readon <[email protected]>\n" | ||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" | ||
"spinaldoc-rtd/spinalhdlexamplessimple-onessinus_rom/zh_Hans/>\n" | ||
"Language: zh_CN\n" | ||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects" | ||
"/spinaldoc-rtd/spinalhdlexamplessimple-onessinus_rom/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.7-dev\n" | ||
"Generated-By: Babel 2.15.0\n" | ||
|
||
#: ../../SpinalHDL/Examples/Simple ones/sinus_rom.rst:4 | ||
#, fuzzy | ||
msgid "Sinus ROM" | ||
msgstr "正弦rom" | ||
msgstr "正弦 ROM" | ||
|
||
#: ../../SpinalHDL/Examples/Simple ones/sinus_rom.rst:6 | ||
#, fuzzy | ||
msgid "" | ||
"Let's imagine that you want to generate a sine wave and also have a " | ||
"filtered version of it (which is completely useless in practice, but " | ||
"let's do it as an example)." | ||
msgstr "让我们假设您想要生成一个正弦波,并且还有它的滤波版本(这在实际中完全没用,但让我们以此为例)。" | ||
msgstr "让我们假设您想要生成一个正弦波,并且还有它的滤波版本(这在实际中完全没用,但" | ||
"让我们以此为例)。" | ||
|
||
#: ../../SpinalHDL/Examples/Simple ones/sinus_rom.rst:12 | ||
msgid "Parameters name" | ||
|
@@ -119,4 +118,3 @@ msgstr "随后生成 ``sinFiltered`` ,例如您可以使用一个一阶低通 | |
#: ../../SpinalHDL/Examples/Simple ones/sinus_rom.rst:64 | ||
msgid "Here is the complete code:" | ||
msgstr "这是完整的代码:" | ||
|