Handle rate limits when rotating recovery key.

This commit is contained in:
Michelle Tang
2025-11-04 16:59:14 -05:00
parent 800155e5a6
commit b2013e5d75
10 changed files with 142 additions and 11 deletions

View File

@@ -8783,6 +8783,16 @@
<!-- No backup to Restore tonal cta to skip restore -->
<string name="NoBackupToRestore_skip_restore">Skip restore</string>
<!-- Dialog title when the recovery key change limit is reached -->
<string name="MessageBackupsKeyRecordScreen__limit_reached_title">Recovery key limit reached</string>
<!-- Dialog body when the recovery key change limit is reached -->
<string name="MessageBackupsKeyRecordScreen__limit_reached_body">You successfully created a new recovery key, but to prevent abuse the number of new keys you can create is limited. You will not be able to create another key for 7 days. Store your recovery key somewhere safe and secure.</string>
<!-- Dialog title when the recovery key change limit is exhausted and you cannot create a new key -->
<string name="MessageBackupsKeyRecordScreen__limit_exceeded_title">Cant create new key</string>
<!-- Dialog body when the recovery key change limit is exhausted and you cannot create a new key. Placeholder is number of days remaining until they can create a new key. -->
<string name="MessageBackupsKeyRecordScreen__limit_exceeded_body">Youve exhausted the number of new keys you can create. You will be able to create a new recovery key in 7 days. If you believe someone may be able to access your backup, you can choose to “Turn off and delete backup.”</string>
<!-- Button to acknowledge and dismiss dialog -->
<string name="MessageBackupsKeyRecordScreen__ok">OK</string>
<!-- Accessibility label for close search button in MainToolbar -->
<string name="MainToolbar__close_search_content_description">Close search</string>
<!-- Accessibility label for clear search query in MainToolbar -->