|
536 | 536 | 'serial_number' => 'Serial Number', |
537 | 537 | 'item_notes' => ':item Notes', |
538 | 538 | 'item_name_var' => ':item Name', |
539 | | - 'light_mode' => 'Light Mode', |
540 | | - 'dark_mode' => 'Dark Mode', |
541 | 539 | 'error_user_company' => 'Checkout target company and asset company do not match', |
542 | 540 | 'error_user_company_multiple' => 'One or more of the checkout target company and asset company do not match', |
543 | 541 | 'error_user_company_accept_view' => 'An Asset assigned to you belongs to a different company so you can\'t accept nor deny it, please check with your manager', |
|
736 | 734 |
|
737 | 735 | 'months_plural' => '1 month|:count months', |
738 | 736 |
|
| 737 | + // QR Code Scanner translations |
| 738 | + 'scan_or_type' => 'Scan QR code or type asset tag', |
| 739 | + 'quickscan_instructions' => 'Scan QR codes with your camera or manually enter asset tags. Press Enter to add, then click Audit to submit all scanned tags at once.', |
| 740 | + 'scan_assets' => 'Scan Assets', |
| 741 | + 'scan_assets_help' => 'Scan QR codes or enter asset tags to quickly add assets to checkout. Scanned assets will automatically be added to the selection above.', |
| 742 | + 'scanned_assets' => 'Scanned Assets', |
| 743 | + 'asset_not_found' => 'Asset not found', |
| 744 | + 'start_scanner' => 'Start Camera', |
| 745 | + 'stop_scanner' => 'Stop Camera', |
| 746 | + 'scanned_tags' => 'Scanned Tags', |
| 747 | + 'select_camera' => 'Select Camera', |
| 748 | + 'detecting_cameras' => 'Detecting cameras...', |
| 749 | + 'camera_ready' => 'Camera detected and ready', |
| 750 | + 'no_camera_found' => 'No camera found. Grant camera permission and try again.', |
| 751 | + 'using_default_camera' => 'Using default camera', |
| 752 | + 'scanner_running' => 'Scanner is running', |
| 753 | + 'scanner_active' => 'Scanner is active', |
| 754 | + 'point_camera_qr' => 'Point your camera at a QR code', |
| 755 | + 'scanner_library_failed' => 'Scanner library failed to load. Check Content Security Policy (CSP) settings or try again.', |
| 756 | + 'camera' => 'Camera', |
739 | 757 |
|
740 | 758 | ]; |
0 commit comments