feat: local backup enhancements (#714)

This commit is contained in:
Daniel Lautzenheiser
2023-04-19 13:30:21 -04:00
committed by GitHub
parent 39bb9647b2
commit 804c09415b
49 changed files with 348 additions and 140 deletions

View File

@ -120,9 +120,6 @@ const en: LocalePhrasesRoot = {
onDeletePublishedEntryTitle: 'Delete this published entry?',
onDeletePublishedEntryBody: 'Are you sure you want to delete this published entry?',
loadingEntry: 'Loading entry...',
confirmLoadBackupTitle: 'Use local backup?',
confirmLoadBackupBody:
'A local backup was recovered for this entry, would you like to use it?',
},
editorInterface: {
sideBySideI18n: 'I18n Side by Side',
@ -155,6 +152,9 @@ const en: LocalePhrasesRoot = {
inReview: 'In review',
ready: 'Ready',
publishNow: 'Publish now',
discardChanges: 'Discard changes',
discardChangesTitle: 'Discard changes',
discardChangesBody: 'Are you sure you want to discard the unsaved changed?',
},
editorWidgets: {
markdown: {
@ -279,6 +279,9 @@ const en: LocalePhrasesRoot = {
default: {
goBackToSite: 'Go back to site',
},
localBackup: {
hasLocalBackup: 'Has local backup',
},
errorBoundary: {
title: 'Error',
details: "There's been an error - please ",