@@ -146,9 +146,14 @@ export default removeUndefinedLocaleResources({
146
146
/** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
147
147
'asset-sources.dataset.file.title' : 'Workspace 文件' ,
148
148
'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
+ '尝试解析此项目的媒体库时出了些问题。' ,
149
152
/** Menu Items for Media Library Asset Source */
150
153
'asset-sources.media-library.file.title' : '媒体库' ,
151
154
'asset-sources.media-library.image.title' : '媒体库' ,
155
+ /** Info messages for the Media Library Asset Source */
156
+ 'asset-sources.media-library.info.provisioning' : '请稍候,我们正在准备您的媒体库' ,
152
157
153
158
/** Label when a release has been deleted by a different user */
154
159
'banners.deleted-bundle-banner.text' : "发布 '<strong>{{title}}</strong>' 已被删除。" ,
@@ -343,6 +348,8 @@ export default removeUndefinedLocaleResources({
343
348
'common.dialog.confirm-button.text' : '确认' ,
344
349
/** Default text in shared loader text / spinner lockup */
345
350
'common.loading' : '加载中' ,
351
+ /** The title of the reconnecting toast */
352
+ 'common.reconnecting.toast.title' : '尝试连接…' ,
346
353
347
354
/** --- Configuration issues --- */
348
355
/** Default label text on configuration issues button */
@@ -447,8 +454,6 @@ export default removeUndefinedLocaleResources({
447
454
'form.field.deprecated-label' : '已弃用' ,
448
455
/** Fallback title shown above field if it has no defined title */
449
456
'form.field.untitled-field-label' : '无标题' ,
450
- /** The title of the reconnecting toast */
451
- 'form.reconnecting.toast.title' : '连接丢失。正在重新连接…' ,
452
457
/** Accessibility label for the icon that indicates the field has a validation error */
453
458
'form.validation.has-error-aria-label' : '有错误' ,
454
459
/** Accessibility label for the icon that indicates the field has validation information */
0 commit comments