@sapui5/sap.ndc 1.102.1 → 1.103.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/package.json +1 -1
- package/src/sap/ndc/.library +1 -1
- package/src/sap/ndc/BarcodeScanner.js +83 -5
- package/src/sap/ndc/BarcodeScannerButton.js +13 -2
- package/src/sap/ndc/library.js +1 -1
- package/src/sap/ndc/messagebundle.properties +20 -17
- package/src/sap/ndc/messagebundle_ar.properties +2 -0
- package/src/sap/ndc/messagebundle_bg.properties +2 -0
- package/src/sap/ndc/messagebundle_ca.properties +2 -0
- package/src/sap/ndc/messagebundle_cs.properties +2 -0
- package/src/sap/ndc/messagebundle_cy.properties +2 -0
- package/src/sap/ndc/messagebundle_da.properties +2 -0
- package/src/sap/ndc/messagebundle_de.properties +2 -0
- package/src/sap/ndc/messagebundle_el.properties +2 -0
- package/src/sap/ndc/messagebundle_en.properties +2 -0
- package/src/sap/ndc/messagebundle_en_GB.properties +2 -0
- package/src/sap/ndc/messagebundle_en_US_sappsd.properties +2 -0
- package/src/sap/ndc/messagebundle_en_US_saprigi.properties +2 -0
- package/src/sap/ndc/messagebundle_en_US_saptrc.properties +2 -0
- package/src/sap/ndc/messagebundle_es.properties +2 -0
- package/src/sap/ndc/messagebundle_es_MX.properties +2 -0
- package/src/sap/ndc/messagebundle_et.properties +2 -0
- package/src/sap/ndc/messagebundle_fi.properties +2 -0
- package/src/sap/ndc/messagebundle_fr.properties +2 -0
- package/src/sap/ndc/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ndc/messagebundle_hi.properties +2 -0
- package/src/sap/ndc/messagebundle_hr.properties +2 -0
- package/src/sap/ndc/messagebundle_hu.properties +2 -0
- package/src/sap/ndc/messagebundle_id.properties +2 -0
- package/src/sap/ndc/messagebundle_it.properties +2 -0
- package/src/sap/ndc/messagebundle_iw.properties +2 -0
- package/src/sap/ndc/messagebundle_ja.properties +2 -0
- package/src/sap/ndc/messagebundle_kk.properties +2 -0
- package/src/sap/ndc/messagebundle_ko.properties +2 -0
- package/src/sap/ndc/messagebundle_lt.properties +2 -0
- package/src/sap/ndc/messagebundle_lv.properties +2 -0
- package/src/sap/ndc/messagebundle_ms.properties +2 -0
- package/src/sap/ndc/messagebundle_nl.properties +2 -0
- package/src/sap/ndc/messagebundle_no.properties +2 -0
- package/src/sap/ndc/messagebundle_pl.properties +2 -0
- package/src/sap/ndc/messagebundle_pt.properties +2 -0
- package/src/sap/ndc/messagebundle_pt_PT.properties +2 -0
- package/src/sap/ndc/messagebundle_ro.properties +2 -0
- package/src/sap/ndc/messagebundle_ru.properties +2 -0
- package/src/sap/ndc/messagebundle_sh.properties +2 -0
- package/src/sap/ndc/messagebundle_sk.properties +2 -0
- package/src/sap/ndc/messagebundle_sl.properties +2 -0
- package/src/sap/ndc/messagebundle_sv.properties +2 -0
- package/src/sap/ndc/messagebundle_th.properties +2 -0
- package/src/sap/ndc/messagebundle_tr.properties +2 -0
- package/src/sap/ndc/messagebundle_uk.properties +2 -0
- package/src/sap/ndc/messagebundle_vi.properties +2 -0
- package/src/sap/ndc/messagebundle_zh_CN.properties +2 -0
- package/src/sap/ndc/messagebundle_zh_TW.properties +2 -0
package/package.json
CHANGED
package/src/sap/ndc/.library
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<vendor>SAP SE</vendor>
|
|
6
6
|
<copyright>SAPUI5
|
|
7
7
|
* (c) Copyright 2009-2022 SAP SE. All rights reserved.</copyright>
|
|
8
|
-
<version>1.
|
|
8
|
+
<version>1.103.0</version>
|
|
9
9
|
|
|
10
10
|
<documentation>SAPUI5 library with controls with native device capabilities.</documentation>
|
|
11
11
|
|
|
@@ -23,9 +23,10 @@ sap.ui.define([
|
|
|
23
23
|
'sap/m/Button',
|
|
24
24
|
'sap/m/Dialog',
|
|
25
25
|
"sap/ui/dom/includeStylesheet",
|
|
26
|
-
"./BarcodeScannerUIContainer"
|
|
26
|
+
"./BarcodeScannerUIContainer",
|
|
27
|
+
"sap/m/MessageToast"
|
|
27
28
|
],
|
|
28
|
-
function(Log, JSONModel, ResourceModel, Input, Label, Button, Dialog, includeStylesheet, BarcodeScannerUIContainer) {
|
|
29
|
+
function(Log, JSONModel, ResourceModel, Input, Label, Button, Dialog, includeStylesheet, BarcodeScannerUIContainer, MessageToast) {
|
|
29
30
|
"use strict";
|
|
30
31
|
|
|
31
32
|
/*global cordova*/
|
|
@@ -82,6 +83,8 @@ sap.ui.define([
|
|
|
82
83
|
}
|
|
83
84
|
},
|
|
84
85
|
oPreferFrontCamera,
|
|
86
|
+
oFrameRate,
|
|
87
|
+
oZoom,
|
|
85
88
|
|
|
86
89
|
oBarcodeScannerUIContainer = null,
|
|
87
90
|
|
|
@@ -284,6 +287,10 @@ sap.ui.define([
|
|
|
284
287
|
} else {
|
|
285
288
|
defaultConstraints.video.facingMode = 'environment';
|
|
286
289
|
}
|
|
290
|
+
// Reset frameRate
|
|
291
|
+
if (defaultConstraints.video.frameRate !== undefined) {
|
|
292
|
+
delete defaultConstraints.video.frameRate;
|
|
293
|
+
}
|
|
287
294
|
navigator.mediaDevices
|
|
288
295
|
.getUserMedia(defaultConstraints)
|
|
289
296
|
.then(
|
|
@@ -390,7 +397,16 @@ sap.ui.define([
|
|
|
390
397
|
if (!oBarcodeVideoDOM) {
|
|
391
398
|
oBarcodeVideoDOM = oBarcodeScannerUIContainer ? oBarcodeScannerUIContainer.getDomRef('video') : undefined;
|
|
392
399
|
}
|
|
393
|
-
|
|
400
|
+
if (typeof oFrameRate === "number" && oFrameRate > 0) {
|
|
401
|
+
defaultConstraints.video.frameRate = oFrameRate;
|
|
402
|
+
} else if (typeof oFrameRate !== 'undefined') {
|
|
403
|
+
MessageToast.show(
|
|
404
|
+
oResourceModel.getResourceBundle().getText('BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG', 'frameRate'),
|
|
405
|
+
{
|
|
406
|
+
duration: 1000
|
|
407
|
+
}
|
|
408
|
+
);
|
|
409
|
+
}
|
|
394
410
|
oZXingScannerAPI.decodeFromConstraints(defaultConstraints, oBarcodeScannerUIContainer.getId() + '-video', function (result, err) {
|
|
395
411
|
oScanFrame();
|
|
396
412
|
if (result) {
|
|
@@ -492,6 +508,8 @@ sap.ui.define([
|
|
|
492
508
|
oBarcodeOverlayDOM = oBarcodeScannerUIContainer.getDomRef('overlay');
|
|
493
509
|
}
|
|
494
510
|
|
|
511
|
+
updateZoom();
|
|
512
|
+
|
|
495
513
|
if (oBarcodeOverlayDOM) {
|
|
496
514
|
var oBarcodeOverlayWidthTemp = oBarcodeVideoDOM.clientWidth * (1 - 2 * iInactiveZonePercent);
|
|
497
515
|
var oBarcodeOverlayHeightTemp = oBarcodeVideoDOM.clientHeight * (1 - 2 * iInactiveZonePercent);
|
|
@@ -511,6 +529,60 @@ sap.ui.define([
|
|
|
511
529
|
}
|
|
512
530
|
}
|
|
513
531
|
|
|
532
|
+
function updateZoom() {
|
|
533
|
+
if (oZoom !== "skipUpdateZoom" && oBarcodeVideoDOM) {
|
|
534
|
+
var videoTrack = oBarcodeVideoDOM.srcObject.getVideoTracks();
|
|
535
|
+
var oSupport = window.navigator.mediaDevices.getSupportedConstraints();
|
|
536
|
+
var capabilities = videoTrack[0].getCapabilities();
|
|
537
|
+
// Verify the permission about updating zoom
|
|
538
|
+
if (oSupport.zoom && capabilities && capabilities.zoom) {
|
|
539
|
+
Log.debug("Support zoom to update");
|
|
540
|
+
if (typeof oZoom === 'undefined' || oZoom === null) {
|
|
541
|
+
// reset zoom
|
|
542
|
+
oZoom = capabilities.zoom.min;
|
|
543
|
+
}
|
|
544
|
+
} else {
|
|
545
|
+
Log.debug("Don't support zoom or getCapabilities() failed.");
|
|
546
|
+
oZoom = "skipUpdateZoom";
|
|
547
|
+
return;
|
|
548
|
+
}
|
|
549
|
+
// Update zoom
|
|
550
|
+
try {
|
|
551
|
+
videoTrack[0].applyConstraints(
|
|
552
|
+
{
|
|
553
|
+
advanced: [{
|
|
554
|
+
zoom: oZoom
|
|
555
|
+
}]
|
|
556
|
+
}
|
|
557
|
+
).then(
|
|
558
|
+
function() {
|
|
559
|
+
oZoom = "skipUpdateZoom";
|
|
560
|
+
Log.debug("The zoom is updated successfully.");
|
|
561
|
+
}
|
|
562
|
+
).catch(
|
|
563
|
+
function(error) {
|
|
564
|
+
if (error && error.message && error.message.match(/out of range|Failed to read the 'zoom' property/i)) {
|
|
565
|
+
oZoom = "skipUpdateZoom";
|
|
566
|
+
MessageToast.show(
|
|
567
|
+
oResourceModel.getResourceBundle().getText('BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG', 'zoom'),
|
|
568
|
+
{
|
|
569
|
+
duration: 1000
|
|
570
|
+
}
|
|
571
|
+
);
|
|
572
|
+
} else {
|
|
573
|
+
Log.error("Update zoom failed. Error Message:" + error);
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
);
|
|
577
|
+
} catch (err) {
|
|
578
|
+
Log.error("applyConstraints() failed. Error Message:" + err);
|
|
579
|
+
oZoom = "skipUpdateZoom";
|
|
580
|
+
}
|
|
581
|
+
var settings = videoTrack[0].getSettings();
|
|
582
|
+
Log.debug("frameRate is " + settings.frameRate + ". zoom is " + settings.zoom);
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
|
|
514
586
|
function closeZXingScanContain() {
|
|
515
587
|
if (oZXingScannerAPI) {
|
|
516
588
|
oZXingScannerAPI.reset();
|
|
@@ -552,7 +624,9 @@ sap.ui.define([
|
|
|
552
624
|
* alert("Value entered: " + mParams.newValue);
|
|
553
625
|
* },
|
|
554
626
|
* "Enter Product Bar Code",
|
|
555
|
-
* true
|
|
627
|
+
* true,
|
|
628
|
+
* 30,
|
|
629
|
+
* 1
|
|
556
630
|
* );
|
|
557
631
|
* });
|
|
558
632
|
* </pre>
|
|
@@ -562,11 +636,13 @@ sap.ui.define([
|
|
|
562
636
|
* @param {function} [fnLiveUpdate] Function to be called when value of the dialog's input is changed
|
|
563
637
|
* @param {string} [dialogTitle] Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
564
638
|
* @param {boolean} [preferFrontCamera] Flag, which defines whether the front or back camera should be used.
|
|
639
|
+
* @param {float} [frameRate] Defines the frame rate of the camera.
|
|
640
|
+
* @param {float} [zoom] Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
565
641
|
*
|
|
566
642
|
* @public
|
|
567
643
|
* @static
|
|
568
644
|
*/
|
|
569
|
-
BarcodeScanner.scan = function (fnSuccess, fnFail, fnLiveUpdate, dialogTitle, preferFrontCamera) {
|
|
645
|
+
BarcodeScanner.scan = function (fnSuccess, fnFail, fnLiveUpdate, dialogTitle, preferFrontCamera, frameRate, zoom) {
|
|
570
646
|
if (!bReady) {
|
|
571
647
|
Log.error("Barcode scanning is already in progress.");
|
|
572
648
|
return;
|
|
@@ -574,6 +650,8 @@ sap.ui.define([
|
|
|
574
650
|
|
|
575
651
|
bReady = false;
|
|
576
652
|
oPreferFrontCamera = preferFrontCamera;
|
|
653
|
+
oFrameRate = frameRate;
|
|
654
|
+
oZoom = zoom;
|
|
577
655
|
|
|
578
656
|
if (oStatusModel.getProperty("/available") == true && oCordovaScannerAPI == null && oZXingScannerAPI == null){
|
|
579
657
|
//in case we do not have feature vectore we still would like to allow the use
|
|
@@ -57,7 +57,16 @@ sap.ui.define(["sap/ui/thirdparty/jquery", './BarcodeScanner', './library', 'sap
|
|
|
57
57
|
/**
|
|
58
58
|
* If set to true, the front camera will be used to decode.
|
|
59
59
|
*/
|
|
60
|
-
preferFrontCamera : {type : "boolean", defaultValue : false}
|
|
60
|
+
preferFrontCamera : {type : "boolean", defaultValue : false},
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Defines the frame rate of the camera.
|
|
64
|
+
*/
|
|
65
|
+
frameRate : {type : "float"},
|
|
66
|
+
/**
|
|
67
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
68
|
+
*/
|
|
69
|
+
zoom : {type : "float"}
|
|
61
70
|
},
|
|
62
71
|
aggregations : {
|
|
63
72
|
|
|
@@ -131,7 +140,9 @@ sap.ui.define(["sap/ui/thirdparty/jquery", './BarcodeScanner', './library', 'sap
|
|
|
131
140
|
jQuery.proxy(this._onScanFail, this),
|
|
132
141
|
jQuery.proxy(this._onInputLiveUpdate, this),
|
|
133
142
|
this.getProperty("dialogTitle"),
|
|
134
|
-
this.getProperty("preferFrontCamera")
|
|
143
|
+
this.getProperty("preferFrontCamera"),
|
|
144
|
+
this.getProperty("frameRate"),
|
|
145
|
+
this.getProperty("zoom")
|
|
135
146
|
);
|
|
136
147
|
};
|
|
137
148
|
|
package/src/sap/ndc/library.js
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
|
-
#This is the resource bundle for the sap.ndc library
|
|
2
|
-
#__ldi.translation.uuid=242cacb8-b0ca-42c0-980c-c7eeb3ce9a2b
|
|
3
|
-
|
|
4
|
-
#XTIT: title of the manual bar code input
|
|
5
|
-
BARCODE_DIALOG_TITLE=Enter Bar Code
|
|
6
|
-
|
|
7
|
-
#XBUT: OK button in the manual bar code input dialog
|
|
8
|
-
BARCODE_DIALOG_OK=OK
|
|
9
|
-
|
|
10
|
-
#XBUT: Cancel button in the manual bar code input dialog
|
|
11
|
-
BARCODE_DIALOG_CANCEL=Cancel
|
|
12
|
-
|
|
13
|
-
#XFLD: Placeholder of the bar code input field
|
|
14
|
-
BARCODE_DIALOG_PLACEHOLDER=Enter bar code
|
|
15
|
-
|
|
16
|
-
#YMSG: Message in the manual bar code input dialog
|
|
17
|
-
BARCODE_DIALOG_MSG=Scanner is not available
|
|
1
|
+
#This is the resource bundle for the sap.ndc library
|
|
2
|
+
#__ldi.translation.uuid=242cacb8-b0ca-42c0-980c-c7eeb3ce9a2b
|
|
3
|
+
|
|
4
|
+
#XTIT: title of the manual bar code input
|
|
5
|
+
BARCODE_DIALOG_TITLE=Enter Bar Code
|
|
6
|
+
|
|
7
|
+
#XBUT: OK button in the manual bar code input dialog
|
|
8
|
+
BARCODE_DIALOG_OK=OK
|
|
9
|
+
|
|
10
|
+
#XBUT: Cancel button in the manual bar code input dialog
|
|
11
|
+
BARCODE_DIALOG_CANCEL=Cancel
|
|
12
|
+
|
|
13
|
+
#XFLD: Placeholder of the bar code input field
|
|
14
|
+
BARCODE_DIALOG_PLACEHOLDER=Enter bar code
|
|
15
|
+
|
|
16
|
+
#YMSG: Message in the manual bar code input dialog
|
|
17
|
+
BARCODE_DIALOG_MSG=Scanner is not available
|
|
18
|
+
|
|
19
|
+
#XMSG: error message for updating parameter of Camera
|
|
20
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=The {0} parameter is out of range.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u0625\u0644\u063A\u0627\u0621
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u0625\u062F\u062E\u0627\u0644 \u0634\u0631\u064A\u0637 \u0627\u0644\u0631\u0645\u0648\u0632
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u0627\u0644\u0645\u0627\u0633\u062D \u0627\u0644\u0636\u0648\u0626\u064A \u063A\u064A\u0631 \u0645\u062A\u0648\u0641\u0631
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u0627\u0644\u0645\u0639\u0627\u0645\u0644 {0} \u062E\u0627\u0631\u062C \u0627\u0644\u0646\u0637\u0627\u0642.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u041E\u0442\u043A\u0430\u0437
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u0412\u044A\u0432\u0435\u0436\u0434\u0430\u043D\u0435 \u043D\u0430 \u0431\u0430\u0440\u043A\u043E\u0434
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u0421\u043A\u0435\u043D\u0435\u0440 \u043D\u0435 \u0435 \u0434\u043E\u0441\u0442\u044A\u043F\u0435\u043D
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u044A\u0440 {0} \u0435 \u0438\u0437\u0432\u044A\u043D \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D\u0430.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u0395\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C1\u03B1\u03B2\u03B4\u03BF\u03BA\u03CE\u03B4\u03B9\u03BA\u03B1
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u039F \u03C3\u03B1\u03C1\u03C9\u03C4\u03AE\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B4\u03B9\u03B1\u03B8\u03AD\u03C3\u03B9\u03BC\u03BF\u03C2
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u0397 \u03C0\u03B1\u03C1\u03AC\u03BC\u03B5\u03C4\u03C1\u03BF\u03C2 {0} \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03BA\u03C4\u03CC\u03C2 \u03B5\u03CD\u03C1\u03BF\u03C5\u03C2.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=[[[\u0108\u0105\u014B\u010B\u0113\u013A\u2219\u2219\u2219\
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=[[[\u0114\u014B\u0163\u0113\u0157 \u0183\u0105\u0157 \u010B\u014F\u018C\u0113\u2219\u2219\u2219\u2219\u2219]]]
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=[[[\u015C\u010B\u0105\u014B\u014B\u0113\u0157 \u012F\u015F \u014B\u014F\u0163 \u0105\u028B\u0105\u012F\u013A\u0105\u0183\u013A\u0113\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=[[[\u0162\u0125\u0113 {0} \u03C1\u0105\u0157\u0105\u0271\u0113\u0163\u0113\u0157 \u012F\u015F \u014F\u0171\u0163 \u014F\u0192 \u0157\u0105\u014B\u011F\u0113.]]]
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u206A\u206A\u206A\u200C\u200C\u200B\u200C\u200C\u200D\u20
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200C\u200D\u200C\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200D\u200D\u200C\u200C\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200D\u200D\u200B\u200B\u200D\u200B\u200C\u200D\u200C\u200C\u200B\u200B\u200C\u200D\u200D\u200D\u206AEnter bar code\u206A\u206A
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u206A\u206A\u206A\u200D\u200B\u200D\u200D\u200D\u200D\u200D\u200C\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200B\u200D\u200C\u200B\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200D\u200B\u206AScanner is not available\u206A\u206A
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200B\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200D\u200C\u200B\u200B\u200D\u200D\u200C\u200D\u200B\u200B\u200B\u200D\u200C\u200C\u200B\u200C\u200D\u200B\u200B\u200D\u200D\u200D\u200D\u200B\u200D\u200B\u200B\u200D\u200D\u206AThe \u200B\u200B\u200B{0}\u200C\u200C\u200C parameter is out of range.\u206A\u206A
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=PK4f1zb09WVrmxuJWtcAQQ_Cancel
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=SGxgDyFLhMau3KU+AH1Oiw_Enter bar code
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=xzUoacc8Qoblu/v4YRHJyA_Scanner is not available
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=homW53Pl9eyYCvMvprJH1Q_The {0} parameter is out of range.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u0930\u0926\u094D\u0926 \u0915\u0930\u0947\u0902
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u092C\u093E\u0930 \u0915\u094B\u0921 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u0938\u094D\u0915\u0948\u0928\u0930 \u0909\u092A\u0932\u092C\u094D\u0918 \u0928\u0939\u0940\u0902
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG={0} \u092A\u0948\u0930\u093E\u092E\u0940\u091F\u0930 \u0936\u094D\u0930\u0947\u0923\u0940 \u0915\u0947 \u092C\u093E\u0939\u0930 \u0939\u0948.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u05D1\u05D8\u05DC
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u05D4\u05D6\u05DF \u05D1\u05E8\u05E7\u05D5\u05D3
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u05E1\u05D5\u05E8\u05E7 \u05DC\u05D0 \u05D6\u05DE\u05D9\u05DF
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u05D4\u05E4\u05E8\u05DE\u05D8\u05E8 {0} \u05DE\u05D7\u05D5\u05E5 \u05DC\u05D8\u05D5\u05D5\u05D7.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u4E2D\u6B62
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u30D0\u30FC\u30B3\u30FC\u30C9\u5165\u529B
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u30B9\u30AD\u30E3\u30CA\u3092\u5229\u7528\u3067\u304D\u307E\u305B\u3093
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG={0} \u30D1\u30E9\u30E1\u30FC\u30BF\u306F\u7BC4\u56F2\u5916\u3067\u3059\u3002
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u0411\u043E\u043B\u0434\u044B\u0440\u043C\u0430\u0443
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u0428\u0442\u0440\u0438\u0445-\u043A\u043E\u0434 \u0435\u043D\u0433\u0456\u0437\u0443
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u0421\u043A\u0430\u043D\u0435\u0440 \u049B\u043E\u043B \u0436\u0435\u0442\u0456\u043C\u0434\u0456 \u0435\u043C\u0435\u0441
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG={0} \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0456 \u0430\u0443\u049B\u044B\u043C\u043D\u0430\u043D \u0442\u044B\u0441.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\uCDE8\uC18C
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\uBC14\uCF54\uB4DC \uC785\uB825
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uC2A4\uCE90\uB108\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG={0} \uB9E4\uAC1C\uBCC0\uC218\uAC00 \uBC94\uC704\uB97C \uBC97\uC5B4\uB0AC\uC2B5\uB2C8\uB2E4.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0448\u0442\u0440\u0438\u0445\u043A\u043E\u0434
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u0421\u043A\u0430\u043D\u0435\u0440 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u0435\u043D
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 {0} \u0432\u043D\u0435 \u0434\u0438\u0430\u043F\u0430\u0437\u043E\u043D\u0430.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u0E1B\u0E49\u0E2D\u0E19\u0E1A\u0E32\u0E23\u0E4C\u0E42\u0E04\u0E49\u0E14
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u0E40\u0E04\u0E23\u0E37\u0E48\u0E2D\u0E07\u0E2A\u0E41\u0E01\u0E19\u0E44\u0E21\u0E48\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E43\u0E0A\u0E49\u0E07\u0E32\u0E19
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u0E1E\u0E32\u0E23\u0E32\u0E21\u0E34\u0E40\u0E15\u0E2D\u0E23\u0E4C {0} \u0E2D\u0E22\u0E39\u0E48\u0E19\u0E2D\u0E01\u0E0A\u0E48\u0E27\u0E07
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=\u0412\u0432\u0435\u0441\u0442\u0438 \u0448\u0442\u0440\u0438\u0445\u043E\u0432\u0438\u0439 \u043A\u043E\u0434
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=\u0421\u043A\u0430\u043D\u0435\u0440 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0438\u0439
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=\u041F\u0430\u0440\u0430\u043C\u0435\u0442\u0440 {0} \u043F\u043E\u0437\u0430 \u043C\u0435\u0436\u0430\u043C\u0438 \u0434\u0456\u0430\u043F\u0430\u0437\u043E\u043D\u0443.
|
|
@@ -8,3 +8,5 @@ BARCODE_DIALOG_CANCEL=Hu\u0309y
|
|
|
8
8
|
BARCODE_DIALOG_PLACEHOLDER=Nh\u00E2\u0323p ma\u0303 va\u0323ch
|
|
9
9
|
|
|
10
10
|
BARCODE_DIALOG_MSG=Kh\u00F4ng co\u0301 s\u0103\u0303n ma\u0301y que\u0301t
|
|
11
|
+
|
|
12
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=Tham s\u00F4\u0301 {0} n\u0103\u0300m ngoa\u0300i pha\u0323m vi.
|