hxb
2024-06-25 c660f059d4e07a1b784442a1bbb4a5109b82e837
1
2
3
4
5
6
7
8
9
10
11
12
<resources>
    <string name="app_name">third_zxing2</string>
    <string name="scan_title">Scanning</string>
 
    <!--扫码-->
    <string name="zxing_scan_tips">Place the QR code in the box to automatically scan</string>
    <string name="capture_no_camera">You do not have permission to access the camera. Please open access permissions and try again</string>
    <string name="capture_no_result">No results were scanned</string>
    <string name="capture_no_network">The current network is not available. Please check the network and try again</string>
    <string name="capture_no_result2">No results were scanned, it may not be a valid QR code</string>
    <string name="scan_cancel">Cancel</string>
</resources>