@microblink/blinkid-ux-manager 7.8.0 → 8000.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +182 -4
- package/dist/blinkid-ux-manager.js +2147 -1820
- package/package.json +2 -2
- package/types/core/BlinkIdTimeoutConfiguration.d.ts +31 -0
- package/types/core/BlinkIdTimeoutConfiguration.d.ts.map +1 -0
- package/types/core/BlinkIdUxManager.d.ts +84 -58
- package/types/core/BlinkIdUxManager.d.ts.map +1 -1
- package/types/core/BlinkIdUxManager.session-status.test.d.ts +5 -0
- package/types/core/BlinkIdUxManager.session-status.test.d.ts.map +1 -0
- package/types/core/BlinkIdUxManager.timeout.test.d.ts +5 -0
- package/types/core/BlinkIdUxManager.timeout.test.d.ts.map +1 -0
- package/types/core/__testdata/blinkidTestFixtures.d.ts +1 -4
- package/types/core/__testdata/blinkidTestFixtures.d.ts.map +1 -1
- package/types/core/blinkid-ui-state.d.ts +4 -9
- package/types/core/blinkid-ui-state.d.ts.map +1 -1
- package/types/core/createBlinkIdUxManager.d.ts +8 -0
- package/types/core/createBlinkIdUxManager.d.ts.map +1 -1
- package/types/core/extractionMode.d.ts +41 -0
- package/types/core/extractionMode.d.ts.map +1 -0
- package/types/core/extractionMode.test.d.ts +5 -0
- package/types/core/extractionMode.test.d.ts.map +1 -0
- package/types/core/test-helpers.integration.d.ts +3 -3
- package/types/core/test-helpers.integration.d.ts.map +1 -1
- package/types/core/test-utils.d.ts +14 -0
- package/types/core/test-utils.d.ts.map +1 -0
- package/types/core/ui-state-utils.d.ts +2 -1
- package/types/core/ui-state-utils.d.ts.map +1 -1
- package/types/index.d.ts +3 -2
- package/types/index.d.ts.map +1 -1
- package/types/index.rollup.d.ts +315 -143
- package/types/ui/BlinkIdFeedbackUi.d.ts +2 -2
- package/types/ui/BlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/LocalizationContext.d.ts +22 -4
- package/types/ui/LocalizationContext.d.ts.map +1 -1
- package/types/ui/UiFeedbackOverlay.d.ts +2 -0
- package/types/ui/UiFeedbackOverlay.d.ts.map +1 -1
- package/types/ui/createBlinkIdFeedbackUi.d.ts +3 -14
- package/types/ui/createBlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/dialogs/HelpModal.d.ts +43 -0
- package/types/ui/dialogs/HelpModal.d.ts.map +1 -1
- package/types/ui/dialogs/OnboardingGuideModal.d.ts +25 -0
- package/types/ui/dialogs/OnboardingGuideModal.d.ts.map +1 -1
- package/types/ui/dialogs/modalExtractionMode.d.ts +7 -0
- package/types/ui/dialogs/modalExtractionMode.d.ts.map +1 -0
- package/types/ui/dialogs/modalExtractionMode.test.d.ts +5 -0
- package/types/ui/dialogs/modalExtractionMode.test.d.ts.map +1 -0
- package/types/ui/feedbackMessages.d.ts +2 -1
- package/types/ui/feedbackMessages.d.ts.map +1 -1
- package/types/ui/locales/ak.d.ts +156 -61
- package/types/ui/locales/ak.d.ts.map +1 -1
- package/types/ui/locales/am.d.ts +156 -61
- package/types/ui/locales/am.d.ts.map +1 -1
- package/types/ui/locales/ar.d.ts +156 -61
- package/types/ui/locales/ar.d.ts.map +1 -1
- package/types/ui/locales/bn.d.ts +156 -61
- package/types/ui/locales/bn.d.ts.map +1 -1
- package/types/ui/locales/cs.d.ts +156 -61
- package/types/ui/locales/cs.d.ts.map +1 -1
- package/types/ui/locales/da.d.ts +156 -61
- package/types/ui/locales/da.d.ts.map +1 -1
- package/types/ui/locales/de.d.ts +156 -61
- package/types/ui/locales/de.d.ts.map +1 -1
- package/types/ui/locales/el.d.ts +156 -61
- package/types/ui/locales/el.d.ts.map +1 -1
- package/types/ui/locales/en.d.ts +156 -61
- package/types/ui/locales/en.d.ts.map +1 -1
- package/types/ui/locales/en_GB.d.ts +156 -61
- package/types/ui/locales/en_GB.d.ts.map +1 -1
- package/types/ui/locales/es.d.ts +156 -61
- package/types/ui/locales/es.d.ts.map +1 -1
- package/types/ui/locales/es_MX.d.ts +156 -61
- package/types/ui/locales/es_MX.d.ts.map +1 -1
- package/types/ui/locales/fa-latn.d.ts +156 -61
- package/types/ui/locales/fa-latn.d.ts.map +1 -1
- package/types/ui/locales/fi.d.ts +156 -61
- package/types/ui/locales/fi.d.ts.map +1 -1
- package/types/ui/locales/fil.d.ts +156 -61
- package/types/ui/locales/fil.d.ts.map +1 -1
- package/types/ui/locales/fr.d.ts +156 -61
- package/types/ui/locales/fr.d.ts.map +1 -1
- package/types/ui/locales/fr_CA.d.ts +156 -61
- package/types/ui/locales/fr_CA.d.ts.map +1 -1
- package/types/ui/locales/ha.d.ts +156 -61
- package/types/ui/locales/ha.d.ts.map +1 -1
- package/types/ui/locales/he.d.ts +156 -61
- package/types/ui/locales/he.d.ts.map +1 -1
- package/types/ui/locales/hi.d.ts +156 -61
- package/types/ui/locales/hi.d.ts.map +1 -1
- package/types/ui/locales/hr.d.ts +156 -61
- package/types/ui/locales/hr.d.ts.map +1 -1
- package/types/ui/locales/hu.d.ts +156 -61
- package/types/ui/locales/hu.d.ts.map +1 -1
- package/types/ui/locales/id.d.ts +156 -61
- package/types/ui/locales/id.d.ts.map +1 -1
- package/types/ui/locales/is.d.ts +156 -61
- package/types/ui/locales/is.d.ts.map +1 -1
- package/types/ui/locales/it.d.ts +156 -61
- package/types/ui/locales/it.d.ts.map +1 -1
- package/types/ui/locales/ja.d.ts +156 -61
- package/types/ui/locales/ja.d.ts.map +1 -1
- package/types/ui/locales/ka_GE.d.ts +156 -61
- package/types/ui/locales/ka_GE.d.ts.map +1 -1
- package/types/ui/locales/kk.d.ts +156 -61
- package/types/ui/locales/kk.d.ts.map +1 -1
- package/types/ui/locales/km_KH.d.ts +156 -61
- package/types/ui/locales/km_KH.d.ts.map +1 -1
- package/types/ui/locales/ko.d.ts +156 -61
- package/types/ui/locales/ko.d.ts.map +1 -1
- package/types/ui/locales/lv.d.ts +156 -61
- package/types/ui/locales/lv.d.ts.map +1 -1
- package/types/ui/locales/ms.d.ts +156 -61
- package/types/ui/locales/ms.d.ts.map +1 -1
- package/types/ui/locales/ne.d.ts +156 -61
- package/types/ui/locales/ne.d.ts.map +1 -1
- package/types/ui/locales/nl.d.ts +156 -61
- package/types/ui/locales/nl.d.ts.map +1 -1
- package/types/ui/locales/no.d.ts +156 -61
- package/types/ui/locales/no.d.ts.map +1 -1
- package/types/ui/locales/pl.d.ts +156 -61
- package/types/ui/locales/pl.d.ts.map +1 -1
- package/types/ui/locales/ps_AF.d.ts +156 -61
- package/types/ui/locales/ps_AF.d.ts.map +1 -1
- package/types/ui/locales/pt.d.ts +156 -61
- package/types/ui/locales/pt.d.ts.map +1 -1
- package/types/ui/locales/pt_BR.d.ts +156 -61
- package/types/ui/locales/pt_BR.d.ts.map +1 -1
- package/types/ui/locales/ro.d.ts +156 -61
- package/types/ui/locales/ro.d.ts.map +1 -1
- package/types/ui/locales/ru.d.ts +156 -61
- package/types/ui/locales/ru.d.ts.map +1 -1
- package/types/ui/locales/si.d.ts +156 -61
- package/types/ui/locales/si.d.ts.map +1 -1
- package/types/ui/locales/sk.d.ts +156 -61
- package/types/ui/locales/sk.d.ts.map +1 -1
- package/types/ui/locales/sl.d.ts +156 -61
- package/types/ui/locales/sl.d.ts.map +1 -1
- package/types/ui/locales/sr.d.ts +156 -61
- package/types/ui/locales/sr.d.ts.map +1 -1
- package/types/ui/locales/sv.d.ts +156 -61
- package/types/ui/locales/sv.d.ts.map +1 -1
- package/types/ui/locales/sw.d.ts +156 -61
- package/types/ui/locales/sw.d.ts.map +1 -1
- package/types/ui/locales/th.d.ts +156 -61
- package/types/ui/locales/th.d.ts.map +1 -1
- package/types/ui/locales/tr.d.ts +156 -61
- package/types/ui/locales/tr.d.ts.map +1 -1
- package/types/ui/locales/uk.d.ts +156 -61
- package/types/ui/locales/uk.d.ts.map +1 -1
- package/types/ui/locales/ur.d.ts +156 -61
- package/types/ui/locales/ur.d.ts.map +1 -1
- package/types/ui/locales/uz.d.ts +156 -61
- package/types/ui/locales/uz.d.ts.map +1 -1
- package/types/ui/locales/vi.d.ts +156 -61
- package/types/ui/locales/vi.d.ts.map +1 -1
- package/types/ui/locales/yo.d.ts +156 -61
- package/types/ui/locales/yo.d.ts.map +1 -1
- package/types/ui/locales/zh_CN.d.ts +156 -61
- package/types/ui/locales/zh_CN.d.ts.map +1 -1
- package/types/ui/locales/zh_TW.d.ts +156 -61
- package/types/ui/locales/zh_TW.d.ts.map +1 -1
package/types/ui/locales/el.d.ts
CHANGED
|
@@ -5,67 +5,162 @@
|
|
|
5
5
|
* Localization strings for el.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
-
readonly
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
readonly
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
readonly
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
readonly
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
readonly
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
readonly
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
8
|
+
readonly document_filtered_modal: {
|
|
9
|
+
readonly details: "Δοκιμάστε να σαρώσετε ένα διαφορετικό έγγραφο.";
|
|
10
|
+
readonly title: "Το έγγραφο δεν έγινε δεκτό";
|
|
11
|
+
};
|
|
12
|
+
readonly document_not_recognized_modal: {
|
|
13
|
+
readonly details: "Σαρώστε την μπροστινή όψη ενός υποστηριζόμενου εγγράφου.";
|
|
14
|
+
readonly title: "Το έγγραφο δεν αναγνωρίστηκε";
|
|
15
|
+
};
|
|
16
|
+
readonly error_modal: {
|
|
17
|
+
readonly cancel_btn: "Ακύρωση";
|
|
18
|
+
readonly retry_btn: "Επανάληψη";
|
|
19
|
+
};
|
|
20
|
+
readonly feedback_messages: {
|
|
21
|
+
readonly blur_detected: "Κρατήστε το έγγραφο και το τηλέφωνο ακίνητα";
|
|
22
|
+
readonly camera_angle_too_steep: "Κρατήστε το έγγραφο παράλληλα με το τηλέφωνο";
|
|
23
|
+
readonly document_scanned_aria: "Επιτυχία! Το έγγραφο σαρώθηκε";
|
|
24
|
+
readonly document_too_close_to_edge: "Απομακρυνθείτε";
|
|
25
|
+
readonly face_photo_not_fully_visible: "Φροντίστε τη φωτογραφία προσώπου να είναι πλήρως ορατή";
|
|
26
|
+
readonly flip_document: "Αναποδογυρίστε το έγγραφο";
|
|
27
|
+
readonly flip_to_back_side: "Γυρίστε στην πίσω όψη";
|
|
28
|
+
readonly front_side_scanned_aria: "Επιτυχία! Σαρώθηκε η μπροστινή πλευρά";
|
|
29
|
+
readonly glare_detected: "Γείρετε ή μετακινήστε το έγγραφο για να αφαιρέσετε την αντανάκλαση";
|
|
30
|
+
readonly keep_document_parallel: "Κρατήστε το έγγραφο παράλληλα με την οθόνη";
|
|
31
|
+
readonly keep_document_still: "Κρατήστε το έγγραφο και τη συσκευή ακίνητα";
|
|
32
|
+
readonly keep_still: "Κρατήστε την κάμερα ακίνητη";
|
|
33
|
+
readonly move_closer: "Πλησιάστε";
|
|
34
|
+
readonly move_farther: "Απομακρυνθείτε";
|
|
35
|
+
readonly move_left: "Προχωρήστε στη σελίδα στα αριστερά";
|
|
36
|
+
readonly move_right: "Προχω΄ρηστε στη σελίδα στα δεξιά";
|
|
37
|
+
readonly move_top: "Προχωρήστε στην πρώτη σελίδα";
|
|
38
|
+
readonly occluded: "Φροντίστε το έγγραφο να είναι πλήρως ορατό";
|
|
39
|
+
readonly scan_data_page: "Σαρώστε τη σελίδα δεδομένων του εγγράφου";
|
|
40
|
+
readonly scan_last_page_barcode: "Σάρωση γραμμωτού κώδικα από την τελευταία σελίδα";
|
|
41
|
+
readonly scan_left_page: "Σαρώστε την αριστερή σελίδα";
|
|
42
|
+
readonly scan_right_page: "Σαρώστε τη δεξιά σελίδα";
|
|
43
|
+
readonly scan_the_back_side: "Σαρώστε την πίσω όψη του εγγράφου";
|
|
44
|
+
readonly scan_the_barcode: "Σαρώστε τον γραμμωτό κώδικα";
|
|
45
|
+
readonly scan_the_barcode_side: "Σαρώστε την όψη του εγγράφου που περιέχει τον γραμμωτό κώδικα";
|
|
46
|
+
readonly scan_the_front_side: "Σαρώστε την μπροστινή όψη του εγγράφου";
|
|
47
|
+
readonly scan_top_page: "Σαρώστε την πρώτη σελίδα";
|
|
48
|
+
readonly too_bright: "Μετακινηθείτε σε σημείο με λιγότερο φωτισμό";
|
|
49
|
+
readonly too_dark: "Μετακινηθείτε σε πιο φωτεινό σημείο";
|
|
50
|
+
readonly wrong_left: "Προχωρήστε στην αριστερή σελίδα";
|
|
51
|
+
readonly wrong_right: "Προχωρήστε στη δεξιά σελίδα";
|
|
52
|
+
readonly wrong_top: "Προχωρήστε στην πρώτη σελίδα";
|
|
53
|
+
};
|
|
54
|
+
readonly help_button: {
|
|
55
|
+
readonly aria_label: "Βοήθεια";
|
|
56
|
+
readonly tooltip: "Χρειάζεστε βοήθεια;";
|
|
57
|
+
};
|
|
58
|
+
readonly help_modal: {
|
|
59
|
+
readonly aria: "Βοήθεια για τη σάρωση";
|
|
60
|
+
readonly back_btn: "Πίσω";
|
|
61
|
+
readonly barcode_only: {
|
|
62
|
+
readonly blur: {
|
|
63
|
+
readonly details: "Προσπαθήστε να κρατήσετε το τηλέφωνο και τον γραμμωτό κώδικα ακίνητα κατά τη σάρωση. Η μετακίνηση οποιουδήποτε από τα δύο μπορεί να θολώσει την εικόνα και να καταστήσει τον γραμμωτό κώδικα δυσανάγνωστο.";
|
|
64
|
+
readonly details_desktop: "Προσπαθήστε να μείνετε ακίνητοι κατά τη σάρωση. Οποιαδήποτε κίνηση μπορεί να θολώσει την εικόνα και να καταστήσει τον γραμμωτό κώδικα δυσανάγνωστο.";
|
|
65
|
+
readonly title: "Μείνετε ακίνητοι κατά τη σάρωση";
|
|
66
|
+
readonly title_desktop: "Μείνετε ακίνητοι κατά τη σάρωση";
|
|
67
|
+
};
|
|
68
|
+
readonly camera_lens: {
|
|
69
|
+
readonly details_desktop: "Ελέγξτε τον φακό της κάμεράς σας για λεκέδες ή σκόνη. Ένας βρώμικος φακός προκαλεί θάμπωμα της τελικής εικόνας, καθιστώντας τον γραμμωτό κώδικα δυσανάγνωστο και εμποδίζοντας την επιτυχή σάρωση των δεδομένων.";
|
|
70
|
+
readonly title_desktop: "Καθαρίστε τον φακό της κάμεράς σας";
|
|
71
|
+
};
|
|
72
|
+
readonly lighting: {
|
|
73
|
+
readonly details: "Αποφύγετε το άμεσο, έντονο φως, επειδή μπορεί να δημιουργήσει αντανάκλαση στον γραμμωτό κώδικα και να καταστήσει δύσκολη τη σάρωσή του. Αν δεν μπορείτε να δείτε καθαρά των κώδικα, δεν θα είναι αναγνώσιμος και από την κάμερα.";
|
|
74
|
+
readonly details_desktop: "Αποφύγετε το άμεσο, έντονο φως, επειδή μπορεί να δημιουργήσει αντανάκλαση στον γραμμωτό κώδικα και να καταστήσει δύσκολη τη σάρωσή του. Αν δεν μπορείτε να δείτε καθαρά των κώδικα, δεν θα είναι αναγνώσιμος και από την κάμερα.";
|
|
75
|
+
readonly title: "Προσέξτε το έντονο φως";
|
|
76
|
+
readonly title_desktop: "Προσέξτε το έντονο φως";
|
|
77
|
+
};
|
|
78
|
+
readonly visibility: {
|
|
79
|
+
readonly details: "Βεβαιωθείτε ότι δεν καλύπτετε μέρη της κάρτας με το δάχτυλό σας, Επίσης, προσέξτε τις αντανακλάσεις που καλύπτουν τον γραμμωτό κώδικα και μπορεί να τον καταστήσουν μη αναγνώσιμο.";
|
|
80
|
+
readonly details_desktop: "Βεβαιωθείτε ότι δεν καλύπτετε μέρη της κάρτας με το δάχτυλό σας, Επίσης, προσέξτε τις αντανακλάσεις που καλύπτουν τον γραμμωτό κώδικα και μπορεί να τον καταστήσουν μη αναγνώσιμο.";
|
|
81
|
+
readonly title: "Φροντίστε να είναι ορατός ο κώδικας";
|
|
82
|
+
readonly title_desktop: "Φροντίστε να είναι ορατός ο κώδικας";
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
readonly document_with_barcode: {
|
|
86
|
+
readonly blur: {
|
|
87
|
+
readonly details: "Προσπαθήστε να κρατήσετε το τηλέφωνο και το έγγραφο ακίνητα κατά τη σάρωση. Η μετακίνηση οποιουδήποτε από τα δύο μπορεί να θολώσει την εικόνα και να καταστήσει τα δεδομένα στο έγγραφο δυσανάγνωστα.";
|
|
88
|
+
readonly details_desktop: "Προσπαθήστε να μείνετε ακίνητοι κατά τη σάρωση. Οποιαδήποτε κίνηση μπορεί να θολώσει την εικόνα και να καταστήσει τα δεδομένα του εγγράφου δυσανάγνωστα.";
|
|
89
|
+
readonly title: "Μείνετε ακίνητοι κατά τη σάρωση";
|
|
90
|
+
readonly title_desktop: "Μείνετε ακίνητοι κατά τη σάρωση";
|
|
91
|
+
};
|
|
92
|
+
readonly camera_lens: {
|
|
93
|
+
readonly details_desktop: "Ελέγξτε τον φακό της κάμεράς σας για λεκέδες ή σκόνη. Ένας βρώμικος φακός προκαλεί θάμπωμα της τελικής εικόνας, καθιστώντας τα στοιχεία του εγγράφου δυσανάγνωστα και εμποδίζοντας την επιτυχή σάρωση των δεδομένων.";
|
|
94
|
+
readonly title_desktop: "Καθαρίστε τον φακό της κάμεράς σας";
|
|
95
|
+
};
|
|
96
|
+
readonly lighting: {
|
|
97
|
+
readonly details: "Αποφύγετε το άμεσο, έντονο φως, επειδή αντανακλάται από το έγγραφο και μπορεί να κάνει ορισμένα μέρη του εγγράφου δυσανάγνωστα. Εάν δεν μπορείτε να διαβάσετε δεδομένα στο έγγραφο, δεν θα είναι ορατά ούτε στην κάμερα.";
|
|
98
|
+
readonly details_desktop: "Αποφύγετε το άμεσο, έντονο φως, επειδή αντανακλάται από το έγγραφο και μπορεί να κάνει ορισμένα μέρη του εγγράφου δυσανάγνωστα. Εάν δεν μπορείτε να διαβάσετε δεδομένα στο έγγραφο, δεν θα είναι ορατά ούτε στην κάμερα.";
|
|
99
|
+
readonly title: "Προσέξτε το έντονο φως";
|
|
100
|
+
readonly title_desktop: "Προσέξτε το έντονο φως";
|
|
101
|
+
};
|
|
102
|
+
readonly visibility: {
|
|
103
|
+
readonly details: "Βεβαιωθείτε ότι δεν καλύπτετε μέρη της κάρτας με το δάχτυλό σας, Επίσης, προσέξτε τις αντανακλάσεις που καλύπτουν τον γραμμωτό κώδικα και μπορεί να τον καταστήσουν μη αναγνώσιμο.";
|
|
104
|
+
readonly details_desktop: "Βεβαιωθείτε ότι δεν καλύπτετε μέρη της κάρτας με το δάχτυλό σας, Επίσης, προσέξτε τις αντανακλάσεις που καλύπτουν τον γραμμωτό κώδικα και μπορεί να τον καταστήσουν μη αναγνώσιμο.";
|
|
105
|
+
readonly title: "Φροντίστε να είναι ορατός ο κώδικας";
|
|
106
|
+
readonly title_desktop: "Φροντίστε να είναι ορατός ο κώδικας";
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly done_btn: "Τέλος";
|
|
110
|
+
readonly done_btn_aria: "Συνέχιση σάρωσης";
|
|
111
|
+
readonly full_document: {
|
|
112
|
+
readonly blur: {
|
|
113
|
+
readonly details: "Προσπαθήστε να κρατήσετε το τηλέφωνο και το έγγραφο ακίνητα κατά τη σάρωση. Η μετακίνηση οποιουδήποτε από τα δύο μπορεί να θολώσει την εικόνα και να καταστήσει τα δεδομένα στο έγγραφο δυσανάγνωστα.";
|
|
114
|
+
readonly details_desktop: "Προσπαθήστε να μείνετε ακίνητοι κατά τη σάρωση. Οποιαδήποτε κίνηση μπορεί να θολώσει την εικόνα και να καταστήσει τα δεδομένα του εγγράφου δυσανάγνωστα.";
|
|
115
|
+
readonly title: "Μείνετε ακίνητοι κατά τη σάρωση";
|
|
116
|
+
readonly title_desktop: "Μείνετε ακίνητοι κατά τη σάρωση";
|
|
117
|
+
};
|
|
118
|
+
readonly camera_lens: {
|
|
119
|
+
readonly details_desktop: "Ελέγξτε τον φακό της κάμεράς σας για λεκέδες ή σκόνη. Ένας βρώμικος φακός προκαλεί θάμπωμα της τελικής εικόνας, καθιστώντας τα στοιχεία του εγγράφου δυσανάγνωστα και εμποδίζοντας την επιτυχή σάρωση των δεδομένων.";
|
|
120
|
+
readonly title_desktop: "Καθαρίστε τον φακό της κάμεράς σας";
|
|
121
|
+
};
|
|
122
|
+
readonly lighting: {
|
|
123
|
+
readonly details: "Αποφύγετε το άμεσο, έντονο φως, επειδή αντανακλάται από το έγγραφο και μπορεί να κάνει ορισμένα μέρη του εγγράφου δυσανάγνωστα. Εάν δεν μπορείτε να διαβάσετε δεδομένα στο έγγραφο, δεν θα είναι ορατά ούτε στην κάμερα.";
|
|
124
|
+
readonly details_desktop: "Αποφύγετε το άμεσο, έντονο φως, επειδή αντανακλάται από το έγγραφο και μπορεί να κάνει ορισμένα μέρη του εγγράφου δυσανάγνωστα. Εάν δεν μπορείτε να διαβάσετε δεδομένα στο έγγραφο, δεν θα είναι ορατά ούτε στην κάμερα.";
|
|
125
|
+
readonly title: "Προσέξτε το έντονο φως";
|
|
126
|
+
readonly title_desktop: "Προσέξτε το έντονο φως";
|
|
127
|
+
};
|
|
128
|
+
readonly visibility: {
|
|
129
|
+
readonly details: "Βεβαιωθείτε ότι δεν καλύπτετε μέρη του εγγράφου με το δάχτυλό σας, συμπεριλαμβανομένων των κάτω γραμμών. Επίσης, προσέξτε τις αντανακλάσεις ολογράμματος που καλύπτουν τα πεδία του εγγράφου.";
|
|
130
|
+
readonly details_desktop: "Βεβαιωθείτε ότι δεν καλύπτετε μέρη του εγγράφου με το δάχτυλό σας, συμπεριλαμβανομένων των κάτω γραμμών. Επίσης, προσέξτε τις αντανακλάσεις ολογράμματος που καλύπτουν τα πεδία του εγγράφου.";
|
|
131
|
+
readonly title: "Φροντίστε όλα τα πεδία να είναι ορατά";
|
|
132
|
+
readonly title_desktop: "Φροντίστε όλα τα πεδία να είναι ορατά";
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
readonly next_btn: "Επόμενο";
|
|
136
|
+
};
|
|
137
|
+
readonly onboarding_modal: {
|
|
138
|
+
readonly aria: "Οδηγίες σάρωσης";
|
|
139
|
+
readonly barcode_only: {
|
|
140
|
+
readonly details: "Εντοπίστε τον γραμμωτό κώδικα (μια σειρά μαύρων γραμμών ή έναν τετράγωνο κώδικα). Στρέψτε την κάμερα προς αυτόν και κρατήστε τη σταθερή. Η σάρωση θα γίνει αυτόματα.";
|
|
141
|
+
readonly details_desktop: "Εντοπίστε τον γραμμωτό κώδικα (μια σειρά μαύρων γραμμών ή έναν τετράγωνο κώδικα). Βεβαιωθείτε ότι ο φακός της κάμερας είναι καθαρός και ο γραμμωτός κώδικας καλά φωτισμένος.";
|
|
142
|
+
readonly title: "Εντοπίστε και σαρώστε τον γραμμωτό κώδικα";
|
|
143
|
+
readonly title_desktop: "Καθαρίστε τον φακό και εντοπίστε τον γραμμωτό κώδικα";
|
|
144
|
+
};
|
|
145
|
+
readonly btn: "Έναρξη σάρωσης";
|
|
146
|
+
readonly document_with_barcode: {
|
|
147
|
+
readonly details: "Διαφορετικοί τύποι εγγράφων ταυτότητας ενδέχεται να περιέχουν διαφορετική μορφή και θέση γραμμωτών κωδικών. Κοιτάξτε στην μπροστινή και την πίσω όψη της ταυτότητας για τον γραμμωτό κώδικα.";
|
|
148
|
+
readonly details_desktop: "Ελέγξτε την μπροστινή και την πίσω πλευρά της ταυτότητας για γραμμωτό κώδικα. Βεβαιωθείτε ότι ο φακός της κάμερας είναι καθαρός και το έγγραφο καλά φωτισμένο.";
|
|
149
|
+
readonly title: "Εντοπίστε τον γραμμωτό κώδικα στην ταυτότητα";
|
|
150
|
+
readonly title_desktop: "Καθαρίστε τον φακό και εντοπίστε τον γραμμωτό κώδικα";
|
|
151
|
+
};
|
|
152
|
+
readonly full_document: {
|
|
153
|
+
readonly details: "Φροντίστε το έγγραφο να είναι καλά φωτισμένο. Όλα τα πεδία του εγγράφου θα πρέπει να είναι ορατά στην οθόνη της κάμερας.";
|
|
154
|
+
readonly details_desktop: "Φροντίστε ο φακός της κάμεράς σας να είναι καθαρός και το έγγραφο να είναι καλά φωτισμένο. Όλα τα πεδία του εγγράφου θα πρέπει να είναι ορατά στην οθόνη της κάμερας.";
|
|
155
|
+
readonly title: "Φροντίστε όλες οι λεπτομέρειες να είναι ορατές";
|
|
156
|
+
readonly title_desktop: "Ετοιμαστείτε για τη σάρωση";
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
readonly sdk_aria: "Οθόνη σάρωσης εγγράφου";
|
|
160
|
+
readonly timeout_modal: {
|
|
161
|
+
readonly details: "Δεν είναι δυνατή η ανάγνωση του εγγράφου. Δοκιμάστε ξανά.";
|
|
162
|
+
readonly title: "Η σάρωση ήταν ανεπιτυχής.";
|
|
163
|
+
};
|
|
69
164
|
};
|
|
70
165
|
export default _default;
|
|
71
166
|
//# sourceMappingURL=el.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/el.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG
|
|
1
|
+
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/el.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAqLW"}
|
package/types/ui/locales/en.d.ts
CHANGED
|
@@ -5,67 +5,162 @@
|
|
|
5
5
|
* Localization strings for en.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
-
readonly
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
readonly
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
readonly
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
readonly
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
readonly
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
readonly
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
8
|
+
readonly document_filtered_modal: {
|
|
9
|
+
readonly details: "Try scanning a different document.";
|
|
10
|
+
readonly title: "Document not accepted";
|
|
11
|
+
};
|
|
12
|
+
readonly document_not_recognized_modal: {
|
|
13
|
+
readonly details: "Scan the front side of a supported document.";
|
|
14
|
+
readonly title: "Document not recognized";
|
|
15
|
+
};
|
|
16
|
+
readonly error_modal: {
|
|
17
|
+
readonly cancel_btn: "Cancel";
|
|
18
|
+
readonly retry_btn: "Retry";
|
|
19
|
+
};
|
|
20
|
+
readonly feedback_messages: {
|
|
21
|
+
readonly blur_detected: "Keep document and phone still";
|
|
22
|
+
readonly camera_angle_too_steep: "Keep document parallel to phone";
|
|
23
|
+
readonly document_scanned_aria: "Success! Document scanned";
|
|
24
|
+
readonly document_too_close_to_edge: "Move farther";
|
|
25
|
+
readonly face_photo_not_fully_visible: "Keep face photo fully visible";
|
|
26
|
+
readonly flip_document: "Flip the document";
|
|
27
|
+
readonly flip_to_back_side: "Flip to the back side";
|
|
28
|
+
readonly front_side_scanned_aria: "Success! Front side scanned";
|
|
29
|
+
readonly glare_detected: "Tilt or move document to remove reflection";
|
|
30
|
+
readonly keep_document_parallel: "Keep document parallel with screen";
|
|
31
|
+
readonly keep_document_still: "Keep document and device still";
|
|
32
|
+
readonly keep_still: "Keep still";
|
|
33
|
+
readonly move_closer: "Move closer";
|
|
34
|
+
readonly move_farther: "Move farther";
|
|
35
|
+
readonly move_left: "Move to the page on the left";
|
|
36
|
+
readonly move_right: "Move to the page on the right";
|
|
37
|
+
readonly move_top: "Move to the page on top";
|
|
38
|
+
readonly occluded: "Keep the document fully visible";
|
|
39
|
+
readonly scan_data_page: "Scan the data page of a document";
|
|
40
|
+
readonly scan_last_page_barcode: "Scan barcode from the last page";
|
|
41
|
+
readonly scan_left_page: "Scan the left page";
|
|
42
|
+
readonly scan_right_page: "Scan the right page";
|
|
43
|
+
readonly scan_the_back_side: "Scan the back side of a document";
|
|
44
|
+
readonly scan_the_barcode: "Scan the barcode";
|
|
45
|
+
readonly scan_the_barcode_side: "Scan the barcode side of a document";
|
|
46
|
+
readonly scan_the_front_side: "Scan the front side of a document";
|
|
47
|
+
readonly scan_top_page: "Scan the top page";
|
|
48
|
+
readonly too_bright: "Move to spot with less lighting";
|
|
49
|
+
readonly too_dark: "Move to brighter spot";
|
|
50
|
+
readonly wrong_left: "Move to the left page";
|
|
51
|
+
readonly wrong_right: "Move to the right page";
|
|
52
|
+
readonly wrong_top: "Move to the top page";
|
|
53
|
+
};
|
|
54
|
+
readonly help_button: {
|
|
55
|
+
readonly aria_label: "Help";
|
|
56
|
+
readonly tooltip: "Need help?";
|
|
57
|
+
};
|
|
58
|
+
readonly help_modal: {
|
|
59
|
+
readonly aria: "Scanning help";
|
|
60
|
+
readonly back_btn: "Back";
|
|
61
|
+
readonly barcode_only: {
|
|
62
|
+
readonly blur: {
|
|
63
|
+
readonly details: "Try to keep the phone and the barcode still while scanning. Moving either can blur the image and make the barcode difficult to read.";
|
|
64
|
+
readonly details_desktop: "Try to keep still while scanning. Moving can blur the image and make the barcode difficult to read.";
|
|
65
|
+
readonly title: "Keep still while scanning";
|
|
66
|
+
readonly title_desktop: "Keep still while scanning";
|
|
67
|
+
};
|
|
68
|
+
readonly camera_lens: {
|
|
69
|
+
readonly details_desktop: "Check your camera lens for smudges or dust. A dirty lens causes the final image to blur, making the barcode unreadable and preventing successful scan of the data.";
|
|
70
|
+
readonly title_desktop: "Clean your camera lens";
|
|
71
|
+
};
|
|
72
|
+
readonly lighting: {
|
|
73
|
+
readonly details: "Avoid direct harsh light because it can create glare on the barcode and make it difficult to scan. If the barcode isn’t clearly visible to you, the camera may not be able to read it either.";
|
|
74
|
+
readonly details_desktop: "Avoid direct harsh light because it can create glare on the barcode and make it difficult to scan. If the barcode isn’t clearly visible to you, the camera may not be able to read it either.";
|
|
75
|
+
readonly title: "Watch out for harsh light";
|
|
76
|
+
readonly title_desktop: "Watch out for harsh light";
|
|
77
|
+
};
|
|
78
|
+
readonly visibility: {
|
|
79
|
+
readonly details: "Make sure you aren’t covering parts of the barcode with a finger. Also, watch out for reflections that go over the barcode and could make it unreadable.";
|
|
80
|
+
readonly details_desktop: "Make sure you aren’t covering parts of the barcode with a finger. Also, watch out for reflections that go over the barcode and could make it unreadable.";
|
|
81
|
+
readonly title: "Keep the barcode visible";
|
|
82
|
+
readonly title_desktop: "Keep the barcode visible";
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
readonly document_with_barcode: {
|
|
86
|
+
readonly blur: {
|
|
87
|
+
readonly details: "Try to keep the phone and document still while scanning. Moving either can blur the image and make data on the document unreadable.";
|
|
88
|
+
readonly details_desktop: "Try to keep still while scanning. Moving can blur the image and make data on the document unreadable.";
|
|
89
|
+
readonly title: "Keep still while scanning";
|
|
90
|
+
readonly title_desktop: "Keep still while scanning";
|
|
91
|
+
};
|
|
92
|
+
readonly camera_lens: {
|
|
93
|
+
readonly details_desktop: "Check your camera lens for smudges or dust. A dirty lens causes the final image to blur, making the document details unreadable and preventing successful scan of the data.";
|
|
94
|
+
readonly title_desktop: "Clean your camera lens";
|
|
95
|
+
};
|
|
96
|
+
readonly lighting: {
|
|
97
|
+
readonly details: "Avoid direct harsh light because it reflects from the document and can make parts of the document unreadable. If you can’t read data on the document, it won’t be visible to the camera either.";
|
|
98
|
+
readonly details_desktop: "Avoid direct harsh light because it reflects from the document and can make parts of the document unreadable. If you can’t read data on the document, it won’t be visible to the camera either.";
|
|
99
|
+
readonly title: "Watch out for harsh light";
|
|
100
|
+
readonly title_desktop: "Watch out for harsh light";
|
|
101
|
+
};
|
|
102
|
+
readonly visibility: {
|
|
103
|
+
readonly details: "Make sure you aren’t covering parts of the barcode with a finger. Also, watch out for reflections that go over the barcode and could make it unreadable.";
|
|
104
|
+
readonly details_desktop: "Make sure you aren’t covering parts of the barcode with a finger. Also, watch out for reflections that go over the barcode and could make it unreadable.";
|
|
105
|
+
readonly title: "Keep the barcode visible";
|
|
106
|
+
readonly title_desktop: "Keep the barcode visible";
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly done_btn: "Done";
|
|
110
|
+
readonly done_btn_aria: "Resume scanning";
|
|
111
|
+
readonly full_document: {
|
|
112
|
+
readonly blur: {
|
|
113
|
+
readonly details: "Try to keep the phone and document still while scanning. Moving either can blur the image and make data on the document unreadable.";
|
|
114
|
+
readonly details_desktop: "Try to keep still while scanning. Moving can blur the image and make data on the document unreadable.";
|
|
115
|
+
readonly title: "Keep still while scanning";
|
|
116
|
+
readonly title_desktop: "Keep still while scanning";
|
|
117
|
+
};
|
|
118
|
+
readonly camera_lens: {
|
|
119
|
+
readonly details_desktop: "Check your camera lens for smudges or dust. A dirty lens causes the final image to blur, making the document details unreadable and preventing successful scan of the data.";
|
|
120
|
+
readonly title_desktop: "Clean your camera lens";
|
|
121
|
+
};
|
|
122
|
+
readonly lighting: {
|
|
123
|
+
readonly details: "Avoid direct harsh light because it reflects from the document and can make parts of the document unreadable. If you can’t read data on the document, it won’t be visible to the camera either.";
|
|
124
|
+
readonly details_desktop: "Avoid direct harsh light because it reflects from the document and can make parts of the document unreadable. If you can’t read data on the document, it won’t be visible to the camera either.";
|
|
125
|
+
readonly title: "Watch out for harsh light";
|
|
126
|
+
readonly title_desktop: "Watch out for harsh light";
|
|
127
|
+
};
|
|
128
|
+
readonly visibility: {
|
|
129
|
+
readonly details: "Make sure you aren’t covering parts of the document with a finger, including the bottom lines. Also, watch out for hologram reflections that go over the document fields.";
|
|
130
|
+
readonly details_desktop: "Make sure you aren’t covering parts of the document with a finger, including the bottom lines. Also, watch out for hologram reflections that go over the document fields.";
|
|
131
|
+
readonly title: "Keep all the fields visible";
|
|
132
|
+
readonly title_desktop: "Keep all the fields visible";
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
readonly next_btn: "Next";
|
|
136
|
+
};
|
|
137
|
+
readonly onboarding_modal: {
|
|
138
|
+
readonly aria: "Scanning Instructions";
|
|
139
|
+
readonly barcode_only: {
|
|
140
|
+
readonly details: "Look for a barcode (a series of black lines or a square code). Point your camera at it and hold still — scanning will happen automatically.";
|
|
141
|
+
readonly details_desktop: "Look for a barcode (a series of black lines or a square code). Make sure you keep your camera lens clean and the barcode well lit.";
|
|
142
|
+
readonly title: "Locate and scan the barcode";
|
|
143
|
+
readonly title_desktop: "Clean your lens and locate barcode";
|
|
144
|
+
};
|
|
145
|
+
readonly btn: "Start scanning";
|
|
146
|
+
readonly document_with_barcode: {
|
|
147
|
+
readonly details: "Different types of IDs may have different barcode formats and locations. Look at the front and back of the ID for a barcode.";
|
|
148
|
+
readonly details_desktop: "Check the front and back of the ID for a barcode. Make sure you keep your camera lens clean and the document well lit.";
|
|
149
|
+
readonly title: "Locate barcode on ID";
|
|
150
|
+
readonly title_desktop: "Clean your lens and locate barcode";
|
|
151
|
+
};
|
|
152
|
+
readonly full_document: {
|
|
153
|
+
readonly details: "Make sure you keep the document well lit. All document fields should be visible on the camera screen.";
|
|
154
|
+
readonly details_desktop: "Make sure you keep your camera lens clean and the document well lit. All document fields should be visible on the camera screen.";
|
|
155
|
+
readonly title: "Keep all the details visible";
|
|
156
|
+
readonly title_desktop: "Get ready to scan";
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
readonly sdk_aria: "Document scanning screen";
|
|
160
|
+
readonly timeout_modal: {
|
|
161
|
+
readonly details: "Unable to read the document. Please try again.";
|
|
162
|
+
readonly title: "Scan unsuccessful";
|
|
163
|
+
};
|
|
69
164
|
};
|
|
70
165
|
export default _default;
|
|
71
166
|
//# sourceMappingURL=en.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/en.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/en.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAkLW"}
|