wjc
2025-07-07 be8cd0c440b19ea676bb2de4f9378569234e01d8
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>