@microblink/blinkid-ux-manager 7.6.3 → 7.7.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 +48 -3
- package/dist/blinkid-ux-manager.js +2704 -2209
- package/package.json +5 -5
- package/types/core/BlinkIdProcessingError.d.ts +2 -2
- package/types/core/BlinkIdProcessingError.d.ts.map +1 -1
- package/types/core/BlinkIdUxManager.d.ts +72 -36
- package/types/core/BlinkIdUxManager.d.ts.map +1 -1
- package/types/core/BlinkIdUxManager.integration.test.d.ts +5 -0
- package/types/core/BlinkIdUxManager.integration.test.d.ts.map +1 -0
- package/types/core/BlinkIdUxManager.test.d.ts +1 -1
- package/types/core/DocumentClassFilter.d.ts +1 -1
- package/types/core/__testdata/blankProcessResult.d.ts +3 -3
- package/types/core/__testdata/blankProcessResult.d.ts.map +1 -1
- package/types/core/__testdata/blinkidTestFixtures.d.ts +20 -0
- package/types/core/__testdata/blinkidTestFixtures.d.ts.map +1 -0
- package/types/core/blinkid-ui-state.d.ts +96 -9
- package/types/core/blinkid-ui-state.d.ts.map +1 -1
- package/types/core/blinkid-ui-state.test.d.ts +1 -1
- package/types/core/createBlinkIdUxManager.d.ts +23 -0
- package/types/core/createBlinkIdUxManager.d.ts.map +1 -0
- package/types/core/getChainedUiStateKey.d.ts +18 -0
- package/types/core/getChainedUiStateKey.d.ts.map +1 -0
- package/types/core/getChainedUiStateKey.test.d.ts +5 -0
- package/types/core/getChainedUiStateKey.test.d.ts.map +1 -0
- package/types/core/test-helpers.integration.d.ts +65 -0
- package/types/core/test-helpers.integration.d.ts.map +1 -0
- package/types/core/ui-state-utils.d.ts +51 -0
- package/types/core/ui-state-utils.d.ts.map +1 -0
- package/types/core/uxAnalyticsMappers.d.ts +17 -0
- package/types/core/uxAnalyticsMappers.d.ts.map +1 -0
- package/types/index.d.ts +7 -6
- package/types/index.d.ts.map +1 -1
- package/types/index.rollup.d.ts +292 -64
- package/types/ui/BlinkIdFeedbackUi.d.ts +1 -1
- package/types/ui/BlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/BlinkIdUiStoreContext.d.ts +10 -5
- package/types/ui/BlinkIdUiStoreContext.d.ts.map +1 -1
- package/types/ui/LocalizationContext.d.ts +1 -1
- package/types/ui/UiFeedbackOverlay.d.ts +2 -1
- package/types/ui/UiFeedbackOverlay.d.ts.map +1 -1
- package/types/ui/createBlinkIdFeedbackUi.d.ts +16 -3
- package/types/ui/createBlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/dialogs/ErrorModal.d.ts +1 -1
- package/types/ui/dialogs/ErrorModal.d.ts.map +1 -1
- package/types/ui/dialogs/HelpModal.d.ts +4 -2
- package/types/ui/dialogs/HelpModal.d.ts.map +1 -1
- package/types/ui/dialogs/OnboardingGuideModal.d.ts +4 -2
- package/types/ui/dialogs/OnboardingGuideModal.d.ts.map +1 -1
- package/types/ui/feedbackMessages.d.ts +2 -2
- package/types/ui/feedbackMessages.d.ts.map +1 -1
- package/types/ui/locales/ak.d.ts +18 -2
- package/types/ui/locales/ak.d.ts.map +1 -1
- package/types/ui/locales/am.d.ts +18 -2
- package/types/ui/locales/am.d.ts.map +1 -1
- package/types/ui/locales/ar.d.ts +21 -5
- package/types/ui/locales/ar.d.ts.map +1 -1
- package/types/ui/locales/bn.d.ts +18 -2
- package/types/ui/locales/bn.d.ts.map +1 -1
- package/types/ui/locales/cs.d.ts +19 -3
- package/types/ui/locales/cs.d.ts.map +1 -1
- package/types/ui/locales/da.d.ts +18 -2
- package/types/ui/locales/da.d.ts.map +1 -1
- package/types/ui/locales/de.d.ts +19 -3
- package/types/ui/locales/de.d.ts.map +1 -1
- package/types/ui/locales/el.d.ts +19 -3
- package/types/ui/locales/el.d.ts.map +1 -1
- package/types/ui/locales/en.d.ts +16 -3
- package/types/ui/locales/en.d.ts.map +1 -1
- package/types/ui/locales/en_GB.d.ts +18 -2
- package/types/ui/locales/en_GB.d.ts.map +1 -1
- package/types/ui/locales/es.d.ts +20 -4
- package/types/ui/locales/es.d.ts.map +1 -1
- package/types/ui/locales/es_MX.d.ts +18 -2
- package/types/ui/locales/es_MX.d.ts.map +1 -1
- package/types/ui/locales/fa-latn.d.ts +18 -2
- package/types/ui/locales/fa-latn.d.ts.map +1 -1
- package/types/ui/locales/fi.d.ts +18 -2
- package/types/ui/locales/fi.d.ts.map +1 -1
- package/types/ui/locales/fil.d.ts +18 -2
- package/types/ui/locales/fil.d.ts.map +1 -1
- package/types/ui/locales/fr.d.ts +19 -3
- package/types/ui/locales/fr.d.ts.map +1 -1
- package/types/ui/locales/fr_CA.d.ts +18 -2
- package/types/ui/locales/fr_CA.d.ts.map +1 -1
- package/types/ui/locales/ha.d.ts +18 -2
- package/types/ui/locales/ha.d.ts.map +1 -1
- package/types/ui/locales/he.d.ts +18 -2
- package/types/ui/locales/he.d.ts.map +1 -1
- package/types/ui/locales/hi.d.ts +18 -2
- package/types/ui/locales/hi.d.ts.map +1 -1
- package/types/ui/locales/hr.d.ts +25 -9
- package/types/ui/locales/hr.d.ts.map +1 -1
- package/types/ui/locales/hu.d.ts +19 -3
- package/types/ui/locales/hu.d.ts.map +1 -1
- package/types/ui/locales/id.d.ts +19 -3
- package/types/ui/locales/id.d.ts.map +1 -1
- package/types/ui/locales/index.d.ts +3 -3
- package/types/ui/locales/index.d.ts.map +1 -1
- package/types/ui/locales/is.d.ts +18 -2
- package/types/ui/locales/is.d.ts.map +1 -1
- package/types/ui/locales/it.d.ts +21 -5
- package/types/ui/locales/it.d.ts.map +1 -1
- package/types/ui/locales/ja.d.ts +18 -2
- package/types/ui/locales/ja.d.ts.map +1 -1
- package/types/ui/locales/ka_GE.d.ts +18 -2
- package/types/ui/locales/ka_GE.d.ts.map +1 -1
- package/types/ui/locales/kk.d.ts +18 -2
- package/types/ui/locales/kk.d.ts.map +1 -1
- package/types/ui/locales/km_KH.d.ts +18 -2
- package/types/ui/locales/km_KH.d.ts.map +1 -1
- package/types/ui/locales/ko.d.ts +18 -2
- package/types/ui/locales/ko.d.ts.map +1 -1
- package/types/ui/locales/lv.d.ts +18 -2
- package/types/ui/locales/lv.d.ts.map +1 -1
- package/types/ui/locales/ms.d.ts +22 -6
- package/types/ui/locales/ms.d.ts.map +1 -1
- package/types/ui/locales/ne.d.ts +18 -2
- package/types/ui/locales/ne.d.ts.map +1 -1
- package/types/ui/locales/nl.d.ts +19 -3
- package/types/ui/locales/nl.d.ts.map +1 -1
- package/types/ui/locales/no.d.ts +18 -2
- package/types/ui/locales/no.d.ts.map +1 -1
- package/types/ui/locales/pl.d.ts +18 -2
- package/types/ui/locales/pl.d.ts.map +1 -1
- package/types/ui/locales/ps_AF.d.ts +18 -2
- package/types/ui/locales/ps_AF.d.ts.map +1 -1
- package/types/ui/locales/pt.d.ts +21 -5
- package/types/ui/locales/pt.d.ts.map +1 -1
- package/types/ui/locales/pt_BR.d.ts +18 -2
- package/types/ui/locales/pt_BR.d.ts.map +1 -1
- package/types/ui/locales/ro.d.ts +19 -3
- package/types/ui/locales/ro.d.ts.map +1 -1
- package/types/ui/locales/ru.d.ts +18 -2
- package/types/ui/locales/ru.d.ts.map +1 -1
- package/types/ui/locales/si.d.ts +18 -2
- package/types/ui/locales/si.d.ts.map +1 -1
- package/types/ui/locales/sk.d.ts +19 -3
- package/types/ui/locales/sk.d.ts.map +1 -1
- package/types/ui/locales/sl.d.ts +20 -4
- package/types/ui/locales/sl.d.ts.map +1 -1
- package/types/ui/locales/sr.d.ts +19 -3
- package/types/ui/locales/sr.d.ts.map +1 -1
- package/types/ui/locales/sv.d.ts +19 -3
- package/types/ui/locales/sv.d.ts.map +1 -1
- package/types/ui/locales/sw.d.ts +18 -2
- package/types/ui/locales/sw.d.ts.map +1 -1
- package/types/ui/locales/th.d.ts +18 -2
- package/types/ui/locales/th.d.ts.map +1 -1
- package/types/ui/locales/tr.d.ts +19 -3
- package/types/ui/locales/tr.d.ts.map +1 -1
- package/types/ui/locales/uk.d.ts +18 -2
- package/types/ui/locales/uk.d.ts.map +1 -1
- package/types/ui/locales/ur.d.ts +19 -3
- package/types/ui/locales/ur.d.ts.map +1 -1
- package/types/ui/locales/uz.d.ts +18 -2
- package/types/ui/locales/uz.d.ts.map +1 -1
- package/types/ui/locales/vi.d.ts +19 -3
- package/types/ui/locales/vi.d.ts.map +1 -1
- package/types/ui/locales/yo.d.ts +18 -2
- package/types/ui/locales/yo.d.ts.map +1 -1
- package/types/ui/locales/zh_CN.d.ts +19 -3
- package/types/ui/locales/zh_CN.d.ts.map +1 -1
- package/types/ui/locales/zh_TW.d.ts +18 -2
- package/types/ui/locales/zh_TW.d.ts.map +1 -1
- package/types/core/HapticFeedback.d.ts +0 -57
- package/types/core/HapticFeedback.d.ts.map +0 -1
- package/types/core/HapticFeedback.test.d.ts +0 -5
- package/types/core/HapticFeedback.test.d.ts.map +0 -1
- package/types/core/ping-camera-utils.d.ts +0 -16
- package/types/core/ping-camera-utils.d.ts.map +0 -1
- package/types/core/utils.d.ts +0 -25
- package/types/core/utils.d.ts.map +0 -1
- package/types/shared/ping-implementations.d.ts +0 -60
- package/types/shared/ping-implementations.d.ts.map +0 -1
- package/types/shared/uiEventFeedbackMapper.d.ts +0 -7
- package/types/shared/uiEventFeedbackMapper.d.ts.map +0 -1
package/types/ui/locales/ms.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for ms.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "Batal";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "Cuba imbas dokumen yang berbeza.";
|
|
11
14
|
readonly document_not_recognized: "Dokumen tidak dikenali";
|
|
12
15
|
readonly document_not_recognized_details: "Imbas bahagian hadapan dokumen yang disokong.";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "Berjaya! Dokumen telah diimbas";
|
|
17
|
+
readonly document_too_close_to_edge: "Jauhkan lagi";
|
|
14
18
|
readonly face_photo_not_fully_visible: "Pastikan gambar muka dapat dilihat sepenuhnya";
|
|
15
19
|
readonly flip_document: "Putar dokumen";
|
|
16
20
|
readonly flip_to_back_side: "Balikkan dokumen";
|
|
21
|
+
readonly front_side_scanned: "Berjaya! Bahagian hadapan telah diimbas";
|
|
17
22
|
readonly glare_detected: "Sengetkan atau gerakkan dokumen untuk mengelakkan pantulan cahaya";
|
|
18
23
|
readonly help_aria_label: "Bantuan";
|
|
19
24
|
readonly help_modal_back_btn: "Kembali";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "Cuba kekalkan kedudukan peranti dan dokumen semasa mengimbas. Menggerakkan kedua-duanya boleh mengaburkan imej dan menjadikan data dalam dokumen tidak dapat dibaca.";
|
|
26
|
+
readonly help_modal_camera_lens_details: "Periksa lensa kamera anda untuk memastikan tiada kesan kotoran atau habuk. Lensa yang kotor akan menyebabkan imej akhir menjadi kabur, menyebabkan butiran dokumen sukar dibaca dan imbasan data gagal.";
|
|
27
|
+
readonly help_modal_camera_lens_title: "Bersihkan lensa kamera anda";
|
|
20
28
|
readonly help_modal_details_1: "Pastikan anda tidak menutup sebahagian daripada dokumen dengan jari, termasuk baris bawah. Di samping itu, berhati-hati dengan pantulan hologram yang melintasi medan dokumen.";
|
|
21
29
|
readonly help_modal_details_2: "Jauhi cahaya yang boleh menyilaukan mata kerana cahaya tersebut dipantulkan daripada dokumen dan boleh membuatkan sebahagian daripada dokumen tersebut tidak dapat dibaca. Jika anda tidak dapat membaca data dalam dokumen, data tersebut juga tidak akan kelihatan pada kamera.";
|
|
22
30
|
readonly help_modal_details_3: "Cuba kekalkan kedudukan telefon dan dokumen semasa mengimbas. Menggerakkan kedua-duanya boleh mengaburkan imej dan menjadikan data dalam dokumen tidak dapat dibaca.";
|
|
@@ -26,25 +34,33 @@ declare const _default: {
|
|
|
26
34
|
readonly help_modal_title_2: "Jaga-jaga dengan cahaya yang menyilaukan mata";
|
|
27
35
|
readonly help_modal_title_3: "Kekalkan kedudukan semasa mengimbas";
|
|
28
36
|
readonly help_tooltip: "Perlukan bantuan?";
|
|
37
|
+
readonly keep_document_parallel: "Pastikan dokumen sentiasa selari dengan skrin";
|
|
38
|
+
readonly keep_document_still: "Pastikan dokumen dan peranti tidak bergegar";
|
|
29
39
|
readonly move_closer: "Dekatkan lagi";
|
|
30
40
|
readonly move_farther: "Jauhkan lagi";
|
|
31
41
|
readonly move_left: "Beralih ke halaman di sebelah kiri";
|
|
32
42
|
readonly move_right: "Pergi ke halaman di sebelah kanan";
|
|
33
|
-
readonly move_top: "Beralih ke halaman di sebelah atas
|
|
43
|
+
readonly move_top: "Beralih ke halaman di sebelah atas";
|
|
34
44
|
readonly occluded: "Sentiasa pastikan dokumen dapat dilihat sepenuhnya";
|
|
35
45
|
readonly onboarding_modal_btn: "Mula Mengimbas";
|
|
36
46
|
readonly onboarding_modal_details: "Pastikan dokumen anda menerima pencahayaan yang cukup. Semua medan dokumen hendaklah kelihatan pada skrin kamera.";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "Pastikan lensa kamera anda bersih dan dokumen anda menerima pencahayaan yang cukup. Semua medan dokumen hendaklah kelihatan pada skrin kamera.";
|
|
37
48
|
readonly onboarding_modal_title: "Pastikan semua butiran kelihatan";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "Sedia untuk imbas";
|
|
50
|
+
readonly resume_scanning: "Sambung mengimbas";
|
|
38
51
|
readonly scan_data_page: "Imbas halaman data dokumen";
|
|
39
52
|
readonly scan_last_page_barcode: "Imbas kod bar daripada halaman terakhir";
|
|
40
|
-
readonly scan_left_page: "Imbas halaman sebelah kiri
|
|
41
|
-
readonly scan_right_page: "Imbas halaman sebelah kanan
|
|
53
|
+
readonly scan_left_page: "Imbas halaman sebelah kiri";
|
|
54
|
+
readonly scan_right_page: "Imbas halaman sebelah kanan";
|
|
42
55
|
readonly scan_the_back_side: "Imbas bahagian belakang dokumen";
|
|
43
56
|
readonly scan_the_barcode: "Imbas kod bar";
|
|
44
|
-
readonly scan_the_front_side: "Imbas bahagian hadapan
|
|
57
|
+
readonly scan_the_front_side: "Imbas bahagian hadapan\\ndokumen";
|
|
45
58
|
readonly scan_top_page: "Imbas halaman sebelah atas";
|
|
46
59
|
readonly scan_unsuccessful: "Pengimbasan tidak berjaya";
|
|
47
60
|
readonly scan_unsuccessful_details: "Tidak dapat membaca dokumen. Sila cuba semula.";
|
|
61
|
+
readonly scanning_help: "Bantuan mengimbas";
|
|
62
|
+
readonly scanning_instructions: "Arahan Mengimbas";
|
|
63
|
+
readonly scanning_screen: "Skrin mengimbas dokumen";
|
|
48
64
|
readonly too_bright: "Beralih ke tempat yang kurang pencahayaan";
|
|
49
65
|
readonly too_dark: "Beralih ke tempat yang lebih cerah";
|
|
50
66
|
readonly wrong_left: "Beralih ke halaman sebelah kiri";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ms.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ms.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"ms.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ms.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAuEW"}
|
package/types/ui/locales/ne.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for ne.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "रद्द गर्नुहोस्";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "फरक कागजात स्क्यान गरेर हेर्नुहोस्";
|
|
11
14
|
readonly document_not_recognized: "कागजात पहिचान हुन सकेन";
|
|
12
15
|
readonly document_not_recognized_details: "सपोर्ट हुने कागजातको अगाडि पट्टिको भाग स्क्यान गर्नुहोस्।";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "पूरा भयो! कागजात स्क्यान भयो";
|
|
17
|
+
readonly document_too_close_to_edge: "पर जानुहोस्";
|
|
14
18
|
readonly face_photo_not_fully_visible: "फेस फोटो पूर्ण रूपमा देखिने गरी राख्नुहोस्";
|
|
15
19
|
readonly flip_document: "कागजात फ्लिप गर्नुहोस्";
|
|
16
20
|
readonly flip_to_back_side: "पछाडि पट्टि फ्लिप गर्नुहोस्";
|
|
21
|
+
readonly front_side_scanned: "पूरा भयो! अगाडिपट्टिको भाग स्क्यान भयो";
|
|
17
22
|
readonly glare_detected: "रिफ्लेक्सन हटाउन कागजात ढल्क्याउनुहोस् वा हटाउनुहोस्";
|
|
18
23
|
readonly help_aria_label: "मद्दत";
|
|
19
24
|
readonly help_modal_back_btn: "पछाडि";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "स्क्यान गर्दा डिभाइस र कागजात दुवैलाई नहल्लाई राख्ने प्रयास गर्नुहोस्। अलिकति मात्र हलियो भने फोटो धमिलो हुन सक्छ र कागजातमा भएका विवरणहरू पढ्न नसकिने हुन सक्छ।";
|
|
26
|
+
readonly help_modal_camera_lens_details: "आफ्नो क्यामेराको लेन्समा औँठाको छाप वा धुलो छ कि भनेर जाँच गर्नुहोस्। फोहोर लेन्सले गर्दा अन्तिम फोटो धमिलो आउँछ र कागजातको विवरण पढ्न सकिँदैन र डेटा स्क्यान हुन पाउँदैन।";
|
|
27
|
+
readonly help_modal_camera_lens_title: "आफ्नो क्यामेराको लेन्स सफा गर्नुहोस्";
|
|
20
28
|
readonly help_modal_details_1: "कागजातको तल्लो रेखा लगायत तपाईंले औंलाले कागजातको केही भागहरू ढाक्नुभएको छैन भनी सुनिश्चित गर्नुहोस्। यस बाहेक, कागजातका भागहरू माथि जाने होलोग्राम रिफ्लेक्सन हुने कुरा पनि ध्यान दिनुहोस्।";
|
|
21
29
|
readonly help_modal_details_2: "कागजातमा रिफ्लेक्सन आउने र केही भाग पढ्न नसकिने हुँदा सिधा र कडा प्रकाशबाट बच्नुहोस्। तपाईंले कागजातमा रहेका डाटा पढ्न सक्नु भएन भने क्यामेरामा पनि देख्न सक्दैन।";
|
|
22
30
|
readonly help_modal_details_3: "स्क्यान गर्दा फोन वा कागजात स्थिर राख्न प्रयास गर्नुहोस्। दुबैमध्ये एउटा मात्रा चल्दा पनि तस्वीर धमिलो हुन सक्छ र कागजातमा भएको डाटा पढ्न नसकिने हुन सक्छ।";
|
|
@@ -26,6 +34,8 @@ declare const _default: {
|
|
|
26
34
|
readonly help_modal_title_2: "तेजिलो प्रकाशबाट जोगिनुहोस्।";
|
|
27
35
|
readonly help_modal_title_3: "स्क्यान गर्दा नहल्लिनुहोस्";
|
|
28
36
|
readonly help_tooltip: "सहयोग चाहिन्छ?";
|
|
37
|
+
readonly keep_document_parallel: "स्क्रिनलाई कागजातको ठीक माथि सीधा राख्नुहोस्";
|
|
38
|
+
readonly keep_document_still: "कागजात र डिभाइस नहल्लाई राख्नुहोस्";
|
|
29
39
|
readonly move_closer: "नजिक जानुहोस्";
|
|
30
40
|
readonly move_farther: "पर जानुहोस्";
|
|
31
41
|
readonly move_left: "पृष्ठको बायाँपट्टि जानुहोस्";
|
|
@@ -34,7 +44,10 @@ declare const _default: {
|
|
|
34
44
|
readonly occluded: "कागजातलाई पूर्ण रूपमा देखिने गरी राख्नुहोस्";
|
|
35
45
|
readonly onboarding_modal_btn: "स्क्यान सुरु गर्नुहोस्";
|
|
36
46
|
readonly onboarding_modal_details: "कागजात उज्यालो राख्नुहोस्। सबै कागजात फिल्ड क्यामेरा स्क्रिनमा देखिने हुनुपर्छ।";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "आफ्नो क्यामेराको लेन्स पुछ्नुहोस् र कागजलाई उज्यालो ठाउँमा राख्नुहोस्। कागजको कुनै पनि भाग वा कुना नछुट्ने गरी क्यामेराको स्क्रिनमा मिलाउनुहोस्।";
|
|
37
48
|
readonly onboarding_modal_title: "विवरणहरू देखिनेगरी राख्नुहोस्";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "स्क्यान गर्न तयार हुनुहोस्";
|
|
50
|
+
readonly resume_scanning: "स्क्यानिङ पुन: सुरु गर्नुहोस्";
|
|
38
51
|
readonly scan_data_page: "कागजको डाटा पृष्ठ स्क्यान गर्नुहोस्";
|
|
39
52
|
readonly scan_last_page_barcode: "अन्तिम पृष्ठमा भएको बारकोड स्क्यान गर्नुहोस्।";
|
|
40
53
|
readonly scan_left_page: "बायाँ पृष्ठ स्क्यान गर्नुहोस्";
|
|
@@ -45,6 +58,9 @@ declare const _default: {
|
|
|
45
58
|
readonly scan_top_page: "माथिल्लो पृष्ठ स्क्यान गर्नुहोस्";
|
|
46
59
|
readonly scan_unsuccessful: "स्क्यान हुन सकेन";
|
|
47
60
|
readonly scan_unsuccessful_details: "कागजात पढ्न सकेन। कृपया पुन: प्रेस गर्नुहोस्।";
|
|
61
|
+
readonly scanning_help: "स्क्यानिङ सहायता";
|
|
62
|
+
readonly scanning_instructions: "स्क्यानिङ निर्देशनहरू";
|
|
63
|
+
readonly scanning_screen: "कागजात स्क्यान गर्ने स्क्रिन";
|
|
48
64
|
readonly too_bright: "कम उज्यालो स्पटमा जानुहोस्";
|
|
49
65
|
readonly too_dark: "सबैभन्दा चम्किलो स्पटमा जानुहोस्";
|
|
50
66
|
readonly wrong_left: "बायाँ पृष्ठमा जानुहोस्";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ne.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ne.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"ne.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ne.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAsEW"}
|
package/types/ui/locales/nl.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for nl.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "Annuleren";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "Probeer een ander document te scannen.";
|
|
11
14
|
readonly document_not_recognized: "Document niet herkend";
|
|
12
15
|
readonly document_not_recognized_details: "Scan de voorzijde van een ondersteund document.";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "Succes! Document gescand";
|
|
17
|
+
readonly document_too_close_to_edge: "Beweeg verder weg";
|
|
14
18
|
readonly face_photo_not_fully_visible: "Houd foto gezicht volledig zichtbaar";
|
|
15
19
|
readonly flip_document: "Draai het document om";
|
|
16
20
|
readonly flip_to_back_side: "Draai het document om";
|
|
21
|
+
readonly front_side_scanned: "Succes! Voorkant gescand";
|
|
17
22
|
readonly glare_detected: "Kantel of verplaats het document om de reflectie te verwijderen";
|
|
18
23
|
readonly help_aria_label: "Help";
|
|
19
24
|
readonly help_modal_back_btn: "Terug";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "Probeer het toestel en het document tijdens het scannen stil te houden. Als u een van beide beweegt, kan de afbeelding wazig worden en kunnen gegevens op het document onleesbaar worden.";
|
|
26
|
+
readonly help_modal_camera_lens_details: "Controleer dat er geen vlekken of stof op de lens van uw camera zitten. Een vuile lens zorgt ervoor dat de uiteindelijke afbeelding wazig wordt, waardoor de documentgegevens onleesbaar worden en de gegevens niet goed kunnen worden gescand.";
|
|
27
|
+
readonly help_modal_camera_lens_title: "Maak de lens van uw camera schoon";
|
|
20
28
|
readonly help_modal_details_1: "Zorg ervoor dat u onderdelen van het document niet afdekt met een vinger, dus ook niet de onderste regels. Waak ook voor hologramreflecties op de documentvelden.";
|
|
21
29
|
readonly help_modal_details_2: "Vermijd direct fel licht, omdat dat vanaf het document weerspiegelt en delen van het document onleesbaar kan maken. Als u gegevens op het document niet kunt lezen, zijn ze voor de camera ook niet zichtbaar.";
|
|
22
30
|
readonly help_modal_details_3: "Probeer de telefoon en het document tijdens het scannen stil te houden. Als u een van beide beweegt, kan de afbeelding wazig worden en kunnen gegevens op het document onleesbaar worden.";
|
|
@@ -26,6 +34,8 @@ declare const _default: {
|
|
|
26
34
|
readonly help_modal_title_2: "Pas op voor fel licht";
|
|
27
35
|
readonly help_modal_title_3: "Beweeg niet tijdens het scannen";
|
|
28
36
|
readonly help_tooltip: "Hulp nodig?";
|
|
37
|
+
readonly keep_document_parallel: "Houd het document parallel aan het scherm";
|
|
38
|
+
readonly keep_document_still: "Houd het document en het toestel stil";
|
|
29
39
|
readonly move_closer: "Beweeg dichterbij";
|
|
30
40
|
readonly move_farther: "Beweeg verder weg";
|
|
31
41
|
readonly move_left: "Ga naar de pagina links";
|
|
@@ -34,17 +44,23 @@ declare const _default: {
|
|
|
34
44
|
readonly occluded: "Het document volledig zichtbaar houden";
|
|
35
45
|
readonly onboarding_modal_btn: "Beginnen met scannen";
|
|
36
46
|
readonly onboarding_modal_details: "Zorg ervoor dat het document goed verlicht is. Alle velden op het document moeten onder het camerascherm zichtbaar zijn.";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "Zorg ervoor dat de cameralens schoon is en het document goed verlicht is. Alle velden op het document moeten zichtbaar zijn op het camerascherm.";
|
|
37
48
|
readonly onboarding_modal_title: "Zorg ervoor dat alle gegevens zichtbaar zijn";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "Voorbereiden om te scannen";
|
|
50
|
+
readonly resume_scanning: "Verder met scannen";
|
|
38
51
|
readonly scan_data_page: "Scan de pagina met gegevens van het document";
|
|
39
52
|
readonly scan_last_page_barcode: "Scan de barcode van de laatste pagina";
|
|
40
53
|
readonly scan_left_page: "Scan de linkerpagina";
|
|
41
54
|
readonly scan_right_page: "Scan de rechterpagina";
|
|
42
55
|
readonly scan_the_back_side: "Scan de achterkant van het document";
|
|
43
56
|
readonly scan_the_barcode: "Scan de barcode";
|
|
44
|
-
readonly scan_the_front_side: "Scan de voorzijde
|
|
57
|
+
readonly scan_the_front_side: "Scan de voorzijde\\nvan een document";
|
|
45
58
|
readonly scan_top_page: "Scan de bovenste pagina";
|
|
46
59
|
readonly scan_unsuccessful: "Scan niet gelukt";
|
|
47
60
|
readonly scan_unsuccessful_details: "Kon het document niet lezen. Probeer het alstublieft opnieuw.";
|
|
61
|
+
readonly scanning_help: "Hulp bij scannen";
|
|
62
|
+
readonly scanning_instructions: "Instructies voor scannen";
|
|
63
|
+
readonly scanning_screen: "Scherm voor documenten scannen";
|
|
48
64
|
readonly too_bright: "Ga na een plek met minder licht";
|
|
49
65
|
readonly too_dark: "Ga naar een lichtere plek";
|
|
50
66
|
readonly wrong_left: "Ga naar de linkerpagina";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nl.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/nl.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"nl.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/nl.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAwEW"}
|
package/types/ui/locales/no.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for no.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "Avbryt";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "Forsøk å skanne et annet dokument.";
|
|
11
14
|
readonly document_not_recognized: "Dokument ikke gjenkjent";
|
|
12
15
|
readonly document_not_recognized_details: "Skann forsiden av et støttet dokument.";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "Skanning av dokument vellykket!";
|
|
17
|
+
readonly document_too_close_to_edge: "Flytt lenger bort";
|
|
14
18
|
readonly face_photo_not_fully_visible: "La ansiktsfoto være helt synlig";
|
|
15
19
|
readonly flip_document: "Snu dokumentet";
|
|
16
20
|
readonly flip_to_back_side: "Snu til baksiden";
|
|
21
|
+
readonly front_side_scanned: "Skanning av forsiden vellykket!";
|
|
17
22
|
readonly glare_detected: "Vipp eller flytt dokumentet for å fjerne refleksjon";
|
|
18
23
|
readonly help_aria_label: "Hjelp";
|
|
19
24
|
readonly help_modal_back_btn: "Tilbake";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "Prøv å holde enheten og dokumentet i ro når du skanner. Bevegelse kan gjøre bildet uskarpt og føre til at dataene i dokumentet ikke kan leses.";
|
|
26
|
+
readonly help_modal_camera_lens_details: "Sjekk om det er støv eller flekker på kameralinsen. En skitten linse gjør at bildet blir uskarpt, noe som fører til at informasjonen i dokumentet blir uleselig og ikke skannes ordentlig.";
|
|
27
|
+
readonly help_modal_camera_lens_title: "Rens kameralinsen din";
|
|
20
28
|
readonly help_modal_details_1: "Sørg for at du ikke dekker til deler av dokumentet med en finger, inkludert bunnlinjene. Se også etter hologramrefleksjoner som kan forstyrre feltene i dokumentet.";
|
|
21
29
|
readonly help_modal_details_2: "Unngå direkte hardt lys fordi det gjenspeiles i dokumentet og kan føre til at deler av dokumentet blir uleselig. Hvis ikke du kan lese det som står i dokumentet, blir det heller ikke synlig for kamera.";
|
|
22
30
|
readonly help_modal_details_3: "Forsøk å holde telefonen og dokumentet i ro under skanningen. Å bevege dem kan føre til at bildet blir uskarpt og dataene i dokumentet uleselige.";
|
|
@@ -26,6 +34,8 @@ declare const _default: {
|
|
|
26
34
|
readonly help_modal_title_2: "Se opp for hardt lys";
|
|
27
35
|
readonly help_modal_title_3: "Stå i ro under skanningen";
|
|
28
36
|
readonly help_tooltip: "Trenger du hjelp?";
|
|
37
|
+
readonly keep_document_parallel: "Hold dokumentet parallelt med skjermen";
|
|
38
|
+
readonly keep_document_still: "Hold dokumentet og enheten i ro";
|
|
29
39
|
readonly move_closer: "Flytt nærmere";
|
|
30
40
|
readonly move_farther: "Flytt lenger bort";
|
|
31
41
|
readonly move_left: "Flytt til siden til venstre";
|
|
@@ -34,7 +44,10 @@ declare const _default: {
|
|
|
34
44
|
readonly occluded: "La dokumentet være helt synlig.";
|
|
35
45
|
readonly onboarding_modal_btn: "Start skanning";
|
|
36
46
|
readonly onboarding_modal_details: "Sørg for at dokumentet er godt opplyst. Alle feltene i dokumentet skal være synlige på kameraskjermen.";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "Sørg for at kameralinsen er ren og at dokumentet er godt opplyst. Alle feltene i dokumentet skal være synlige på skjermen.";
|
|
37
48
|
readonly onboarding_modal_title: "La alle detaljene være synlige";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "Gjør deg klar til å skanne";
|
|
50
|
+
readonly resume_scanning: "Fortsett å skanne";
|
|
38
51
|
readonly scan_data_page: "Skann datasiden av dokumentet";
|
|
39
52
|
readonly scan_last_page_barcode: "Skann strekkoden på siste side";
|
|
40
53
|
readonly scan_left_page: "Skann den venstre siden";
|
|
@@ -45,6 +58,9 @@ declare const _default: {
|
|
|
45
58
|
readonly scan_top_page: "Skann den øverste siden";
|
|
46
59
|
readonly scan_unsuccessful: "Skanning mislyktes";
|
|
47
60
|
readonly scan_unsuccessful_details: "Kunne ikke lese dokumentet. Prøv igjen.";
|
|
61
|
+
readonly scanning_help: "Hjelp med skanning";
|
|
62
|
+
readonly scanning_instructions: "Slik skanner du";
|
|
63
|
+
readonly scanning_screen: "Dokumentskanningside";
|
|
48
64
|
readonly too_bright: "Flytt til et sted med mindre belysning";
|
|
49
65
|
readonly too_dark: "Flytt til et lysere sted";
|
|
50
66
|
readonly wrong_left: "Flytt til den venstre siden";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"no.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/no.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"no.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/no.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAqEW"}
|
package/types/ui/locales/pl.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for pl.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "Anuluj";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "Spróbuj zeskanować inny dokument";
|
|
11
14
|
readonly document_not_recognized: "Nie rozpoznano dokumentu";
|
|
12
15
|
readonly document_not_recognized_details: "Zeskanuj przednią stronę obsługiwanego dokumentu.";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "Udało się! Zeskanowano dokument";
|
|
17
|
+
readonly document_too_close_to_edge: "Przesuń dalej";
|
|
14
18
|
readonly face_photo_not_fully_visible: "Zdjęcie twarzy powinno być w całości widoczne";
|
|
15
19
|
readonly flip_document: "Odwróć dokument";
|
|
16
20
|
readonly flip_to_back_side: "Obróć na drugą stronę";
|
|
21
|
+
readonly front_side_scanned: "Udało się! Zeskanowano przednią stronę";
|
|
17
22
|
readonly glare_detected: "Przechyl lub przesuń dokument, aby usunąć odbicie światła";
|
|
18
23
|
readonly help_aria_label: "Pomoc";
|
|
19
24
|
readonly help_modal_back_btn: "Wstecz";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "Staraj się trzymać urządzenie i dokument nieruchomo podczas skanowania. Poruszanie którymkolwiek z nich może spowodować rozmazanie obrazu i uniemożliwić odczyt danych z dokumentu.";
|
|
26
|
+
readonly help_modal_camera_lens_details: "Sprawdź, czy obiektyw aparatu nie jest zabrudzony lub zakurzony. Zabrudzenia mogą powodować rozmycie obrazu, przez co szczegóły dokumentu stają się nieczytelne, a ich zeskanowanie niemożliwe.";
|
|
27
|
+
readonly help_modal_camera_lens_title: "Wyczyść obiektyw aparatu";
|
|
20
28
|
readonly help_modal_details_1: "Upewnij się, że nie zasłaniasz dokumentu, w tym jego dolnych krawędzi, palcem. Zwróć też uwagę na refleksy z hologramu na polach dokumentu.";
|
|
21
29
|
readonly help_modal_details_2: "Unikaj bezpośredniego silnego światła, ponieważ odbija się od dokumentu i niektóre jego części mogą stać się nieczytelne. Jeśli nie możesz odczytać danych z dokumentu, nie będą one widoczne również dla aparatu.";
|
|
22
30
|
readonly help_modal_details_3: "Staraj się trzymać telefon i dokument nieruchomo podczas skanowania. Poruszanie którymkolwiek z nich może spowodować rozmazanie obrazu i uniemożliwić odczyt danych z dokumentu.";
|
|
@@ -26,6 +34,8 @@ declare const _default: {
|
|
|
26
34
|
readonly help_modal_title_2: "Uważaj na silne światło";
|
|
27
35
|
readonly help_modal_title_3: "Nie ruszaj się podczas skanowania";
|
|
28
36
|
readonly help_tooltip: "Potrzebujesz pomocy?";
|
|
37
|
+
readonly keep_document_parallel: "Trzymaj dokument równolegle do ekranu";
|
|
38
|
+
readonly keep_document_still: "Trzymaj dokument i urządzenie nieruchomo";
|
|
29
39
|
readonly move_closer: "Przesuń bliżej";
|
|
30
40
|
readonly move_farther: "Przesuń dalej";
|
|
31
41
|
readonly move_left: "Przejdź do strony po lewej";
|
|
@@ -34,7 +44,10 @@ declare const _default: {
|
|
|
34
44
|
readonly occluded: "Dokument powinien być w całości widoczny";
|
|
35
45
|
readonly onboarding_modal_btn: "Rozpocznij skanowanie";
|
|
36
46
|
readonly onboarding_modal_details: "Upewnij się, że dokument jest dobrze oświetlony. Wszystkie pola dokumentu powinny być widoczne na ekranie aparatu.";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "Upewnij się, że obiektyw aparatu jest czysty, a dokument dobrze oświetlony. Wszystkie pola dokumentu powinny być widoczne na ekranie aparatu.";
|
|
37
48
|
readonly onboarding_modal_title: "Wszystkie szczegóły powinny być widoczne";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "Przygotuj się do skanowania";
|
|
50
|
+
readonly resume_scanning: "Wznów skanowanie";
|
|
38
51
|
readonly scan_data_page: "Zeskanuj stronę dokumentu z danymi";
|
|
39
52
|
readonly scan_last_page_barcode: "Zeskanuj kod kreskowy z ostatniej strony";
|
|
40
53
|
readonly scan_left_page: "Zeskanuj lewą stronę";
|
|
@@ -45,6 +58,9 @@ declare const _default: {
|
|
|
45
58
|
readonly scan_top_page: "Zeskanuj górną stronę";
|
|
46
59
|
readonly scan_unsuccessful: "Nieudane skanowanie";
|
|
47
60
|
readonly scan_unsuccessful_details: "Nie można odczytać dokumentu. Spróbuj ponownie.";
|
|
61
|
+
readonly scanning_help: "Pomoc dotycząca skanowania";
|
|
62
|
+
readonly scanning_instructions: "Instrukcje skanowania";
|
|
63
|
+
readonly scanning_screen: "Ekran skanowania dokumentów";
|
|
48
64
|
readonly too_bright: "Przejdź w mniej oświetlone miejsce";
|
|
49
65
|
readonly too_dark: "Przejdź w jaśniejsze miejsce";
|
|
50
66
|
readonly wrong_left: "Przejdź do lewej strony";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/pl.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"pl.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/pl.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAsEW"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for ps_AF.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "لغوه کول";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "د بل سند سکین کولو هڅه وکړئ.";
|
|
11
14
|
readonly document_not_recognized: "سند و نه پېژندل شو";
|
|
12
15
|
readonly document_not_recognized_details: "د ملاتړ شوي سند مخکینۍ برخه سکین کړئ.";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "سند په بریالیتوب سکن شو!";
|
|
17
|
+
readonly document_too_close_to_edge: "نور لاړ شه";
|
|
14
18
|
readonly face_photo_not_fully_visible: "د مخ عکس په بشپړه توګه ښکاره وساتئ";
|
|
15
19
|
readonly flip_document: "سند واړوئ";
|
|
16
20
|
readonly flip_to_back_side: "شاته اړخ ته واړوئ";
|
|
21
|
+
readonly front_side_scanned: "د مخې سکن په بریالیتوب ترسره شو!";
|
|
17
22
|
readonly glare_detected: "د انعکاس لرې کولو لپاره سند ټیټ کړئ یا حرکت ورکړئ";
|
|
18
23
|
readonly help_aria_label: "مرسته";
|
|
19
24
|
readonly help_modal_back_btn: "شاته";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "هڅه وکړئ چې د سکین کولو پر مهال وسیله او سند بېحرکته وساتئ. د دواړو له خوځېدو سره انځور تتېږي او د سند معلومات نه لوستل کېږي.";
|
|
26
|
+
readonly help_modal_camera_lens_details: "خپله د کمرې لینز د داغونو یا دوړو لپاره وګورئ. چټل لینز د وروستي انځور د خړپړ کېدو لامل ګرځي، چې له امله یې د کارت جزئیات د لوستلو وړ نه وي او د معلوماتو بریالی سکین مخه نیسي.";
|
|
27
|
+
readonly help_modal_camera_lens_title: "خپل د کمرې لینز پاک کړئ";
|
|
20
28
|
readonly help_modal_details_1: "ډاډ ترلاسه کړئ چې تاسو د سند ځینې برخې په ګوتو سره نه پوښئ، په شمول د لاندې کرښو. همدارنګه، د هولوگرام انعکاسونو ته پام وکړئ چې د سند په ساحو کې ځي.";
|
|
21
29
|
readonly help_modal_details_2: "د مستقیم سخت رڼا څخه ډډه وکړئ ځکه چې دا د سند څخه منعکس کیږي او کولی شي د سند برخې د لوستلو وړ نه کړي. که تاسو په سند کې معلومات نشئ لوستلی، نو دا به کیمرې ته هم ونه لیدل شي.";
|
|
22
30
|
readonly help_modal_details_3: "هڅه وکړئ چې د سکین کولو پرمهال تلیفون او سند ارام وساتئ. د دواړو خواوو ته حرکت ورکول کولی شي عکس تیاره کړي او په سند کې معلومات د لوستلو وړ نه کړي.";
|
|
@@ -26,6 +34,8 @@ declare const _default: {
|
|
|
26
34
|
readonly help_modal_title_2: "د سختې رڼا لپاره پام وکړئ";
|
|
27
35
|
readonly help_modal_title_3: "د سکین کولو پرمهال ارام پاتې شئ";
|
|
28
36
|
readonly help_tooltip: "تاسو مرستې ته اړتیا لرئ؟";
|
|
37
|
+
readonly keep_document_parallel: "سند له سکرین سره موازي وساتئ";
|
|
38
|
+
readonly keep_document_still: "سند او وسیله بېحرکته وساتئ";
|
|
29
39
|
readonly move_closer: "نږدې شه";
|
|
30
40
|
readonly move_farther: "نور لاړ شه";
|
|
31
41
|
readonly move_left: "په چپ اړخ کې پاڼې ته لاړ شئ";
|
|
@@ -34,7 +44,10 @@ declare const _default: {
|
|
|
34
44
|
readonly occluded: "سند په بشپړ ډول ښکاره وساتئ";
|
|
35
45
|
readonly onboarding_modal_btn: "سکن کول پیل کړئ";
|
|
36
46
|
readonly onboarding_modal_details: "ډاډ ترلاسه کړئ چې تاسو سند ښه روښانه ساتئ. د اسنادو ټولې ساحې باید د کیمرې په سکرین کې ښکاره شي.";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "ډاډ ترلاسه کړئ چې د کمرې لینز مو پاک وي او سند ښه روښانه وي. د سند ټولې برخې باید د کمرې په سکرین کې ښکاره وي.";
|
|
37
48
|
readonly onboarding_modal_title: "ټول جزئیات ښکاره وساتئ";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "د سکین لپاره چمتو شئ";
|
|
50
|
+
readonly resume_scanning: "د سي وي سکین کول";
|
|
38
51
|
readonly scan_data_page: "د سند د معلوماتو پاڼه سکین کړئ";
|
|
39
52
|
readonly scan_last_page_barcode: "د آخري پاڼې څخه بارکوډ سکین کړئ";
|
|
40
53
|
readonly scan_left_page: "کیڼ پاڼه سکین کړئ";
|
|
@@ -45,6 +58,9 @@ declare const _default: {
|
|
|
45
58
|
readonly scan_top_page: "پورته پاڼه سکین کړئ";
|
|
46
59
|
readonly scan_unsuccessful: "سکین ناکام شو";
|
|
47
60
|
readonly scan_unsuccessful_details: "د سند لوستلو توان نه لرم. مهرباني وکړئ بیا هڅه وکړئ.";
|
|
61
|
+
readonly scanning_help: "د سکین کولو په چارو کې مرسته";
|
|
62
|
+
readonly scanning_instructions: "د سکین کولو اړوند لارښوونې";
|
|
63
|
+
readonly scanning_screen: "د سند د سکین کولو سکرین";
|
|
48
64
|
readonly too_bright: "هغه ځای ته لاړ شئ چې لږ رڼا ولري";
|
|
49
65
|
readonly too_dark: "روښانه ځای ته لاړ شئ";
|
|
50
66
|
readonly wrong_left: "کیڼ مخ ته لاړ شئ";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ps_AF.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ps_AF.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"ps_AF.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ps_AF.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAsEW"}
|
package/types/ui/locales/pt.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for pt.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "Cancelar";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "Tente digitalizar um documento diferente.";
|
|
11
14
|
readonly document_not_recognized: "Documento não reconhecido";
|
|
12
15
|
readonly document_not_recognized_details: "Digitalize a frente de um documento suportado.";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "Documento digitalizado com sucesso!";
|
|
17
|
+
readonly document_too_close_to_edge: "Afaste";
|
|
14
18
|
readonly face_photo_not_fully_visible: "Manter a foto do rosto totalmente visível";
|
|
15
19
|
readonly flip_document: "Virar o documento";
|
|
16
20
|
readonly flip_to_back_side: "Vire o documento";
|
|
21
|
+
readonly front_side_scanned: "Lado da frente digitalizado com sucesso!";
|
|
17
22
|
readonly glare_detected: "Incline ou desloque o documento para eliminar o reflexo";
|
|
18
23
|
readonly help_aria_label: "Ajuda";
|
|
19
24
|
readonly help_modal_back_btn: "Anterior";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "Tente manter o dispositivo e o documento imóveis enquanto digitaliza. Mover algum deles poderá desfocar a imagem e tornar os dados do documento ilegíveis.";
|
|
26
|
+
readonly help_modal_camera_lens_details: "Verifique se não há manchas ou poeiras na lente da sua câmara. Uma lente suja torna a imagem final desfocada, deixando os detalhes do documento ilegíveis e impedindo a digitalização correta dos dados.";
|
|
27
|
+
readonly help_modal_camera_lens_title: "Limpe a lente da câmara";
|
|
20
28
|
readonly help_modal_details_1: "Certifique-se de que não está a cobrir partes do documento com um dedo, incluindo as linhas de fundo. Tenha também em atenção os reflexos de holograma que passam por cima dos campos do documento.";
|
|
21
29
|
readonly help_modal_details_2: "Evite a luz direta e intensa porque reflete a partir do documento e pode tornar ilegíveis partes do documento. Se não conseguir ler os dados no documento, também não serão visíveis para a câmara.";
|
|
22
30
|
readonly help_modal_details_3: "Tente manter o telefone e o documento imóveis enquanto digitaliza. A deslocação de qualquer um deles pode desfocar a imagem e tornar ilegíveis os dados no documento.";
|
|
@@ -25,7 +33,9 @@ declare const _default: {
|
|
|
25
33
|
readonly help_modal_title_1: "Mantenha todos os campos visíveis";
|
|
26
34
|
readonly help_modal_title_2: "Cuidado com a luz intensa";
|
|
27
35
|
readonly help_modal_title_3: "Mantenha-se imóvel enquanto digitaliza";
|
|
28
|
-
readonly help_tooltip: "Precisa de ajuda
|
|
36
|
+
readonly help_tooltip: "Precisa de ajuda?";
|
|
37
|
+
readonly keep_document_parallel: "Mantenha o documento paralelo ao ecrã";
|
|
38
|
+
readonly keep_document_still: "Mantenha o documento e o dispositivo imóveis";
|
|
29
39
|
readonly move_closer: "Aproxime";
|
|
30
40
|
readonly move_farther: "Afaste";
|
|
31
41
|
readonly move_left: "Ir para a página esquerda";
|
|
@@ -34,17 +44,23 @@ declare const _default: {
|
|
|
34
44
|
readonly occluded: "Mantenha o documento totalmente visível";
|
|
35
45
|
readonly onboarding_modal_btn: "Começar a digitalizar";
|
|
36
46
|
readonly onboarding_modal_details: "Assegure-se de que mantém o documento bem iluminado. Todos os campos do documento devem estar visíveis no ecrã da câmara.";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "Assegure-se de que mantém a lente da câmara limpa e o documento bem iluminado. Todos os campos do documento devem estar visíveis no ecrã da câmara.";
|
|
37
48
|
readonly onboarding_modal_title: "Mantenha todos os pormenores visíveis";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "Prepare-se para digitalizar";
|
|
50
|
+
readonly resume_scanning: "Retomar digitalização";
|
|
38
51
|
readonly scan_data_page: "Digitalize a página de dados do documento";
|
|
39
52
|
readonly scan_last_page_barcode: "Digitalize o código de barras da última página";
|
|
40
53
|
readonly scan_left_page: "Digitalizar a página esquerda";
|
|
41
54
|
readonly scan_right_page: "Digitalizar a página direita";
|
|
42
|
-
readonly scan_the_back_side: "Digitalize o verso do documento
|
|
55
|
+
readonly scan_the_back_side: "Digitalize o verso do documento";
|
|
43
56
|
readonly scan_the_barcode: "Digitalizar o código de barras";
|
|
44
|
-
readonly scan_the_front_side: "Digitalize a frente
|
|
57
|
+
readonly scan_the_front_side: "Digitalize a frente\\nde um documento";
|
|
45
58
|
readonly scan_top_page: "Digitalizar a página superior";
|
|
46
59
|
readonly scan_unsuccessful: "A digitalização falhou";
|
|
47
60
|
readonly scan_unsuccessful_details: "Não foi possível ler o documento. Tente novamente.";
|
|
61
|
+
readonly scanning_help: "Ajuda de digitalização";
|
|
62
|
+
readonly scanning_instructions: "Instruções de digitalização";
|
|
63
|
+
readonly scanning_screen: "Ecrã de digitalização de documentos";
|
|
48
64
|
readonly too_bright: "Desloque-se para um local com menos iluminação";
|
|
49
65
|
readonly too_dark: "Desloque-se para um local com mais iluminação";
|
|
50
66
|
readonly wrong_left: "Ir para a página esquerda";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/pt.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"pt.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/pt.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAuEW"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for pt_BR.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly alert_cancel_btn: "Cancelar";
|
|
@@ -10,13 +13,18 @@ declare const _default: {
|
|
|
10
13
|
readonly document_filtered_details: "Tente digitalizar outro documento.";
|
|
11
14
|
readonly document_not_recognized: "Documento não reconhecido";
|
|
12
15
|
readonly document_not_recognized_details: "Digitalize a frente de um documento suportado.";
|
|
13
|
-
readonly
|
|
16
|
+
readonly document_scanned: "Sucesso! Documento digitalizado";
|
|
17
|
+
readonly document_too_close_to_edge: "Afaste";
|
|
14
18
|
readonly face_photo_not_fully_visible: "Mantenha a foto do rosto totalmente visível";
|
|
15
19
|
readonly flip_document: "Vire o documento";
|
|
16
20
|
readonly flip_to_back_side: "Vire para o verso";
|
|
21
|
+
readonly front_side_scanned: "Sucesso! Frente digitalizada";
|
|
17
22
|
readonly glare_detected: "Incline ou mova o documento para remover o reflexo";
|
|
18
23
|
readonly help_aria_label: "Ajuda";
|
|
19
24
|
readonly help_modal_back_btn: "Voltar";
|
|
25
|
+
readonly help_modal_blur_details_desktop: "Tente manter o dispositivo e o documento imóveis durante o escaneamento. Mover qualquer um deles pode desfocar a imagem e tornar os dados do documento ilegíveis.";
|
|
26
|
+
readonly help_modal_camera_lens_details: "Verifique se a lente da câmera está limpa e sem poeira. Uma lente suja pode desfocar a imagem final, tornando os detalhes do documento ilegíveis e impedindo o escaneamento correto dos dados.";
|
|
27
|
+
readonly help_modal_camera_lens_title: "Limpe a lente da câmera";
|
|
20
28
|
readonly help_modal_details_1: "Certifique-se de não cobrir partes do documento com o dedo, incluindo as linhas inferiores. Além disso, fique atento aos reflexos do holograma que ultrapassam os campos do documento.";
|
|
21
29
|
readonly help_modal_details_2: "Evite luz forte direta, pois ela reflete no documento e pode tornar partes dele ilegíveis. Se você não conseguir ler os dados no documento, ele também não ficará visível para a câmera.";
|
|
22
30
|
readonly help_modal_details_3: "Tente manter o celular e o documento imóveis durante a digitalização. Mover qualquer um deles poderá borrar a imagem e tornar os dados do documento ilegíveis.";
|
|
@@ -26,6 +34,8 @@ declare const _default: {
|
|
|
26
34
|
readonly help_modal_title_2: "Cuidado com a luz forte";
|
|
27
35
|
readonly help_modal_title_3: "Mantenha-se imóvel durante a digitalização";
|
|
28
36
|
readonly help_tooltip: "Precisa de ajuda?";
|
|
37
|
+
readonly keep_document_parallel: "Mantenha o documento paralelo à tela";
|
|
38
|
+
readonly keep_document_still: "Mantenha o documento e o dispositivo imóveis";
|
|
29
39
|
readonly move_closer: "Aproxime";
|
|
30
40
|
readonly move_farther: "Afaste";
|
|
31
41
|
readonly move_left: "Mova para a página à esquerda";
|
|
@@ -34,7 +44,10 @@ declare const _default: {
|
|
|
34
44
|
readonly occluded: "Mantenha o documento totalmente visível";
|
|
35
45
|
readonly onboarding_modal_btn: "Iniciar escaneamento";
|
|
36
46
|
readonly onboarding_modal_details: "Certifique-se de manter o documento bem iluminado. Todos os campos do documento devem estar visíveis na tela da câmera.";
|
|
47
|
+
readonly onboarding_modal_details_desktop: "Certifique-se de manter a lente da câmera limpa e o documento bem iluminado. Todos os campos do documento devem estar visíveis na tela da câmera.";
|
|
37
48
|
readonly onboarding_modal_title: "Mantenha todos os detalhes visíveis";
|
|
49
|
+
readonly onboarding_modal_title_desktop: "Prepare-se para escanear";
|
|
50
|
+
readonly resume_scanning: "Retomar escaneamento";
|
|
38
51
|
readonly scan_data_page: "Digitalize a página de dados do documento";
|
|
39
52
|
readonly scan_last_page_barcode: "Escaneie o código de barras da última página";
|
|
40
53
|
readonly scan_left_page: "Digitalize a página esquerda";
|
|
@@ -45,6 +58,9 @@ declare const _default: {
|
|
|
45
58
|
readonly scan_top_page: "Digitalize a página superior";
|
|
46
59
|
readonly scan_unsuccessful: "Falha na digitalização";
|
|
47
60
|
readonly scan_unsuccessful_details: "Não foi possível ler o documento. Tente novamente.";
|
|
61
|
+
readonly scanning_help: "Ajuda para escaneamento";
|
|
62
|
+
readonly scanning_instructions: "Instruções de escaneamento";
|
|
63
|
+
readonly scanning_screen: "Tela de escaneamento de documento";
|
|
48
64
|
readonly too_bright: "Mova para um local com menos iluminação";
|
|
49
65
|
readonly too_dark: "Mova para um local mais claro";
|
|
50
66
|
readonly wrong_left: "Mova para a página esquerda";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pt_BR.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/pt_BR.ts"],"names":[],"mappings":"AAAA;;GAEG
|
|
1
|
+
{"version":3,"file":"pt_BR.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/pt_BR.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAuEW"}
|