| 12345678910111213141516 |
- export default {
- title: 'Mini Program Scan',
- cameraError: 'Camera failed to start',
- singlePage: 'Single',
- multiplePage: 'Multiple',
- switchToSingle: 'Switched to single page mode',
- switchToMultiple: 'Switched to multiple page mode',
- captureSuccess: 'Photo taken successfully',
- captureFailed: 'Failed to take photo',
- processing: 'Processing...',
- importImage: 'Import Image',
- capture: 'Capture',
- importDocument: 'Import Document',
- imageImportSuccess: 'Image imported successfully',
- documentImportSuccess: 'Document imported successfully'
- }
|