Skip to content

Commit dd0a8e6

Browse files
github-actions[bot]AutoTranslator
and
AutoTranslator
authored
fix(zh-Hans): automated translation updates (#1186)
Co-authored-by: AutoTranslator <[email protected]>
1 parent cc7cebc commit dd0a8e6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

locales/zh-Hans/src/structure.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,17 @@ export default removeUndefinedLocaleResources({
382382
'panes.document-header-title.new.text': '新建 {{schemaType}}',
383383
/** The text used in the document header title if no other title can be determined */
384384
'panes.document-header-title.untitled.text': '无标题',
385+
/** The help text saying that we'll retry fetching the document list */
386+
'panes.document-list-pane.error.retrying': '正在重试…',
385387
/** The error text on the document list pane */
386388
'panes.document-list-pane.error.text': '错误:<Code>{{error}}</Code>',
389+
/** The error text on the document list pane */
390+
'panes.document-list-pane.error.text.dev': '错误:<Code>{{error}}</Code>',
391+
/** The error text on the document list pane if the browser appears to be offlline */
392+
'panes.document-list-pane.error.text.offline': '互联网连接似乎已断开。',
387393
/** The error title on the document list pane */
388394
'panes.document-list-pane.error.title': '无法获取列表项',
395+
'panes.document-list-pane.error.will-retry-automatically_other': '正在重试… (#{{count}})。',
389396
/** The text of the document list pane if more than a maximum number of documents are returned */
390397
'panes.document-list-pane.max-items.text': '最多显示 {{limit}} 个文档',
391398
/** The text of the document list pane if no documents are found for a specified type */
@@ -394,6 +401,8 @@ export default removeUndefinedLocaleResources({
394401
'panes.document-list-pane.no-documents.text': '未找到结果',
395402
/** The text of the document list pane if no documents are found matching specified criteria */
396403
'panes.document-list-pane.no-matching-documents.text': '没有匹配的文档',
404+
/** The search input for the search input on the document list pane */
405+
'panes.document-list-pane.reconnecting': '尝试连接中…',
397406
/** The aria-label for the search input on the document list pane */
398407
'panes.document-list-pane.search-input.aria-label': '搜索列表',
399408
/** The search input for the search input on the document list pane */

locales/zh-Hans/src/studio.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,14 @@ export default removeUndefinedLocaleResources({
146146
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
147147
'asset-sources.dataset.file.title': 'Workspace 文件',
148148
'asset-sources.dataset.image.title': 'Workspace 图像',
149+
/** Error messages for the Media Library Asset Source */
150+
'asset-sources.media-library.error.library-could-not-be-resolved':
151+
'尝试解析此项目的媒体库时出了些问题。',
149152
/** Menu Items for Media Library Asset Source */
150153
'asset-sources.media-library.file.title': '媒体库',
151154
'asset-sources.media-library.image.title': '媒体库',
155+
/** Info messages for the Media Library Asset Source */
156+
'asset-sources.media-library.info.provisioning': '请稍候,我们正在准备您的媒体库',
152157

153158
/** Label when a release has been deleted by a different user */
154159
'banners.deleted-bundle-banner.text': "发布 '<strong>{{title}}</strong>' 已被删除。",
@@ -343,6 +348,8 @@ export default removeUndefinedLocaleResources({
343348
'common.dialog.confirm-button.text': '确认',
344349
/** Default text in shared loader text / spinner lockup */
345350
'common.loading': '加载中',
351+
/** The title of the reconnecting toast */
352+
'common.reconnecting.toast.title': '尝试连接…',
346353

347354
/** --- Configuration issues --- */
348355
/** Default label text on configuration issues button */
@@ -447,8 +454,6 @@ export default removeUndefinedLocaleResources({
447454
'form.field.deprecated-label': '已弃用',
448455
/** Fallback title shown above field if it has no defined title */
449456
'form.field.untitled-field-label': '无标题',
450-
/** The title of the reconnecting toast */
451-
'form.reconnecting.toast.title': '连接丢失。正在重新连接…',
452457
/** Accessibility label for the icon that indicates the field has a validation error */
453458
'form.validation.has-error-aria-label': '有错误',
454459
/** Accessibility label for the icon that indicates the field has validation information */

0 commit comments

Comments
 (0)