mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-02 16:29:32 +00:00
Allow to edit the vendor_barcode field of a PartLot
This commit is contained in:
parent
3e6b80d1cf
commit
96a771e7ac
5 changed files with 74 additions and 2 deletions
|
|
@ -11927,5 +11927,23 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
|||
<target>Do you really want to delete this association? This can not be undone.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="o3HcwZn" name="part_lot.edit.advanced">
|
||||
<segment>
|
||||
<source>part_lot.edit.advanced</source>
|
||||
<target>Expand advanced options</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="f9LyaPM" name="part_lot.edit.vendor_barcode">
|
||||
<segment>
|
||||
<source>part_lot.edit.vendor_barcode</source>
|
||||
<target>Vendor barcode</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="wSvbQyH" name="part_lot.edit.vendor_barcode.help">
|
||||
<segment>
|
||||
<source>part_lot.edit.vendor_barcode.help</source>
|
||||
<target>If this lot already have a barcode (e.g. put there by the vendor), you can input its content here, to easily scan it.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
|
|
@ -335,5 +335,11 @@
|
|||
<target>The association with this part already exists!</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="sfW4NYE" name="validator.part_lot.vendor_barcode_must_be_unique">
|
||||
<segment>
|
||||
<source>validator.part_lot.vendor_barcode_must_be_unique</source>
|
||||
<target>This vendor barcode value was already used in another lot. The barcode must be unique!</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue