File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,14 @@ export default removeUndefinedLocaleResources({
177177 'buttons.action-menu-button.aria-label' : '打開文件操作' ,
178178 /** The action menu button tooltip */
179179 'buttons.action-menu-button.tooltip' : '文件操作' ,
180+ /** The aria-label for the collapse pane button on the document panel header */
181+ 'buttons.focus-pane-button.aria-label.collapse' : '收合所有面板' ,
182+ /** The aria-label for the focus pane button on the document panel header */
183+ 'buttons.focus-pane-button.aria-label.focus' : '專注面板' ,
184+ /** The tooltip for the collapse pane button on the document panel header */
185+ 'buttons.focus-pane-button.tooltip.collapse' : '收合所有面板' ,
186+ /** The tooltip for the focus pane button on the document panel header */
187+ 'buttons.focus-pane-button.tooltip.focus' : '專注面板' ,
180188 /** The aria-label for the split pane button on the document panel header */
181189 'buttons.split-pane-button.aria-label' : '向右分割窗格' ,
182190 /** The tool tip for the split pane button on the document panel header */
Original file line number Diff line number Diff line change @@ -433,6 +433,8 @@ export default removeUndefinedLocaleResources({
433433 'document-status.date' : '{{date}}' ,
434434 /** Label to show in the document footer indicating the last edited date of the document */
435435 'document-status.edited' : '編輯於 {{date}}' ,
436+ /** Label to show in the document footer status line when a document was last published */
437+ 'document-status.last-published' : '最後發布' ,
436438 /** Label to show in the document footer indicating the document is not published*/
437439 'document-status.not-published' : '未發布' ,
438440 /** Label to show in the document footer indicating the published date of the document */
@@ -1364,6 +1366,8 @@ export default removeUndefinedLocaleResources({
13641366 /** Success toast for rescheduling a draft */
13651367 'release.toast.reschedule-scheduled-draft.success' :
13661368 '預定草稿文件 <strong>{{title}}</strong> 已被重新安排。' ,
1369+ /** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
1370+ 'release.toast.scheduled-draft-published.title' : '預定草稿已發布' ,
13671371 /** Label for when a version of a document has already been added to the release */
13681372 'release.tooltip.already-added' : '此文件的一個版本已經被添加' ,
13691373 /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */
You can’t perform that action at this time.
0 commit comments