@@ -69,15 +69,15 @@ const structureLocaleStrings = defineLocalesResources('structure', {
69
69
/** Tooltip when publish button is waiting for validation and async tasks to complete.*/
70
70
'action.publish.waiting' : 'Waiting for tasks to finish before publishing' ,
71
71
72
- /** Message prompting the user to confirm that they want to restore to an earlier version */
72
+ /** Message prompting the user to confirm that they want to restore to an earlier revision */
73
73
'action.restore.confirm.message' : 'Are you sure you want to restore this document?' ,
74
- /** Fallback tooltip for when user is looking at the initial version */
75
- 'action.restore.disabled.cannot-restore-initial' : "You can't restore to the initial version " ,
74
+ /** Fallback tooltip for when user is looking at the initial revision */
75
+ 'action.restore.disabled.cannot-restore-initial' : "You can't restore to the initial revision " ,
76
76
77
77
/** Label for the "Restore" document action */
78
- 'action.restore.label' : 'Restore ' ,
78
+ 'action.restore.label' : 'Revert to revision ' ,
79
79
/** Default tooltip for the action */
80
- 'action.restore.tooltip' : 'Restore to this version ' ,
80
+ 'action.restore.tooltip' : 'Restore to this revision ' ,
81
81
82
82
/** Tooltip when action is disabled because the document is not already published */
83
83
'action.unpublish.disabled.not-published' : 'This document is not published' ,
@@ -90,7 +90,7 @@ const structureLocaleStrings = defineLocalesResources('structure', {
90
90
'This document has live edit enabled and cannot be unpublished' ,
91
91
92
92
/** The text for the restore button on the deleted document banner */
93
- 'banners.deleted-document-banner.restore-button.text' : 'Restore most recent version ' ,
93
+ 'banners.deleted-document-banner.restore-button.text' : 'Restore most recent revision ' ,
94
94
/** The text content for the deleted document banner */
95
95
'banners.deleted-document-banner.text' : 'This document has been deleted.' ,
96
96
/** The text content for the deprecated document type banner */
@@ -147,7 +147,14 @@ const structureLocaleStrings = defineLocalesResources('structure', {
147
147
'buttons.split-pane-close-button.title' : 'Close split pane' ,
148
148
/** The title for the close group button on the split pane on the document panel header */
149
149
'buttons.split-pane-close-group-button.title' : 'Close pane group' ,
150
-
150
+ /** The label used in the changes inspector for the from selector */
151
+ 'changes.from.label' : 'From' ,
152
+ /* The label for the history tab in the changes inspector*/
153
+ 'changes.tab.history' : 'History' ,
154
+ /* The label for the review tab in the changes inspector*/
155
+ 'changes.tab.review-changes' : 'Review changes' ,
156
+ /** The label used in the changes inspector for the to selector */
157
+ 'changes.to.label' : 'To' ,
151
158
/** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
152
159
'confirm-delete-dialog.cancel-button.text' : 'Cancel' ,
153
160
/** Used in `confirm-delete-dialog.cdr-summary.title` */
@@ -378,7 +385,7 @@ const structureLocaleStrings = defineLocalesResources('structure', {
378
385
'<Strong>{{title}}</Strong> was restored' ,
379
386
/** The text when an unpublish operation succeeded */
380
387
'panes.document-operation-results.operation-success_unpublish' :
381
- '<Strong>{{title}}</Strong> was unpublished. A draft has been created from the latest published version .' ,
388
+ '<Strong>{{title}}</Strong> was unpublished. A draft has been created from the latest published revision .' ,
382
389
/** The document title shown when document title is "undefined" in operation message */
383
390
'panes.document-operation-results.operation-undefined-title' : 'Untitled' ,
384
391
/** The title of the reconnecting toast */
@@ -467,6 +474,15 @@ const structureLocaleStrings = defineLocalesResources('structure', {
467
474
'structure-error.reload-button.text' : 'Reload' ,
468
475
/** Labels the structure path of the structure error screen */
469
476
'structure-error.structure-path.label' : 'Structure path' ,
477
+
478
+ /** The aria label for the menu button in the timeline item */
479
+ 'timeline-item.menu-button.aria-label' : 'Open action menu' ,
480
+ /** The text for the tooltip in menu button the timeline item */
481
+ 'timeline-item.menu-button.tooltip' : 'Actions' ,
482
+ /** The text for the collapse action in the timeline item menu */
483
+ 'timeline-item.menu.action-collapse' : 'Collapse' ,
484
+ /** The text for the expand action in the timeline item menu */
485
+ 'timeline-item.menu.action-expand' : 'Expand' ,
470
486
} )
471
487
472
488
/**
0 commit comments