@microblink/camera-manager 7.2.6 → 7.3.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 +1 -0
- package/dist/camera-manager.js +1316 -1185
- package/package.json +5 -5
- package/types/core/Camera.d.ts +3 -1
- package/types/core/Camera.d.ts.map +1 -1
- package/types/core/Camera.test.d.ts +1 -1
- package/types/core/CameraManager.d.ts +1 -1
- package/types/core/CameraManager.d.ts.map +1 -1
- package/types/core/CameraManager.test.d.ts +1 -1
- package/types/core/VideoFrameProcessor.d.ts +1 -1
- package/types/core/cameraError.d.ts +1 -1
- package/types/core/cameraManagerStore.d.ts +1 -1
- package/types/core/cameraNames.d.ts +1 -25
- package/types/core/cameraNames.d.ts.map +1 -1
- package/types/core/cameraUtils.d.ts +2 -2
- package/types/core/cameraUtils.d.ts.map +1 -1
- package/types/core/cameraUtils.test.d.ts +1 -1
- package/types/core/iosCameraNames.d.ts +1 -1
- package/types/core/utils.d.ts +2 -15
- package/types/core/utils.d.ts.map +1 -1
- package/types/index.d.ts +1 -1
- package/types/index.rollup.d.ts +16 -5
- package/types/media-mock/MediaMocker.d.ts +2 -2
- package/types/media-mock/MediaMocker.d.ts.map +1 -1
- package/types/media-mock/createInputDeviceInfo.d.ts +2 -2
- package/types/media-mock/createInputDeviceInfo.d.ts.map +1 -1
- package/types/media-mock/defineProperty.d.ts +1 -1
- package/types/media-mock/fake-devices.d.ts +8 -4
- package/types/media-mock/fake-devices.d.ts.map +1 -1
- package/types/media-mock/fakeDevices/DesktopSingleFrontFacing.d.ts +1 -1
- package/types/media-mock/fakeDevices/SamsungS21FE.d.ts +1 -1
- package/types/media-mock/fakeDevices/iPhone15.d.ts +1 -1
- package/types/media-mock/fakeDevices/iPhoneSE.d.ts +1 -1
- package/types/media-mock/fakeDevices/iPhoneX.d.ts +6 -0
- package/types/media-mock/fakeDevices/iPhoneX.d.ts.map +1 -0
- package/types/media-mock/utils.d.ts +1 -2
- package/types/media-mock/utils.d.ts.map +1 -1
- package/types/tests/camera-picking.test.d.ts +1 -1
- package/types/ui/CameraErrorModal.d.ts +1 -1
- package/types/ui/CameraErrorModal.d.ts.map +1 -1
- package/types/ui/CameraSelector.d.ts +2 -1
- package/types/ui/CameraSelector.d.ts.map +1 -1
- package/types/ui/CameraUiStoreContext.d.ts +5 -2
- package/types/ui/CameraUiStoreContext.d.ts.map +1 -1
- package/types/ui/CaptureScreen.d.ts +1 -5
- package/types/ui/CaptureScreen.d.ts.map +1 -1
- package/types/ui/Header.d.ts +1 -1
- package/types/ui/Header.d.ts.map +1 -1
- package/types/ui/LocalizationContext.d.ts +1 -1
- package/types/ui/RootComponent.d.ts +1 -1
- package/types/ui/SolidShadowRoot.d.ts +1 -1
- package/types/ui/createCameraManagerUi.d.ts +11 -2
- package/types/ui/createCameraManagerUi.d.ts.map +1 -1
- package/types/ui/determineFitMode.d.ts +1 -1
- package/types/ui/determineFitMode.test.d.ts +1 -1
- package/types/ui/getVisibleVideoArea.d.ts +1 -1
- package/types/ui/getVisibleVideoArea.test.d.ts +1 -1
- package/types/ui/locales/ak.d.ts +16 -13
- package/types/ui/locales/ak.d.ts.map +1 -1
- package/types/ui/locales/am.d.ts +5 -2
- package/types/ui/locales/am.d.ts.map +1 -1
- package/types/ui/locales/ar.d.ts +5 -2
- package/types/ui/locales/ar.d.ts.map +1 -1
- package/types/ui/locales/bn.d.ts +5 -2
- package/types/ui/locales/bn.d.ts.map +1 -1
- package/types/ui/locales/cs.d.ts +5 -2
- package/types/ui/locales/cs.d.ts.map +1 -1
- package/types/ui/locales/da.d.ts +5 -2
- package/types/ui/locales/da.d.ts.map +1 -1
- package/types/ui/locales/de.d.ts +5 -2
- package/types/ui/locales/de.d.ts.map +1 -1
- package/types/ui/locales/el.d.ts +6 -3
- package/types/ui/locales/el.d.ts.map +1 -1
- package/types/ui/locales/en.d.ts +3 -3
- package/types/ui/locales/en_GB.d.ts +5 -2
- package/types/ui/locales/en_GB.d.ts.map +1 -1
- package/types/ui/locales/es.d.ts +5 -2
- package/types/ui/locales/es.d.ts.map +1 -1
- package/types/ui/locales/es_MX.d.ts +5 -2
- package/types/ui/locales/es_MX.d.ts.map +1 -1
- package/types/ui/locales/fa-latn.d.ts +5 -2
- package/types/ui/locales/fa-latn.d.ts.map +1 -1
- package/types/ui/locales/fi.d.ts +5 -2
- package/types/ui/locales/fi.d.ts.map +1 -1
- package/types/ui/locales/fil.d.ts +5 -2
- package/types/ui/locales/fil.d.ts.map +1 -1
- package/types/ui/locales/fr.d.ts +5 -2
- package/types/ui/locales/fr.d.ts.map +1 -1
- package/types/ui/locales/fr_CA.d.ts +5 -2
- package/types/ui/locales/fr_CA.d.ts.map +1 -1
- package/types/ui/locales/ha.d.ts +5 -2
- package/types/ui/locales/ha.d.ts.map +1 -1
- package/types/ui/locales/he.d.ts +5 -2
- package/types/ui/locales/he.d.ts.map +1 -1
- package/types/ui/locales/hi.d.ts +5 -2
- package/types/ui/locales/hi.d.ts.map +1 -1
- package/types/ui/locales/hr.d.ts +6 -3
- package/types/ui/locales/hr.d.ts.map +1 -1
- package/types/ui/locales/hu.d.ts +5 -2
- package/types/ui/locales/hu.d.ts.map +1 -1
- package/types/ui/locales/id.d.ts +5 -2
- package/types/ui/locales/id.d.ts.map +1 -1
- package/types/ui/locales/index.d.ts +1 -1
- package/types/ui/locales/is.d.ts +5 -2
- package/types/ui/locales/is.d.ts.map +1 -1
- package/types/ui/locales/it.d.ts +5 -2
- package/types/ui/locales/it.d.ts.map +1 -1
- package/types/ui/locales/ja.d.ts +5 -2
- package/types/ui/locales/ja.d.ts.map +1 -1
- package/types/ui/locales/ka_GE.d.ts +5 -2
- package/types/ui/locales/ka_GE.d.ts.map +1 -1
- package/types/ui/locales/kk.d.ts +5 -2
- package/types/ui/locales/kk.d.ts.map +1 -1
- package/types/ui/locales/km_KH.d.ts +5 -2
- package/types/ui/locales/km_KH.d.ts.map +1 -1
- package/types/ui/locales/ko.d.ts +5 -2
- package/types/ui/locales/ko.d.ts.map +1 -1
- package/types/ui/locales/lv.d.ts +5 -2
- package/types/ui/locales/lv.d.ts.map +1 -1
- package/types/ui/locales/ms.d.ts +5 -2
- package/types/ui/locales/ms.d.ts.map +1 -1
- package/types/ui/locales/ne.d.ts +5 -2
- package/types/ui/locales/ne.d.ts.map +1 -1
- package/types/ui/locales/nl.d.ts +5 -2
- package/types/ui/locales/nl.d.ts.map +1 -1
- package/types/ui/locales/no.d.ts +5 -2
- package/types/ui/locales/no.d.ts.map +1 -1
- package/types/ui/locales/pl.d.ts +5 -2
- package/types/ui/locales/pl.d.ts.map +1 -1
- package/types/ui/locales/ps_AF.d.ts +5 -2
- package/types/ui/locales/ps_AF.d.ts.map +1 -1
- package/types/ui/locales/pt.d.ts +5 -2
- package/types/ui/locales/pt.d.ts.map +1 -1
- package/types/ui/locales/pt_BR.d.ts +5 -2
- package/types/ui/locales/pt_BR.d.ts.map +1 -1
- package/types/ui/locales/ro.d.ts +5 -2
- package/types/ui/locales/ro.d.ts.map +1 -1
- package/types/ui/locales/ru.d.ts +5 -2
- package/types/ui/locales/ru.d.ts.map +1 -1
- package/types/ui/locales/si.d.ts +5 -2
- package/types/ui/locales/si.d.ts.map +1 -1
- package/types/ui/locales/sk.d.ts +5 -2
- package/types/ui/locales/sk.d.ts.map +1 -1
- package/types/ui/locales/sl.d.ts +5 -2
- package/types/ui/locales/sl.d.ts.map +1 -1
- package/types/ui/locales/sr.d.ts +5 -2
- package/types/ui/locales/sr.d.ts.map +1 -1
- package/types/ui/locales/sv.d.ts +5 -2
- package/types/ui/locales/sv.d.ts.map +1 -1
- package/types/ui/locales/sw.d.ts +5 -2
- package/types/ui/locales/sw.d.ts.map +1 -1
- package/types/ui/locales/th.d.ts +5 -2
- package/types/ui/locales/th.d.ts.map +1 -1
- package/types/ui/locales/tr.d.ts +5 -2
- package/types/ui/locales/tr.d.ts.map +1 -1
- package/types/ui/locales/uk.d.ts +5 -2
- package/types/ui/locales/uk.d.ts.map +1 -1
- package/types/ui/locales/ur.d.ts +5 -2
- package/types/ui/locales/ur.d.ts.map +1 -1
- package/types/ui/locales/uz.d.ts +5 -2
- package/types/ui/locales/uz.d.ts.map +1 -1
- package/types/ui/locales/vi.d.ts +5 -2
- package/types/ui/locales/vi.d.ts.map +1 -1
- package/types/ui/locales/yo.d.ts +5 -2
- package/types/ui/locales/yo.d.ts.map +1 -1
- package/types/ui/locales/zh_CN.d.ts +5 -2
- package/types/ui/locales/zh_CN.d.ts.map +1 -1
- package/types/ui/locales/zh_TW.d.ts +5 -2
- package/types/ui/locales/zh_TW.d.ts.map +1 -1
- package/types/ui/zustandRefStore.d.ts +1 -1
- package/types/ui/debounce.d.ts +0 -14
- package/types/ui/debounce.d.ts.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
3
|
*/
|
|
4
4
|
import { SetStoreFunction } from "solid-js/store";
|
|
5
5
|
import { CameraManager } from "../core/CameraManager";
|
|
@@ -76,6 +76,15 @@ export type CameraManagerUiOptions = {
|
|
|
76
76
|
* @defaultValue true
|
|
77
77
|
*/
|
|
78
78
|
showCameraErrorModal?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* The z-index of the camera UI when rendered as a full-screen overlay.
|
|
81
|
+
* Only applies when no target element is provided.
|
|
82
|
+
*
|
|
83
|
+
* If not provided, uses `calc(infinity)` to ensure the camera UI appears on top.
|
|
84
|
+
*
|
|
85
|
+
* @defaultValue calc(infinity)
|
|
86
|
+
*/
|
|
87
|
+
zIndex?: number;
|
|
79
88
|
};
|
|
80
89
|
/**
|
|
81
90
|
* Creates a new Camera Manager UI component.
|
|
@@ -85,5 +94,5 @@ export type CameraManagerUiOptions = {
|
|
|
85
94
|
* @param options - The options for the camera manager UI.
|
|
86
95
|
* @returns The camera manager UI component.
|
|
87
96
|
*/
|
|
88
|
-
export declare function createCameraManagerUi(cameraManager: CameraManager, target?: HTMLElement, { localizationStrings, showMirrorCameraButton, showTorchButton, showCloseButton, showCameraErrorModal, }?: CameraManagerUiOptions): Promise<CameraManagerComponent>;
|
|
97
|
+
export declare function createCameraManagerUi(cameraManager: CameraManager, target?: HTMLElement, { localizationStrings, showMirrorCameraButton, showTorchButton, showCloseButton, showCameraErrorModal, zIndex, }?: CameraManagerUiOptions): Promise<CameraManagerComponent>;
|
|
89
98
|
//# sourceMappingURL=createCameraManagerUi.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createCameraManagerUi.d.ts","sourceRoot":"","sources":["../../src/ui/createCameraManagerUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EACL,2BAA2B,EAE5B,MAAM,uBAAuB,CAAC;AAI/B;;GAEG;AACH,eAAO,MAAM,cAAc,+BAA+B,CAAC;AAG3D,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,iBAAiB,CAAC;AAEzB;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,0BAA0B;IAC1B,aAAa,EAAE,aAAa,CAAC;IAC7B,uCAAuC;IACvC,kBAAkB,EAAE,gBAAgB,CAAC,2BAA2B,CAAC,CAAC;IAClE,+DAA+D;IAC/D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,qBAAqB,EAAE,CAAC,EAAE,EAAE,gBAAgB,KAAK,MAAM,IAAI,CAAC;IAC5D;;OAEG;IACH,iBAAiB,EAAE,cAAc,CAAC;IAClC;;OAEG;IACH,gBAAgB,EAAE,cAAc,CAAC;IAEjC;;;;OAIG;IACH,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC,2BAA2B,CAAC,CAAC;IAC3D;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"createCameraManagerUi.d.ts","sourceRoot":"","sources":["../../src/ui/createCameraManagerUi.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAIH,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EACL,2BAA2B,EAE5B,MAAM,uBAAuB,CAAC;AAI/B;;GAEG;AACH,eAAO,MAAM,cAAc,+BAA+B,CAAC;AAG3D,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AACjC,OAAO,iBAAiB,CAAC;AAEzB;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,0BAA0B;IAC1B,aAAa,EAAE,aAAa,CAAC;IAC7B,uCAAuC;IACvC,kBAAkB,EAAE,gBAAgB,CAAC,2BAA2B,CAAC,CAAC;IAClE,+DAA+D;IAC/D,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,qBAAqB,EAAE,CAAC,EAAE,EAAE,gBAAgB,KAAK,MAAM,IAAI,CAAC;IAC5D;;OAEG;IACH,iBAAiB,EAAE,cAAc,CAAC;IAClC;;OAEG;IACH,gBAAgB,EAAE,cAAc,CAAC;IAEjC;;;;OAIG;IACH,KAAK,EAAE,KAAK,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,IAAI,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC,2BAA2B,CAAC,CAAC;IAC3D;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CACnC,aAAa,EAAE,aAAa,EAC5B,MAAM,CAAC,EAAE,WAAW,EACpB,EACE,mBAAmB,EACnB,sBAA8B,EAC9B,eAAsB,EACtB,eAAsB,EACtB,oBAA2B,EAC3B,MAAM,GACP,GAAE,sBAA2B,GAC7B,OAAO,CAAC,sBAAsB,CAAC,CAgNjC"}
|
package/types/ui/locales/ak.d.ts
CHANGED
|
@@ -1,19 +1,22 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for ak.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
|
-
readonly camera_error_cancel_btn: "
|
|
6
|
-
readonly camera_error_details: "
|
|
7
|
-
readonly camera_error_primary_btn: "
|
|
8
|
-
readonly camera_error_title: "
|
|
9
|
-
readonly close: "
|
|
10
|
-
readonly
|
|
11
|
-
readonly
|
|
12
|
-
readonly
|
|
13
|
-
readonly select_a_camera: "
|
|
14
|
-
readonly select_camera: "
|
|
15
|
-
readonly selected_camera: "
|
|
16
|
-
readonly torch: "
|
|
8
|
+
readonly camera_error_cancel_btn: "Twam";
|
|
9
|
+
readonly camera_error_details: "Yɛsrɛw ma kamɛra ho kwan wɔ wo brawsa mu na yɛ bio.";
|
|
10
|
+
readonly camera_error_primary_btn: "San yɛ bio";
|
|
11
|
+
readonly camera_error_title: "Wuhia kamɛra hokwan";
|
|
12
|
+
readonly close: "Tum";
|
|
13
|
+
readonly dialog_title: "Skaane krataa bi";
|
|
14
|
+
readonly loading_cameras: "Ɛde kamɛra ahorow regu so...";
|
|
15
|
+
readonly mirror_camera: "Ahwehwɛ kamɛra";
|
|
16
|
+
readonly select_a_camera: "Paw kamɛra bi";
|
|
17
|
+
readonly select_camera: "Paw kamɛra";
|
|
18
|
+
readonly selected_camera: "Kamɛra a wɔapaw";
|
|
19
|
+
readonly torch: "Tɔɔkye";
|
|
17
20
|
};
|
|
18
21
|
export default _default;
|
|
19
22
|
//# 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;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ak.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ak.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
|
package/types/ui/locales/am.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 am.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "ተወው";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "እንደገና ይሞክሩ";
|
|
8
11
|
readonly camera_error_title: "የካሜራ ፈቃድ ያስፈልጋል";
|
|
9
12
|
readonly close: "ዝጋ";
|
|
13
|
+
readonly dialog_title: "ሰነድ ይቃኙ";
|
|
10
14
|
readonly loading_cameras: "ካሜራዎችን በመጫን ላይ...";
|
|
11
15
|
readonly mirror_camera: "የመስታወት ካሜራ";
|
|
12
|
-
readonly scan_document: "ሰነድ ይቃኙ";
|
|
13
16
|
readonly select_a_camera: "ካሜራ ይምረጡ";
|
|
14
17
|
readonly select_camera: "ካሜራ ምረጥ";
|
|
15
18
|
readonly selected_camera: "የተመረጠ ካሜራ";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"am.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/am.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"am.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/am.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
|
package/types/ui/locales/ar.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 ar.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "إلغاء";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "إعادة المحاولة";
|
|
8
11
|
readonly camera_error_title: "مطلوب إذن الكاميرا";
|
|
9
12
|
readonly close: "إغلاق";
|
|
13
|
+
readonly dialog_title: "مسح مستند ضوئياً";
|
|
10
14
|
readonly loading_cameras: "جارٍ تحميل الكاميرات...";
|
|
11
15
|
readonly mirror_camera: "الكاميرا العاكسة";
|
|
12
|
-
readonly scan_document: "مسح مستند ضوئياً";
|
|
13
16
|
readonly select_a_camera: "حدد كاميرا";
|
|
14
17
|
readonly select_camera: "تحديد الكاميرا";
|
|
15
18
|
readonly selected_camera: "تحديد الكاميرا";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ar.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ar.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ar.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/bn.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 bn.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "বাতিল করুন";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "পুনরায় চেষ্টা করুন";
|
|
8
11
|
readonly camera_error_title: "ক্যামেরা অনুমতি প্রয়োজন";
|
|
9
12
|
readonly close: "বন্ধ করুন";
|
|
13
|
+
readonly dialog_title: "একটি ডকুমেন্ট স্ক্যান করুন";
|
|
10
14
|
readonly loading_cameras: "ক্যামেরা লোড হচ্ছে...";
|
|
11
15
|
readonly mirror_camera: "ক্যামেরা মিরর করুন";
|
|
12
|
-
readonly scan_document: "একটি ডকুমেন্ট স্ক্যান করুন";
|
|
13
16
|
readonly select_a_camera: "একটি ক্যামেরা নির্বাচন করুন";
|
|
14
17
|
readonly select_camera: "ক্যামেরা নির্বাচন করুন";
|
|
15
18
|
readonly selected_camera: "নির্বাচিত ক্যামেরা";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bn.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/bn.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"bn.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/bn.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/cs.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 cs.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Storno";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Opakovat";
|
|
8
11
|
readonly camera_error_title: "Je vyžadováno oprávnění pro fotoaparát";
|
|
9
12
|
readonly close: "Zavřít";
|
|
13
|
+
readonly dialog_title: "Skenovat dokument";
|
|
10
14
|
readonly loading_cameras: "Načítají se fotoaparáty…";
|
|
11
15
|
readonly mirror_camera: "Zrcadlit fotoaparát";
|
|
12
|
-
readonly scan_document: "Skenovat dokument";
|
|
13
16
|
readonly select_a_camera: "Vyberte fotoaparát";
|
|
14
17
|
readonly select_camera: "Vybrat fotoaparát";
|
|
15
18
|
readonly selected_camera: "Vybraný fotoaparát";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/cs.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"cs.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/cs.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/da.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 da.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Annuller";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Prøv igen";
|
|
8
11
|
readonly camera_error_title: "Kameratilladelse påkrævet";
|
|
9
12
|
readonly close: "Luk";
|
|
13
|
+
readonly dialog_title: "Scan et dokument";
|
|
10
14
|
readonly loading_cameras: "Indlæser kameraer...";
|
|
11
15
|
readonly mirror_camera: "Spejlkamera";
|
|
12
|
-
readonly scan_document: "Scan et dokument";
|
|
13
16
|
readonly select_a_camera: "Vælg et kamera";
|
|
14
17
|
readonly select_camera: "Vælg kamera";
|
|
15
18
|
readonly selected_camera: "Valgt kamera";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/da.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"da.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/da.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
|
package/types/ui/locales/de.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 de.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Abbrechen";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Wiederholen";
|
|
8
11
|
readonly camera_error_title: "Kameraberechtigung erforderlich";
|
|
9
12
|
readonly close: "Schließen";
|
|
13
|
+
readonly dialog_title: "Dokument scannen";
|
|
10
14
|
readonly loading_cameras: "Kameras werden geladen …";
|
|
11
15
|
readonly mirror_camera: "Kamera spiegeln";
|
|
12
|
-
readonly scan_document: "Dokument scannen";
|
|
13
16
|
readonly select_a_camera: "Wählen Sie eine Kamera aus";
|
|
14
17
|
readonly select_camera: "Kamera auswählen";
|
|
15
18
|
readonly selected_camera: "Ausgewählte Kamera";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/de.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/de.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/el.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 el.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Ακύρωση";
|
|
@@ -7,10 +10,10 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Επανάληψη";
|
|
8
11
|
readonly camera_error_title: "Απαιτείται η άδεια της κάμερας";
|
|
9
12
|
readonly close: "Κλείσιμο";
|
|
13
|
+
readonly dialog_title: "Σάρωση εγγράφου";
|
|
10
14
|
readonly loading_cameras: "Φόρτωση καμερών σε εξέλιξη...";
|
|
11
15
|
readonly mirror_camera: "Κάμερα καθρέπτη";
|
|
12
|
-
readonly
|
|
13
|
-
readonly select_a_camera: "Επιλέξτε μια κάμερα ";
|
|
16
|
+
readonly select_a_camera: "Επιλέξτε μια κάμερα";
|
|
14
17
|
readonly select_camera: "Επιλογή κάμερας";
|
|
15
18
|
readonly selected_camera: "Επιλεγμένη κάμερα";
|
|
16
19
|
readonly torch: "Φακός";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/el.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"el.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/el.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/en.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* Localization strings for en.
|
|
6
6
|
*/
|
|
7
7
|
declare const _default: {
|
|
8
8
|
readonly camera_error_cancel_btn: "Cancel";
|
|
@@ -10,9 +10,9 @@ declare const _default: {
|
|
|
10
10
|
readonly camera_error_primary_btn: "Retry";
|
|
11
11
|
readonly camera_error_title: "Camera permission required";
|
|
12
12
|
readonly close: "Close";
|
|
13
|
+
readonly dialog_title: "Scan a document";
|
|
13
14
|
readonly loading_cameras: "Loading cameras...";
|
|
14
15
|
readonly mirror_camera: "Mirror camera";
|
|
15
|
-
readonly scan_document: "Scan a document";
|
|
16
16
|
readonly select_a_camera: "Select a camera";
|
|
17
17
|
readonly select_camera: "Select camera";
|
|
18
18
|
readonly selected_camera: "Selected camera";
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for en_GB.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Cancel";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Retry";
|
|
8
11
|
readonly camera_error_title: "Camera permission required";
|
|
9
12
|
readonly close: "Close";
|
|
13
|
+
readonly dialog_title: "Scan a document";
|
|
10
14
|
readonly loading_cameras: "Loading cameras...";
|
|
11
15
|
readonly mirror_camera: "Mirror camera";
|
|
12
|
-
readonly scan_document: "Scan a document";
|
|
13
16
|
readonly select_a_camera: "Select a camera";
|
|
14
17
|
readonly select_camera: "Select camera";
|
|
15
18
|
readonly selected_camera: "Selected camera";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en_GB.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/en_GB.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"en_GB.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/en_GB.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/es.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 es.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Cancelar";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Reintentar";
|
|
8
11
|
readonly camera_error_title: "Se requiere permiso para la cámara";
|
|
9
12
|
readonly close: "Cerrar";
|
|
13
|
+
readonly dialog_title: "Escanee un documento";
|
|
10
14
|
readonly loading_cameras: "Cargando cámaras...";
|
|
11
15
|
readonly mirror_camera: "Cámara espejo";
|
|
12
|
-
readonly scan_document: "Escanee un documento";
|
|
13
16
|
readonly select_a_camera: "Seleccione una cámara";
|
|
14
17
|
readonly select_camera: "Seleccionar cámara";
|
|
15
18
|
readonly selected_camera: "Cámara seleccionada";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/es.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/es.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for es_MX.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Cancelar";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Reintentar";
|
|
8
11
|
readonly camera_error_title: "Se necesita permiso para la cámara";
|
|
9
12
|
readonly close: "Cerrar";
|
|
13
|
+
readonly dialog_title: "Escanear un documento";
|
|
10
14
|
readonly loading_cameras: "Cargando cámaras...";
|
|
11
15
|
readonly mirror_camera: "Cámara espejo";
|
|
12
|
-
readonly scan_document: "Escanear un documento";
|
|
13
16
|
readonly select_a_camera: "Seleccione una cámara";
|
|
14
17
|
readonly select_camera: "Seleccionar cámara";
|
|
15
18
|
readonly selected_camera: "Cámara seleccionada";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es_MX.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/es_MX.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"es_MX.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/es_MX.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for fa-latn.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "لغو";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "دوباره امتحان کنید";
|
|
8
11
|
readonly camera_error_title: "مجوز دوربین لازم است";
|
|
9
12
|
readonly close: "بستن";
|
|
13
|
+
readonly dialog_title: "اسکن یک سند";
|
|
10
14
|
readonly loading_cameras: "در حال بارگذاری دوربینها...";
|
|
11
15
|
readonly mirror_camera: "دوربین آینهای";
|
|
12
|
-
readonly scan_document: "اسکن یک سند";
|
|
13
16
|
readonly select_a_camera: "یک دوربین انتخاب کنید";
|
|
14
17
|
readonly select_camera: "دوربین را انتخاب کنید";
|
|
15
18
|
readonly selected_camera: "دوربین انتخاب شده";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fa-latn.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fa-latn.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fa-latn.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fa-latn.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/fi.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 fi.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Peruuta";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Yritä uudelleen";
|
|
8
11
|
readonly camera_error_title: "Kameran käyttöoikeus tarvitaan";
|
|
9
12
|
readonly close: "Sulje";
|
|
13
|
+
readonly dialog_title: "Lue asiakirja";
|
|
10
14
|
readonly loading_cameras: "Ladataan kameroita...";
|
|
11
15
|
readonly mirror_camera: "Peilikamera";
|
|
12
|
-
readonly scan_document: "Lue asiakirja";
|
|
13
16
|
readonly select_a_camera: "Valitse kamera";
|
|
14
17
|
readonly select_camera: "Valitse kamera";
|
|
15
18
|
readonly selected_camera: "Valittu kamera";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fi.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fi.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for fil.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Kanselahin";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Subukan ulit";
|
|
8
11
|
readonly camera_error_title: "Kailangan ng pahintulot sa camera";
|
|
9
12
|
readonly close: "Isara";
|
|
13
|
+
readonly dialog_title: "I-scan ang dokumento";
|
|
10
14
|
readonly loading_cameras: "Inilo-load ang mga camera...";
|
|
11
15
|
readonly mirror_camera: "Mirror camera";
|
|
12
|
-
readonly scan_document: "I-scan ang dokumento";
|
|
13
16
|
readonly select_a_camera: "Pumili ng camera";
|
|
14
17
|
readonly select_camera: "Pindutin ang camera";
|
|
15
18
|
readonly selected_camera: "Piniling camera";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fil.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fil.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fil.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fil.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/fr.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 fr.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Annuler";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Réessayez";
|
|
8
11
|
readonly camera_error_title: "Autorisation d'accès à la caméra requise";
|
|
9
12
|
readonly close: "Fermer";
|
|
13
|
+
readonly dialog_title: "Numériser un document";
|
|
10
14
|
readonly loading_cameras: "Chargement des caméras…";
|
|
11
15
|
readonly mirror_camera: "Caméra miroir";
|
|
12
|
-
readonly scan_document: "Numériser un document";
|
|
13
16
|
readonly select_a_camera: "Sélectionner une caméra";
|
|
14
17
|
readonly select_camera: "Sélectionner la caméra";
|
|
15
18
|
readonly selected_camera: "Caméra sélectionnée";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fr.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fr.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2026 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Localization strings for fr_CA.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Annuler";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Réessayer";
|
|
8
11
|
readonly camera_error_title: "Autorisation d'accès à la caméra requise";
|
|
9
12
|
readonly close: "Fermer";
|
|
13
|
+
readonly dialog_title: "Numériser un document";
|
|
10
14
|
readonly loading_cameras: "Chargement des caméras...";
|
|
11
15
|
readonly mirror_camera: "Caméra miroir";
|
|
12
|
-
readonly scan_document: "Numériser un document";
|
|
13
16
|
readonly select_a_camera: "Sélectionner une caméra";
|
|
14
17
|
readonly select_camera: "Sélectionner la caméra";
|
|
15
18
|
readonly selected_camera: "Caméra sélectionnée";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr_CA.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fr_CA.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"fr_CA.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/fr_CA.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/ha.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 ha.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "Soke";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "Sake gwadawa";
|
|
8
11
|
readonly camera_error_title: "Akwai buƙatar ba wa kamera izini";
|
|
9
12
|
readonly close: "Rufe";
|
|
13
|
+
readonly dialog_title: "A ɗauki hoton takarda";
|
|
10
14
|
readonly loading_cameras: "Ana buɗe kamarori...";
|
|
11
15
|
readonly mirror_camera: "Miro kamara";
|
|
12
|
-
readonly scan_document: "A ɗauki hoton takarda";
|
|
13
16
|
readonly select_a_camera: "Zaɓi kamara";
|
|
14
17
|
readonly select_camera: "Zaɓi kamara";
|
|
15
18
|
readonly selected_camera: "Kamarar da aka zaɓa";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ha.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ha.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ha.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ha.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|
package/types/ui/locales/he.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 he.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "ביטול";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "לנסות שוב";
|
|
8
11
|
readonly camera_error_title: "נדרשת הרשאת מצלמה";
|
|
9
12
|
readonly close: "סגור";
|
|
13
|
+
readonly dialog_title: "סריקת מסמך";
|
|
10
14
|
readonly loading_cameras: "טוען מצלמות...";
|
|
11
15
|
readonly mirror_camera: "מצלמת מראה";
|
|
12
|
-
readonly scan_document: "סריקת מסמך";
|
|
13
16
|
readonly select_a_camera: "בחירת מצלמה";
|
|
14
17
|
readonly select_camera: "בחר מצלמה";
|
|
15
18
|
readonly selected_camera: "מצלמה שנבחרה";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"he.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/he.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"he.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/he.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAaW"}
|
package/types/ui/locales/hi.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 hi.
|
|
3
6
|
*/
|
|
4
7
|
declare const _default: {
|
|
5
8
|
readonly camera_error_cancel_btn: "रद्द करें";
|
|
@@ -7,9 +10,9 @@ declare const _default: {
|
|
|
7
10
|
readonly camera_error_primary_btn: "दोबारा प्रयास करें";
|
|
8
11
|
readonly camera_error_title: "कैमरा की अनुमति आवश्यक";
|
|
9
12
|
readonly close: "बंद करें";
|
|
13
|
+
readonly dialog_title: "एक डॉक्यूमेंट स्कैन करें";
|
|
10
14
|
readonly loading_cameras: "कैमरा लोड हो रहा है...";
|
|
11
15
|
readonly mirror_camera: "मिरर कैमरा";
|
|
12
|
-
readonly scan_document: "एक डॉक्यूमेंट स्कैन करें";
|
|
13
16
|
readonly select_a_camera: "एक कैमरा चुनें";
|
|
14
17
|
readonly select_camera: "एक कैमरा चुनें";
|
|
15
18
|
readonly selected_camera: "चयनित कैमरा";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/hi.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"hi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/hi.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;GAEG;;;;;;;;;;;;;;;AACH,wBAcW"}
|