@sapui5/sap.ndc 1.96.32 → 1.96.34
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.96.
|
|
8
|
+
<version>1.96.34</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,10 +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=k1UWrPOhbO+oXFMXf6VPuA_Enter Barcode
|
|
3
6
|
|
|
4
|
-
|
|
7
|
+
#XBUT: OK button in the manual barcode input dialog
|
|
8
|
+
BARCODE_DIALOG_OK=2rk/SYrgDMWjRNhfFWzZ9Q_OK
|
|
5
9
|
|
|
6
|
-
|
|
10
|
+
#XBUT: Cancel button in the manual barcode input dialog
|
|
11
|
+
BARCODE_DIALOG_CANCEL=mxTQJwcisUR1qze219X9ow_Cancel
|
|
7
12
|
|
|
8
|
-
|
|
13
|
+
#XFLD: Placeholder of the barcode input field
|
|
14
|
+
BARCODE_DIALOG_PLACEHOLDER=h92108dA9chiBbwM9Xja3g_Enter barcode
|
|
9
15
|
|
|
10
|
-
|
|
16
|
+
#YMSG: Message in the manual barcode input dialog
|
|
17
|
+
BARCODE_DIALOG_MSG=JjyzCPSU2PyI4YMvpvnWcA_Scanner is not available
|
|
18
|
+
|
|
19
|
+
#XMSG: error message for updating parameter of Camera
|
|
20
|
+
BARCODE_DIALOG_CAMERA_UPDATE_PARAMETER_ERROR_MSG=EeUNxNJHn4jzkTtcT42SzA_The {0} parameter is out of range.
|
|
21
|
+
|
|
22
|
+
#XTIT: title of the scan barcode dialog
|
|
23
|
+
BARCODE_DIALOG_SCANNING_TITLE=rc5VSDPpVU7+FH2OA+4VbA_Scan Barcode
|
|
24
|
+
|
|
25
|
+
#XTOL: Barcode Scanner Button tooltip
|
|
26
|
+
BARCODE_SCANNER_BUTTON_TOOLTIP=ji58ufdvCNP+7+ZWCsRlig_Barcode Scanner Button
|
|
27
|
+
|
|
28
|
+
#XTIT: title of the scan bar busy dialog
|
|
29
|
+
BARCODE_DIALOG_BUSY_TITLE=PFNgHaLp5M8kx0uWlNuk6Q_Loading Libraries
|
|
30
|
+
|
|
31
|
+
#XTXT: text of loading zxing-cpp in the scan bar busy dialog
|
|
32
|
+
BARCODE_DIALOG_BUSY_TEXT_ZXINGCPP=NikF0KZawt3+cTn682WQ8w_Loading ZXing-cpp library...
|
|
33
|
+
|
|
34
|
+
#XMSG: error message for the stream of Camera
|
|
35
|
+
BARCODE_DIALOG_CAMERA_STREAM_ERROR_MSG=qTD6xthp9cEHviPDc6Q+Xg_Unable to obtain stream.
|
|
36
|
+
|
|
37
|
+
#XMSG: error message for User Media
|
|
38
|
+
BARCODE_DIALOG_CAMERA_OTHER_ERROR_MSG=hcDxWYNN2r2Oqj/UrxuuMw_The getUserMedia method encountered an error. {0}
|
|
39
|
+
|
|
40
|
+
#XMSG: AbortError message for User Media
|
|
41
|
+
BARCODE_DIALOG_CAMERA_ABORTERROR_ERROR_MSG=UGWi3s9SZZmhfF1m3/OMkw_AbortError\: Device usage prevented by an issue.
|
|
42
|
+
|
|
43
|
+
#XMSG: NotAllowedError message for User Media
|
|
44
|
+
BARCODE_DIALOG_CAMERA_NOTALLOWEDERROR_ERROR_MSG=XqxjvnoxF3iyD+1LBloZWg_NotAllowedError\: Permission denied.
|
|
45
|
+
|
|
46
|
+
#XMSG: NotFoundError message for User Media
|
|
47
|
+
BARCODE_DIALOG_CAMERA_NOTFOUNDERROR_ERROR_MSG=SSzFHXXAHnxr2H3mNtTQ0w_NotFoundError\: Requested device not found.
|
|
48
|
+
|
|
49
|
+
#XMSG: NotReadableError message for User Media
|
|
50
|
+
BARCODE_DIALOG_CAMERA_NOTREADABLEERROR_ERROR_MSG=PWG3A3NfEQChpJXdSY7+0g_NotReadableError\: Device in use.
|
|
51
|
+
|
|
52
|
+
#XMSG: OverconstrainedError message for User Media
|
|
53
|
+
BARCODE_DIALOG_CAMERA_OVERCONSTRAINEDERROR_ERROR_MSG=mp9q9B17POA9F+mjHWM+AQ_OverconstrainedError\: Constraints could not be satisfied.
|
|
54
|
+
|
|
55
|
+
#XMSG: SecurityError message for User Media
|
|
56
|
+
BARCODE_DIALOG_CAMERA_SECURITYERROR_ERROR_MSG=3RLe9kBzwCh1qtf78C89BQ_SecurityError\: User media support disabled on Document.
|
|
57
|
+
|
|
58
|
+
#XMSG: TypeError message for User Media
|
|
59
|
+
BARCODE_DIALOG_CAMERA_TYPEERROR_ERROR_MSG=VTT7QseA5ZdXi5iLsqRBXw_TypeError\: Empty constraint list or all constraints set to false, or getUserMedia method called in insecure context.
|