|
10 | 10 | "documentScanner": "Document Scanner",
|
11 | 11 | "generatePdf": "Generate PDF Document",
|
12 | 12 | "generatePdfDesc": "Generate a searchable (includes recognized text) PDF document out of the scanned pages or imported image.",
|
| 13 | + "settings": "Settings", |
| 14 | + "settingsDesc": "Configure color, scanner and editing of the SDK.", |
13 | 15 | "ibanHint": "IBAN",
|
14 | 16 | "inputOptionImage": "Image Import",
|
15 | 17 | "inputOptionPdf": "PDF Import",
|
|
25 | 27 | "textRecognition": "Text Recognition (OCR)",
|
26 | 28 | "textRecognitionDesc": "Run OCR on the previously scanned or imported (PDF or Image) document and get the recognized text.",
|
27 | 29 | "titleImportOption": "First, scan or import a document",
|
28 |
| - "zipcodeHint": "Zipcode" |
| 30 | + "zipcodeHint": "Zipcode", |
| 31 | + |
| 32 | + "color_primary_title": "ColorPrimary", |
| 33 | + "color_primary_subtitle": "Used to tint progress indicators and the dialog buttons", |
| 34 | + |
| 35 | + "color_secondary_title": "ColorSecondary", |
| 36 | + "color_secondary_subtitle": "Used to tint selectable controls and the capture button", |
| 37 | + |
| 38 | + "color_on_secondary_title": "ColorOnSecondary", |
| 39 | + "color_on_secondary_subtitle": "Used to tint elements that reside on ColorSecondary, like the icon of the capture", |
| 40 | + |
| 41 | + "color_scan_layout_title": "ColorScanButtonsLayoutBackground", |
| 42 | + "color_scan_layout_subtitle": "Used to tint the background of the layout containing the buttons of the scan layout, like the capture button or torch button", |
| 43 | + |
| 44 | + "color_scan_foreground_title": "ColorScanButtonsForeground", |
| 45 | + "color_scan_foreground_subtitle": "Used to tint the foreground of the buttons of the scan layout, like the torch button", |
| 46 | + |
| 47 | + "color_scan_polygon_title": "ColorScanPolygon", |
| 48 | + "color_scan_polygon_subtitle": "Used to tint the polygon overlay which highlights the currently detected document", |
| 49 | + |
| 50 | + "color_bottom_bar_background_title": "ColorBottomBarBackground", |
| 51 | + "color_bottom_bar_background_subtitle": "Used to tint the bottom toolbar background of the image editing page", |
| 52 | + |
| 53 | + "color_bottom_bar_forground_title": "ColorBottomBarForeground", |
| 54 | + "color_bottom_bar_forground_subtitle": "Used to tint the buttons within the bottom toolbar of the image editing page", |
| 55 | + |
| 56 | + "color_top_bar_background_title": "ColorTopBarBackground", |
| 57 | + "color_top_bar_background_subtitle": "Used to tint the top toolbar background", |
| 58 | + |
| 59 | + "color_top_bar_forground_title": "ColorTopBarForeground", |
| 60 | + "color_top_bar_forground_subtitle": "Used to tint the elements contained in the top toolbar, like buttons and titles", |
| 61 | + |
| 62 | + "capture_mode_setting_title": "AllowCaptureModeSetting", |
| 63 | + "capture_mode_setting_subtitle": "If activated, the document scanner toolbar will display an item that allows the user to switch between automatic and manual camera triggering", |
| 64 | + |
| 65 | + "auto_capture_setting_title": "AutoCapture", |
| 66 | + "auto_capture_setting_subtitle": "If activated, the camera will capture the image automatically at the right moment", |
| 67 | + |
| 68 | + "auto_crop_setting_title": "AutoCrop", |
| 69 | + "auto_crop_setting_subtitle": "If activated, image gets automatically cropped if document was detected. This applies only when importing", |
| 70 | + |
| 71 | + "multi_page_setting_title": "MultiPage", |
| 72 | + "multi_page_setting_subtitle": "If activated, scanning multi page documents is possible. Set this to false if you need to scan single page documents", |
| 73 | + |
| 74 | + "pre_capture_setting_title": "PreCaptureFocus", |
| 75 | + "pre_capture_setting_subtitle": "If activated, the camera will run a focus action right before taking the image. This improves the quality of the scanned images, but depending on the device, image capture might take a little bit longer. This applies only to Android", |
| 76 | + |
| 77 | + "default_scan_setting_title": "DefaultScanFilter", |
| 78 | + "default_scan_setting_subtitle": "The default scan filter that will be used after scan", |
| 79 | + |
| 80 | + "allow_page_filter_setting_title": "AllowPageFilter", |
| 81 | + "allow_page_filter_setting_subtitle": "If deactivated, the bottom toolbar will hide the filter page item", |
| 82 | + |
| 83 | + "allow_page_rotation_setting_title": "AllowPageRotation", |
| 84 | + "allow_page_rotation_setting_subtitle": "If deactivated, the bottom toolbar will hide the rotate page item", |
| 85 | + |
| 86 | + "allow_page_arrangement_setting_title": "AllowPageArrangement", |
| 87 | + "allow_page_arrangement_setting_subtitle": "If deactivated, the bottom toolbar will hide the arrange page item", |
| 88 | + |
| 89 | + "allow_page_cropping_setting_title": "AllowPageCropping", |
| 90 | + "allow_page_cropping_setting_subtitle": "If deactivated, the bottom toolbar will hide the page cropping item", |
| 91 | + |
| 92 | + "page_arrangement_delete_setting_title": "PageArrangementShowDeleteButton", |
| 93 | + "page_arrangement_delete_setting_subtitle": "If activated, each item of the page arrangement functionality will show a delete button", |
| 94 | + |
| 95 | + "page_arrangement_number_setting_title": "PageArrangementShowPageNumber", |
| 96 | + "page_arrangement_number_setting_subtitle": "If activated, each item of the page arrangement functionality will show its page number", |
| 97 | + |
| 98 | + "color_settings": "Color Settings", |
| 99 | + "scan_settings": "Scan Settings", |
| 100 | + "edit_settings": "Edit Settings", |
| 101 | + "rest_settings": "Reset", |
| 102 | + |
| 103 | + "title_scan_dialog": "Please choose …", |
| 104 | + "cancel_scan_dialog": "Cancel", |
| 105 | + "auto_option": "Auto", |
| 106 | + "gray_option": "Gray", |
| 107 | + "black_and_white_option": "Black & White", |
| 108 | + "original_option": "Original", |
| 109 | + "text_option": "Text", |
| 110 | + "auto_2_option": "Auto2", |
| 111 | + "illustration_option": "Illustration" |
29 | 112 | }
|
0 commit comments