@microblink/blinkid-ux-manager 7.8.0 → 8000.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +182 -4
- package/dist/blinkid-ux-manager.js +2147 -1820
- package/package.json +2 -2
- package/types/core/BlinkIdTimeoutConfiguration.d.ts +31 -0
- package/types/core/BlinkIdTimeoutConfiguration.d.ts.map +1 -0
- package/types/core/BlinkIdUxManager.d.ts +84 -58
- package/types/core/BlinkIdUxManager.d.ts.map +1 -1
- package/types/core/BlinkIdUxManager.session-status.test.d.ts +5 -0
- package/types/core/BlinkIdUxManager.session-status.test.d.ts.map +1 -0
- package/types/core/BlinkIdUxManager.timeout.test.d.ts +5 -0
- package/types/core/BlinkIdUxManager.timeout.test.d.ts.map +1 -0
- package/types/core/__testdata/blinkidTestFixtures.d.ts +1 -4
- package/types/core/__testdata/blinkidTestFixtures.d.ts.map +1 -1
- package/types/core/blinkid-ui-state.d.ts +4 -9
- package/types/core/blinkid-ui-state.d.ts.map +1 -1
- package/types/core/createBlinkIdUxManager.d.ts +8 -0
- package/types/core/createBlinkIdUxManager.d.ts.map +1 -1
- package/types/core/extractionMode.d.ts +41 -0
- package/types/core/extractionMode.d.ts.map +1 -0
- package/types/core/extractionMode.test.d.ts +5 -0
- package/types/core/extractionMode.test.d.ts.map +1 -0
- package/types/core/test-helpers.integration.d.ts +3 -3
- package/types/core/test-helpers.integration.d.ts.map +1 -1
- package/types/core/test-utils.d.ts +14 -0
- package/types/core/test-utils.d.ts.map +1 -0
- package/types/core/ui-state-utils.d.ts +2 -1
- package/types/core/ui-state-utils.d.ts.map +1 -1
- package/types/index.d.ts +3 -2
- package/types/index.d.ts.map +1 -1
- package/types/index.rollup.d.ts +315 -143
- package/types/ui/BlinkIdFeedbackUi.d.ts +2 -2
- package/types/ui/BlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/LocalizationContext.d.ts +22 -4
- package/types/ui/LocalizationContext.d.ts.map +1 -1
- package/types/ui/UiFeedbackOverlay.d.ts +2 -0
- package/types/ui/UiFeedbackOverlay.d.ts.map +1 -1
- package/types/ui/createBlinkIdFeedbackUi.d.ts +3 -14
- package/types/ui/createBlinkIdFeedbackUi.d.ts.map +1 -1
- package/types/ui/dialogs/HelpModal.d.ts +43 -0
- package/types/ui/dialogs/HelpModal.d.ts.map +1 -1
- package/types/ui/dialogs/OnboardingGuideModal.d.ts +25 -0
- package/types/ui/dialogs/OnboardingGuideModal.d.ts.map +1 -1
- package/types/ui/dialogs/modalExtractionMode.d.ts +7 -0
- package/types/ui/dialogs/modalExtractionMode.d.ts.map +1 -0
- package/types/ui/dialogs/modalExtractionMode.test.d.ts +5 -0
- package/types/ui/dialogs/modalExtractionMode.test.d.ts.map +1 -0
- package/types/ui/feedbackMessages.d.ts +2 -1
- package/types/ui/feedbackMessages.d.ts.map +1 -1
- package/types/ui/locales/ak.d.ts +156 -61
- package/types/ui/locales/ak.d.ts.map +1 -1
- package/types/ui/locales/am.d.ts +156 -61
- package/types/ui/locales/am.d.ts.map +1 -1
- package/types/ui/locales/ar.d.ts +156 -61
- package/types/ui/locales/ar.d.ts.map +1 -1
- package/types/ui/locales/bn.d.ts +156 -61
- package/types/ui/locales/bn.d.ts.map +1 -1
- package/types/ui/locales/cs.d.ts +156 -61
- package/types/ui/locales/cs.d.ts.map +1 -1
- package/types/ui/locales/da.d.ts +156 -61
- package/types/ui/locales/da.d.ts.map +1 -1
- package/types/ui/locales/de.d.ts +156 -61
- package/types/ui/locales/de.d.ts.map +1 -1
- package/types/ui/locales/el.d.ts +156 -61
- package/types/ui/locales/el.d.ts.map +1 -1
- package/types/ui/locales/en.d.ts +156 -61
- package/types/ui/locales/en.d.ts.map +1 -1
- package/types/ui/locales/en_GB.d.ts +156 -61
- package/types/ui/locales/en_GB.d.ts.map +1 -1
- package/types/ui/locales/es.d.ts +156 -61
- package/types/ui/locales/es.d.ts.map +1 -1
- package/types/ui/locales/es_MX.d.ts +156 -61
- package/types/ui/locales/es_MX.d.ts.map +1 -1
- package/types/ui/locales/fa-latn.d.ts +156 -61
- package/types/ui/locales/fa-latn.d.ts.map +1 -1
- package/types/ui/locales/fi.d.ts +156 -61
- package/types/ui/locales/fi.d.ts.map +1 -1
- package/types/ui/locales/fil.d.ts +156 -61
- package/types/ui/locales/fil.d.ts.map +1 -1
- package/types/ui/locales/fr.d.ts +156 -61
- package/types/ui/locales/fr.d.ts.map +1 -1
- package/types/ui/locales/fr_CA.d.ts +156 -61
- package/types/ui/locales/fr_CA.d.ts.map +1 -1
- package/types/ui/locales/ha.d.ts +156 -61
- package/types/ui/locales/ha.d.ts.map +1 -1
- package/types/ui/locales/he.d.ts +156 -61
- package/types/ui/locales/he.d.ts.map +1 -1
- package/types/ui/locales/hi.d.ts +156 -61
- package/types/ui/locales/hi.d.ts.map +1 -1
- package/types/ui/locales/hr.d.ts +156 -61
- package/types/ui/locales/hr.d.ts.map +1 -1
- package/types/ui/locales/hu.d.ts +156 -61
- package/types/ui/locales/hu.d.ts.map +1 -1
- package/types/ui/locales/id.d.ts +156 -61
- package/types/ui/locales/id.d.ts.map +1 -1
- package/types/ui/locales/is.d.ts +156 -61
- package/types/ui/locales/is.d.ts.map +1 -1
- package/types/ui/locales/it.d.ts +156 -61
- package/types/ui/locales/it.d.ts.map +1 -1
- package/types/ui/locales/ja.d.ts +156 -61
- package/types/ui/locales/ja.d.ts.map +1 -1
- package/types/ui/locales/ka_GE.d.ts +156 -61
- package/types/ui/locales/ka_GE.d.ts.map +1 -1
- package/types/ui/locales/kk.d.ts +156 -61
- package/types/ui/locales/kk.d.ts.map +1 -1
- package/types/ui/locales/km_KH.d.ts +156 -61
- package/types/ui/locales/km_KH.d.ts.map +1 -1
- package/types/ui/locales/ko.d.ts +156 -61
- package/types/ui/locales/ko.d.ts.map +1 -1
- package/types/ui/locales/lv.d.ts +156 -61
- package/types/ui/locales/lv.d.ts.map +1 -1
- package/types/ui/locales/ms.d.ts +156 -61
- package/types/ui/locales/ms.d.ts.map +1 -1
- package/types/ui/locales/ne.d.ts +156 -61
- package/types/ui/locales/ne.d.ts.map +1 -1
- package/types/ui/locales/nl.d.ts +156 -61
- package/types/ui/locales/nl.d.ts.map +1 -1
- package/types/ui/locales/no.d.ts +156 -61
- package/types/ui/locales/no.d.ts.map +1 -1
- package/types/ui/locales/pl.d.ts +156 -61
- package/types/ui/locales/pl.d.ts.map +1 -1
- package/types/ui/locales/ps_AF.d.ts +156 -61
- package/types/ui/locales/ps_AF.d.ts.map +1 -1
- package/types/ui/locales/pt.d.ts +156 -61
- package/types/ui/locales/pt.d.ts.map +1 -1
- package/types/ui/locales/pt_BR.d.ts +156 -61
- package/types/ui/locales/pt_BR.d.ts.map +1 -1
- package/types/ui/locales/ro.d.ts +156 -61
- package/types/ui/locales/ro.d.ts.map +1 -1
- package/types/ui/locales/ru.d.ts +156 -61
- package/types/ui/locales/ru.d.ts.map +1 -1
- package/types/ui/locales/si.d.ts +156 -61
- package/types/ui/locales/si.d.ts.map +1 -1
- package/types/ui/locales/sk.d.ts +156 -61
- package/types/ui/locales/sk.d.ts.map +1 -1
- package/types/ui/locales/sl.d.ts +156 -61
- package/types/ui/locales/sl.d.ts.map +1 -1
- package/types/ui/locales/sr.d.ts +156 -61
- package/types/ui/locales/sr.d.ts.map +1 -1
- package/types/ui/locales/sv.d.ts +156 -61
- package/types/ui/locales/sv.d.ts.map +1 -1
- package/types/ui/locales/sw.d.ts +156 -61
- package/types/ui/locales/sw.d.ts.map +1 -1
- package/types/ui/locales/th.d.ts +156 -61
- package/types/ui/locales/th.d.ts.map +1 -1
- package/types/ui/locales/tr.d.ts +156 -61
- package/types/ui/locales/tr.d.ts.map +1 -1
- package/types/ui/locales/uk.d.ts +156 -61
- package/types/ui/locales/uk.d.ts.map +1 -1
- package/types/ui/locales/ur.d.ts +156 -61
- package/types/ui/locales/ur.d.ts.map +1 -1
- package/types/ui/locales/uz.d.ts +156 -61
- package/types/ui/locales/uz.d.ts.map +1 -1
- package/types/ui/locales/vi.d.ts +156 -61
- package/types/ui/locales/vi.d.ts.map +1 -1
- package/types/ui/locales/yo.d.ts +156 -61
- package/types/ui/locales/yo.d.ts.map +1 -1
- package/types/ui/locales/zh_CN.d.ts +156 -61
- package/types/ui/locales/zh_CN.d.ts.map +1 -1
- package/types/ui/locales/zh_TW.d.ts +156 -61
- package/types/ui/locales/zh_TW.d.ts.map +1 -1
|
@@ -8,17 +8,34 @@ import enLocaleStrings from "./locales/en";
|
|
|
8
8
|
* The locale record type.
|
|
9
9
|
*/
|
|
10
10
|
export type LocaleRecord = typeof enLocaleStrings;
|
|
11
|
+
/**
|
|
12
|
+
* Recursively transforms a locale record to allow string overrides at any level.
|
|
13
|
+
*/
|
|
14
|
+
export type LocalizedValue<T> = T extends Record<string, unknown> ? {
|
|
15
|
+
[K in keyof T]: LocalizedValue<T[K]>;
|
|
16
|
+
} | (string & Record<string, never>) : T | (string & Record<string, never>);
|
|
17
|
+
/**
|
|
18
|
+
* Deep partial type that allows any string to be assigned to override values.
|
|
19
|
+
* This type is permissive to allow any partial override structure.
|
|
20
|
+
*/
|
|
21
|
+
type DeepPartialLocalized<T> = T extends Record<string, unknown> ? {
|
|
22
|
+
-readonly [K in keyof T]?: T[K] extends Record<string, unknown> ? DeepPartialLocalized<T[K]> | string : string;
|
|
23
|
+
} : never;
|
|
11
24
|
/**
|
|
12
25
|
* The localization strings type.
|
|
26
|
+
* This allows for autocomplete for defaults, but also overriding with strings at any level.
|
|
27
|
+
* https://twitter.com/mattpocockuk/status/1709281782325977101
|
|
13
28
|
*/
|
|
14
|
-
export type LocalizationStrings =
|
|
15
|
-
|
|
16
|
-
|
|
29
|
+
export type LocalizationStrings = LocalizedValue<LocaleRecord>;
|
|
30
|
+
/**
|
|
31
|
+
* Partial version of LocalizationStrings that allows any string to be assigned.
|
|
32
|
+
*/
|
|
33
|
+
export type PartialLocalizationStrings = DeepPartialLocalized<LocaleRecord>;
|
|
17
34
|
/**
|
|
18
35
|
* The localization provider.
|
|
19
36
|
*/
|
|
20
37
|
export declare const LocalizationProvider: ParentComponent<{
|
|
21
|
-
userStrings?:
|
|
38
|
+
userStrings?: PartialLocalizationStrings;
|
|
22
39
|
}>;
|
|
23
40
|
/**
|
|
24
41
|
* The use localization hook.
|
|
@@ -29,4 +46,5 @@ export declare function useLocalization(): {
|
|
|
29
46
|
t: LocalizationStrings;
|
|
30
47
|
updateLocalization: SetStoreFunction<LocalizationStrings>;
|
|
31
48
|
};
|
|
49
|
+
export {};
|
|
32
50
|
//# sourceMappingURL=LocalizationContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LocalizationContext.d.ts","sourceRoot":"","sources":["../../src/ui/LocalizationContext.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,eAAe,EAIhB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,gBAAgB,EAAe,MAAM,gBAAgB,CAAC;AAE/D,OAAO,eAAe,MAAM,cAAc,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,eAAe,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"LocalizationContext.d.ts","sourceRoot":"","sources":["../../src/ui/LocalizationContext.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EACL,eAAe,EAIhB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,gBAAgB,EAAe,MAAM,gBAAgB,CAAC;AAE/D,OAAO,eAAe,MAAM,cAAc,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,eAAe,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,cAAc,CAAC,CAAC,IAC1B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAEzB;KACG,CAAC,IAAI,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACrC,GACD,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,GACpC,CAAC,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAC;AAE3C;;;GAGG;AAEH,KAAK,oBAAoB,CAAC,CAAC,IACzB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC7B;IACE,CAAC,UAAU,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAC3D,oBAAoB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,GACnC,MAAM;CACX,GACD,KAAK,CAAC;AAEZ;;;;GAIG;AACH,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,YAAY,CAAC,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;AAU5E;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,eAAe,CAAC;IACjD,WAAW,CAAC,EAAE,0BAA0B,CAAC;CAC1C,CA2BA,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,eAAe;OA3C1B,mBAAmB;wBACF,gBAAgB,CAAC,mBAAmB,CAAC;EAgD1D"}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { Component } from "solid-js";
|
|
5
5
|
import { BlinkIdUiState } from "../core/blinkid-ui-state";
|
|
6
|
+
import type { BlinkIdExtractionMode } from "../core/extractionMode";
|
|
6
7
|
/**
|
|
7
8
|
* The UiFeedbackOverlay component.
|
|
8
9
|
*
|
|
@@ -12,5 +13,6 @@ import { BlinkIdUiState } from "../core/blinkid-ui-state";
|
|
|
12
13
|
export declare const UiFeedbackOverlay: Component<{
|
|
13
14
|
uiState: BlinkIdUiState;
|
|
14
15
|
isDesktop: boolean;
|
|
16
|
+
blinkIdExtractionMode?: BlinkIdExtractionMode;
|
|
15
17
|
}>;
|
|
16
18
|
//# sourceMappingURL=UiFeedbackOverlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UiFeedbackOverlay.d.ts","sourceRoot":"","sources":["../../src/ui/UiFeedbackOverlay.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAAwC,MAAM,UAAU,CAAC;AAI3E,OAAO,EAAE,cAAc,EAAqB,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"UiFeedbackOverlay.d.ts","sourceRoot":"","sources":["../../src/ui/UiFeedbackOverlay.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,SAAS,EAAwC,MAAM,UAAU,CAAC;AAI3E,OAAO,EAAE,cAAc,EAAqB,MAAM,0BAA0B,CAAC;AAc7E,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAEpE;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,EAAE,SAAS,CAAC;IACxC,OAAO,EAAE,cAAc,CAAC;IACxB,SAAS,EAAE,OAAO,CAAC;IACnB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAuFA,CAAC"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import { BlinkIdUxManager } from "../core/BlinkIdUxManager";
|
|
5
5
|
import { CameraManagerComponent } from "@microblink/camera-manager";
|
|
6
|
-
import {
|
|
6
|
+
import { PartialLocalizationStrings } from "./LocalizationContext";
|
|
7
7
|
/**
|
|
8
8
|
* The options for the createBlinkIdFeedbackUi function.
|
|
9
9
|
*/
|
|
@@ -11,7 +11,7 @@ export type FeedbackUiOptions = {
|
|
|
11
11
|
/**
|
|
12
12
|
* The localization strings.
|
|
13
13
|
*/
|
|
14
|
-
localizationStrings?:
|
|
14
|
+
localizationStrings?: PartialLocalizationStrings;
|
|
15
15
|
/**
|
|
16
16
|
* If set to `true`, the BlinkID instance will not be terminated when the
|
|
17
17
|
* feedback UI is unmounted.
|
|
@@ -31,18 +31,7 @@ export type FeedbackUiOptions = {
|
|
|
31
31
|
* @defaultValue true
|
|
32
32
|
*/
|
|
33
33
|
showHelpButton?: boolean;
|
|
34
|
-
/**
|
|
35
|
-
* The timeout for the help tooltip in ms.
|
|
36
|
-
*
|
|
37
|
-
* @defaultValue 3000
|
|
38
|
-
* @deprecated This option will be removed in a future release. Use `helpTooltipShowDelay` instead.
|
|
39
|
-
*/
|
|
40
|
-
showHelpTooltipTimeout?: number;
|
|
41
|
-
/**
|
|
42
|
-
* Time in ms before the help tooltip is shown. If null, tooltip won't be auto shown.
|
|
43
|
-
*
|
|
44
|
-
* @defaultValue 5000
|
|
45
|
-
*/
|
|
34
|
+
/** Time in ms before the help tooltip is shown. If null, tooltip won't be auto shown. */
|
|
46
35
|
helpTooltipShowDelay?: number | null;
|
|
47
36
|
/**
|
|
48
37
|
* Time in ms before the help tooltip is hidden. If null, tooltip won't be auto hidden.
|
|
@@ -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;AAKpE,OAAO,EAAE,
|
|
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;AAKpE,OAAO,EAAE,0BAA0B,EAAE,MAAM,uBAAuB,CAAC;AAEnE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,0BAA0B,CAAC;IACjD;;;;;OAKG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,yFAAyF;IACzF,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC;;;;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;AAgBF;;;;;;;;GAQG;AACH,wBAAgB,uBAAuB,CACrC,gBAAgB,EAAE,gBAAgB,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,iBAAiB,EAAE,OAAO,CAAC,iBAAiB,CAAC,cAwC9C"}
|
|
@@ -2,6 +2,48 @@
|
|
|
2
2
|
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
3
|
*/
|
|
4
4
|
import { type Component, ParentComponent } from "solid-js";
|
|
5
|
+
import { type BlinkIdModalExtractionMode } from "./modalExtractionMode";
|
|
6
|
+
export declare const helpModalContentByExtractionMode: {
|
|
7
|
+
readonly "full-document": {
|
|
8
|
+
readonly localeGroup: "full_document";
|
|
9
|
+
readonly scanSteps: readonly [{
|
|
10
|
+
readonly localeKey: "visibility";
|
|
11
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
12
|
+
}, {
|
|
13
|
+
readonly localeKey: "lighting";
|
|
14
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
15
|
+
}, {
|
|
16
|
+
readonly localeKey: "blur";
|
|
17
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
18
|
+
}];
|
|
19
|
+
};
|
|
20
|
+
readonly "document-with-barcode": {
|
|
21
|
+
readonly localeGroup: "document_with_barcode";
|
|
22
|
+
readonly scanSteps: readonly [{
|
|
23
|
+
readonly localeKey: "visibility";
|
|
24
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
25
|
+
}, {
|
|
26
|
+
readonly localeKey: "lighting";
|
|
27
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
28
|
+
}, {
|
|
29
|
+
readonly localeKey: "blur";
|
|
30
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
31
|
+
}];
|
|
32
|
+
};
|
|
33
|
+
readonly "barcode-only": {
|
|
34
|
+
readonly localeGroup: "barcode_only";
|
|
35
|
+
readonly scanSteps: readonly [{
|
|
36
|
+
readonly localeKey: "visibility";
|
|
37
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
38
|
+
}, {
|
|
39
|
+
readonly localeKey: "lighting";
|
|
40
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
41
|
+
}, {
|
|
42
|
+
readonly localeKey: "blur";
|
|
43
|
+
readonly image: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
44
|
+
}];
|
|
45
|
+
};
|
|
46
|
+
};
|
|
5
47
|
/**
|
|
6
48
|
* The HelpModal component.
|
|
7
49
|
*
|
|
@@ -9,6 +51,7 @@ import { type Component, ParentComponent } from "solid-js";
|
|
|
9
51
|
*/
|
|
10
52
|
export declare const HelpModal: Component<{
|
|
11
53
|
isDesktop: boolean;
|
|
54
|
+
extractionMode: BlinkIdModalExtractionMode;
|
|
12
55
|
}>;
|
|
13
56
|
/**
|
|
14
57
|
* The HelpButton component.
|
|
@@ -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,EAQd,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,EAQd,eAAe,EAChB,MAAM,UAAU,CAAC;AAiBlB,OAAO,EACL,KAAK,0BAA0B,EAEhC,MAAM,uBAAuB,CAAC;AAkB/B,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B4B,CAAC;AAE1E;;;;GAIG;AACH,eAAO,MAAM,SAAS,EAAE,SAAS,CAAC;IAChC,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,0BAA0B,CAAC;CAC5C,CA2KA,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,UAAU,EAAE,eAAe,CAAC;IAAE,YAAY,EAAE,OAAO,CAAA;CAAE,CA0GjE,CAAC"}
|
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
3
|
*/
|
|
4
4
|
import { type Component } from "solid-js";
|
|
5
|
+
import { type BlinkIdModalExtractionMode } from "./modalExtractionMode";
|
|
6
|
+
export declare const onboardingModalContentByExtractionMode: {
|
|
7
|
+
readonly "full-document": {
|
|
8
|
+
readonly localeGroup: "full_document";
|
|
9
|
+
readonly images: {
|
|
10
|
+
readonly mobile: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
11
|
+
readonly desktop: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
readonly "document-with-barcode": {
|
|
15
|
+
readonly localeGroup: "document_with_barcode";
|
|
16
|
+
readonly images: {
|
|
17
|
+
readonly mobile: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
18
|
+
readonly desktop: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
readonly "barcode-only": {
|
|
22
|
+
readonly localeGroup: "barcode_only";
|
|
23
|
+
readonly images: {
|
|
24
|
+
readonly mobile: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
25
|
+
readonly desktop: Component<import("solid-js").JSX.SvgSVGAttributes<SVGSVGElement>>;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
5
29
|
/**
|
|
6
30
|
* The OnboardingGuideModal component.
|
|
7
31
|
*
|
|
@@ -9,5 +33,6 @@ import { type Component } from "solid-js";
|
|
|
9
33
|
*/
|
|
10
34
|
export declare const OnboardingGuideModal: Component<{
|
|
11
35
|
isDesktop: boolean;
|
|
36
|
+
extractionMode: BlinkIdModalExtractionMode;
|
|
12
37
|
}>;
|
|
13
38
|
//# sourceMappingURL=OnboardingGuideModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OnboardingGuideModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/OnboardingGuideModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,KAAK,SAAS,EAAoB,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"OnboardingGuideModal.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/OnboardingGuideModal.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAGH,OAAO,EAAE,KAAK,SAAS,EAAoB,MAAM,UAAU,CAAC;AAa5D,OAAO,EACL,KAAK,0BAA0B,EAEhC,MAAM,uBAAuB,CAAC;AAa/B,eAAO,MAAM,sCAAsC;;;;;;;;;;;;;;;;;;;;;;CAsB4B,CAAC;AAEhF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,SAAS,CAAC;IAC3C,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,EAAE,0BAA0B,CAAC;CAC5C,CAyEA,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
import type { BlinkIdExtractionMode } from "../../core/extractionMode";
|
|
5
|
+
export type BlinkIdModalExtractionMode = BlinkIdExtractionMode;
|
|
6
|
+
export type BlinkIdModalLocaleGroup = "full_document" | "document_with_barcode" | "barcode_only";
|
|
7
|
+
//# sourceMappingURL=modalExtractionMode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modalExtractionMode.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/modalExtractionMode.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAEvE,MAAM,MAAM,0BAA0B,GAAG,qBAAqB,CAAC;AAE/D,MAAM,MAAM,uBAAuB,GAC/B,eAAe,GACf,uBAAuB,GACvB,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modalExtractionMode.test.d.ts","sourceRoot":"","sources":["../../../src/ui/dialogs/modalExtractionMode.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
3
|
*/
|
|
4
4
|
import { BlinkIdUiStateKey } from "../core/blinkid-ui-state";
|
|
5
|
+
import type { BlinkIdExtractionMode } from "../core/extractionMode";
|
|
5
6
|
import { LocalizationStrings } from "./LocalizationContext";
|
|
6
7
|
/**
|
|
7
8
|
* The feedback messages.
|
|
8
9
|
*/
|
|
9
|
-
export declare const feedbackMessages: Partial<Record<BlinkIdUiStateKey, (isDesktop?: boolean) => keyof LocalizationStrings>>;
|
|
10
|
+
export declare const feedbackMessages: Partial<Record<BlinkIdUiStateKey, (isDesktop?: boolean, blinkIdExtractionMode?: BlinkIdExtractionMode) => keyof LocalizationStrings["feedback_messages"]>>;
|
|
10
11
|
//# sourceMappingURL=feedbackMessages.d.ts.map
|
|
@@ -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,
|
|
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,KAAK,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,OAAO,CACpC,MAAM,CACJ,iBAAiB,EACjB,CACE,SAAS,CAAC,EAAE,OAAO,EACnB,qBAAqB,CAAC,EAAE,qBAAqB,KAC1C,MAAM,mBAAmB,CAAC,mBAAmB,CAAC,CACpD,CA4DF,CAAC"}
|
package/types/ui/locales/ak.d.ts
CHANGED
|
@@ -5,67 +5,162 @@
|
|
|
5
5
|
* Localization strings for ak.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
|
-
readonly
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
readonly
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
readonly
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
readonly
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
readonly
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
readonly
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
8
|
+
readonly document_filtered_modal: {
|
|
9
|
+
readonly details: "Bɔ mmɔden sɛ wobɛskane krataa foforo.";
|
|
10
|
+
readonly title: "Yangye krataa no";
|
|
11
|
+
};
|
|
12
|
+
readonly document_not_recognized_modal: {
|
|
13
|
+
readonly details: "Skane krataa a ɛsɔpɔɔte no anim.";
|
|
14
|
+
readonly title: "Yɛnnye krataa yi ntom";
|
|
15
|
+
};
|
|
16
|
+
readonly error_modal: {
|
|
17
|
+
readonly cancel_btn: "Twam";
|
|
18
|
+
readonly retry_btn: "San yɛ bio";
|
|
19
|
+
};
|
|
20
|
+
readonly feedback_messages: {
|
|
21
|
+
readonly blur_detected: "Ma krataa ne fon no nna faako";
|
|
22
|
+
readonly camera_angle_too_steep: "Fa krataa no ne fon no to faako";
|
|
23
|
+
readonly document_scanned_aria: "Ayɛ yie! Wɔaskaane nhoma no";
|
|
24
|
+
readonly document_too_close_to_edge: "Kɔ akyirikyiri";
|
|
25
|
+
readonly face_photo_not_fully_visible: "Ma anim mfonini nyɛ nea wotumi hu koraa";
|
|
26
|
+
readonly flip_document: "Dane krataa no";
|
|
27
|
+
readonly flip_to_back_side: "Dane kɔ akyi";
|
|
28
|
+
readonly front_side_scanned_aria: "Ayɛ yie! Wɔaskaane anim";
|
|
29
|
+
readonly glare_detected: "Woso anaa dane krataa no na fa yi ne sunsuma no";
|
|
30
|
+
readonly keep_document_parallel: "Ma nhoma no ani nkyerɛ skriin no tee";
|
|
31
|
+
readonly keep_document_still: "Ma krataa ne afiri no nna faako";
|
|
32
|
+
readonly keep_still: "Nkeka wo ho";
|
|
33
|
+
readonly move_closer: "Bɛn ho";
|
|
34
|
+
readonly move_farther: "Kɔ akyirikyiri";
|
|
35
|
+
readonly move_left: "Dane kɔ kratafa no benkum so";
|
|
36
|
+
readonly move_right: "Dane kɔ kratafa no nifa so";
|
|
37
|
+
readonly move_top: "Dane kɔ kratafa no soro";
|
|
38
|
+
readonly occluded: "Hwɛ sɛ wobehu mfonini no nyinaa";
|
|
39
|
+
readonly scan_data_page: "Skane krataa no akyi nsɛm";
|
|
40
|
+
readonly scan_last_page_barcode: "Skaane baakoodu a ɛwɔ kratafa a etwa toɔ no mu";
|
|
41
|
+
readonly scan_left_page: "Skane benkum so";
|
|
42
|
+
readonly scan_right_page: "Skane nifa so";
|
|
43
|
+
readonly scan_the_back_side: "Skane krataa no akyi";
|
|
44
|
+
readonly scan_the_barcode: "Skane barkoodu no";
|
|
45
|
+
readonly scan_the_barcode_side: "Skane barkodu afa hɔ wɔ krataa no so";
|
|
46
|
+
readonly scan_the_front_side: "Skane krataa no anim";
|
|
47
|
+
readonly scan_top_page: "Skane soro";
|
|
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
|
+
readonly help_button: {
|
|
55
|
+
readonly aria_label: "Mmoa";
|
|
56
|
+
readonly tooltip: "Wohia mmoa?";
|
|
57
|
+
};
|
|
58
|
+
readonly help_modal: {
|
|
59
|
+
readonly aria: "Skaane ho mmoa";
|
|
60
|
+
readonly back_btn: "Akyire";
|
|
61
|
+
readonly barcode_only: {
|
|
62
|
+
readonly blur: {
|
|
63
|
+
readonly details: "Wobɛma fon no ne barkodu no agyina faako bere a wo skane no. Sɛ wokeka wo ho a ebetumi ama mfonini no ani ayɛ kusuu na ɛbɛyɛ den sɛ wobetumi akan barkodu no.";
|
|
64
|
+
readonly details_desktop: "Bɔ mmɔden sɛ worenkeka wo ho bere a wo skane no. Sɛ wokeka wo ho a ebetumi ama mfonini no ani ayɛ kusuu na ɛbɛyɛ den sɛ wobetumi akan barkodu no.";
|
|
65
|
+
readonly title: "Gyina faako abere a woreskanee no";
|
|
66
|
+
readonly title_desktop: "Gyina faako abere a woreskanee no";
|
|
67
|
+
};
|
|
68
|
+
readonly camera_lens: {
|
|
69
|
+
readonly details_desktop: "Hwɛ wo kamara no ani hwɛ sɛ wobehu efi bi a. Sɛ ani no ayɛ fi a ɛma mfonini no ankasa yɛ kusuu, na ɛma no yɛ den sɛ wobetumi akan barkodu no na ɛma nsɛm no a wo skane no nni mu.";
|
|
70
|
+
readonly title_desktop: "Popa wo kamɛra lɛns";
|
|
71
|
+
};
|
|
72
|
+
readonly lighting: {
|
|
73
|
+
readonly details: "Hwɛ sɛ awia ntɔ so tee efisɛ ebetumi ama barkodu no fa bi mma yiye na ɛbɛyɛ den sɛ wobetumi askane. Sɛ wanhu barkodu no yiye a, kamara no ntumi nkenkan no yiye nso.";
|
|
74
|
+
readonly details_desktop: "Hwɛ sɛ awia ntɔ so tee efisɛ ebetumi ama barkodu no fa bi mma yiye na ɛbɛyɛ den sɛ wobetumi askane. Sɛ wanhu barkodu no yiye a, kamara no ntumi nkenkan no yiye nso.";
|
|
75
|
+
readonly title: "Hwɛ hann a ano yɛ den kwan";
|
|
76
|
+
readonly title_desktop: "Hwɛ hann a ano yɛ den kwan";
|
|
77
|
+
};
|
|
78
|
+
readonly visibility: {
|
|
79
|
+
readonly details: "Hwɛ sɛ wo nsatea no bi nkata barkodu no fa bi. Afei nso, hwɛ sɛ hann biara nni barkodu no so a ɛmma wontumi nkan.";
|
|
80
|
+
readonly details_desktop: "Hwɛ sɛ wo nsatea no bi nkata barkodu no fa bi. Afei nso, hwɛ sɛ hann biara nni barkodu no so a ɛmma wontumi nkan.";
|
|
81
|
+
readonly title: "Hwɛ sɛ wobehu barkodu no yiye";
|
|
82
|
+
readonly title_desktop: "Hwɛ sɛ wobehu barkodu no yiye";
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
readonly document_with_barcode: {
|
|
86
|
+
readonly blur: {
|
|
87
|
+
readonly details: "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.";
|
|
88
|
+
readonly details_desktop: "Bɔ mmɔden sɛ worenkeka wo ho bere a wo skane no. Sɛ wokeka wo ho a ebetumi ama mfonini no ani ayɛ kusuu na ɛbɛyɛ den sɛ wobetumi akan krataa no.";
|
|
89
|
+
readonly title: "Gyina faako abere a woreskanee no";
|
|
90
|
+
readonly title_desktop: "Gyina faako abere a woreskanee no";
|
|
91
|
+
};
|
|
92
|
+
readonly camera_lens: {
|
|
93
|
+
readonly details_desktop: "Hwɛ sɛ nkekae anaa mfuturu nni wo lɛns no so. Lɛns a ani ayɛ fi ma mfonini no anim nna hɔ, ɛyɛ den sɛ wɔbɛkenkan nhoma no so nkyerɛw na ɛmma wontumi nskane nsɛm a ɛwɔ so yiye.";
|
|
94
|
+
readonly title_desktop: "Popa wo kamɛra lɛns";
|
|
95
|
+
};
|
|
96
|
+
readonly lighting: {
|
|
97
|
+
readonly details: "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.";
|
|
98
|
+
readonly details_desktop: "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.";
|
|
99
|
+
readonly title: "Hwɛ hann a ano yɛ den kwan";
|
|
100
|
+
readonly title_desktop: "Hwɛ hann a ano yɛ den kwan";
|
|
101
|
+
};
|
|
102
|
+
readonly visibility: {
|
|
103
|
+
readonly details: "Hwɛ sɛ wo nsatea no bi nkata barkodu no fa bi. Afei nso, hwɛ sɛ hann biara nni barkodu no so a ɛmma wontumi nkan.";
|
|
104
|
+
readonly details_desktop: "Hwɛ sɛ wo nsatea no bi nkata barkodu no fa bi. Afei nso, hwɛ sɛ hann biara nni barkodu no so a ɛmma wontumi nkan.";
|
|
105
|
+
readonly title: "Hwɛ sɛ wobehu barkodu no yiye";
|
|
106
|
+
readonly title_desktop: "Hwɛ sɛ wobehu barkodu no yiye";
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
readonly done_btn: "Awiei";
|
|
110
|
+
readonly done_btn_aria: "Toa skaane no so";
|
|
111
|
+
readonly full_document: {
|
|
112
|
+
readonly blur: {
|
|
113
|
+
readonly details: "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.";
|
|
114
|
+
readonly details_desktop: "Bɔ mmɔden sɛ worenkeka wo ho bere a wo skane no. Sɛ wokeka wo ho a ebetumi ama mfonini no ani ayɛ kusuu na ɛbɛyɛ den sɛ wobetumi akan krataa no.";
|
|
115
|
+
readonly title: "Gyina faako abere a woreskanee no";
|
|
116
|
+
readonly title_desktop: "Gyina faako abere a woreskanee no";
|
|
117
|
+
};
|
|
118
|
+
readonly camera_lens: {
|
|
119
|
+
readonly details_desktop: "Hwɛ sɛ nkekae anaa mfuturu nni wo lɛns no so. Lɛns a ani ayɛ fi ma mfonini no anim nna hɔ, ɛyɛ den sɛ wɔbɛkenkan nhoma no so nkyerɛw na ɛmma wontumi nskane nsɛm a ɛwɔ so yiye.";
|
|
120
|
+
readonly title_desktop: "Popa wo kamɛra lɛns";
|
|
121
|
+
};
|
|
122
|
+
readonly lighting: {
|
|
123
|
+
readonly details: "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.";
|
|
124
|
+
readonly details_desktop: "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.";
|
|
125
|
+
readonly title: "Hwɛ hann a ano yɛ den kwan";
|
|
126
|
+
readonly title_desktop: "Hwɛ hann a ano yɛ den kwan";
|
|
127
|
+
};
|
|
128
|
+
readonly visibility: {
|
|
129
|
+
readonly details: "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.";
|
|
130
|
+
readonly details_desktop: "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.";
|
|
131
|
+
readonly title: "Hwɛ sɛ wobehu baabiara";
|
|
132
|
+
readonly title_desktop: "Hwɛ sɛ wobehu baabiara";
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
readonly next_btn: "Nea Edi Hɔ";
|
|
136
|
+
};
|
|
137
|
+
readonly onboarding_modal: {
|
|
138
|
+
readonly aria: "Skaane ho akwankyerɛ";
|
|
139
|
+
readonly barcode_only: {
|
|
140
|
+
readonly details: "Hwehwɛ barkodu (lines tuntum bebree anaa koodu a ayɛ sokwɛɛ). Fa wo kamara no kyerɛ so na gyina faako — skanin no ankasa bɛkɔ so.";
|
|
141
|
+
readonly details_desktop: "Hwehwɛ barkodu (lines tuntum bebree anaa koodu a ayɛ sokwɛɛ). Hwɛ sɛ fi biara nni wo kamara no ani na wotumi hu barkodu no yiye.";
|
|
142
|
+
readonly title: "Hwehwɛ baabi a barkodu no wɔ na skane";
|
|
143
|
+
readonly title_desktop: "Pepa wo lɛns no anim na hwehwɛ barkodu";
|
|
144
|
+
};
|
|
145
|
+
readonly btn: "Fi ase skaane";
|
|
146
|
+
readonly document_with_barcode: {
|
|
147
|
+
readonly details: "IDs ahorow bɛwɔ barkodu ahorow ne baabi a ɛwɔ. Hwɛ ID no anim ne akyi sɛ wobehu barkodu a.";
|
|
148
|
+
readonly details_desktop: "Hwɛ ID no anim ne akyi sɛ wobehu barkodu no anaa. Hwɛ sɛ fi biara nni wo kamara no ani na wotumi hu krataa no yiye.";
|
|
149
|
+
readonly title: "Hwehwɛ barkodu no wɔ ID no so";
|
|
150
|
+
readonly title_desktop: "Pepa wo lɛns no anim na hwehwɛ barkodu";
|
|
151
|
+
};
|
|
152
|
+
readonly full_document: {
|
|
153
|
+
readonly 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.";
|
|
154
|
+
readonly details_desktop: "Hwɛ hu sɛ wobɛma wo kamɛra lɛns no ani atew na han atɔ krataa no so yiye. Ɛsɛ sɛ wohu krataa no afa nyinaa wɔ kamɛra no skriin so.";
|
|
155
|
+
readonly title: "Hwɛ sɛ wobehu afa nyinaa";
|
|
156
|
+
readonly title_desktop: "Yɛ krado sɛ wobɛskaane";
|
|
157
|
+
};
|
|
158
|
+
};
|
|
159
|
+
readonly sdk_aria: "Skriin a wɔde skaane nhoma";
|
|
160
|
+
readonly timeout_modal: {
|
|
161
|
+
readonly details: "Wontumi nkan krataa no. Yɛsrɛw san yɛ bio.";
|
|
162
|
+
readonly title: "Skane no ankɔ yiye";
|
|
163
|
+
};
|
|
69
164
|
};
|
|
70
165
|
export default _default;
|
|
71
166
|
//# sourceMappingURL=ak.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ak.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ak.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG
|
|
1
|
+
{"version":3,"file":"ak.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ak.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACH,wBAkLW"}
|