@sapui5/sap.ndc 1.108.33 → 1.108.35
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
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.108.
|
|
8
|
+
<version>1.108.35</version>
|
|
9
9
|
|
|
10
10
|
<documentation>SAPUI5 library with controls with native device capabilities.</documentation>
|
|
11
11
|
|
package/src/sap/ndc/library.js
CHANGED
|
@@ -1,16 +1,59 @@
|
|
|
1
|
+
#This is the resource bundle for the sap.ndc library
|
|
2
|
+
#
|
|
1
3
|
|
|
2
|
-
|
|
4
|
+
#XTIT: title of the manual barcode input
|
|
5
|
+
BARCODE_DIALOG_TITLE=KaOroyPN/DAcfONlgJfzoQ_Enter Barcode
|
|
3
6
|
|
|
4
|
-
|
|
7
|
+
#XBUT: OK button in the manual barcode input dialog
|
|
8
|
+
BARCODE_DIALOG_OK=1TESEzQfk258CBgg/zDj/Q_OK
|
|
5
9
|
|
|
6
|
-
|
|
10
|
+
#XBUT: Cancel button in the manual barcode input dialog
|
|
11
|
+
BARCODE_DIALOG_CANCEL=E7WYTMbXO9eRe4b//BpnZw_Cancel
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
#XFLD: Placeholder of the barcode input field
|
|
14
|
+
BARCODE_DIALOG_PLACEHOLDER=RHcRpld/VW4yj7FIzQ13yQ_Enter barcode
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
#YMSG: Message in the manual barcode input dialog
|
|
17
|
+
BARCODE_DIALOG_MSG=MTdOK7MEiZfPV0he7lWhJw_Scanner is not available
|
|
11
18
|
|
|
12
|
-
|
|
19
|
+
#XMSG: error message for updating parameter of Camera
|
|
20
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=07U0vV+a8fwtOmbQnF5iQA_The {0} parameter is out of range.
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
#XTIT: title of the scan barcode dialog
|
|
23
|
+
BARCODE_DIALOG_SCANNING_TITLE=1qCIvW/YsQ5tBbSPYYTxNw_Scan Barcode
|
|
15
24
|
|
|
16
|
-
|
|
25
|
+
#XTOL: Barcode Scanner Button tooltip
|
|
26
|
+
BARCODE_SCANNER_BUTTON_TOOLTIP=TU/8Kwz/EIt6CCelgdCjRQ_Bar Code Scanner Button
|
|
27
|
+
|
|
28
|
+
#XTIT: title of the scan bar busy dialog
|
|
29
|
+
BARCODE_DIALOG_BUSY_TITLE=Wk+NT0gFQX7vqSrrp7oxvA_Loading Libraries
|
|
30
|
+
|
|
31
|
+
#XTXT: text of loading zxing-cpp in the scan bar busy dialog
|
|
32
|
+
BARCODE_DIALOG_BUSY_TEXT_ZXINGCPP=cCtqAHZNOEmN2cOAXk0FNQ_Loading ZXing-cpp library...
|
|
33
|
+
|
|
34
|
+
#XMSG: error message for the stream of Camera
|
|
35
|
+
BARCODE_DIALOG_CAMERA_STREAM_ERROR_MSG=6rbnjhffDs8n3il47Huf/g_Unable to obtain stream.
|
|
36
|
+
|
|
37
|
+
#XMSG: error message for User Media
|
|
38
|
+
BARCODE_DIALOG_CAMERA_OTHER_ERROR_MSG=/9K6oJHouI4iWJ+Xy25itw_The getUserMedia method encountered an error. {0}
|
|
39
|
+
|
|
40
|
+
#XMSG: AbortError message for User Media
|
|
41
|
+
BARCODE_DIALOG_CAMERA_ABORTERROR_ERROR_MSG=Y8qJgUnAFc4zCekqZSZoLA_AbortError\: Device usage prevented by an issue.
|
|
42
|
+
|
|
43
|
+
#XMSG: NotAllowedError message for User Media
|
|
44
|
+
BARCODE_DIALOG_CAMERA_NOTALLOWEDERROR_ERROR_MSG=8NHyX5FGgDa+CqwxlVEFOA_NotAllowedError\: Permission denied.
|
|
45
|
+
|
|
46
|
+
#XMSG: NotFoundError message for User Media
|
|
47
|
+
BARCODE_DIALOG_CAMERA_NOTFOUNDERROR_ERROR_MSG=No5NOiZecyboQ/ZIXr23xg_NotFoundError\: Requested device not found.
|
|
48
|
+
|
|
49
|
+
#XMSG: NotReadableError message for User Media
|
|
50
|
+
BARCODE_DIALOG_CAMERA_NOTREADABLEERROR_ERROR_MSG=SbhtOwPePa7XsfRfQ9ngdQ_NotReadableError\: Device in use.
|
|
51
|
+
|
|
52
|
+
#XMSG: OverconstrainedError message for User Media
|
|
53
|
+
BARCODE_DIALOG_CAMERA_OVERCONSTRAINEDERROR_ERROR_MSG=n47GfjgsCH5OH9qjQgEq5Q_OverconstrainedError\: Constraints could not be satisfied.
|
|
54
|
+
|
|
55
|
+
#XMSG: SecurityError message for User Media
|
|
56
|
+
BARCODE_DIALOG_CAMERA_SECURITYERROR_ERROR_MSG=kU7bZ1cHVsSLm7UXmjNNOw_SecurityError\: User media support disabled on document.
|
|
57
|
+
|
|
58
|
+
#XMSG: TypeError message for User Media
|
|
59
|
+
BARCODE_DIALOG_CAMERA_TYPEERROR_ERROR_MSG=JDJw0pxr/2BTmXGlp3hHIw_TypeError\: Empty constraint list or all constraints set to false, or getUserMedia method called in insecure context.
|