mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-20 00:19:38 +00:00
Show parameters on info page & improved parameter editing.
This commit is contained in:
parent
719e21c0df
commit
bc8748e6f4
11 changed files with 1176 additions and 773 deletions
|
|
@ -7942,7 +7942,7 @@ Element 3</target>
|
|||
<unit id="mRpl2vJ" name="specifications.unit">
|
||||
<segment>
|
||||
<source>specifications.unit</source>
|
||||
<target>Unit</target>
|
||||
<target>Einheit</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="05vM0Vp" name="specifications.text">
|
||||
|
|
@ -7951,5 +7951,47 @@ Element 3</target>
|
|||
<target>Text</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="o.P_V00" name="parameters.name.placeholder">
|
||||
<segment>
|
||||
<source>parameters.name.placeholder</source>
|
||||
<target>z.B. DC Current Gain</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="3LWIDYM" name="parameters.symbol.placeholder">
|
||||
<segment>
|
||||
<source>parameters.symbol.placeholder</source>
|
||||
<target>z.B. h_{FE}</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="BypUOrf" name="parameters.min.placeholder">
|
||||
<segment>
|
||||
<source>parameters.min.placeholder</source>
|
||||
<target>z.B. 100</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="VmYIvYF" name="parameters.typical.placeholder">
|
||||
<segment>
|
||||
<source>parameters.typical.placeholder</source>
|
||||
<target>z.B. 200</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="6utToZ6" name="parameters.max.placeholder">
|
||||
<segment>
|
||||
<source>parameters.max.placeholder</source>
|
||||
<target>z.B. 350</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="kvhGoo0" name="parameters.unit.placeholder">
|
||||
<segment>
|
||||
<source>parameters.unit.placeholder</source>
|
||||
<target>z.B. V</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="w7bfLKj" name="parameters.text.placeholder">
|
||||
<segment>
|
||||
<source>parameters.text.placeholder</source>
|
||||
<target>z.B. Test Specifications</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1135,5 +1135,23 @@
|
|||
<target>The storage location was marked as "single part", so you can not add a new part to it.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="jDBA_WW" name="parameters.validator.min_lesser_max">
|
||||
<segment>
|
||||
<source>parameters.validator.min_lesser_max</source>
|
||||
<target>Value must be lesser than the maximum value ({{ compared_value }})</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="3ODUtpU" name="parameters.validator.min_lesser_typical">
|
||||
<segment>
|
||||
<source>parameters.validator.min_lesser_typical</source>
|
||||
<target>Value must be lesser or equal the the typical value ({{ compared_value }})</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="ygK_e_X" name="parameters.validator.max_greater_typical">
|
||||
<segment>
|
||||
<source>parameters.validator.max_greater_typical</source>
|
||||
<target>Value must be greater or equal than the typical value ({{ compared_value }})</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue