mac
2024-07-01 f96eb57f7051d52a06ec3965bbbc5ab3c0b0a3de
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>