mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-04-22 22:39:37 +00:00
Added translations for validator strings.
This commit is contained in:
parent
b62b0918d7
commit
940b834057
6 changed files with 245 additions and 0 deletions
|
|
@ -1617,6 +1617,82 @@ Element 3</target>
|
|||
<source>entity.edit.reset</source>
|
||||
<target state="translated">Discard changes</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noZi5aQ" resname="entity.info.parts_count">
|
||||
<source>entity.info.parts_count</source>
|
||||
<target state="translated">Count of parts with this element</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lZvhKYu" resname="validator.noneofitschild.self">
|
||||
<source>validator.noneofitschild.self</source>
|
||||
<target state="translated">A element can not be its own parent.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pr07aV4" resname="validator.noneofitschild.children">
|
||||
<source>validator.noneofitschild.children</source>
|
||||
<target state="translated">The parent can not be one of the children of itself.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="0IF0VIF" resname="validator.isSelectable">
|
||||
<source>validator.isSelectable</source>
|
||||
<target state="translated">The element must be selectable.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="nd207H6" resname="validator.part_lot.location_full.no_increasment">
|
||||
<source>validator.part_lot.location_full.no_increasment</source>
|
||||
<target state="translated">The storage location was marked as full, so you can not increase the instock amount. (New amount max. {{ old_amount }})</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="R6Ov4Yt" resname="validator.part_lot.location_full">
|
||||
<source>validator.part_lot.location_full</source>
|
||||
<target state="translated">The storage location was marked as full, so you can not add a new part to it.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="6vIlN5q" resname="validator.part_lot.only_existing">
|
||||
<source>validator.part_lot.only_existing</source>
|
||||
<target state="translated">The storage location was marked as "only existing", so you can not add new part to it.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="BNQk2e7" resname="validator.part_lot.single_part">
|
||||
<source>validator.part_lot.single_part</source>
|
||||
<target state="translated">The storage location was marked as "single part", so you can not add a new part to it.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="7yhBzTg" resname="m_status.active.help">
|
||||
<source>m_status.active.help</source>
|
||||
<target state="translated">The part is currently and in forseeable future in production</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="UsEaNqy" resname="m_status.announced.help">
|
||||
<source>m_status.announced.help</source>
|
||||
<target state="translated">The part was announced but is not available yet.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="huj6JXj" resname="m_status.discontinued.help">
|
||||
<source>m_status.discontinued.help</source>
|
||||
<target state="translated">The part is discontinued and not produced anymore.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="xytsZcE" resname="m_status.eol.help">
|
||||
<source>m_status.eol.help</source>
|
||||
<target state="translated">The product has reached its end-of-life and the production will be stopped soon.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="t8VuM2P" resname="m_status.nrfnd.help">
|
||||
<source>m_status.nrfnd.help</source>
|
||||
<target state="translated">The part is currently in production but is not recommended for new designs.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="8x._AWi" resname="m_status.unknown.help">
|
||||
<source>m_status.unknown.help</source>
|
||||
<target state="translated">The manufacturing status of the part is not known.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="g4ahva6" resname="flash.success">
|
||||
<source>flash.success</source>
|
||||
<target state="translated">Success</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="NehzWgk" resname="flash.error">
|
||||
<source>flash.error</source>
|
||||
<target state="translated">Error</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="h8vhq_r" resname="flash.warning">
|
||||
<source>flash.warning</source>
|
||||
<target state="translated">Warning</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="m5p2YEz" resname="flash.notice">
|
||||
<source>flash.notice</source>
|
||||
<target state="translated">Notice</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="YA5xZMy" resname="flash.info">
|
||||
<source>flash.info</source>
|
||||
<target state="translated">Info</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue