}
{ translate( 'Learn about restores' ) }

{ translate( 'Restore your site' ) }

{ translate( 'Selected restore point: {{strong}}%(backupDisplayDate)s{{/strong}}', { args: { backupDisplayDate, }, components: { strong: , }, } ) }

{ showRealTimeMessage && ( ) }

{ translate( 'Choose the items you wish to restore:' ) }

<> { backupCurrentlyInProgress && ( ) }
); }; const renderInProgress = () => ( <>

{ translate( 'Currently restoring your site' ) }

{ translate( 'We are restoring your site back to {{strong}}%(backupDisplayDate)s{{/strong}}.', { args: { backupDisplayDate, }, components: { strong: , }, } ) }

); const renderFinished = () => ( <>
jetpack cloud restore success

{ translate( 'Your site has been successfully restored.' ) }

{ translate( 'All of your selected items are now restored back to {{strong}}%(backupDisplayDate)s{{/strong}}.', { args: { backupDisplayDate, }, components: { strong: , }, } ) }

); const ErrorDetails = () => { return (

{ translate( 'An error occurred while restoring your site. Please {{button}}try your restore again{{/button}} or contact our support team to resolve the issue.', { components: { button: (