mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-23 02:29:34 +00:00
removed augmented checkbox and combined functionality into info mode checkbox. changed barcode scanner to use XHR callback for barcode decoding to avoid problems with form submission and camera caused by page reloaded when part not found.
This commit is contained in:
parent
03d1fc55ce
commit
052780c865
6 changed files with 137 additions and 136 deletions
|
|
@ -12039,12 +12039,6 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
|||
<target>Info mode (Decode barcode and show its contents, but do not redirect to part)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="gShSnBd" name="scan_dialog.augmented_mode">
|
||||
<segment state="translated">
|
||||
<source>scan_dialog.augmented_mode</source>
|
||||
<target>Augmented mode (Decode barcode, look up, and display database part information)</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="k5Gvkgp" name="label_scanner.decoded_info.title">
|
||||
<segment state="translated">
|
||||
<source>label_scanner.decoded_info.title</source>
|
||||
|
|
@ -12063,6 +12057,12 @@ Please note, that you can not impersonate a disabled user. If you try you will g
|
|||
<target>Part is not stored at any locations</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="fGrv35p" name="label_scanner.qr_part_no_found">
|
||||
<segment state="translated">
|
||||
<source>label_scanner.qr_part_no_found</source>
|
||||
<target>No part found for scanned barcode, click button above to Create Part</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="nmXQWcS" name="label_generator.edit_profiles">
|
||||
<segment state="translated">
|
||||
<source>label_generator.edit_profiles</source>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue