mac
2024-07-16 3ec7de773bff5582411c6f1f659d35cf8fb1734a
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>