Skip to content

Commit 61fce79

Browse files
committed
update .pot files
1 parent a1c27b3 commit 61fce79

File tree

33 files changed

+1306
-1107
lines changed

33 files changed

+1306
-1107
lines changed

source/locale/gettext/SpinalHDL/Data types/bool.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SpinalHDL \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-06 12:16+0000\n"
11+
"POT-Creation-Date: 2025-02-12 09:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -53,7 +53,7 @@ msgid "Description"
5353
msgstr ""
5454

5555
#: ../../SpinalHDL/Data types/bool.rst:9
56-
msgid "The ``Bool`` type corresponds to a boolean value (True or False) or a single bit/wire used in a hardware design. While named similarly it should not be confused with Scala `Boolean` type which does not describe hardware but truth values in the Scala generator code."
56+
msgid "The ``Bool`` type corresponds to a boolean value (True or False) or a single bit/signal used in a hardware design. While named similarly it should not be confused with Scala `Boolean` type which does not describe hardware but truth values in the Scala generator code."
5757
msgstr ""
5858

5959
#: ../../SpinalHDL/Data types/bool.rst:14
@@ -77,7 +77,7 @@ msgid "The signal direction of assignment operators `:=` is managed by SpinalHDL
7777
msgstr ""
7878

7979
#: ../../SpinalHDL/Data types/bool.rst:37
80-
msgid "Multiple uses of the assignment operator are allowed, such that it is normal for a signal wire to act as a source (provides a value to drive HDL state) to be able to connect and drive multiple inputs of other HDL constructs. When a Bool instance used as a source the order the assignment statements appear or are executed in Scala does not matter, unlike when it is used as a sink (captures state)."
80+
msgid "Multiple uses of the assignment operator are allowed, such that it is normal for a signal to act as a source (provides a value to drive HDL state) to be able to connect and drive multiple inputs of other HDL constructs. When a Bool instance used as a source the order the assignment statements appear or are executed in Scala does not matter, unlike when it is used as a sink (captures state)."
8181
msgstr ""
8282

8383
#: ../../SpinalHDL/Data types/bool.rst:44
@@ -271,7 +271,7 @@ msgid "All edge detection functions will instantiate an additional register via
271271
msgstr ""
272272

273273
#: ../../SpinalHDL/Data types/bool.rst:178
274-
msgid "This feature does not reconfigure a D-type Flip-Flop to use an alternative CLK source, it uses two D-type Flip-Flop in series chain (with both CLK pins inheriting the default ClockDomain). It has combinational logic to perform edge detection based on the output Q states."
274+
msgid "This feature does not reconfigure a D-type flip-flop to use an alternative CLK source, it uses two D-type flip-flop in series chain (with both CLK pins inheriting the default ClockDomain). It has combinational logic to perform edge detection based on the output Q states."
275275
msgstr ""
276276

277277
#: ../../SpinalHDL/Data types/bool.rst:190

source/locale/gettext/SpinalHDL/Developers area/howotuselocalspinalclone.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SpinalHDL \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-06 12:16+0000\n"
11+
"POT-Creation-Date: 2025-02-12 09:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -52,18 +52,18 @@ msgstr ""
5252
msgid "Configure mill (update ``build.sc``)"
5353
msgstr ""
5454

55-
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:91
55+
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:92
5656
msgid "Note the line ``import $file.^.SpinalHDL.build``. It is using ammonite REPL magic ``$file`` to look up the ``build.sc`` of SpinalHDL. (The ``^`` moves up one directory from the current.) This is assuming the following directory structure:"
5757
msgstr ""
5858

59-
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:106
59+
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:107
6060
msgid "Done"
6161
msgstr ""
6262

63-
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:108
63+
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:109
6464
msgid "Note the addition to ``scalacOptions``. Without it, compiling any Spinal project might produce countless ``SCOPE VIOLATION`` or ``HIERARCHY VIOLATION`` errors because the ``idslplugin`` of spinal is not actually invoked."
6565
msgstr ""
6666

67-
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:112
67+
#: ../../SpinalHDL/Developers area/howotuselocalspinalclone.rst:113
6868
msgid "After the changes, the next compilation of your project will take a considerable amount of time (~2 minutes). This is only for the first compile. After this, your project should compile as usual."
6969
msgstr ""

