Communication screen for a specific peripheral device

This commit is contained in:
2026-06-05 13:34:34 +07:00
parent 07611f3ace
commit 196623fb25
12 changed files with 515 additions and 36 deletions
@@ -33,6 +33,15 @@
<string name="clear">Clear</string>
<string name="scanner_title">Scanner</string>
<string name="scan_empty_title">CAN'T SEE YOUR DEVICE?</string>
<string name="no_device_guide_info">1. Make sure the device is connected to a power source and <b>powered on</b>.\n\n2. Make sure the appropriate firmware and SoftDevice are flashed.</string>
<string name="no_device_guide_info">1. Make sure the device is connected to a power source and <b>powered on</b>.\n\n2. Make sure the appropriate firmware and Soft Device are flashed.</string>
<string name="device_disconnected">Disconnected</string>
<string name="device_reason_user">Device disconnected successfully.</string>
<string name="device_reason_timeout">The device is not available.\nPlease check if it is turned on and try again.</string>
<string name="device_reason_link_loss">The device got out of range, or has been turned off.</string>
<string name="device_reason_missing_service">The device is not supported.</string>
<string name="action_cancel">Cancel</string>
<string name="action_retry">Retry</string>
<string name="device_connecting">Connecting…</string>
<string name="device_explanation">It should just take a moment…</string>
</resources>