@microblink/blinkid-ux-manager 7.4.3 → 7.6.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 +142 -0
- package/dist/blinkid-ux-manager.js +1874 -1270
- package/package.json +3 -3
- package/types/core/BlinkIdProcessingError.d.ts +1 -1
- package/types/core/BlinkIdProcessingError.d.ts.map +1 -1
- package/types/core/BlinkIdUxManager.d.ts +29 -2
- package/types/core/BlinkIdUxManager.d.ts.map +1 -1
- package/types/core/HapticFeedback.d.ts +57 -0
- package/types/core/HapticFeedback.d.ts.map +1 -0
- package/types/core/HapticFeedback.test.d.ts +5 -0
- package/types/core/HapticFeedback.test.d.ts.map +1 -0
- package/types/core/blinkid-ui-state.d.ts +7 -5
- package/types/core/blinkid-ui-state.d.ts.map +1 -1
- package/types/core/ping-camera-utils.d.ts +16 -0
- package/types/core/ping-camera-utils.d.ts.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/index.rollup.d.ts +139 -44
- package/types/shared/ping-implementations.d.ts +60 -0
- package/types/shared/ping-implementations.d.ts.map +1 -0
- package/types/shared/uiEventFeedbackMapper.d.ts +7 -0
- package/types/shared/uiEventFeedbackMapper.d.ts.map +1 -0
- package/types/ui/BlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/BlinkIdUiStoreContext.d.ts +6 -6
- package/types/ui/BlinkIdUiStoreContext.d.ts.map +1 -1
- package/types/ui/UiFeedbackOverlay.d.ts.map +1 -1
- package/types/ui/createBlinkIdFeedbackUi.d.ts +7 -1
- package/types/ui/createBlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/dialogs/HelpModal.d.ts.map +1 -1
- package/types/ui/dialogs/OnboardingGuideModal.d.ts.map +1 -1
- package/types/ui/feedbackMessages.d.ts.map +1 -1
- package/types/ui/locales/ak.d.ts +55 -0
- package/types/ui/locales/ak.d.ts.map +1 -0
- package/types/ui/locales/am.d.ts +55 -0
- package/types/ui/locales/am.d.ts.map +1 -0
- package/types/ui/locales/ar.d.ts +55 -0
- package/types/ui/locales/ar.d.ts.map +1 -0
- package/types/ui/locales/bn.d.ts +55 -0
- package/types/ui/locales/bn.d.ts.map +1 -0
- package/types/ui/locales/cs.d.ts +55 -0
- package/types/ui/locales/cs.d.ts.map +1 -0
- package/types/ui/locales/da.d.ts +55 -0
- package/types/ui/locales/da.d.ts.map +1 -0
- package/types/ui/locales/de.d.ts +55 -0
- package/types/ui/locales/de.d.ts.map +1 -0
- package/types/ui/locales/el.d.ts +55 -0
- package/types/ui/locales/el.d.ts.map +1 -0
- package/types/ui/locales/en.d.ts +40 -39
- package/types/ui/locales/en.d.ts.map +1 -1
- package/types/ui/locales/en_GB.d.ts +55 -0
- package/types/ui/locales/en_GB.d.ts.map +1 -0
- package/types/ui/locales/es.d.ts +55 -0
- package/types/ui/locales/es.d.ts.map +1 -0
- package/types/ui/locales/es_MX.d.ts +55 -0
- package/types/ui/locales/es_MX.d.ts.map +1 -0
- package/types/ui/locales/fa-latn.d.ts +55 -0
- package/types/ui/locales/fa-latn.d.ts.map +1 -0
- package/types/ui/locales/fi.d.ts +55 -0
- package/types/ui/locales/fi.d.ts.map +1 -0
- package/types/ui/locales/fil.d.ts +55 -0
- package/types/ui/locales/fil.d.ts.map +1 -0
- package/types/ui/locales/fr.d.ts +55 -0
- package/types/ui/locales/fr.d.ts.map +1 -0
- package/types/ui/locales/fr_CA.d.ts +55 -0
- package/types/ui/locales/fr_CA.d.ts.map +1 -0
- package/types/ui/locales/ha.d.ts +55 -0
- package/types/ui/locales/ha.d.ts.map +1 -0
- package/types/ui/locales/he.d.ts +55 -0
- package/types/ui/locales/he.d.ts.map +1 -0
- package/types/ui/locales/hi.d.ts +55 -0
- package/types/ui/locales/hi.d.ts.map +1 -0
- package/types/ui/locales/hr.d.ts +55 -0
- package/types/ui/locales/hr.d.ts.map +1 -0
- package/types/ui/locales/hu.d.ts +55 -0
- package/types/ui/locales/hu.d.ts.map +1 -0
- package/types/ui/locales/id.d.ts +55 -0
- package/types/ui/locales/id.d.ts.map +1 -0
- package/types/ui/locales/index.d.ts +60 -0
- package/types/ui/locales/index.d.ts.map +1 -0
- package/types/ui/locales/is.d.ts +55 -0
- package/types/ui/locales/is.d.ts.map +1 -0
- package/types/ui/locales/it.d.ts +55 -0
- package/types/ui/locales/it.d.ts.map +1 -0
- package/types/ui/locales/ja.d.ts +55 -0
- package/types/ui/locales/ja.d.ts.map +1 -0
- package/types/ui/locales/ka_GE.d.ts +55 -0
- package/types/ui/locales/ka_GE.d.ts.map +1 -0
- package/types/ui/locales/kk.d.ts +55 -0
- package/types/ui/locales/kk.d.ts.map +1 -0
- package/types/ui/locales/km_KH.d.ts +55 -0
- package/types/ui/locales/km_KH.d.ts.map +1 -0
- package/types/ui/locales/ko.d.ts +55 -0
- package/types/ui/locales/ko.d.ts.map +1 -0
- package/types/ui/locales/lv.d.ts +55 -0
- package/types/ui/locales/lv.d.ts.map +1 -0
- package/types/ui/locales/ms.d.ts +55 -0
- package/types/ui/locales/ms.d.ts.map +1 -0
- package/types/ui/locales/ne.d.ts +55 -0
- package/types/ui/locales/ne.d.ts.map +1 -0
- package/types/ui/locales/nl.d.ts +55 -0
- package/types/ui/locales/nl.d.ts.map +1 -0
- package/types/ui/locales/no.d.ts +55 -0
- package/types/ui/locales/no.d.ts.map +1 -0
- package/types/ui/locales/pl.d.ts +55 -0
- package/types/ui/locales/pl.d.ts.map +1 -0
- package/types/ui/locales/ps_AF.d.ts +55 -0
- package/types/ui/locales/ps_AF.d.ts.map +1 -0
- package/types/ui/locales/pt.d.ts +55 -0
- package/types/ui/locales/pt.d.ts.map +1 -0
- package/types/ui/locales/pt_BR.d.ts +55 -0
- package/types/ui/locales/pt_BR.d.ts.map +1 -0
- package/types/ui/locales/ro.d.ts +55 -0
- package/types/ui/locales/ro.d.ts.map +1 -0
- package/types/ui/locales/ru.d.ts +55 -0
- package/types/ui/locales/ru.d.ts.map +1 -0
- package/types/ui/locales/si.d.ts +55 -0
- package/types/ui/locales/si.d.ts.map +1 -0
- package/types/ui/locales/sk.d.ts +55 -0
- package/types/ui/locales/sk.d.ts.map +1 -0
- package/types/ui/locales/sl.d.ts +55 -0
- package/types/ui/locales/sl.d.ts.map +1 -0
- package/types/ui/locales/sr.d.ts +55 -0
- package/types/ui/locales/sr.d.ts.map +1 -0
- package/types/ui/locales/sv.d.ts +55 -0
- package/types/ui/locales/sv.d.ts.map +1 -0
- package/types/ui/locales/sw.d.ts +55 -0
- package/types/ui/locales/sw.d.ts.map +1 -0
- package/types/ui/locales/th.d.ts +55 -0
- package/types/ui/locales/th.d.ts.map +1 -0
- package/types/ui/locales/tr.d.ts +55 -0
- package/types/ui/locales/tr.d.ts.map +1 -0
- package/types/ui/locales/uk.d.ts +55 -0
- package/types/ui/locales/uk.d.ts.map +1 -0
- package/types/ui/locales/ur.d.ts +55 -0
- package/types/ui/locales/ur.d.ts.map +1 -0
- package/types/ui/locales/uz.d.ts +55 -0
- package/types/ui/locales/uz.d.ts.map +1 -0
- package/types/ui/locales/vi.d.ts +55 -0
- package/types/ui/locales/vi.d.ts.map +1 -0
- package/types/ui/locales/yo.d.ts +55 -0
- package/types/ui/locales/yo.d.ts.map +1 -0
- package/types/ui/locales/zh_CN.d.ts +55 -0
- package/types/ui/locales/zh_CN.d.ts.map +1 -0
- package/types/ui/locales/zh_TW.d.ts +55 -0
- package/types/ui/locales/zh_TW.d.ts.map +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UiFeedbackOverlay.d.ts","sourceRoot":"","sources":["../../src/ui/UiFeedbackOverlay.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,SAAS,EAQV,MAAM,UAAU,CAAC;AAIlB,OAAO,EACL,cAAc,EAGf,MAAM,0BAA0B,CAAC;AAelC;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC;IACxC,OAAO,EAAE,cAAc,CAAC;CACzB,
|
|
1
|
+
{"version":3,"file":"UiFeedbackOverlay.d.ts","sourceRoot":"","sources":["../../src/ui/UiFeedbackOverlay.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,SAAS,EAQV,MAAM,UAAU,CAAC;AAIlB,OAAO,EACL,cAAc,EAGf,MAAM,0BAA0B,CAAC;AAelC;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC;IACxC,OAAO,EAAE,cAAc,CAAC;CACzB,CAgHA,CAAC"}
|
|
@@ -31,6 +31,12 @@ export type FeedbackUiOptions = {
|
|
|
31
31
|
* @defaultValue true
|
|
32
32
|
*/
|
|
33
33
|
showHelpButton?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* The timeout for the help tooltip.
|
|
36
|
+
*
|
|
37
|
+
* @defaultValue 3000
|
|
38
|
+
*/
|
|
39
|
+
showHelpTooltipTimeout?: number;
|
|
34
40
|
/**
|
|
35
41
|
* If set to `true`, the document filtered modal will be shown.
|
|
36
42
|
*
|
|
@@ -59,5 +65,5 @@ export type FeedbackUiOptions = {
|
|
|
59
65
|
*
|
|
60
66
|
* @returns The function to unmount the feedback UI.
|
|
61
67
|
*/
|
|
62
|
-
export declare function createBlinkIdFeedbackUi(blinkIdUxManager: BlinkIdUxManager, cameraManagerComponent: CameraManagerComponent,
|
|
68
|
+
export declare function createBlinkIdFeedbackUi(blinkIdUxManager: BlinkIdUxManager, cameraManagerComponent: CameraManagerComponent, feedbackUiOptions: Partial<FeedbackUiOptions>): () => void;
|
|
63
69
|
//# sourceMappingURL=createBlinkIdFeedbackUi.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createBlinkIdFeedbackUi.d.ts","sourceRoot":"","sources":["../../src/ui/createBlinkIdFeedbackUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAIpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"createBlinkIdFeedbackUi.d.ts","sourceRoot":"","sources":["../../src/ui/createBlinkIdFeedbackUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAIpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,CAAC;IACnD;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;CACxC,CAAC;AAaF;;;;;;;;GAQG;AACH,wBAAgB,uBAAuB,CACrC,gBAAgB,EAAE,gBAAgB,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,iBAAiB,EAAE,OAAO,CAAC,iBAAiB,CAAC,cAwC9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/HelpModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,KAAK,SAAS,EAKd,eAAe,EAChB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"HelpModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/HelpModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EACL,KAAK,SAAS,EAKd,eAAe,EAChB,MAAM,UAAU,CAAC;AAelB;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,SAgJvB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC;IAAE,YAAY,EAAE,OAAO,CAAA;CAAE,CAoGjE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OnboardingGuideModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/OnboardingGuideModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,
|
|
1
|
+
{"version":3,"file":"OnboardingGuideModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/OnboardingGuideModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAgB,KAAK,SAAS,EAAE,MAAM,UAAU,CAAC;AAUxD;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,SAoDlC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedbackMessages.d.ts","sourceRoot":"","sources":["../../src/ui/feedbackMessages.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,OAAO,CACpC,MAAM,CAAC,iBAAiB,EAAE,MAAM,mBAAmB,CAAC,
|
|
1
|
+
{"version":3,"file":"feedbackMessages.d.ts","sourceRoot":"","sources":["../../src/ui/feedbackMessages.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,OAAO,CACpC,MAAM,CAAC,iBAAiB,EAAE,MAAM,mBAAmB,CAAC,CAmCrD,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "Twam";
|
|
6
|
+
readonly alert_retry_btn: "San yɛ bio";
|
|
7
|
+
readonly blur_detected: "Ma krataa ne fon no nna faako";
|
|
8
|
+
readonly camera_angle_too_steep: "Fa krataa no ne fon no to faako";
|
|
9
|
+
readonly document_filtered: "Yangye krataa no";
|
|
10
|
+
readonly document_filtered_details: "Bɔ mmɔden sɛ wobɛskane krataa foforo.";
|
|
11
|
+
readonly document_not_recognized: "Yɛnnye krataa yi ntom";
|
|
12
|
+
readonly document_not_recognized_details: "Skane krataa a ɛsɔpɔɔte no anim.";
|
|
13
|
+
readonly document_too_close_to_edge: "Twe krataa no fi ano";
|
|
14
|
+
readonly face_photo_not_fully_visible: "Ma anim mfonini nyɛ nea wotumi hu koraa";
|
|
15
|
+
readonly flip_document: "Dane krataa no";
|
|
16
|
+
readonly flip_to_back_side: "Dane kɔ akyi";
|
|
17
|
+
readonly glare_detected: "Woso anaa dane krataa no na fa yi ne sunsuma no";
|
|
18
|
+
readonly help_aria_label: "Mmoa";
|
|
19
|
+
readonly help_modal_back_btn: "Akyire";
|
|
20
|
+
readonly help_modal_details_1: "Hwɛ hu sɛ womfa wo nsateaa nkata krataa no afã horow so, a ase nkyerɛwde no ka ho. Afei nso, hwɛ yiye wɔ hologram reflections a ɛfa krataa no so ho.";
|
|
21
|
+
readonly help_modal_details_2: "Kwati kanea a ano yɛ den a ɛhwɛ so tẽẽ efisɛ ɛtɔ krataa bi so na ebetumi ama krataa no afã horow bi ayɛ den sɛ wobɛkenkan. Sɛ wuntumi nkenkan nsɛm a ɛwɔ krataa no so a, saa ara na wontumi nhu no yiye wɔ kamara so nso.";
|
|
22
|
+
readonly help_modal_details_3: "Bɔ mmɔden sɛ worenwoso krataa no ne fon no abere a woreskane. Sɛ wo wosow emu biara a ebetumi ama mfonini no ayɛ kusuu na ama no ayɛ den sɛ wobɛkenkan krataa no.";
|
|
23
|
+
readonly help_modal_done_btn: "Awiei";
|
|
24
|
+
readonly help_modal_next_btn: "Nea Edi Hɔ";
|
|
25
|
+
readonly help_modal_title_1: "Hwɛ sɛ wobehu baabiara";
|
|
26
|
+
readonly help_modal_title_2: "Hwɛ hann a ano yɛ den kwan";
|
|
27
|
+
readonly help_modal_title_3: "Gyina faako abere a woreskanee no";
|
|
28
|
+
readonly help_tooltip: "Wohia mmoa?";
|
|
29
|
+
readonly move_closer: "Bɛn ho";
|
|
30
|
+
readonly move_farther: "Kɔ akyirikyiri";
|
|
31
|
+
readonly move_left: "Dane kɔ kratafa no benkum so";
|
|
32
|
+
readonly move_right: "Dane kɔ kratafa no nifa so";
|
|
33
|
+
readonly move_top: "Dane kɔ kratafa no soro";
|
|
34
|
+
readonly occluded: "Hwɛ sɛ wobehu mfonini no nyinaa";
|
|
35
|
+
readonly onboarding_modal_btn: "Fi ase skaane";
|
|
36
|
+
readonly onboarding_modal_details: "Hwɛ hu sɛ wobɛma han atɔ krataa no so yiye. Ɛsɛ sɛ wohu krataa a no afa nyinaa wɔ kamara no skreen so.";
|
|
37
|
+
readonly onboarding_modal_title: "Hwɛ sɛ wobehu afa nyinaa";
|
|
38
|
+
readonly scan_data_page: "Skane krataa no akyi nsɛm";
|
|
39
|
+
readonly scan_last_page_barcode: "Skaane baakoodu a ɛwɔ kratafa a etwa toɔ no mu";
|
|
40
|
+
readonly scan_left_page: "Skane benkum so";
|
|
41
|
+
readonly scan_right_page: "Skane nifa so";
|
|
42
|
+
readonly scan_the_back_side: "Skane krataa no akyi";
|
|
43
|
+
readonly scan_the_barcode: "Skane barkoodu no";
|
|
44
|
+
readonly scan_the_front_side: "Skane krataa no anim";
|
|
45
|
+
readonly scan_top_page: "Skane soro";
|
|
46
|
+
readonly scan_unsuccessful: "Skane no ankɔ yiye";
|
|
47
|
+
readonly scan_unsuccessful_details: "Wontumi nkan krataa no. Yɛsrɛw san yɛ bio.";
|
|
48
|
+
readonly too_bright: "Dane kɔ baabi a hann nni hɔ papa";
|
|
49
|
+
readonly too_dark: "Dane kɔ baabi a ɛhyerɛn";
|
|
50
|
+
readonly wrong_left: "Dane kɔ benkum so";
|
|
51
|
+
readonly wrong_right: "Dane kɔ nifa so";
|
|
52
|
+
readonly wrong_top: "Dane kɔ soro";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=ak.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ak.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ak.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAqDW"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "ተወው";
|
|
6
|
+
readonly alert_retry_btn: "እንደገና ይሞክሩ";
|
|
7
|
+
readonly blur_detected: "ሰነድ እና ስልክ ጸንተው ይያዙ";
|
|
8
|
+
readonly camera_angle_too_steep: "ሰነዱን ከስልክ ጋር ትይዩ ይያዙት";
|
|
9
|
+
readonly document_filtered: "ሰነድ ተቀባይነት የለውም";
|
|
10
|
+
readonly document_filtered_details: "ሌላ ሰነድ ለመቃኘት ይሞክሩ።";
|
|
11
|
+
readonly document_not_recognized: "ሰነድ አልታወቀም";
|
|
12
|
+
readonly document_not_recognized_details: "ተቀባይነት ያለው ሰነድ የፊት ገፅን ይቃኙ።";
|
|
13
|
+
readonly document_too_close_to_edge: "ሰነዱን ከጠርዙ ያንቀሳቅሱት";
|
|
14
|
+
readonly face_photo_not_fully_visible: "የፊት ፎቶውን ሙሉ በሙሉ እንዲታይ ያድርጉ";
|
|
15
|
+
readonly flip_document: "ሰነዱን ይገልብጡት";
|
|
16
|
+
readonly flip_to_back_side: "ወደኋላ ገጽ ይገልብጡት";
|
|
17
|
+
readonly glare_detected: "ነጸብራቅን ለማስወገድ ሰነድ ያዘንብሉት ወይም ያስወግዱት";
|
|
18
|
+
readonly help_aria_label: "እገዛ";
|
|
19
|
+
readonly help_modal_back_btn: "ተመለስ";
|
|
20
|
+
readonly help_modal_details_1: "የታችኛውን መስመሮች ጨምሮ የሰነዱን ክፍሎች በጣት አለመሸፈንዎን ያረጋግጡ። እንዲሁም በሰነድ መስኮች ላይ የሚሄዱ የሆሎግራም ነጸብራቆችን ይመልከቱ።";
|
|
21
|
+
readonly help_modal_details_2: "ሰነዱ ላይ ስለሚያንፀባርቅ እና የሰነዱን ክፍሎች እንዳይነበብ ስለሚያደርግ ቀጥተኛ ኃይለኛ ብርሃንን ያስወግዱ፣ በሰነዱ ላይ ያለውን ውሂብ ማንበብ ካልቻሉ ለካሜራም የሚታይ አይሆንም።";
|
|
22
|
+
readonly help_modal_details_3: "በሚቃኙበት ጊዜ ስልኩን እና ሰነዱን ጸንተው ይዘው ለማቆየት ይሞክሩ። አንዱን ማንቀሳቀስ ምስሉን ሊያደበዝዝ እና በሰነዱ ላይ ያለውን ውሂብ የማይነበብ እንዲሆን ያደርገዋል።";
|
|
23
|
+
readonly help_modal_done_btn: "ተከናውኗል";
|
|
24
|
+
readonly help_modal_next_btn: "ቀጣይ";
|
|
25
|
+
readonly help_modal_title_1: "ሁሉንም መስኮች እንዲታዩ ያድርጉ";
|
|
26
|
+
readonly help_modal_title_2: "ከአደገኛ ብርሃን ይጠንቀቁ";
|
|
27
|
+
readonly help_modal_title_3: "በሚቃኙበት ጊዜ ሳይንቀሳቀሱ ይቆዩ";
|
|
28
|
+
readonly help_tooltip: "እርዳታ ይፈልጋሉ?";
|
|
29
|
+
readonly move_closer: "ይቅረቡ";
|
|
30
|
+
readonly move_farther: "ራቅ ብለው ይሂዱ";
|
|
31
|
+
readonly move_left: "በግራ በኩል ወዳለው ገጽ ይሂዱ";
|
|
32
|
+
readonly move_right: "በቀኝ በኩል ወዳለው ገጽ ይሂዱ";
|
|
33
|
+
readonly move_top: "ላይ ወዳለው ገጽ ይሂዱ";
|
|
34
|
+
readonly occluded: "ሰነዱን ሙሉ በሙሉ እንዲታይ ያድርጉ";
|
|
35
|
+
readonly onboarding_modal_btn: "መቃኘት ጀምር";
|
|
36
|
+
readonly onboarding_modal_details: "ሰነዱ በቂ ብርሃን ማግኘቱን ያረጋግጡ። ሁሉም የሰነድ መስኮች በካሜራ ማያ ገጽ ላይ መታየት አለባቸው።";
|
|
37
|
+
readonly onboarding_modal_title: "ሁሉንም ዝርዝሮች እንዲታዩ ያድርጉ";
|
|
38
|
+
readonly scan_data_page: "የሰነዱ የመረጃ ገፅን ይቃኙ";
|
|
39
|
+
readonly scan_last_page_barcode: "ከመጨረሻው ገጽ የባር ኮዱን ይቃኙ";
|
|
40
|
+
readonly scan_left_page: "የግራውን ገጽ ይቃኙ";
|
|
41
|
+
readonly scan_right_page: "የቀኙን ገጽ ይቃኙ";
|
|
42
|
+
readonly scan_the_back_side: "የሰነዱ የኋላ ገፅን ይቃኙ";
|
|
43
|
+
readonly scan_the_barcode: "ባርኮዱን ይቃኙ";
|
|
44
|
+
readonly scan_the_front_side: "የሰነዱ የፊት ገፅን ይቃኙ";
|
|
45
|
+
readonly scan_top_page: "የላይኛውን ገጽ ይቃኙ";
|
|
46
|
+
readonly scan_unsuccessful: "መቃኘት አልተሳካም";
|
|
47
|
+
readonly scan_unsuccessful_details: "ሰነዱን ማንበብ አልተቻለም እባክዎ እንደገና ይሞክሩ።";
|
|
48
|
+
readonly too_bright: "አነስ ያለ ብርሃን ወዳለው ቦታ ይንቀሳቀሱ";
|
|
49
|
+
readonly too_dark: "ብሩህ ወደሆነ ቦታ ይንቀሳቀሱ";
|
|
50
|
+
readonly wrong_left: "ወደ ግራ ገጽ ይሂዱ";
|
|
51
|
+
readonly wrong_right: "ወደ ቀኝ ገጽ ይሂዱ";
|
|
52
|
+
readonly wrong_top: "ወደ ላይኛው ገጽ ተንቀሳቅስ";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=am.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"am.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/am.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAqDW"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "إلغاء";
|
|
6
|
+
readonly alert_retry_btn: "إعادة المحاولة";
|
|
7
|
+
readonly blur_detected: "لا تحرّك المستند ولا الهاتف";
|
|
8
|
+
readonly camera_angle_too_steep: "ضع المستند موازياً للهاتف";
|
|
9
|
+
readonly document_filtered: "المستند غير مقبول";
|
|
10
|
+
readonly document_filtered_details: "حاول مسح مستند آخر.";
|
|
11
|
+
readonly document_not_recognized: "لم يتم التعرف على المستند";
|
|
12
|
+
readonly document_not_recognized_details: "امسح وجه مستند مدعوم.";
|
|
13
|
+
readonly document_too_close_to_edge: "أبعد المستند عن الحافة";
|
|
14
|
+
readonly face_photo_not_fully_visible: "حافظ على صورة الوجه مرئية بالكامل\n";
|
|
15
|
+
readonly flip_document: "اقلب المستند\n";
|
|
16
|
+
readonly flip_to_back_side: "اقلب المستند";
|
|
17
|
+
readonly glare_detected: "أمِل المستند أو حرّكه لتتخلص من الانعكاس";
|
|
18
|
+
readonly help_aria_label: "المساعدة";
|
|
19
|
+
readonly help_modal_back_btn: "عودة";
|
|
20
|
+
readonly help_modal_details_1: "تأكد من أنك لا تغطي أجزاء من المستند بإصبعك، بما في ذلك الأسطر السفلية. تجنب أيضًا انعكاسات الصورة ثلاثية الأبعاد التي تمر فوق خانات المستند.";
|
|
21
|
+
readonly help_modal_details_2: "تجنب التعرض المباشر للإضاءة الساطعة لأنها تنعكس على المستند ويمكن أن تجعل أجزاء من المستند غير مقروءة. في حالة لم تتمكن من قراءة البيانات الموجودة في المستند، فلن تكون واضحة للكاميرا أيضًا.";
|
|
22
|
+
readonly help_modal_details_3: "حاول الحفاظ على ثبات الهاتف والمستند أثناء المسح. يمكن أن يؤدي تحريك أي منهما إلى تعتيم الصورة وجعل البيانات الموجودة في المستند غير مقروءة.";
|
|
23
|
+
readonly help_modal_done_btn: "انتهى";
|
|
24
|
+
readonly help_modal_next_btn: "التالي";
|
|
25
|
+
readonly help_modal_title_1: "تأكد من وضوح جميع الخانات";
|
|
26
|
+
readonly help_modal_title_2: "احترس من الإضاءة الساطعة";
|
|
27
|
+
readonly help_modal_title_3: "حافظ على الثبات أثناء إجراء المسح";
|
|
28
|
+
readonly help_tooltip: "هل تحتاج مساعدة؟";
|
|
29
|
+
readonly move_closer: "انقل إلى موضع أقرب";
|
|
30
|
+
readonly move_farther: "انقل إلى موضع أبعد";
|
|
31
|
+
readonly move_left: "انتقل إلى الصفحة على اليسار";
|
|
32
|
+
readonly move_right: "انتقل إلى الصفحة على اليمين";
|
|
33
|
+
readonly move_top: "انتقل إلى الصفحة في الأعلى";
|
|
34
|
+
readonly occluded: "إبقاء المستند مرئياً بالكامل";
|
|
35
|
+
readonly onboarding_modal_btn: "بدء المسح";
|
|
36
|
+
readonly onboarding_modal_details: "تأكد من إبقاء المستند مضاءً بشكل جيد. كما يجب أن تكون جميع خانات المستندات واضحة على شاشة الكاميرا.";
|
|
37
|
+
readonly onboarding_modal_title: "تأكد من وضوح جميع البيانات";
|
|
38
|
+
readonly scan_data_page: "قم بالمسح الضوئي لصفحة البيانات الخاصة بالمستند";
|
|
39
|
+
readonly scan_last_page_barcode: "قم بمسح الرمز الشريطي ضوئياً من الصفحة الأخيرة";
|
|
40
|
+
readonly scan_left_page: "مسح الصفحة جهة اليسار ضوئياً";
|
|
41
|
+
readonly scan_right_page: "مسح الصفحة جهة اليمين ضوئياً";
|
|
42
|
+
readonly scan_the_back_side: "المسح الضوئي للوجه الخلفي من المستند";
|
|
43
|
+
readonly scan_the_barcode: "امسح الرمز الشريطي";
|
|
44
|
+
readonly scan_the_front_side: "مسح وجه\nمستند";
|
|
45
|
+
readonly scan_top_page: "مسح الصفحة العليا ضوئياً";
|
|
46
|
+
readonly scan_unsuccessful: "تمت عملية المسح بنجاح";
|
|
47
|
+
readonly scan_unsuccessful_details: "غير قادر على قراءة المستند. يُرجى المحاولة مرة أخرى.";
|
|
48
|
+
readonly too_bright: "انتقل إلى مكان ذي إضاءة أقل";
|
|
49
|
+
readonly too_dark: "انتقل إلى مكان ذي إضاءة أعلى";
|
|
50
|
+
readonly wrong_left: "انتقل إلى الصفحة اليسرى";
|
|
51
|
+
readonly wrong_right: "انتقل إلى الصفحة اليمنى";
|
|
52
|
+
readonly wrong_top: "انتقل إلى الصفحة العليا";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=ar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ar.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAsDW"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "বাতিল করুন";
|
|
6
|
+
readonly alert_retry_btn: "পুনরায় চেষ্টা করুন";
|
|
7
|
+
readonly blur_detected: "ডকুমেন্ট এবং ফোন স্থির রাখুন";
|
|
8
|
+
readonly camera_angle_too_steep: "ডকুমেন্টটি ফোনের সাথে সমান্তরাল রাখুন";
|
|
9
|
+
readonly document_filtered: "ডকুমেন্ট গ্রহণযোগ্য নয়";
|
|
10
|
+
readonly document_filtered_details: "ভিন্ন ডকুমেন্ট স্ক্যান করার চেষ্টা করুন।";
|
|
11
|
+
readonly document_not_recognized: "ডকুমেন্ট সনাক্ত করা যায়নি";
|
|
12
|
+
readonly document_not_recognized_details: "সমর্থিত ডকুমেন্টের সামনের দিক স্ক্যান করুন";
|
|
13
|
+
readonly document_too_close_to_edge: "ডকুমেন্টটি প্রান্ত থেকে সরান";
|
|
14
|
+
readonly face_photo_not_fully_visible: "ফেস ফটো সম্পূর্ণ দৃশ্যমান রাখুন";
|
|
15
|
+
readonly flip_document: "ডকুমেন্ট উল্টান";
|
|
16
|
+
readonly flip_to_back_side: "পিছনের দিকে উল্টান";
|
|
17
|
+
readonly glare_detected: "প্রতিফলন দূর করতে ডকুমেন্টটি বাঁকান বা সরান";
|
|
18
|
+
readonly help_aria_label: "সহায়তা";
|
|
19
|
+
readonly help_modal_back_btn: "পেছনে";
|
|
20
|
+
readonly help_modal_details_1: "নিশ্চিত করুন যে আপনি আঙুল দিয়ে ডকুমেন্টের কোনো অংশ ঢাকছেন না, বিশেষ করে নিচের লাইনগুলো। এছাড়াও, ডকুমেন্ট ফিল্ডের উপর থাকা হোলোগ্রাম প্রতিফলনের দিকে খেয়াল রাখুন।";
|
|
21
|
+
readonly help_modal_details_2: "সরাসরি তীব্র আলো এড়িয়ে চলুন, কারণ এটি ডকুমেন্ট থেকে প্রতিফলিত হয়ে ডকুমেন্টের কিছু অংশ অপঠনীয় করে তুলতে পারে। যদি আপনি ডকুমেন্টের তথ্যগুলো পড়তে না পারেন, তাহলে ক্যামেরাও সেগুলো ধরতে পারবে না।";
|
|
22
|
+
readonly help_modal_details_3: "স্ক্যান করার সময় ফোন এবং ডকুমেন্ট উভয়ই স্থির রাখার চেষ্টা করুন। যেকোনো একটি নাড়াচাড়া করলে ছবি ঝাপসা হয়ে যাবে এবং ডকুমেন্টের তথ্য অপঠনীয় হয়ে যাবে।";
|
|
23
|
+
readonly help_modal_done_btn: "সম্পন্ন";
|
|
24
|
+
readonly help_modal_next_btn: "পরবর্তী";
|
|
25
|
+
readonly help_modal_title_1: "সমস্ত ফিল্ড দৃশ্যমান রাখুন";
|
|
26
|
+
readonly help_modal_title_2: "তীব্র আলো এড়িয়ে চলুন";
|
|
27
|
+
readonly help_modal_title_3: "স্ক্যান করার সময় স্থির থাকুন";
|
|
28
|
+
readonly help_tooltip: "সাহায্য দরকার?";
|
|
29
|
+
readonly move_closer: "আরও কাছে যান";
|
|
30
|
+
readonly move_farther: "আরও দূরে যান";
|
|
31
|
+
readonly move_left: "বাম পৃষ্ঠায় যান";
|
|
32
|
+
readonly move_right: "ডান পৃষ্ঠায় যান";
|
|
33
|
+
readonly move_top: "উপরের পৃষ্ঠায় যান";
|
|
34
|
+
readonly occluded: "ডকুমেন্টটি পুরোপুরি দৃশ্যমান রাখুন";
|
|
35
|
+
readonly onboarding_modal_btn: "স্ক্যান শুরু করুন";
|
|
36
|
+
readonly onboarding_modal_details: "নিশ্চিত করুন যে আপনার ডকুমেন্টটি ভালোভাবে আলোকিত আছে। ক্যামেরার স্ক্রিনে ডকুমেন্টের সমস্ত তথ্য স্পষ্টভাবে দৃশ্যমান হবে।";
|
|
37
|
+
readonly onboarding_modal_title: "সমস্ত বিবরণ দৃশ্যমান রাখুন";
|
|
38
|
+
readonly scan_data_page: "ডকুমেন্টের ডেটা পৃষ্ঠা স্ক্যান করুন";
|
|
39
|
+
readonly scan_last_page_barcode: "শেষ পাতার বারকোডটি স্ক্যান করুন";
|
|
40
|
+
readonly scan_left_page: "বাম পৃষ্ঠা স্ক্যান করুন";
|
|
41
|
+
readonly scan_right_page: "ডান পৃষ্ঠা স্ক্যান করুন";
|
|
42
|
+
readonly scan_the_back_side: "ডকুমেন্টের পিছনের দিক স্ক্যান করুন";
|
|
43
|
+
readonly scan_the_barcode: "বারকোড স্ক্যান করুন";
|
|
44
|
+
readonly scan_the_front_side: "ডকুমেন্টের সামনের দিক স্ক্যান করুন";
|
|
45
|
+
readonly scan_top_page: "উপরের পৃষ্ঠা স্ক্যান করুন";
|
|
46
|
+
readonly scan_unsuccessful: "স্ক্যান ব্যর্থ হয়েছে";
|
|
47
|
+
readonly scan_unsuccessful_details: "ডকুমেন্টটি পড়া যাচ্ছে না। অনুগ্রহ করে পুনরায় চেষ্টা করুন।";
|
|
48
|
+
readonly too_bright: "কম আলোযুক্ত স্থানে যান";
|
|
49
|
+
readonly too_dark: "উজ্জ্বল স্থানে যান";
|
|
50
|
+
readonly wrong_left: "বাম পৃষ্ঠায় যান";
|
|
51
|
+
readonly wrong_right: "ডান পৃষ্ঠায় যান";
|
|
52
|
+
readonly wrong_top: "উপরের পৃষ্ঠায় যান";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=bn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bn.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/bn.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAsDW"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "Storno";
|
|
6
|
+
readonly alert_retry_btn: "Opakovat";
|
|
7
|
+
readonly blur_detected: "Držte dokument a telefon v klidu";
|
|
8
|
+
readonly camera_angle_too_steep: "Držte dokument rovnoběžně s telefonem";
|
|
9
|
+
readonly document_filtered: "Dokument nebyl přijat";
|
|
10
|
+
readonly document_filtered_details: "Zkuste naskenovat jiný dokument.";
|
|
11
|
+
readonly document_not_recognized: "Dokument nebyl rozpoznán";
|
|
12
|
+
readonly document_not_recognized_details: "Naskenujte přední stranu podporovaného dokumentu.";
|
|
13
|
+
readonly document_too_close_to_edge: "Přesunout dokument dál od kraje";
|
|
14
|
+
readonly face_photo_not_fully_visible: "Zachovejte úplnou viditelnost fotografie obličeje";
|
|
15
|
+
readonly flip_document: "Překlopit dokument";
|
|
16
|
+
readonly flip_to_back_side: "Otočte dokument";
|
|
17
|
+
readonly glare_detected: "Nakloňte nebo přesuňte dokument pro odstranění odrazů";
|
|
18
|
+
readonly help_aria_label: "Nápověda";
|
|
19
|
+
readonly help_modal_back_btn: "Zpět";
|
|
20
|
+
readonly help_modal_details_1: "Ujistěte se, že prstem nezakrýváte části dokumentu, včetně spodních řádků. Dávejte si také pozor na hologramové odlesky, které přesahují pole dokumentu.";
|
|
21
|
+
readonly help_modal_details_2: "Vyhněte se přímému ostrému světlu, protože se odráží od dokumentu a může způsobit, že části dokumentu nebudou čitelné. Pokud nelze údaje na dokumentu přečíst, nebudou viditelné ani pro fotoaparát.";
|
|
22
|
+
readonly help_modal_details_3: "Při skenování se snažte držet telefon a dokument v klidu. Pohyb může obraz rozmazat a způsobit, že data na dokumentu nebudou čitelná.";
|
|
23
|
+
readonly help_modal_done_btn: "Hotovo";
|
|
24
|
+
readonly help_modal_next_btn: "Další";
|
|
25
|
+
readonly help_modal_title_1: "Všechna pole musejí být ve viditelném stavu";
|
|
26
|
+
readonly help_modal_title_2: "Dávejte pozor na ostré světlo";
|
|
27
|
+
readonly help_modal_title_3: "Při skenování se nehýbejte";
|
|
28
|
+
readonly help_tooltip: "Potřebujete pomoct?";
|
|
29
|
+
readonly move_closer: "Kousek blíž";
|
|
30
|
+
readonly move_farther: "Kousek dál";
|
|
31
|
+
readonly move_left: "Přesuňte se na stránku vlevo";
|
|
32
|
+
readonly move_right: "Přesunout se na stránku vpravo";
|
|
33
|
+
readonly move_top: "Přesuňte se na stránku nahoře";
|
|
34
|
+
readonly occluded: "Ponechat dokument zcela viditelný";
|
|
35
|
+
readonly onboarding_modal_btn: "Spustit skenování";
|
|
36
|
+
readonly onboarding_modal_details: "Ujistěte se, že je dokument dobře osvětlen. Na obrazovce fotoaparátu by měla být vidět všechna pole dokumentu.";
|
|
37
|
+
readonly onboarding_modal_title: "Všechny detaily musejí být ve viditelném stavu";
|
|
38
|
+
readonly scan_data_page: "Naskenujte datovou stránku dokumentu";
|
|
39
|
+
readonly scan_last_page_barcode: "Naskenujte čárový kód z poslední stránky";
|
|
40
|
+
readonly scan_left_page: "Naskenujte levou stránku";
|
|
41
|
+
readonly scan_right_page: "Naskenujte pravou stránku";
|
|
42
|
+
readonly scan_the_back_side: "Naskenujte zadní stranu dokumentu";
|
|
43
|
+
readonly scan_the_barcode: "Naskenujte čárový kód";
|
|
44
|
+
readonly scan_the_front_side: "Naskenujte přední\nstranu dokumentu.";
|
|
45
|
+
readonly scan_top_page: "Naskenujte horní stránku";
|
|
46
|
+
readonly scan_unsuccessful: "Skenování neúspěšné";
|
|
47
|
+
readonly scan_unsuccessful_details: "Dokument se nepodařilo přečíst. Zkuste to znovu.";
|
|
48
|
+
readonly too_bright: "Přesuňte se na méně osvětlené místo";
|
|
49
|
+
readonly too_dark: "Přesuňte se na lépe osvětlené místo";
|
|
50
|
+
readonly wrong_left: "Přesuňte se na levou stránku";
|
|
51
|
+
readonly wrong_right: "Přesuňte se na pravou stránku";
|
|
52
|
+
readonly wrong_top: "Přesuňte se na horní stránku";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=cs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/cs.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAuDW"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "Annuller";
|
|
6
|
+
readonly alert_retry_btn: "Prøv igen";
|
|
7
|
+
readonly blur_detected: "Hold dokumentet og telefonen stille";
|
|
8
|
+
readonly camera_angle_too_steep: "Hold dokumentet parallelt med telefonen";
|
|
9
|
+
readonly document_filtered: "Dokument ikke accepteret";
|
|
10
|
+
readonly document_filtered_details: "Prøv at scanne et andet dokument.";
|
|
11
|
+
readonly document_not_recognized: "Dokument ikke genkendt";
|
|
12
|
+
readonly document_not_recognized_details: "Scan forsiden af et understøttet dokument.";
|
|
13
|
+
readonly document_too_close_to_edge: "Flyt dokumentet væk fra kanten";
|
|
14
|
+
readonly face_photo_not_fully_visible: "Hold ansigtsfotoet helt synligt";
|
|
15
|
+
readonly flip_document: "Vend dokumentet";
|
|
16
|
+
readonly flip_to_back_side: "Vend på bagsiden";
|
|
17
|
+
readonly glare_detected: "Vip eller flyt dokumentet for at fjerne reflektionen";
|
|
18
|
+
readonly help_aria_label: "Hjælp";
|
|
19
|
+
readonly help_modal_back_btn: "Tilbage";
|
|
20
|
+
readonly help_modal_details_1: "Sørg for, at du ikke dækker nogen dele af dokumentet med en finger, herunder stregerne i bunden. Vær også opmærksom på hologramreflektioner, der går henover dokumentets felter.";
|
|
21
|
+
readonly help_modal_details_2: "Undgå direkte og skarpt lys, fordi de giver genskin fra dokumentet og kan gøre dele af dokumentet ulæselige. Hvis du ikke kan læse dataene på dokumentet, vil de ikke være synlige på kameraet.";
|
|
22
|
+
readonly help_modal_details_3: "Prøv at holde telefonen og dokumentet stille, mens du scanner. Bevægelse kan enten sløre billedet eller gøre dataene på dokumentet ulæselige.";
|
|
23
|
+
readonly help_modal_done_btn: "Færdig";
|
|
24
|
+
readonly help_modal_next_btn: "Næste";
|
|
25
|
+
readonly help_modal_title_1: "Hold alle felterne synlige";
|
|
26
|
+
readonly help_modal_title_2: "Vær opmærksom på skarpt lys";
|
|
27
|
+
readonly help_modal_title_3: "Undgå bevægelse, mens du scanner";
|
|
28
|
+
readonly help_tooltip: "Brug for hjælp?";
|
|
29
|
+
readonly move_closer: "Flyt tættere på";
|
|
30
|
+
readonly move_farther: "Flyt længere væk";
|
|
31
|
+
readonly move_left: "Flyt til den venstre side";
|
|
32
|
+
readonly move_right: "Flyt til den højre side";
|
|
33
|
+
readonly move_top: "Flyt til den øverste side";
|
|
34
|
+
readonly occluded: "Hold hele dokumentet synligt";
|
|
35
|
+
readonly onboarding_modal_btn: "Start scanning";
|
|
36
|
+
readonly onboarding_modal_details: "Sørg for, at dokumentet er godt oplyst. Alle dokumentets felter skal være synlige på kameraskærmen.";
|
|
37
|
+
readonly onboarding_modal_title: "Hold alle oplysningerne synlige";
|
|
38
|
+
readonly scan_data_page: "Scan dokumentets dataside";
|
|
39
|
+
readonly scan_last_page_barcode: "Scan stregkoden fra den sidste side";
|
|
40
|
+
readonly scan_left_page: "Scan den venstre side";
|
|
41
|
+
readonly scan_right_page: "Scan den højre side";
|
|
42
|
+
readonly scan_the_back_side: "Scan dokumentets bagside";
|
|
43
|
+
readonly scan_the_barcode: "Scan stregkoden";
|
|
44
|
+
readonly scan_the_front_side: "Scan dokumentets forside";
|
|
45
|
+
readonly scan_top_page: "Scan den øverste side";
|
|
46
|
+
readonly scan_unsuccessful: "Scanning mislykkedes";
|
|
47
|
+
readonly scan_unsuccessful_details: "Kunne ikke læse dokumentet. Prøv igen.";
|
|
48
|
+
readonly too_bright: "Flyt til en sted med mindre lys";
|
|
49
|
+
readonly too_dark: "Flyt til et lysere sted";
|
|
50
|
+
readonly wrong_left: "Flyt til den venstre side";
|
|
51
|
+
readonly wrong_right: "Flyt til den højre side";
|
|
52
|
+
readonly wrong_top: "Flyt til den øverste side";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=da.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/da.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAqDW"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "Abbrechen";
|
|
6
|
+
readonly alert_retry_btn: "Wiederholen";
|
|
7
|
+
readonly blur_detected: "Dokument und Telefon ruhig halten";
|
|
8
|
+
readonly camera_angle_too_steep: "Dokument parallel zum Telefon halten";
|
|
9
|
+
readonly document_filtered: "Dokument nicht akzeptiert";
|
|
10
|
+
readonly document_filtered_details: "Versuchen Sie, ein anderes Dokument zu scannen.";
|
|
11
|
+
readonly document_not_recognized: "Dokument nicht erkannt";
|
|
12
|
+
readonly document_not_recognized_details: "Scannen Sie die Vorderseite eines unterstützten Dokuments.";
|
|
13
|
+
readonly document_too_close_to_edge: "Verschieben des Dokuments vom Rand aus";
|
|
14
|
+
readonly face_photo_not_fully_visible: "Gesichtsfoto komplett sichtbar lassen";
|
|
15
|
+
readonly flip_document: "Dokument wenden";
|
|
16
|
+
readonly flip_to_back_side: "Drehen Sie das Dokument um";
|
|
17
|
+
readonly glare_detected: "Dokument neigen oder bewegen, um die Spiegelung zu beseitigen";
|
|
18
|
+
readonly help_aria_label: "Hilfe";
|
|
19
|
+
readonly help_modal_back_btn: "Zurück";
|
|
20
|
+
readonly help_modal_details_1: "Gehen Sie auf Nummer sicher, indem Sie Teile des Dokuments nicht mit dem Finger verdecken, insbesondere nicht die unteren Zeilen. Vermeiden Sie außerdem Spiegelungen von Hologrammen, die über die Felder des Dokuments hinausgehen.";
|
|
21
|
+
readonly help_modal_details_2: "Meiden Sie direktes, grelles Licht, da dieses vom Dokument reflektiert wird und so Teile des Dokuments unkenntlich machen kann. Wenn Sie keine Daten auf dem Dokument lesen können, sind diese auch für die Kamera nicht sichtbar.";
|
|
22
|
+
readonly help_modal_details_3: "Versuchen Sie, das Telefon und das Dokument während des Scanvorgangs ruhig zu halten. Jede Bewegung kann das Bild unscharf und die Daten auf dem Dokument unlesbar machen.";
|
|
23
|
+
readonly help_modal_done_btn: "Fertig";
|
|
24
|
+
readonly help_modal_next_btn: "Weiter";
|
|
25
|
+
readonly help_modal_title_1: "Machen Sie alle Felder sichtbar";
|
|
26
|
+
readonly help_modal_title_2: "Achten Sie auf grelles Licht";
|
|
27
|
+
readonly help_modal_title_3: "Halten Sie während des Scanvorgangs still";
|
|
28
|
+
readonly help_tooltip: "Brauchen Sie Hilfe?";
|
|
29
|
+
readonly move_closer: "Kommen Sie näher";
|
|
30
|
+
readonly move_farther: "Bewegen Sie sich weiter weg";
|
|
31
|
+
readonly move_left: "Auf die Seite links wechseln";
|
|
32
|
+
readonly move_right: "Gehen Sie zur Seite rechts";
|
|
33
|
+
readonly move_top: "Auf die Seite oben wechseln";
|
|
34
|
+
readonly occluded: "Sicherstellen, dass das Dokument vollständig sichtbar bleibt";
|
|
35
|
+
readonly onboarding_modal_btn: "Scannen beginnen";
|
|
36
|
+
readonly onboarding_modal_details: "Sorgen Sie dafür, dass das Dokument gut belichtet ist. Alle Bereiche des Dokuments sollten auf dem Kamerabildschirm sichtbar sein.";
|
|
37
|
+
readonly onboarding_modal_title: "Machen Sie alle Informationen sichtbar";
|
|
38
|
+
readonly scan_data_page: "Scannen Sie die Datenseite des Dokuments";
|
|
39
|
+
readonly scan_last_page_barcode: "Scannen Sie den Barcode auf der letzten Seite";
|
|
40
|
+
readonly scan_left_page: "Linke Seite scannen";
|
|
41
|
+
readonly scan_right_page: "Rechte Seite scannen";
|
|
42
|
+
readonly scan_the_back_side: "Scannen Sie die Rückseite des Dokuments";
|
|
43
|
+
readonly scan_the_barcode: "Scannen Sie den Barcode";
|
|
44
|
+
readonly scan_the_front_side: "Scannen Sie die Vorderseite \n eines Dokuments";
|
|
45
|
+
readonly scan_top_page: "Oberste Seite scannen";
|
|
46
|
+
readonly scan_unsuccessful: "Scan nicht erfolgreich";
|
|
47
|
+
readonly scan_unsuccessful_details: "Das Dokument kann nicht gelesen werden. Bitte versuchen Sie es erneut.";
|
|
48
|
+
readonly too_bright: "An eine Stelle mit weniger Licht gehen";
|
|
49
|
+
readonly too_dark: "An eine hellere Stelle gehen";
|
|
50
|
+
readonly wrong_left: "Zur linken Seite wechseln";
|
|
51
|
+
readonly wrong_right: "Zur rechten Seite wechseln";
|
|
52
|
+
readonly wrong_top: "Zur obersten Seite wechseln";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=de.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/de.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAwDW"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly alert_cancel_btn: "Ακύρωση";
|
|
6
|
+
readonly alert_retry_btn: "Επανάληψη";
|
|
7
|
+
readonly blur_detected: "Κρατήστε το έγγραφο και το τηλέφωνο ακίνητα";
|
|
8
|
+
readonly camera_angle_too_steep: "Κρατήστε το έγγραφο παράλληλα με το τηλέφωνο";
|
|
9
|
+
readonly document_filtered: "Το έγγραφο δεν έγινε δεκτό";
|
|
10
|
+
readonly document_filtered_details: "Δοκιμάστε να σαρώσετε ένα διαφορετικό έγγραφο.";
|
|
11
|
+
readonly document_not_recognized: "Το έγγραφο δεν αναγνωρίστηκε";
|
|
12
|
+
readonly document_not_recognized_details: "Σαρώστε την μπροστινή όψη ενός υποστηριζόμενου εγγράφου.";
|
|
13
|
+
readonly document_too_close_to_edge: "Μετακινήστε το έγγραφο από την άκρη";
|
|
14
|
+
readonly face_photo_not_fully_visible: "Φροντίστε τη φωτογραφία προσώπου να είναι πλήρως ορατή";
|
|
15
|
+
readonly flip_document: "Αναποδογυρίστε το έγγραφο";
|
|
16
|
+
readonly flip_to_back_side: "Γυρίστε στην πίσω όψη";
|
|
17
|
+
readonly glare_detected: "Γείρετε ή μετακινήστε το έγγραφο για να αφαιρέσετε την αντανάκλαση";
|
|
18
|
+
readonly help_aria_label: "Βοήθεια";
|
|
19
|
+
readonly help_modal_back_btn: "Πίσω";
|
|
20
|
+
readonly help_modal_details_1: "Βεβαιωθείτε ότι δεν καλύπτετε μέρη του εγγράφου με το δάχτυλό σας, συμπεριλαμβανομένων των κάτω γραμμών. Επίσης, προσέξτε τις αντανακλάσεις ολογράμματος που καλύπτουν τα πεδία του εγγράφου.";
|
|
21
|
+
readonly help_modal_details_2: "Αποφύγετε το άμεσο, έντονο φως, επειδή αντανακλάται από το έγγραφο και μπορεί να κάνει ορισμένα μέρη του εγγράφου δυσανάγνωστα. Εάν δεν μπορείτε να διαβάσετε δεδομένα στο έγγραφο, δεν θα είναι ορατά ούτε στην κάμερα.";
|
|
22
|
+
readonly help_modal_details_3: "Προσπαθήστε να κρατήσετε το τηλέφωνο και το έγγραφο ακίνητα κατά τη σάρωση. Η μετακίνηση οποιουδήποτε από τα δύο μπορεί να θολώσει την εικόνα και να καταστήσει τα δεδομένα στο έγγραφο δυσανάγνωστα.";
|
|
23
|
+
readonly help_modal_done_btn: "Τέλος";
|
|
24
|
+
readonly help_modal_next_btn: "Επόμενο";
|
|
25
|
+
readonly help_modal_title_1: "Φροντίστε όλα τα πεδία να είναι ορατά";
|
|
26
|
+
readonly help_modal_title_2: "Προσέξτε το έντονο φως";
|
|
27
|
+
readonly help_modal_title_3: "Μείνετε ακίνητοι κατά τη σάρωση";
|
|
28
|
+
readonly help_tooltip: "Χρειάζεστε βοήθεια;";
|
|
29
|
+
readonly move_closer: "Πλησιάστε";
|
|
30
|
+
readonly move_farther: "Απομακρυνθείτε";
|
|
31
|
+
readonly move_left: "Προχωρήστε στη σελίδα στα αριστερά";
|
|
32
|
+
readonly move_right: "Προχω΄ρηστε στη σελίδα στα δεξιά";
|
|
33
|
+
readonly move_top: "Προχωρήστε στην πρώτη σελίδα";
|
|
34
|
+
readonly occluded: "Φροντίστε το έγγραφο να είναι πλήρως ορατό";
|
|
35
|
+
readonly onboarding_modal_btn: "Έναρξη σάρωσης";
|
|
36
|
+
readonly onboarding_modal_details: "Φροντίστε το έγγραφο να είναι καλά φωτισμένο. Όλα τα πεδία του εγγράφου θα πρέπει να είναι ορατά στην οθόνη της κάμερας.\n";
|
|
37
|
+
readonly onboarding_modal_title: "Φροντίστε όλες οι λεπτομέρειες να είναι ορατές";
|
|
38
|
+
readonly scan_data_page: "Σαρώστε τη σελίδα δεδομένων του εγγράφου";
|
|
39
|
+
readonly scan_last_page_barcode: "Σάρωση γραμμωτού κώδικα από την τελευταία σελίδα";
|
|
40
|
+
readonly scan_left_page: "Σαρώστε την αριστερή σελίδα";
|
|
41
|
+
readonly scan_right_page: "Σαρώστε τη δεξιά σελίδα";
|
|
42
|
+
readonly scan_the_back_side: "Σαρώστε την πίσω όψη του εγγράφου";
|
|
43
|
+
readonly scan_the_barcode: "Σαρώστε τον γραμμωτό κώδικα";
|
|
44
|
+
readonly scan_the_front_side: "Σαρώστε την μπροστινή όψη του εγγράφου";
|
|
45
|
+
readonly scan_top_page: "Σαρώστε την πρώτη σελίδα";
|
|
46
|
+
readonly scan_unsuccessful: "Η σάρωση ήταν ανεπιτυχής.";
|
|
47
|
+
readonly scan_unsuccessful_details: "Δεν είναι δυνατή η ανάγνωση του εγγράφου. Δοκιμάστε ξανά.";
|
|
48
|
+
readonly too_bright: "Μετακινηθείτε σε σημείο με λιγότερο φωτισμό";
|
|
49
|
+
readonly too_dark: "Μετακινηθείτε σε πιο φωτεινό σημείο";
|
|
50
|
+
readonly wrong_left: "Προχωρήστε στην αριστερή σελίδα";
|
|
51
|
+
readonly wrong_right: "Προχωρήστε στη δεξιά σελίδα";
|
|
52
|
+
readonly wrong_top: "Προχωρήστε στην πρώτη σελίδα";
|
|
53
|
+
};
|
|
54
|
+
export default _default;
|
|
55
|
+
//# sourceMappingURL=el.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/el.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,wBAyDW"}
|