"description":"If linux system has pkcheck and we were able to install .policy files, this is the dialog header the user will see on the polkit prompt before showing the key"
"description":"If linux system has pkcheck and we were able to install .policy files, this is the dialog header the user will see on the polkit prompt before showing the key"
"messageformat":"Authentication is required to view your backup key.",
"description":"If linux system has pkcheck and we were able to install .policy files, this is the dialog text the user will see on the polkit prompt before showing the key"
"messageformat":"Authentication is required to view your recovery key.",
"description":"If linux system has pkcheck and we were able to install .policy files, this is the dialog text the user will see on the polkit prompt before showing the key"
"messageformat":"This key is required to recover your account and data. Store this key somewhere safe. If you lose it, you won’t be able to recover your account. <learnMoreLink>Learn more.</learnMoreLink>",
"description":"Description for viewing the backup key for local message backups."
"description":"Description for viewing the recovery (backup) key for local message backups."
"messageformat":"Signal will not be able to help you restore your backup if you lose your key. Store it somewhere safe and secure, and do not share it with others.",
"description":"Body text of modal shown after you confirmed the backup key for local on-device backups in settings"
"description":"Body text of modal shown after you confirmed the recovery (backup) key for local on-device backups in settings"
"description":"Shown as part of an OS prompt with a final string like 'Signal Desktop is trying to enable backups'"
@@ -8514,6 +8550,18 @@
"messageformat":"Authentication is required to enable backups.",
"description":"If linux system has pkcheck and we were able to install .policy files, this is the dialog text the user will see on the polkit prompt before enabling backups"
"messageformat":"This action could not be completed because system authentication failed. Please try again or open the Signal app on your mobile device and go to Backup Settings to view your recovery key.",
"description":"Error shown in local backups settings when system authentication fails while trying to view the recovery key."
"messageformat":"This action could not be completed because Windows Hello is not enabled on your computer. Please set up Windows Hello and try again, or open the Signal app on your mobile device and go to Backup Settings to view your recovery key.",
"description":"Error shown in local backups settings on Windows when Windows Hello is not available while trying to view the recovery key."
"messageformat":"The action could not be completed because authentication is not available on this computer. Please open the Signal app on your mobile device and go to Backup Settings to view your recovery key.",
"description":"Error shown in local backups settings when system authentication is unavailable while trying to view the recovery key."
},
"icu:Preferences__view-key":{
"messageformat":"View key",
"description":"Button to view the backup key which is used to restore a message history backup"
@@ -8522,10 +8570,18 @@
"messageformat":"Backup key",
"description":"Name for the key code used to restore a message history backup"
},
"icu:Preferences__recovery-key":{
"messageformat":"Recovery key",
"description":"Name for the key code used to restore a message history backup"
},
"icu:Preferences__backup-key-description":{
"messageformat":"Your backup key is a 64-digit code used to restore your backup",
"description":"Description for the key code used to restore a message history backup"
},
"icu:Preferences__recovery-key-description":{
"messageformat":"Your recovery key is a 64-digit code used to restore your backup",
"description":"Description for the key code used to restore a message history backup"
},
"icu:Preferences__backup-other-ways":{
"messageformat":"Other ways to back up",
"description":"Heading on the backups settings view for alternative backup methods such as on-device backups."
@@ -714,12 +715,14 @@ function getOSAuthErrorString(
// TODO: DESKTOP-8895
if(authError==='unauthorized'){
return'This action could not be completed because system authentication failed. Please try again or open the Signal app on your mobile device and go to Backup Settings to view your backup key.';
return'This action could not be completed because Windows Hello is not enabled on your computer. Please set up Windows Hello and try again, or open the Signal app on your mobile device and go to Backup Settings to view your backup key.';
return'The action could not be completed because authentication is not available on this computer. Please open the Signal app on your mobile device and go to Backup Settings to view your backup key.';
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.