source/locale/gettext/SpinalHDL/Developers area/types.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SpinalHDL \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-06 12:16+0000\n"
11+
"POT-Creation-Date: 2025-02-12 09:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1147,7 +1147,7 @@ msgid "Literals are generally use as a constant value. But you can also use them
11471147
msgstr ""
11481148

11491149
#: ../../SpinalHDL/Developers area/types.rst:748
1150-
msgid "Define a wire which is assigned with a constant value"
1150+
msgid "Define a signal which is assigned with a constant value"
11511151
msgstr ""
11521152

11531153
#: ../../SpinalHDL/Developers area/types.rst:749

source/locale/gettext/SpinalHDL/Getting Started/Help for VHDL people/vhdl_comp.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SpinalHDL \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-06 12:16+0000\n"
11+
"POT-Creation-Date: 2025-02-12 09:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -65,7 +65,7 @@ msgid "Clock domains"
6565
msgstr ""
6666

6767
#: ../../SpinalHDL/Getting Started/Help for VHDL people/vhdl_comp.rst:82
68-
msgid "In VHDL, every time you want to define a bunch of registers, you need the carry the clock and the reset wire to them. In addition, you have to hardcode everywhere how those clock and reset signals should be used (clock edge, reset polarity, reset nature (async, sync))."
68+
msgid "In VHDL, every time you want to define a bunch of registers, you need the carry the clock and the reset signal to them. In addition, you have to hardcode everywhere how those clock and reset signals should be used (clock edge, reset polarity, reset nature (async, sync))."
6969
msgstr ""
7070

7171
#: ../../SpinalHDL/Getting Started/Help for VHDL people/vhdl_comp.rst:84

source/locale/gettext/SpinalHDL/Getting Started/Install and setup.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SpinalHDL \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-06 12:16+0000\n"
11+
"POT-Creation-Date: 2025-02-12 09:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -173,19 +173,19 @@ msgid "This is sufficient for generating hardware. For simulation continue with
173173
msgstr ""
174174

175175
#: ../../SpinalHDL/Getting Started/Install and setup.rst:149
176-
msgid "An All-in-One solution offered by SpinalHDL maintainer `Readon <https://github.com/Readon>` is available to install and run SpinalHDL with Verilator simulation and formal verification via SymbiYosys. Download `it <https://github.com/Readon/msys2-installer/releases>`__ and install the environment anywhere on your disk. Start the build environment by clicking on the MSYS2-MINGW64 icon in the Start menu and use the MSYS2 default console. An alternative is to use the Windows Terminal or a Tabby-like application and use the startup command ``%MSYS2_ROOT%\\msys2_shell.cmd -defterm -here -no-start -mingw64``, where the ``%MSYS2_ROOT%`` is the location of the msys2 installation. It is worth noting that if you want to use it offline, you should carefully select the libraries that the project depends on, otherwise you will need to download the packages manually. See the README for the repos for more details."
176+
msgid "An All-in-One solution offered by SpinalHDL maintainer `Readon <https://github.com/Readon>`_ is available to install and run SpinalHDL with Verilator simulation and formal verification via SymbiYosys. Download `it <https://github.com/Readon/msys2-installer/releases>`__ and install the environment anywhere on your disk. Start the build environment by clicking on the MSYS2-MINGW64 icon in the Start menu and use the MSYS2 default console. An alternative is to use the Windows Terminal or a Tabby-like application and use the startup command ``%MSYS2_ROOT%\\msys2_shell.cmd -defterm -here -no-start -mingw64``, where the ``%MSYS2_ROOT%`` is the location of the msys2 installation. It is worth noting that if you want to use it offline, you should carefully select the libraries that the project depends on, otherwise you will need to download the packages manually. See the README for the repos for more details."
177177
msgstr ""
178178

179179
#: ../../SpinalHDL/Getting Started/Install and setup.rst:158
180180
msgid "MSYS2 verilator for simulation"
181181
msgstr ""
182182

