@@ -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 */
@@ -1290,10 +1292,22 @@ export default removeUndefinedLocaleResources({
12901292 'release.dialog.create.confirm' : '創建發布' ,
12911293 /** Title for creating releases dialog */
12921294 'release.dialog.create.title' : '新建發布' ,
1293- /** Body text for the dialog confirming deletion of a scheduled draft */
1294- 'release.dialog.delete-schedule-draft.body' : '您確定要刪除這個預定草稿嗎?此操作無法撤銷。' ,
1295+ /** Body text when deleting scheduled draft and draft is already up to date */
1296+ 'release.dialog.delete-schedule-draft.body-already-current' :
1297+ '刪除這個預定草稿?您的草稿已經是最新的。' ,
1298+ /** Body text when deleting scheduled draft and changes will be saved to draft */
1299+ 'release.dialog.delete-schedule-draft.body-will-save-to-draft' :
1300+ '刪除這個預定草稿?您的更改將被保存到草稿。' ,
1301+ /** Body text when deleting scheduled draft with checkbox shown for user choice */
1302+ 'release.dialog.delete-schedule-draft.body-with-choice' : '刪除這個預定草稿?' ,
12951303 /** Confirm button text for deleting a scheduled draft */
12961304 'release.dialog.delete-schedule-draft.confirm' : '是的,刪除排程' ,
1305+ /** Checkbox label for copying scheduled draft to draft before deletion */
1306+ 'release.dialog.delete-schedule-draft.copy-checkbox' :
1307+ '通過將它們複製到草稿來保留我的預定更改(推薦)' ,
1308+ /** Explanation text shown when scheduled draft has different changes than current draft */
1309+ 'release.dialog.delete-schedule-draft.different-changes-explanation' :
1310+ '您的預定草稿與您當前的草稿有不同的更改。' ,
12971311 /** Header for the dialog confirming deletion of a scheduled draft */
12981312 'release.dialog.delete-schedule-draft.header' : '刪除預定草稿' ,
12991313 /** Body text for change schedule dialog */
@@ -1334,9 +1348,13 @@ export default removeUndefinedLocaleResources({
13341348 'release.schedule-dialog.publish-date-in-past-warning' : '請安排一個未來的時間和日期。' ,
13351349 /** Label for date picker when scheduling a release */
13361350 'release.schedule-dialog.select-publish-date-label' : '發布於' ,
1337- /** The toast description that will be shown when the user has a release perspective which is now archived */
1351+ /** The toast description that will be shown when the user has a release perspective which is now archived
1352+ * @deprecated – no longer needed
1353+ * */
13381354 'release.toast.archived-release.description' : '此發布已被取消固定' ,
1339- /** The toast title that will be shown when the user has a release perspective which is now archived */
1355+ /** The toast title that will be shown when the user has a release perspective which is now archived
1356+ * @deprecated – no longer needed
1357+ * */
13401358 'release.toast.archived-release.title' : '「{{title}}」發布已存檔' ,
13411359 /** The toast title that will be shown the creating a release fails */
13421360 'release.toast.create-release-error.title' : '創建發布失敗' ,
@@ -1346,25 +1364,33 @@ export default removeUndefinedLocaleResources({
13461364 /** Success toast for deleting a scheduled draft */
13471365 'release.toast.delete-schedule-draft.success' :
13481366 '預定草稿文件 <strong>{{title}}</strong> 已被刪除。' ,
1349- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1367+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1368+ * @deprecated – no longer needed
1369+ * */
13501370 'release.toast.not-found-release.title' : "找不到 '{{title}}' 發布" ,
13511371 /** Error toast for running a scheduled publish immediately */
13521372 'release.toast.publish-scheduled-draft.error' :
13531373 '無法立即發布預定草稿文件 <strong>{{title}}</strong>:{{error}}' ,
13541374 /** Success toast for running a scheduled publish immediately */
13551375 'release.toast.publish-scheduled-draft.success' :
13561376 '預定草稿文件 <strong>{{title}}</strong> 已被發布。' ,
1357- /** The toast description that will be shown when the user has a release perspective which is now published */
1377+ /** The toast description that will be shown when the user has a release perspective which is now published
1378+ * @deprecated – no longer needed
1379+ **/
13581380 'release.toast.published-release.description' : '此發布已被取消固定' ,
1359- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1381+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1382+ * @deprecated – no longer needed
1383+ **/
13601384 'release.toast.published-release.title' : '「{{title}}」發布已發布' ,
13611385 /** Error toast for rescheduling a draft */
13621386 'release.toast.reschedule-scheduled-draft.error' :
13631387 '無法重新安排預定草稿文件 <strong>{{title}}</strong>:{{error}}' ,
13641388 /** Success toast for rescheduling a draft */
13651389 'release.toast.reschedule-scheduled-draft.success' :
13661390 '預定草稿文件 <strong>{{title}}</strong> 已被重新安排。' ,
1367- /** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
1391+ /** The toast title that will be shown when the user has a scheduled draft perspective which is now published
1392+ * @deprecated – no longer needed
1393+ * */
13681394 'release.toast.scheduled-draft-published.title' : '已發布預定草稿' ,
13691395 /** Label for when a version of a document has already been added to the release */
13701396 'release.tooltip.already-added' : '此文件的一個版本已經被添加' ,
@@ -1379,6 +1405,14 @@ export default removeUndefinedLocaleResources({
13791405 /** Tooltip for the dropdown to show all versions of document */
13801406 'release.version-list.tooltip' : '查看所有文件版本' ,
13811407
1408+ /** Button text for contacting support in the releases misconfiguration dialog */
1409+ 'releases.upsell.misconfiguration.contact-support' : '聯繫支持' ,
1410+ /** Header for the releases misconfiguration dialog */
1411+ 'releases.upsell.misconfiguration.header' : '內容發布配置問題' ,
1412+ /** Message shown in the releases misconfiguration dialog */
1413+ 'releases.upsell.misconfiguration.message' :
1414+ '您的項目已啟用內容發布,但您的發布限制似乎存在配置問題。請聯繫支持以正確配置您的內容發布。' ,
1415+
13821416 /** Confirm button text for the schedule publish dialog */
13831417 'schedule-publish-dialog.confirm' : '安排' ,
13841418 /** Description for the schedule publish dialog */
0 commit comments