en_US.js 565 B

12345678910111213141516
  1. export default {
  2. title: 'Mini Program Scan',
  3. cameraError: 'Camera failed to start',
  4. singlePage: 'Single',
  5. multiplePage: 'Multiple',
  6. switchToSingle: 'Switched to single page mode',
  7. switchToMultiple: 'Switched to multiple page mode',
  8. captureSuccess: 'Photo taken successfully',
  9. captureFailed: 'Failed to take photo',
  10. processing: 'Processing...',
  11. importImage: 'Import Image',
  12. capture: 'Capture',
  13. importDocument: 'Import Document',
  14. imageImportSuccess: 'Image imported successfully',
  15. documentImportSuccess: 'Document imported successfully'
  16. }