183183
#: ../../SpinalHDL/Getting Started/Install and setup.rst:160
184-
msgid "We recommend to install compiler/verilator through `MSYS2 <https://www.msys2.org>`. Other methods of installing gcc/make/shell (e.g. chocolatey, scoop, etc.) may also work but are untested."
184+
msgid "We recommend to install compiler/verilator through `MSYS2 <https://www.msys2.org>`_. Other methods of installing gcc/make/shell (e.g. chocolatey, scoop, etc.) may also work but are untested."
185185
msgstr ""
186186

187187
#: ../../SpinalHDL/Getting Started/Install and setup.rst:163
188-
msgid "SpinalHDL maintainer `Readon <https://github.com/Readon>` is maintaining a MSYS2 fork that default installs all needed officially available and custom built packages (also maintained by Readon `here <https://github.com/Readon/MINGW-SpinalHDL>`) for simulation and formal verification. It can be found `here <https://github.com/Readon/msys2-installer>`. If used then the packages installed below via ``pacman`` are already installed and those installation steps can be skipped."
188+
msgid "SpinalHDL maintainer `Readon <https://github.com/Readon>`_ is maintaining a MSYS2 fork that default installs all needed officially available and custom built packages (also maintained by Readon `here <https://github.com/Readon/MINGW-SpinalHDL>`__) for simulation and formal verification. It can be found `here <https://github.com/Readon/msys2-installer>`__. If used then the packages installed below via ``pacman`` are already installed and those installation steps can be skipped."
189189
msgstr ""
190190

191191
#: ../../SpinalHDL/Getting Started/Install and setup.rst:169
@@ -209,7 +209,7 @@ msgid "MSYS2 for formal verification"
209209
msgstr ""
210210

211211
#: ../../SpinalHDL/Getting Started/Install and setup.rst:198
212-
msgid "In addition to the steps above we also need to install yosys, sby, z3 and yices. Both yosys(yosys-smtbmc workable) and sby are not available as official MSYS2 packages, but packages are provided by `Readon <https://github.com/Readon>`. If you used their installer then these steps are not needed (you should check if there are newer packages available)."
212+
msgid "In addition to the steps above we also need to install yosys, sby, z3 and yices. Both yosys(yosys-smtbmc workable) and sby are not available as official MSYS2 packages, but packages are provided by `Readon <https://github.com/Readon>`_. If you used their installer then these steps are not needed (you should check if there are newer packages available)."
213213
msgstr ""
214214

215215
#: ../../SpinalHDL/Getting Started/Install and setup.rst:212

source/locale/gettext/SpinalHDL/Introduction/A simple example.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SpinalHDL \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-06 12:16+0000\n"
11+
"POT-Creation-Date: 2025-02-12 09:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -77,11 +77,11 @@ msgid "Types:"
7777
msgstr ""
7878

7979
#: ../../SpinalHDL/Introduction/A simple example.rst:78
80-
msgid "``cond0``, ``cond1`` and ``flag`` are 1 bit each (as 3 individual wires)"
80+
msgid "``cond0``, ``cond1`` and ``flag`` are 1 bit each (as 3 individual signals)"
8181
msgstr ""
8282

8383
#: ../../SpinalHDL/Introduction/A simple example.rst:79
84-
msgid "``state`` is an 8-bit unsigned integer (a bus of 8 wires representing an unsigned integer)"
84+
msgid "``state`` is an 8-bit unsigned integer (a bus of 8 signals representing an unsigned integer)"
8585
msgstr ""
8686

8787
#: ../../SpinalHDL/Introduction/A simple example.rst:84

source/locale/gettext/SpinalHDL/Legacy/pinsec/hardware_toplevel.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: SpinalHDL \n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2025-01-06 12:16+0000\n"
11+
"POT-Creation-Date: 2025-02-12 09:08+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -138,7 +138,7 @@ msgid "Reset controller"
138138
msgstr ""
139139

140140
#: ../../SpinalHDL/Legacy/pinsec/hardware_toplevel.rst:89
141-
msgid "First we need to define the reset controller clock domain, which has no reset wire, but use the FPGA bitstream loading to setup flipflops."
141+
msgid "First we need to define the reset controller clock domain, which has no reset signal, but use the FPGA bitstream loading to setup flip-flops."
142142
msgstr ""
143143

144144
#: ../../SpinalHDL/Legacy/pinsec/hardware_toplevel.rst:100

0 commit comments

Comments
 (0)