<resources>
    <string name="app_name">JUMPER SDK</string>
    <string name="app_copyright">© 2024 JUMPER Medical. All rights reserved.</string>

    <string name="text_yes">Yes</string>
    <string name="text_no">No</string>

    <string name="device_item_scale">Weight Scale</string>
    <string name="device_item_oximeter">Oximeter</string>
    <string name="device_item_sphygmomanometer">Blood Pressure Monitor</string>
    <string name="device_item_thermometer">Thermometer</string>
    <string name="device_item_fetal_doppler">Fetal Doppler</string>
    <string name="device_item_therapy">TENS Therapy</string>

    <string name="ble_state_idle">Idle</string>
    <string name="ble_state_scanning">Scanning…</string>
    <string name="ble_state_scan_failed">Scan failed!\nPlease check the log.</string>
    <string name="ble_state_connecting">Connecting…</string>
    <string name="ble_state_connected">Connected</string>
    <string name="ble_state_connect_failed">Connect failed!\nPlease check the log</string>
    <string name="ble_request_enable_bluetooth_failed">Please enable Bluetooth and try again</string>
    <string name="ble_request_bluetooth_permissions_failed">Please grant permissions and try again</string>

    <!--  Weight Activity  -->
    <string name="weight_value_format">%.1f %s</string>
    <string name="user_info">User Info</string>
    <string name="saved_sex_key" translatable="false">Sex</string>
    <string name="height">Height (cm)</string>
    <string name="saved_height_key" translatable="false">height</string>
    <string name="age">Age</string>
    <string name="saved_age_key" translatable="false">Age</string>
    <string name="invalid_height">Invalid height</string>
    <string name="invalid_age">Invalid age</string>
    <string name="weight_unit_kilogram">KG</string>
    <string name="weight_unit_pound">LB</string>


    <!--  Blood Oxygen Activity  -->
    <string name="blood_oxygen_value_format">SpO2:\t%1$d %%\nPR:\t%2$d bpm\nPI:\t%3$.1f %%</string>
    <string name="blood_oxygen_invalid_value">SpO2:\t---\nPR:\t---\nPI:\t---</string>
    <string name="blood_oxygen_btn_sync_time">Sync Time</string>
    <string name="blood_oxygen_btn_read_limits">Read thresholds</string>

    <!--  Blood Pressure Activity  -->
    <string name="blood_pressure_measuring_value">Testing: %1$d mmHg</string>
    <string name="blood_pressure_completed_value">Systolic: %1$d mmHg\nDiastolic: %2$d mmHg\nPulse Rate: %3$d bpm</string>
    <string name="blood_pressure_failed_message">Test Failed: %1$s</string>
    <string name="blood_pressure_btn_sync_start">Start Measuring</string>
    <string name="blood_pressure_btn_shutdown">Shutdown</string>
    <string name="blood_pressure_btn_sync_time">Sync Time</string>
    <string name="blood_pressure_dialog_tips">Tip</string>
    <string name="blood_pressure_dialog_sync_time_desc">This feature is only available for devices that support offline storage.\nAfter synchronization, the device will upload the records measured during the offline period.</string>

    <!-- Temperature Activity -->
    <string name="temperature_value_format">%s: %.1f %s</string>
    <string name="temperature_unit_celsius">℃</string>
    <string name="temperature_unit_fahrenheit">℉</string>
    <string name="temperature_mode_ear">Ear</string>
    <string name="temperature_mode_forehead">Forehead</string>
    <string name="temperature_mode_object">Object</string>

    <!--  Fetal Heart Activity  -->
    <string name="fetal_heart_value_format">FHR:\t%1$d\nTOCO:\t%2$d\nAFM:\t%3$d</string>
    <string name="fetal_heart_value_format2">FHR:\t%1$d</string>
    <string name="fetal_heart_btn_reset_toco">Reset TOCO</string>
    <string name="fetal_heart_btn_wakeup">Wake up</string>
    <string name="fetal_heart_btn_reset_afm">Reset AFM</string>
    <string name="fetal_heart_toast_recording">Recording...</string>
    <string name="fetal_heart_toast_saved">Saved to %s</string>
    <string name="fetal_heart_wired_tip">Please connect the fetal Doppler</string>
    <string name="fetal_heart_recording_permission_required">Microphone permission is required to capture fetal heart sounds</string>
    <string name="fetal_heart_capture_sound_in">Capturing sound...</string>
    <string name="fetal_heart_bluetooth_connection">Bluetooth connection</string>
    <string name="fetal_heart_bluetooth_description">The fetal heart device does not come with an audio cable, which can be connected to the mobile phone using bluetooth</string>
    <string name="fetal_heart_wired_connection">Wired connection</string>
    <string name="fetal_heart_wired_description">The fetal heart device has an audio cable, and the audio cable must be used to connect the mobile phone</string>

    <!--  TENS Activity  -->
    <string name="tens_mode_combination">Combination</string>
    <string name="tens_mode_acupuncture">Acupuncture</string>
    <string name="tens_mode_tapping">Tapping</string>
    <string name="tens_mode_scraping">Scraping</string>
    <string name="tens_mode_massage">Massage</string>
    <string name="tens_start">Start</string>
    <string name="tens_stop">Stop</string>
    <string name="tens_electrode_detached_tips">Electrode detached, please check and try again</string>
    <string name="tens_device_power_off_tips">Device has been turned off</string>
    <string name="tens_device_turn_off_prompt">Turn off the device?</string>
    <string name="tens_treatment_duration">Duration</string>
    <string name="tens_treatment_intensity">Intensity</string>

</resources>