@microblink/camera-manager 7.2.4 → 7.2.6
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 +92 -0
- package/dist/camera-manager.js +1201 -1125
- package/package.json +3 -3
- package/types/core/Camera.d.ts +117 -77
- package/types/core/Camera.d.ts.map +1 -1
- package/types/core/CameraManager.d.ts +72 -65
- package/types/core/CameraManager.d.ts.map +1 -1
- package/types/core/cameraError.d.ts +1 -1
- package/types/core/cameraError.d.ts.map +1 -1
- package/types/core/cameraManagerStore.d.ts +15 -1
- package/types/core/cameraManagerStore.d.ts.map +1 -1
- package/types/core/cameraUtils.d.ts.map +1 -1
- package/types/index.rollup.d.ts +768 -0
- package/types/ui/CameraErrorModal.d.ts.map +1 -1
- package/types/ui/CameraSelector.d.ts.map +1 -1
- package/types/ui/CaptureScreen.d.ts +0 -4
- package/types/ui/CaptureScreen.d.ts.map +1 -1
- package/types/ui/Header.d.ts.map +1 -1
- package/types/ui/debounce.d.ts +14 -0
- package/types/ui/debounce.d.ts.map +1 -0
- package/types/ui/determineFitMode.d.ts +4 -1
- package/types/ui/determineFitMode.d.ts.map +1 -1
- package/types/ui/locales/ak.d.ts +19 -0
- package/types/ui/locales/ak.d.ts.map +1 -0
- package/types/ui/locales/am.d.ts +19 -0
- package/types/ui/locales/am.d.ts.map +1 -0
- package/types/ui/locales/ar.d.ts +19 -0
- package/types/ui/locales/ar.d.ts.map +1 -0
- package/types/ui/locales/bn.d.ts +19 -0
- package/types/ui/locales/bn.d.ts.map +1 -0
- package/types/ui/locales/cs.d.ts +19 -0
- package/types/ui/locales/cs.d.ts.map +1 -0
- package/types/ui/locales/da.d.ts +19 -0
- package/types/ui/locales/da.d.ts.map +1 -0
- package/types/ui/locales/de.d.ts +19 -0
- package/types/ui/locales/de.d.ts.map +1 -0
- package/types/ui/locales/el.d.ts +19 -0
- package/types/ui/locales/el.d.ts.map +1 -0
- package/types/ui/locales/en.d.ts +8 -8
- package/types/ui/locales/en_GB.d.ts +19 -0
- package/types/ui/locales/en_GB.d.ts.map +1 -0
- package/types/ui/locales/es.d.ts +19 -0
- package/types/ui/locales/es.d.ts.map +1 -0
- package/types/ui/locales/es_MX.d.ts +19 -0
- package/types/ui/locales/es_MX.d.ts.map +1 -0
- package/types/ui/locales/fa-latn.d.ts +19 -0
- package/types/ui/locales/fa-latn.d.ts.map +1 -0
- package/types/ui/locales/fi.d.ts +19 -0
- package/types/ui/locales/fi.d.ts.map +1 -0
- package/types/ui/locales/fil.d.ts +19 -0
- package/types/ui/locales/fil.d.ts.map +1 -0
- package/types/ui/locales/fr.d.ts +19 -0
- package/types/ui/locales/fr.d.ts.map +1 -0
- package/types/ui/locales/fr_CA.d.ts +19 -0
- package/types/ui/locales/fr_CA.d.ts.map +1 -0
- package/types/ui/locales/ha.d.ts +19 -0
- package/types/ui/locales/ha.d.ts.map +1 -0
- package/types/ui/locales/he.d.ts +19 -0
- package/types/ui/locales/he.d.ts.map +1 -0
- package/types/ui/locales/hi.d.ts +19 -0
- package/types/ui/locales/hi.d.ts.map +1 -0
- package/types/ui/locales/hr.d.ts +19 -0
- package/types/ui/locales/hr.d.ts.map +1 -0
- package/types/ui/locales/hu.d.ts +19 -0
- package/types/ui/locales/hu.d.ts.map +1 -0
- package/types/ui/locales/id.d.ts +19 -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 +19 -0
- package/types/ui/locales/is.d.ts.map +1 -0
- package/types/ui/locales/it.d.ts +19 -0
- package/types/ui/locales/it.d.ts.map +1 -0
- package/types/ui/locales/ja.d.ts +19 -0
- package/types/ui/locales/ja.d.ts.map +1 -0
- package/types/ui/locales/ka_GE.d.ts +19 -0
- package/types/ui/locales/ka_GE.d.ts.map +1 -0
- package/types/ui/locales/kk.d.ts +19 -0
- package/types/ui/locales/kk.d.ts.map +1 -0
- package/types/ui/locales/km_KH.d.ts +19 -0
- package/types/ui/locales/km_KH.d.ts.map +1 -0
- package/types/ui/locales/ko.d.ts +19 -0
- package/types/ui/locales/ko.d.ts.map +1 -0
- package/types/ui/locales/lv.d.ts +19 -0
- package/types/ui/locales/lv.d.ts.map +1 -0
- package/types/ui/locales/ms.d.ts +19 -0
- package/types/ui/locales/ms.d.ts.map +1 -0
- package/types/ui/locales/ne.d.ts +19 -0
- package/types/ui/locales/ne.d.ts.map +1 -0
- package/types/ui/locales/nl.d.ts +19 -0
- package/types/ui/locales/nl.d.ts.map +1 -0
- package/types/ui/locales/no.d.ts +19 -0
- package/types/ui/locales/no.d.ts.map +1 -0
- package/types/ui/locales/pl.d.ts +19 -0
- package/types/ui/locales/pl.d.ts.map +1 -0
- package/types/ui/locales/ps_AF.d.ts +19 -0
- package/types/ui/locales/ps_AF.d.ts.map +1 -0
- package/types/ui/locales/pt.d.ts +19 -0
- package/types/ui/locales/pt.d.ts.map +1 -0
- package/types/ui/locales/pt_BR.d.ts +19 -0
- package/types/ui/locales/pt_BR.d.ts.map +1 -0
- package/types/ui/locales/ro.d.ts +19 -0
- package/types/ui/locales/ro.d.ts.map +1 -0
- package/types/ui/locales/ru.d.ts +19 -0
- package/types/ui/locales/ru.d.ts.map +1 -0
- package/types/ui/locales/si.d.ts +19 -0
- package/types/ui/locales/si.d.ts.map +1 -0
- package/types/ui/locales/sk.d.ts +19 -0
- package/types/ui/locales/sk.d.ts.map +1 -0
- package/types/ui/locales/sl.d.ts +19 -0
- package/types/ui/locales/sl.d.ts.map +1 -0
- package/types/ui/locales/sr.d.ts +19 -0
- package/types/ui/locales/sr.d.ts.map +1 -0
- package/types/ui/locales/sv.d.ts +19 -0
- package/types/ui/locales/sv.d.ts.map +1 -0
- package/types/ui/locales/sw.d.ts +19 -0
- package/types/ui/locales/sw.d.ts.map +1 -0
- package/types/ui/locales/th.d.ts +19 -0
- package/types/ui/locales/th.d.ts.map +1 -0
- package/types/ui/locales/tr.d.ts +19 -0
- package/types/ui/locales/tr.d.ts.map +1 -0
- package/types/ui/locales/uk.d.ts +19 -0
- package/types/ui/locales/uk.d.ts.map +1 -0
- package/types/ui/locales/ur.d.ts +19 -0
- package/types/ui/locales/ur.d.ts.map +1 -0
- package/types/ui/locales/uz.d.ts +19 -0
- package/types/ui/locales/uz.d.ts.map +1 -0
- package/types/ui/locales/vi.d.ts +19 -0
- package/types/ui/locales/vi.d.ts.map +1 -0
- package/types/ui/locales/yo.d.ts +19 -0
- package/types/ui/locales/yo.d.ts.map +1 -0
- package/types/ui/locales/zh_CN.d.ts +19 -0
- package/types/ui/locales/zh_CN.d.ts.map +1 -0
- package/types/ui/locales/zh_TW.d.ts +19 -0
- package/types/ui/locales/zh_TW.d.ts.map +1 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Avbryt";
|
|
6
|
+
readonly camera_error_details: "Ge kamerabehörighet i webbläsaren och försök igen.";
|
|
7
|
+
readonly camera_error_primary_btn: "Försök igen";
|
|
8
|
+
readonly camera_error_title: "Kamerabehörighet krävs";
|
|
9
|
+
readonly close: "Stäng";
|
|
10
|
+
readonly loading_cameras: "Läser in kameror ...";
|
|
11
|
+
readonly mirror_camera: "Spegla kameran";
|
|
12
|
+
readonly scan_document: "Skanna ett dokument";
|
|
13
|
+
readonly select_a_camera: "Välj en kamera";
|
|
14
|
+
readonly select_camera: "Välj kamera";
|
|
15
|
+
readonly selected_camera: "Vald kamera";
|
|
16
|
+
readonly torch: "Ljus";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=sv.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sv.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/sv.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Acha";
|
|
6
|
+
readonly camera_error_details: "Tafadhali ruhusu kamera itumike kwenye kivinjari chako na ujaribu tena.";
|
|
7
|
+
readonly camera_error_primary_btn: "Jaribu tena";
|
|
8
|
+
readonly camera_error_title: "Unahitaji kuruhusu kamera";
|
|
9
|
+
readonly close: "Funga";
|
|
10
|
+
readonly loading_cameras: "Inapakia kamera...";
|
|
11
|
+
readonly mirror_camera: "Onyesha kamera";
|
|
12
|
+
readonly scan_document: "Skani hati";
|
|
13
|
+
readonly select_a_camera: "Chagua kamera";
|
|
14
|
+
readonly select_camera: "Chagua kamera";
|
|
15
|
+
readonly selected_camera: "Imechagua kamera";
|
|
16
|
+
readonly torch: "Tochi";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=sw.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sw.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/sw.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
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 loading_cameras: "กำลังโหลดกล้อง...";
|
|
11
|
+
readonly mirror_camera: "สะท้อนกล้อง";
|
|
12
|
+
readonly scan_document: "สแกนเอกสาร";
|
|
13
|
+
readonly select_a_camera: "เลือกกล้อง";
|
|
14
|
+
readonly select_camera: "เลือกกล้อง";
|
|
15
|
+
readonly selected_camera: "กล้องที่เลือก";
|
|
16
|
+
readonly torch: "ไฟฉาย";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=th.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"th.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/th.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "İptal";
|
|
6
|
+
readonly camera_error_details: "Lütfen tarayıcınızda kamera erişimine izin verin ve tekrar deneyin.";
|
|
7
|
+
readonly camera_error_primary_btn: "Tekrar dene";
|
|
8
|
+
readonly camera_error_title: "Kamera izni gerekli";
|
|
9
|
+
readonly close: "Kapat";
|
|
10
|
+
readonly loading_cameras: "Kameralar yükleniyor...";
|
|
11
|
+
readonly mirror_camera: "Ayna kamerası";
|
|
12
|
+
readonly scan_document: "Bir belge tara";
|
|
13
|
+
readonly select_a_camera: "Bir kamera seç";
|
|
14
|
+
readonly select_camera: "Kamera seç";
|
|
15
|
+
readonly selected_camera: "Seçili kamera";
|
|
16
|
+
readonly torch: "Fener";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=tr.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tr.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/tr.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
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 loading_cameras: "Завантаження камер...";
|
|
11
|
+
readonly mirror_camera: "Дзеркальне відображення камери";
|
|
12
|
+
readonly scan_document: "Відскануйте документ";
|
|
13
|
+
readonly select_a_camera: "Виберіть камеру";
|
|
14
|
+
readonly select_camera: "Виберіть камеру";
|
|
15
|
+
readonly selected_camera: "Вибрана камера";
|
|
16
|
+
readonly torch: "Ліхтарик";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=uk.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uk.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/uk.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
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 loading_cameras: "کیمرے لوڈ ہو رہے ہیں...";
|
|
11
|
+
readonly mirror_camera: "مِرر کیمرہ";
|
|
12
|
+
readonly scan_document: "ایک دستاویز اسکین کریں";
|
|
13
|
+
readonly select_a_camera: "ایک کیمرہ منتخب کریں";
|
|
14
|
+
readonly select_camera: "کیمرہ منتخب کریں";
|
|
15
|
+
readonly selected_camera: "منتخب شدہ کیمرہ";
|
|
16
|
+
readonly torch: "ٹارچ";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=ur.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ur.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/ur.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Bekor qilish";
|
|
6
|
+
readonly camera_error_details: "Brauzerda kamera ruxsatini bering va qayta urining.";
|
|
7
|
+
readonly camera_error_primary_btn: "Qayta urining";
|
|
8
|
+
readonly camera_error_title: "Kamera ruxsati zarur";
|
|
9
|
+
readonly close: "Yopish";
|
|
10
|
+
readonly loading_cameras: "Kameralar yuklanmoqda...";
|
|
11
|
+
readonly mirror_camera: "Koʻzguli kamera";
|
|
12
|
+
readonly scan_document: "Hujjatni skanerlang";
|
|
13
|
+
readonly select_a_camera: "Kamerani tanlang";
|
|
14
|
+
readonly select_camera: "Kamerani tanlash";
|
|
15
|
+
readonly selected_camera: "Tanlangan kamera";
|
|
16
|
+
readonly torch: "Fonar";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=uz.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uz.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/uz.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Hủy bỏ";
|
|
6
|
+
readonly camera_error_details: "Vui lòng cho phép truy cập máy ảnh trên trình duyệt của bạn và thử lại.";
|
|
7
|
+
readonly camera_error_primary_btn: "Thử lại";
|
|
8
|
+
readonly camera_error_title: "Cần phải cấp quyền truy cập máy ảnh";
|
|
9
|
+
readonly close: "Đóng";
|
|
10
|
+
readonly loading_cameras: "Đang tải máy ảnh...";
|
|
11
|
+
readonly mirror_camera: "Đối xứng máy ảnh";
|
|
12
|
+
readonly scan_document: "Quét tài liệu";
|
|
13
|
+
readonly select_a_camera: "Chọn một máy ảnh";
|
|
14
|
+
readonly select_camera: "Chọn máy ảnh";
|
|
15
|
+
readonly selected_camera: "Máy ảnh đã chọn";
|
|
16
|
+
readonly torch: "Đèn pin";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=vi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vi.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/vi.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
declare const _default: {
|
|
5
|
+
readonly camera_error_cancel_btn: "Fagi lée";
|
|
6
|
+
readonly camera_error_details: "Jọ̀wọ́ fún kámẹ́rà ní ìyọ̀nda láti inú aṣàwákiri rẹ kí ọ sì gbìyànjú rẹ lẹ́ẹ̀kan síi.";
|
|
7
|
+
readonly camera_error_primary_btn: "Tún gbìyànjú síi";
|
|
8
|
+
readonly camera_error_title: "A béèrè fún ìgbaniláàyè sí kámẹ́rà";
|
|
9
|
+
readonly close: "Pàdé";
|
|
10
|
+
readonly loading_cameras: "Ó ń korajọ láti gbé àwọn kámẹ́rà wa...";
|
|
11
|
+
readonly mirror_camera: "Lo kámẹ́rà iwájú";
|
|
12
|
+
readonly scan_document: "Ṣe ẹ̀dà àwòrán ìwé àkọsílẹ̀ kan";
|
|
13
|
+
readonly select_a_camera: "Yan kámẹ́rà kan";
|
|
14
|
+
readonly select_camera: "Yan kámẹ́rà";
|
|
15
|
+
readonly selected_camera: "Kámẹ́rà tó jẹ́ yíyàn";
|
|
16
|
+
readonly torch: "Fọwọ́ kan-án";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=yo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yo.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/yo.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAcW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
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 loading_cameras: "正在加载相机……";
|
|
11
|
+
readonly mirror_camera: "镜像相机";
|
|
12
|
+
readonly scan_document: "扫描文档";
|
|
13
|
+
readonly select_a_camera: "选择相机";
|
|
14
|
+
readonly select_camera: "选择相机";
|
|
15
|
+
readonly selected_camera: "选定的相机";
|
|
16
|
+
readonly torch: "手电筒";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=zh_CN.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zh_CN.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/zh_CN.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2025 Microblink Ltd. All rights reserved.
|
|
3
|
+
*/
|
|
4
|
+
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 loading_cameras: "正在載入相機⋯⋯";
|
|
11
|
+
readonly mirror_camera: "鏡像相機";
|
|
12
|
+
readonly scan_document: "掃描文件";
|
|
13
|
+
readonly select_a_camera: "選取相機";
|
|
14
|
+
readonly select_camera: "選取相機";
|
|
15
|
+
readonly selected_camera: "選取相機";
|
|
16
|
+
readonly torch: "手電筒";
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
19
|
+
//# sourceMappingURL=zh_TW.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zh_TW.d.ts","sourceRoot":"","sources":["../../../src/ui/locales/zh_TW.ts"],"names":[],"mappings":"AAAA;;GAEG;;;;;;;;;;;;;;;AAEH,wBAaW"}
|