Skip to content

Commit 6a80a48

Browse files
author
AutoTranslator
committed
fix(zh-Hant): automated translation updates
1 parent d2b160b commit 6a80a48

File tree

4 files changed

+55
-9
lines changed

4 files changed

+55
-9
lines changed

locales/zh-Hant/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"browserslist": "extends @sanity/browserslist-config",
5555
"peerDependencies": {
56-
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
56+
"sanity": "^3.22.0 || ^4.0.0-0"
5757
},
5858
"publishConfig": {
5959
"access": "public"

locales/zh-Hant/src/comments.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ export default removeUndefinedLocaleResources({
7575
/** The text shown in the inline comment button */
7676
'inline-add-comment-button.title': '添加評論',
7777

78+
/** The title of the error card shown in the comments inspector */
79+
'inspector-error.title': '載入評論時出了些問題',
80+
7881
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
7982
'list-item.breadcrumb-button-go-to-field-aria-label': '前往{{field}}字段',
8083
/** The button tooltip content for the add reaction button */

locales/zh-Hant/src/structure.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ export default removeUndefinedLocaleResources({
1616
/** Message prompting the user to confirm discarding changes */
1717
'action.discard-changes.confirm-dialog.confirm-discard-changes':
1818
'您確定要放棄自上次發布以來的所有更改嗎?',
19+
/** Message prompting the user to confirm discarding changes */
20+
'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
21+
'您確定要放棄所有更改並刪除此草稿文件嗎?',
22+
/**Header for the confirm discard dialog */
23+
'action.discard-changes.confirm-dialog.header.text': '放棄更改?',
1924
/** Tooltip when action is disabled because the document has no unpublished changes */
2025
'action.discard-changes.disabled.no-change': '此文件沒有未發布的更改',
2126
/** Tooltip when action is disabled because the document is not published */
@@ -147,6 +152,10 @@ export default removeUndefinedLocaleResources({
147152
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
148153
'banners.release.navigate-to-edit-description-multiple_other':
149154
'此文件是<VersionBadge/>發布的一部分,以及其他{{count}}個發布',
155+
/** The text for the banner that appears when a document is not part of any release
156+
* @deprecated – no longer in use
157+
* */
158+
'banners.release.navigate-to-edit-description-none': '此文件不屬於任何發布',
150159
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
151160
'banners.release.navigate-to-edit-description-single': '此文件是<VersionBadge/>發布的一部分',
152161
/** The text for the banner that appears when a document is not in the current global release */

locales/zh-Hant/src/studio.ts

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff 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 */
@@ -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

Comments
 (0)