PM-19978: Build out flight recorder UI (#5009)

This commit is contained in:
David Perez
2025-04-08 14:11:05 -05:00
committed by GitHub
parent c540d3ef47
commit 6ebece1b1e
8 changed files with 374 additions and 7 deletions

View File

@@ -1226,4 +1226,14 @@ Do you want to switch to this account?</string>
<string name="enable_flight_recorder_title">Enable flight recorder</string>
<string name="recorded_logs_title">Recorded logs</string>
<string name="no_logs_recorded">No logs recorded</string>
<string name="experiencing_an_issue">Experiencing an issue?</string>
<string name="enable_temporary_logging_to_collect_and_inspect_logs_locally">Enable temporary logging to collect and inspect logs locally. When enabled, application states and network calls may be logged—never sensitive vault information.</string>
<string name="to_get_started_set_a_logging_duration">To get started, set a logging duration. Logging will automatically turn off after this period, giving you time to capture activity while reproducing any issues.</string>
<string name="logs_will_be_automatically_deleted_after_30_days">Logs will be automatically deleted after 30 days. Bitwarden is only able to access your log data when you share it.</string>
<string name="for_details_on_what_is_and_isnt_logged">For details on what is and isnt logged, visit the\n<annotation link="helpCenter">Bitwarden help center.</annotation></string>
<string name="logging_duration">Logging duration</string>
<string name="flight_recorder_one_hour">1 hour</string>
<string name="flight_recorder_eight_hours">8 hours</string>
<string name="flight_recorder_twenty_four_hours">24 hours</string>
<string name="flight_recorder_one_week">1 week</string>
</resources>