Document Data Extractor Screen Text Localization
constructor(topBarTitle: String = "Document Data Extractor", topBarCancelButton: String = "Cancel", topUserGuidance: String = "Point the camera at the ID document", introScreenTitle: String = "How to scan an ID document", introScreenDoneButton: String = "Start Scanning", introScreenText: String = "To scan an ID, position the document within the frame, ensuring it's properly aligned and all key details are clearly visible. The scanner will then automatically extract essential information like name, date of birth, and document number. Once scanned, the data will be processed.", completionOverlaySuccessMessage: String = "Scanned successfully", accessibilityDescriptionOpenIntroScreenButton: String = "Open ID document scanning introduction", accessibilityDescriptionIntroScreenDoneButton: String = "Start ID scanning", accessibilityDescriptionCancelButton: String = "Cancel ID scanning", accessibilityDescriptionRetryButton: String = "Retry ID scanning", accessibilityDescriptionCloseScannerButton: String = "Close the scanner", documentDataExtractorAlertRetryButton: String = "Retry", documentDataExtractorAlertCloseScannerButton: String = "Close Scanner", documentDataExtractorNoDocumentDetectedAlertTitle: String = "No document detected", documentDataExtractorNoDocumentDetectedAlertSubtitle: String = "The scanner couldn't detect the document. Please ensure it's well-lit and fully visible, then try again.", documentDataExtractorCantProcessDocumentAlertTitle: String = "Document could not be processed", documentDataExtractorCantProcessDocumentAlertSubtitle: String = "This document doesn't meet the processing requirements. Please check accepted document types and try again.", documentDataExtractorUnsupportedDocumentAlertTitle: String = "Unsupported document", documentDataExtractorUnsupportedDocumentAlertSubtitle: String = "This document type isn't supported. Please try again with a valid document format.", documentDataExtractorScanningTooLongAlertTitle: String = "Scanning took too long", documentDataExtractorScanningTooLongAlertSubtitle: String = "Scanning took longer than expected. Please ensure the document is well-lit and fully visible, then try again.", accessibilityDescriptionFlashButton: String = "Toggle flash", accessibilityDescriptionZoomButton: String = "Toggle camera zoom", accessibilityDescriptionFlipCameraButton: String = "Flip camera", cameraPermissionEnableCameraTitle: String = "Camera permission denied!", cameraPermissionEnableCameraExplanation: String = "Please allow the usage of the camera to start the scanning process.", cameraPermissionEnableCameraButton: String = "Grant permission", cameraPermissionCloseButton: String = "Close", accessibilityDescriptionCameraPermissionEnableCameraButton: String = "Tap to grant camera permission", accessibilityDescriptionCameraPermissionCloseButton: String = "Close screen without granting permission", documentUserGuidanceNoDocumentFound: String = "Looking for document...", documentUserGuidanceScanningProgress: String = "Scanning the document...", documentUserGuidanceTooDark: String = "Too dark. Please turn on a light.", documentUserGuidanceTooSmall: String = "Please move closer to the document.", documentUserGuidanceBadPerspective: String = "Please hold your device straight over the document.")