mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 07:48:29 -04:00
Chinese translation update; closes #820
This commit is contained in:
parent
a27c040079
commit
c44775345c
@ -349,7 +349,8 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="elem_Break_pin_brk">如果检测到上升沿则停止仿真</string>
|
||||
<string name="elem_External">External</string>
|
||||
<string name="elem_External_tt">通过执行外部程序计算逻辑值。用于通过 VHDL 或 Verilog 定义组件行为。
|
||||
实际的仿真行为由外部仿真器完成。目前支持 VHDL 仿真器 ghdl 和 verilog 仿真器 Icarus Verilog。</string>
|
||||
实际的仿真行为由外部仿真器完成。目前支持 VHDL 仿真器 ghdl 和 verilog 仿真器 Icarus Verilog。
|
||||
组件的名称必须和模块名称一致!</string>
|
||||
<string name="elem_Diode">二极管</string>
|
||||
<string name="error">错误</string>
|
||||
<string name="err_N_isNotInputOrOutput">组件 {1} 的管脚 {0} 不是输入或输出</string>
|
||||
@ -1606,4 +1607,77 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="fsm_noMove">没有变化</string>
|
||||
<string name="fsm_moveTrans">迁移</string>
|
||||
<string name="fsm_moveStates">迁移 + 状态</string>
|
||||
<string name="msg_errorPastingData">粘贴数据时发生错误!</string>
|
||||
<string name="elem_Telnet">Telnet</string>
|
||||
<string name="elem_Telnet_tt">允许通过 Telnet 协议连接到电路,可以通过 Telnet 发送或接收字符。</string>
|
||||
<string name="elem_Telnet_pin_out">数据输出</string>
|
||||
<string name="elem_Telnet_pin_in">待发送数据</string>
|
||||
<string name="elem_Telnet_pin_C">时钟输入</string>
|
||||
<string name="elem_Telnet_pin_wr">如果置位,发送输入字节数据。</string>
|
||||
<string name="elem_Telnet_pin_rd">如果置位,输出接收到的字节数据。</string>
|
||||
<string name="elem_VGA_short">VGA</string>
|
||||
<string name="elem_BusSplitter_pin_OE">如果置位,位于管脚 D 的值分别输出到 D[i],否则,D[i] 汇聚输出到 D</string>
|
||||
<string name="elem_ExternalFile">外部文件</string>
|
||||
<string name="elem_ExternalFile_tt">通过执行外部程序计算逻辑值。用于通过 VHDL 或 Verilog 定义组件行为。
|
||||
实际的仿真行为由外部仿真器完成。目前支持 VHDL 仿真器 ghdl 和 verilog 仿真器 Icarus Verilog。
|
||||
组件的名称必须和模块名称一致!</string>
|
||||
<string name="err_errorRunningFitter">启动外部 fitter 时遇到错误!</string>
|
||||
<string name="err_function_N0_notFoundInLine_N1">行 {1} 处未发现函数 {0}!</string>
|
||||
<string name="err_wrongNumOfArgsIn_N0_InLine_N1_found_N2_expected_N3">位于行 {1} 的函数 {0} 参数个数不正确(期望 {3} 个,发现 {2} 个)</string>
|
||||
<string name="err_invalidValue_N0_inFunction_N1">函数 {1} 中发现无效的值 {0}!</string>
|
||||
<string name="err_errorLoadingHDLFile_N">载入 HDL 文件 {0} 时遇到错误!</string>
|
||||
<string name="err_emptyLabelIsNotAllowed">名称不能为空!</string>
|
||||
<string name="err_evaluatingGenericsCode_N_N">运行通用代码时遇到错误,组件 {0} 代码 {1}</string>
|
||||
<string name="err_errorWritingFile_N">写文件 {0} 时发生错误。</string>
|
||||
<string name="err_circuitContainsNoComponents">电路没有任何组件!</string>
|
||||
<string name="err_couldNotCreateServer">未能启动服务器!</string>
|
||||
<string name="key_small">较小符号</string>
|
||||
<string name="key_small_tt">如果选中,将使用较小的符号形状。</string>
|
||||
<string name="key_lastDataFile">文件</string>
|
||||
<string name="key_lastDataFile_tt">载入 ROM 数据的文件</string>
|
||||
<string name="key_intFormat_ascii">ASCII</string>
|
||||
<string name="key_intFormat_bin">Bin</string>
|
||||
<string name="key_intFormat_dec">Decimal</string>
|
||||
<string name="key_intFormat_def">Default</string>
|
||||
<string name="key_intFormat_hex">Hex</string>
|
||||
<string name="key_intFormat_oct">Octal</string>
|
||||
<string name="key_activeLow">低电平有效</string>
|
||||
<string name="key_CodeFile">程序代码</string>
|
||||
<string name="key_CodeFile_tt">通过外部应用执行的代码文件。</string>
|
||||
<string name="key_equalsInsteadOfPlus_tt">使用等号键而不是加号键。如果加号字符不是主键,而是等号字符的第二个赋值,这总是有用的,例如 用于美式或法式键盘布局。</string>
|
||||
<string name="key_probeMode">显示模式</string>
|
||||
<string name="key_probeMode_tt">定义是否显示值或者计数器。</string>
|
||||
<string name="key_probeMode_VALUE">显示值</string>
|
||||
<string name="key_probeMode_UP">上升沿计数</string>
|
||||
<string name="key_probeMode_DOWN">下降沿计数</string>
|
||||
<string name="key_probeMode_BOTH">上升和下降沿计数</string>
|
||||
<string name="key_telnetEscape">Telnet 模式</string>
|
||||
<string name="key_telnetEscape_tt">如果置位,Telnet 控制命令将会被执行。另外,服务器会发送 SGA 和 ECHO 命令。如果禁用该选项,服务器工作为简单的 TCP 服务器。</string>
|
||||
<string name="key_port">端口</string>
|
||||
<string name="key_port_tt">服务器端口</string>
|
||||
<string name="key_skipHDL">导出 Verilog/VHDL 时忽略</string>
|
||||
<string name="key_skipHDL_tt">当导出 Verilog/VHDL 时,忽略内部实现,保留对电路的引用,以实现手动编写电路实现。</string>
|
||||
<string name="lib_decoration">Decoration</string>
|
||||
<string name="lib_generic">Generic</string>
|
||||
<string name="lib_hdl">VHDL/Verilog</string>
|
||||
<string name="cli_help_test_verbose">如果设置,当发生错误时,输出相关值的表格。</string>
|
||||
<string name="menu_copy_tt">复制到剪贴板</string>
|
||||
<string name="menu_table_exportCSVCondensed">紧凑 CSV</string>
|
||||
<string name="menu_table_exportCSVCondensed_tt">只包含关键数据的 CSV 文件</string>
|
||||
<string name="stat_clocks">{0} 个半周期后终止于断点 ''{1}''</string>
|
||||
<string name="msg_romDialogHelp"><html>
|
||||
<h3>动机</h3>
|
||||
当包含 ROM 组件的电路被多次嵌入时,ROM 的内容通常用于该电路的每个实例。 然而,在某些情况下,可能需要多次嵌入这样的电路,但每个实例使用不同的 ROM 内容。<br/>
|
||||
例如,多次使用 74xx ROM 但存储器内容不同<br/>
|
||||
<h3>功能</h3>
|
||||
通过该处,可以为电路中的所有 ROM 定义内容。 生成仿真模型时,每个 ROM 都会使用直接存储在相应 ROM 中的内容进行初始化。 然后检查此处是否定义了替代内容。 如果是,则将此处定义的内容加载到相应的 ROM 中。
|
||||
<h3>使用</h3>
|
||||
需要注意的是,每个 ROM 都需要一个唯一的名称来标识 ROM。 为此,请在 ROM 的标签中使用星号 ('*')。 然后,星号被替换为由嵌入式电路的名称构成的完整路径。 如果电路仅包含一个 ROM 组件,则仅使用星号作为其标签就足够了。 所有嵌入式电路都必须命名,以便为每个 ROM 组件形成一个唯一的名称。
|
||||
</html></string>
|
||||
<string name="key_defaultsDC">设置 DC 为未定义</string>
|
||||
<string name="key_defaultsDC_tt">设置所有未定义值为 "Don't Care"</string>
|
||||
<string name="msg_graphHelp"><html><body>
|
||||
<h3>在图中可以看到什么?</h3>
|
||||
与真正的逻辑分析仪不同,测量图的 X 轴不显示时间。而是显示一个计数器,用于计算电路中状态的变化。每当电路发生变化时,计数器就会递增并显示新状态。<br/>您也可以将其视为经典的逻辑分析仪,如果电路中没有任何变化,它不会保存任何数据进行电路优化。但是,这也意味着无法从图中读取电路中两次更改之间经过的时间是长还是短。<br/> 这种行为是由模拟的性质引起的:电路的模拟不知道时间的概念。对电路进行更改,并计算电路状态的变化,直到电路再次稳定。然后进行下一个更改,其效果也是计算等等。对这些变化进行计数,并将计数器值显示在图表的 X 轴上。<br/> 此外,这也意味着电路不能超频,因为直到电路在前一个上升沿后稳定后才计算时钟下降沿的影响。
|
||||
</body></html></string>
|
||||
</resources>
|
||||
|
@ -289,8 +289,7 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="elem_BusSplitter">Bidirectional Splitter</string>
|
||||
<string name="elem_BusSplitter_tt">Can be used for data buses and simplifies especially the construction of
|
||||
memory modules in a DIL package, as the implementation of the data bus is simplified.</string>
|
||||
<string name="elem_BusSplitter_pin_OE">When set, the value at the common data terminal D is output to the bit
|
||||
outputs D[i], if not, the bits D[i] are output to the common output D.</string>
|
||||
|
||||
<string name="elem_BusSplitter_pin_D_N">The data bit {0} of the bus splitter.</string>
|
||||
<string name="elem_PullUp">Pull-Up Resistor</string>
|
||||
<string name="elem_PullUp_pin_out">A "weak high".</string>
|
||||
@ -442,7 +441,8 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="elem_External_tt">Component to execute an external process to calculate the logic function.
|
||||
Is used to specify the behaviour of a component by VHDL or Verilog.
|
||||
The actual simulation of the behavior must be done with an external simulator.
|
||||
At present only the VHDL simulator ghdl and the verilog simulator Icarus Verilog are supported.</string>
|
||||
At present only the VHDL simulator ghdl and the verilog simulator Icarus Verilog are supported.
|
||||
The label of the component must match the name of the entity or module!</string>
|
||||
<string name="elem_Diode">Diode</string>
|
||||
<string name="error">Error</string>
|
||||
<string name="err_N_isNotInputOrOutput">Pin {0} in component {1} is not a input or output</string>
|
||||
@ -1706,7 +1706,7 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="err_openingDocumentation">Could not open the browser.</string>
|
||||
<string name="err_couldNotCreateFolder_N0">Could not create folder "{0}"!</string>
|
||||
<string name="err_switchHasNoNet">It is not allowed to connect only inputs to a switch.</string>
|
||||
<string name="err_file_N0_ExistsTwiceBelow_N1">The file {0} exists multiple times under {1}.</string>
|
||||
|
||||
<string name="err_couldNotFindIncludedFile_N0">Could not find the file {0}.</string>
|
||||
<string name="err_postProcessErrorIn_N0">Error during execution of "{0}".</string>
|
||||
<string name="err_processDoesNotTerminate_N">The process "{0}" does not return!</string>
|
||||
@ -1964,8 +1964,7 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="elem_RegisterFile_short">Register</string>
|
||||
<string name="elem_Counter_short">Counter</string>
|
||||
<string name="elem_BitCount_short">Bit count</string>
|
||||
<string name="err_breakTimeOut">No break detected after {0} cycles at break point ''{1}''.
|
||||
Possibly the number of timeout cycles in the break component should be increased.</string>
|
||||
|
||||
<string name="err_exact_N0_valuesNecessaryNot_N1">Exact {0} values necessary, not {1}</string>
|
||||
<string name="err_noValueSetFor_N0_atElement_N1">Nothing connected to input ''{0}'' at component ''{1}''. Open inputs are not allowed.</string>
|
||||
<string name="err_seemsToOscillate">Logic seems to oscillate.
|
||||
@ -1985,12 +1984,12 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="err_csvNoOutputValuesFound">No output values found!</string>
|
||||
<string name="err_csvNotEnoughValues">Not enough values in one line!</string>
|
||||
<string name="err_csvToManyValues">Too many values in one line!</string>
|
||||
<string name="key_intFormat_ascii">ASCII</string>
|
||||
<string name="key_intFormat_bin">Bin</string>
|
||||
<string name="key_intFormat_dec">Decimal</string>
|
||||
<string name="key_intFormat_def">Default</string>
|
||||
<string name="key_intFormat_hex">Hex</string>
|
||||
<string name="key_intFormat_oct">Octal</string>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<string name="key_fixedPoint_tt">Number of fractional binary digits</string>
|
||||
<string name="key_activeLow_tt">If selected the output is low if the component is active.</string>
|
||||
<string name="key_applicationType_GHDL">GHDL</string>
|
||||
@ -2009,7 +2008,7 @@ In the file howTo.md you can find more details about translations.
|
||||
depend on different inputs.</string>
|
||||
<string name="menu_table_exportCSV">CSV</string>
|
||||
<string name="menu_table_exportCSV_tt">A CSV file containing the complete truth table.</string>
|
||||
<string name="menu_table_exportCSVCondensed_tt">A CSV file containing only the prime implicants.</string>
|
||||
|
||||
<string name="msg_test_missingLines">(Too many entries!)</string>
|
||||
<string name="msg_fitterResult">Message from the external fitter</string>
|
||||
<string name="msg_startExternalFitter">Execution of external fitter</string>
|
||||
@ -2025,4 +2024,112 @@ In the file howTo.md you can find more details about translations.
|
||||
<string name="fsm_noMove">No movement</string>
|
||||
<string name="fsm_moveTrans">Transitions</string>
|
||||
<string name="fsm_moveStates">Transitions+States</string>
|
||||
<string name="msg_errorPastingData">Error at pasting data!</string>
|
||||
<string name="elem_Telnet">Telnet</string>
|
||||
<string name="elem_Telnet_tt">Allows a Telnet connection to the circuit.
|
||||
It is possible to receive and send characters via Telnet.</string>
|
||||
<string name="elem_Telnet_pin_out">Data output</string>
|
||||
<string name="elem_Telnet_pin_in">The data to be sent.</string>
|
||||
<string name="elem_Telnet_pin_C">Clock input</string>
|
||||
<string name="elem_Telnet_pin_wr">If set, the input data byte is sent.</string>
|
||||
<string name="elem_Telnet_pin_rd">If set, a received byte is output.</string>
|
||||
<string name="elem_VGA_short">VGA</string>
|
||||
<string name="elem_BusSplitter_pin_OE">When set, the value at the common data terminal D is output to the bit
|
||||
outputs D[i], if not, the bits D[i] are output to the common output D.</string>
|
||||
<string name="elem_ExternalFile">External File</string>
|
||||
<string name="elem_ExternalFile_tt">Component to execute an external process to calculate the logic function.
|
||||
Is used to specify the behaviour of a component by VHDL or Verilog.
|
||||
The actual simulation of the behavior must be done with an external simulator.
|
||||
At present only the VHDL simulator ghdl and the verilog simulator Icarus Verilog are supported.
|
||||
The label of the component must match the name of the entity or module!</string>
|
||||
<string name="err_errorRunningFitter">Error starting the external fitter!</string>
|
||||
<string name="err_function_N0_notFoundInLine_N1">Function {0} not found in line {1}!</string>
|
||||
<string name="err_wrongNumOfArgsIn_N0_InLine_N1_found_N2_expected_N3">Number of arguments in function {0} in line {1} not correct (found {2}, expected {3})!</string>
|
||||
<string name="err_invalidValue_N0_inFunction_N1">Invalid value {0} in function {1}!</string>
|
||||
<string name="err_errorLoadingHDLFile_N">Error loading the HDL file {0}</string>
|
||||
<string name="err_emptyLabelIsNotAllowed">A empty label is not allowed!</string>
|
||||
<string name="err_evaluatingGenericsCode_N_N">Error in the evaluation of the generic code of the circuit. Code
|
||||
{1}
|
||||
at Component: {0}</string>
|
||||
<string name="err_errorWritingFile_N">Error writing file {0}.</string>
|
||||
<string name="err_circuitContainsNoComponents">The circuit contains no components!</string>
|
||||
<string name="err_couldNotCreateServer">Could not start the server!</string>
|
||||
<string name="key_small">Small Shape</string>
|
||||
<string name="key_small_tt">If selected, a smaller shape will be used.</string>
|
||||
<string name="key_lastDataFile">File</string>
|
||||
<string name="key_lastDataFile_tt">File to be loaded into the ROM.</string>
|
||||
<string name="key_intFormat_ascii">ASCII</string>
|
||||
<string name="key_intFormat_bin">Bin</string>
|
||||
<string name="key_intFormat_dec">Decimal</string>
|
||||
<string name="key_intFormat_def">Default</string>
|
||||
<string name="key_intFormat_hex">Hex</string>
|
||||
<string name="key_intFormat_oct">Octal</string>
|
||||
<string name="key_activeLow">Active Low</string>
|
||||
<string name="key_CodeFile">Program code</string>
|
||||
<string name="key_CodeFile_tt">The file containing the program code to be executed by the external application.</string>
|
||||
<string name="key_equalsInsteadOfPlus_tt">Use the equal key instead of the plus key.
|
||||
This is always useful if the plus character is not a primary key, but the second assignment of the
|
||||
equals character, e.g. for an American or French keyboard layout.</string>
|
||||
<string name="key_probeMode">Display Mode</string>
|
||||
<string name="key_probeMode_tt">Defines whether the value or a counter is to be displayed.</string>
|
||||
<string name="key_probeMode_VALUE">Show Value</string>
|
||||
<string name="key_probeMode_UP">Count on Rising Edge</string>
|
||||
<string name="key_probeMode_DOWN">Count on Falling Edge</string>
|
||||
<string name="key_probeMode_BOTH">Count both Edges</string>
|
||||
<string name="key_telnetEscape">Telnet mode</string>
|
||||
<string name="key_telnetEscape_tt">If set, the Telnet control commands are evaluated.
|
||||
In addition, the server sends the SGA and ECHO commands. If this option is disabled,
|
||||
the server is a simple TCP server.</string>
|
||||
<string name="key_port">Port</string>
|
||||
<string name="key_port_tt">The port to be opened by the server.</string>
|
||||
<string name="key_skipHDL">Skip in Verilog/VHDL export</string>
|
||||
<string name="key_skipHDL_tt">Skips generating the internals of the circuit in Verilog/VHDL
|
||||
export. The references to the circuit are kept, making it possible to override the
|
||||
implementation.</string>
|
||||
<string name="lib_decoration">Decoration</string>
|
||||
<string name="lib_generic">Generic</string>
|
||||
<string name="lib_hdl">VHDL/Verilog</string>
|
||||
<string name="cli_help_test_verbose">If set, the value table is output in case of an error.</string>
|
||||
<string name="menu_copy_tt">Copy to clipboard</string>
|
||||
<string name="menu_table_exportCSVCondensed">CSV, prime implicants</string>
|
||||
<string name="menu_table_exportCSVCondensed_tt">A CSV file containing only the prime implicants.</string>
|
||||
<string name="stat_clocks">Break after {0} half cycles at break point ''{1}''.</string>
|
||||
<string name="msg_romDialogHelp"><html>
|
||||
<h3>Motivation</h3>
|
||||
When a circuit containing a ROM component is embedded multiple times, the contents of the ROM
|
||||
is normally used for each instance of that circuit. Under certain circumstances,
|
||||
however, it may be desirable for such a circuit to be embedded multiple times,
|
||||
but different ROM contents are used for each instance.<br/>
|
||||
This problem occurs e.g. if a 74xx ROM is used multiple times but with different
|
||||
memory contents.<br/>
|
||||
<h3>Function</h3>
|
||||
At this location, therefore, contents can be defined for all ROMs in the circuit.
|
||||
When the simulation model is generated, every ROM is initialized with the contents stored
|
||||
directly in the respective ROM. Then it is checked whether an alternative content is
|
||||
defined here. If this is the case, the content defined here is loaded into the corresponding ROM.
|
||||
<h3>Usage</h3>
|
||||
It should be noted that each ROM requires a unique name used to identify the ROM.
|
||||
To do this, use the asterisk ('*') in the label of the ROM. The asterisk is then replaced by the complete
|
||||
path constructed from the names of the embedded circuits.
|
||||
If a circuit contains only one ROM component, it is sufficient to use only the asterisk as a label for it.
|
||||
All embedded circuits must be named so that a unique name can be formed for each ROM component.
|
||||
</html></string>
|
||||
<string name="key_defaultsDC">Set undefined values to DC</string>
|
||||
<string name="key_defaultsDC_tt">Sets all undefined values (following state and outputs) to "Don't Care".</string>
|
||||
<string name="msg_graphHelp"><html><body>
|
||||
<h3>What can be seen in the graph?</h3>
|
||||
Unlike a real logic analyzer, the X-axis of the measurement graph does not show the time.
|
||||
Instead a counter is displayed which counts the changes of state in the circuit.
|
||||
Whenever there is a change in the circuit, the counter is incremented and the new state is displayed.<br/>
|
||||
You can also think of it as a classic logic analyzer, which does not save any data for optimization
|
||||
if nothing has changed in the circuit.
|
||||
However, this also means that it is not possible to read from the graph whether a lot or little time has
|
||||
passed between two changes in the circuit.<br/>
|
||||
This behavior is caused by the nature of the simulation: The simulation of the circuit does not know the
|
||||
concept of time. A change is made to the circuit, and the change in the circuit state is calculated, until
|
||||
the circuit has stabilized again. Then the next change is made, the effect of which is also is calculated
|
||||
and so on. These changes are counted and the counter value is displayed on the X-axis of the graph.<br/>
|
||||
Among other things, this also means that a circuit cannot be overclocked, since the effects of the falling
|
||||
edge of the clock are not calculated until the circuit has stabilized after the previous rising edge.
|
||||
</body></html></string>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user