Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/zh-Hant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"browserslist": "extends @sanity/browserslist-config",
"peerDependencies": {
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
"sanity": "^3.22.0 || ^4.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions locales/zh-Hant/src/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export default removeUndefinedLocaleResources({
/** The text shown in the inline comment button */
'inline-add-comment-button.title': '添加評論',

/** The title of the error card shown in the comments inspector */
'inspector-error.title': '載入評論時出了些問題',

/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
'list-item.breadcrumb-button-go-to-field-aria-label': '前往{{field}}字段',
/** The button tooltip content for the add reaction button */
Expand Down
9 changes: 9 additions & 0 deletions locales/zh-Hant/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export default removeUndefinedLocaleResources({
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes':
'您確定要放棄自上次發布以來的所有更改嗎?',
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
'您確定要放棄所有更改並刪除此草稿文件嗎?',
/**Header for the confirm discard dialog */
'action.discard-changes.confirm-dialog.header.text': '放棄更改?',
/** Tooltip when action is disabled because the document has no unpublished changes */
'action.discard-changes.disabled.no-change': '此文件沒有未發布的更改',
/** Tooltip when action is disabled because the document is not published */
Expand Down Expand Up @@ -147,6 +152,10 @@ export default removeUndefinedLocaleResources({
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
'banners.release.navigate-to-edit-description-multiple_other':
'此文件是<VersionBadge/>發布的一部分,以及其他{{count}}個發布',
/** The text for the banner that appears when a document is not part of any release
* @deprecated – no longer in use
* */
'banners.release.navigate-to-edit-description-none': '此文件不屬於任何發布',
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
'banners.release.navigate-to-edit-description-single': '此文件是<VersionBadge/>發布的一部分',
/** The text for the banner that appears when a document is not in the current global release */
Expand Down
50 changes: 42 additions & 8 deletions locales/zh-Hant/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ export default removeUndefinedLocaleResources({
'document-status.date': '{{date}}',
/** Label to show in the document footer indicating the last edited date of the document */
'document-status.edited': '編輯於 {{date}}',
/** Label to show in the document footer status line when a document was last published */
'document-status.last-published': '最後發布',
/** Label to show in the document footer indicating the document is not published*/
'document-status.not-published': '未發布',
/** Label to show in the document footer indicating the published date of the document */
Expand Down Expand Up @@ -1290,10 +1292,22 @@ export default removeUndefinedLocaleResources({
'release.dialog.create.confirm': '創建發布',
/** Title for creating releases dialog */
'release.dialog.create.title': '新建發布',
/** Body text for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.body': '您確定要刪除這個預定草稿嗎?此操作無法撤銷。',
/** Body text when deleting scheduled draft and draft is already up to date */
'release.dialog.delete-schedule-draft.body-already-current':
'刪除這個預定草稿?您的草稿已經是最新的。',
/** Body text when deleting scheduled draft and changes will be saved to draft */
'release.dialog.delete-schedule-draft.body-will-save-to-draft':
'刪除這個預定草稿?您的更改將被保存到草稿。',
/** Body text when deleting scheduled draft with checkbox shown for user choice */
'release.dialog.delete-schedule-draft.body-with-choice': '刪除這個預定草稿?',
/** Confirm button text for deleting a scheduled draft */
'release.dialog.delete-schedule-draft.confirm': '是的,刪除排程',
/** Checkbox label for copying scheduled draft to draft before deletion */
'release.dialog.delete-schedule-draft.copy-checkbox':
'通過將它們複製到草稿來保留我的預定更改(推薦)',
/** Explanation text shown when scheduled draft has different changes than current draft */
'release.dialog.delete-schedule-draft.different-changes-explanation':
'您的預定草稿與您當前的草稿有不同的更改。',
/** Header for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.header': '刪除預定草稿',
/** Body text for change schedule dialog */
Expand Down Expand Up @@ -1334,9 +1348,13 @@ export default removeUndefinedLocaleResources({
'release.schedule-dialog.publish-date-in-past-warning': '請安排一個未來的時間和日期。',
/** Label for date picker when scheduling a release */
'release.schedule-dialog.select-publish-date-label': '發布於',
/** The toast description that will be shown when the user has a release perspective which is now archived */
/** The toast description that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.description': '此發布已被取消固定',
/** The toast title that will be shown when the user has a release perspective which is now archived */
/** The toast title that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.title': '「{{title}}」發布已存檔',
/** The toast title that will be shown the creating a release fails */
'release.toast.create-release-error.title': '創建發布失敗',
Expand All @@ -1346,25 +1364,33 @@ export default removeUndefinedLocaleResources({
/** Success toast for deleting a scheduled draft */
'release.toast.delete-schedule-draft.success':
'預定草稿文件 <strong>{{title}}</strong> 已被刪除。',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
* */
'release.toast.not-found-release.title': "找不到 '{{title}}' 發布",
/** Error toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.error':
'無法立即發布預定草稿文件 <strong>{{title}}</strong>:{{error}}',
/** Success toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.success':
'預定草稿文件 <strong>{{title}}</strong> 已被發布。',
/** The toast description that will be shown when the user has a release perspective which is now published */
/** The toast description that will be shown when the user has a release perspective which is now published
* @deprecated – no longer needed
**/
'release.toast.published-release.description': '此發布已被取消固定',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
**/
'release.toast.published-release.title': '「{{title}}」發布已發布',
/** Error toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.error':
'無法重新安排預定草稿文件 <strong>{{title}}</strong>:{{error}}',
/** Success toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.success':
'預定草稿文件 <strong>{{title}}</strong> 已被重新安排。',
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published
* @deprecated – no longer needed
* */
'release.toast.scheduled-draft-published.title': '已發布預定草稿',
/** Label for when a version of a document has already been added to the release */
'release.tooltip.already-added': '此文件的一個版本已經被添加',
Expand All @@ -1379,6 +1405,14 @@ export default removeUndefinedLocaleResources({
/** Tooltip for the dropdown to show all versions of document */
'release.version-list.tooltip': '查看所有文件版本',

/** Button text for contacting support in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.contact-support': '聯繫支持',
/** Header for the releases misconfiguration dialog */
'releases.upsell.misconfiguration.header': '內容發布配置問題',
/** Message shown in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.message':
'您的項目已啟用內容發布,但似乎存在與您的發布限制相關的配置問題。請聯繫支持以正確配置您的內容發布。',

/** Confirm button text for the schedule publish dialog */
'schedule-publish-dialog.confirm': '安排',
/** Description for the schedule publish dialog */
Expand Down
Loading