@geekron/strapi 0.2.13 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/index.js +2 -2
- package/dist/admin/index.mjs +2 -2
- package/dist/i18n/translations/en/reset/admin.json +10 -0
- package/dist/i18n/translations/en/reset/auth.json +6 -0
- package/dist/i18n/translations/en/reset/content-manager.json +4 -0
- package/dist/i18n/translations/index.ts +230 -0
- package/dist/i18n/translations/zh-Hans/components.json +5 -0
- package/dist/i18n/translations/zh-Hans/console.json +223 -0
- package/dist/i18n/translations/zh-Hans/content-types.json +30 -0
- package/dist/i18n/translations/zh-Hans/plugin.json +32 -0
- package/dist/i18n/translations/zh-Hans/prefix/content-manager.json +321 -0
- package/dist/i18n/translations/zh-Hans/prefix/content-releases.json +106 -0
- package/dist/i18n/translations/zh-Hans/prefix/content-type-builder.json +68 -0
- package/dist/i18n/translations/zh-Hans/prefix/email.json +10 -0
- package/dist/i18n/translations/zh-Hans/prefix/review-workflows.json +17 -0
- package/dist/i18n/translations/zh-Hans/reset/admin.json +213 -0
- package/dist/i18n/translations/zh-Hans/reset/auth.json +6 -0
- package/dist/i18n/translations/zh-Hans/reset/content-manager.json +4 -0
- package/dist/i18n/translations/zh-Hans/reset/content-type-builder.json +228 -0
- package/dist/i18n/translations/zh-Hans/reset/i18n.json +4 -0
- package/i18n/translations/en/reset/admin.json +10 -0
- package/i18n/translations/en/reset/auth.json +6 -0
- package/i18n/translations/en/reset/content-manager.json +4 -0
- package/i18n/translations/zh-Hans/components.json +5 -0
- package/i18n/translations/zh-Hans/console.json +223 -0
- package/i18n/translations/zh-Hans/content-types.json +30 -0
- package/i18n/translations/zh-Hans/plugin.json +32 -0
- package/i18n/translations/zh-Hans/prefix/content-manager.json +321 -0
- package/i18n/translations/zh-Hans/prefix/content-releases.json +106 -0
- package/i18n/translations/zh-Hans/prefix/content-type-builder.json +68 -0
- package/i18n/translations/zh-Hans/prefix/email.json +10 -0
- package/i18n/translations/zh-Hans/prefix/review-workflows.json +17 -0
- package/i18n/translations/zh-Hans/reset/admin.json +213 -0
- package/i18n/translations/zh-Hans/reset/auth.json +6 -0
- package/i18n/translations/zh-Hans/reset/content-manager.json +4 -0
- package/i18n/translations/zh-Hans/reset/content-type-builder.json +228 -0
- package/i18n/translations/zh-Hans/reset/i18n.json +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
{
|
|
2
|
+
"App.schemas.data-loaded": "架构已成功加载",
|
|
3
|
+
"actions.clone.error": "尝试克隆文档时发生错误。",
|
|
4
|
+
"actions.clone.label": "复制",
|
|
5
|
+
"actions.delete.dialog.body": "确定要删除此文档吗?该操作不可撤销。",
|
|
6
|
+
"actions.delete.error": "尝试删除文档时发生错误。",
|
|
7
|
+
"actions.delete.label": "删除条目{isLocalized, select, true {(所有语言)} other {}}",
|
|
8
|
+
"actions.discard.label": "放弃更改",
|
|
9
|
+
"actions.discard.dialog.body": "确定要放弃更改吗?该操作不可撤销。",
|
|
10
|
+
"actions.edit.error": "尝试编辑文档时发生错误。",
|
|
11
|
+
"actions.edit.label": "编辑",
|
|
12
|
+
"actions.unpublish.error": "尝试取消发布文档时发生错误。",
|
|
13
|
+
"actions.unpublish.dialog.body": "确定要取消发布吗?",
|
|
14
|
+
"actions.unpublish.dialog.option.keep-draft": "取消发布并保留最后一次草稿",
|
|
15
|
+
"actions.unpublish.dialog.option.replace-draft": "取消发布并替换最后一次草稿",
|
|
16
|
+
"ListViewTable.relation-loaded": "关联已加载",
|
|
17
|
+
"ListViewTable.relation-loading": "关联正在加载",
|
|
18
|
+
"ListViewTable.relation-more": "此关联包含的实体数量超过显示的数量",
|
|
19
|
+
"EditRelations.title": "关联数据",
|
|
20
|
+
"HeaderLayout.button.label-add-entry": "新建条目",
|
|
21
|
+
"api.id": "API ID",
|
|
22
|
+
"apiError.This attribute must be unique": "{field} 必须唯一",
|
|
23
|
+
"components.AddFilterCTA.add": "筛选器",
|
|
24
|
+
"components.AddFilterCTA.hide": "筛选器",
|
|
25
|
+
"components.DragHandle-label": "拖动",
|
|
26
|
+
"components.DraggableAttr.edit": "点击编辑",
|
|
27
|
+
"components.DraggableCard.delete.field": "删除 {item}",
|
|
28
|
+
"components.DraggableCard.edit.field": "编辑 {item}",
|
|
29
|
+
"components.DraggableCard.move.field": "移动 {item}",
|
|
30
|
+
"components.ListViewTable.row-line": "项目行 {number}",
|
|
31
|
+
"components.DynamicZone.ComponentPicker-label": "选择一个组件",
|
|
32
|
+
"components.DynamicZone.add-component": "向 {componentName} 添加组件",
|
|
33
|
+
"components.DynamicZone.delete-label": "删除 {name}",
|
|
34
|
+
"components.DynamicZone.error-message": "组件包含错误",
|
|
35
|
+
"components.DynamicZone.missing-components": "{number, plural, =0 {缺少 # 个组件} one {缺少 # 个组件} other {缺少 # 个组件}}",
|
|
36
|
+
"components.DynamicZone.extra-components": "{number, plural, =0 {多出 # 个组件} one {多出 # 个组件} other {多出 # 个组件}}",
|
|
37
|
+
"components.DynamicZone.move-down-label": "下移组件",
|
|
38
|
+
"components.DynamicZone.move-up-label": "上移组件",
|
|
39
|
+
"components.DynamicZone.pick-compo": "选择一个组件",
|
|
40
|
+
"components.DynamicZone.required": "组件为必填项",
|
|
41
|
+
"components.EmptyAttributesBlock.button": "前往设置页面",
|
|
42
|
+
"components.EmptyAttributesBlock.description": "你可以更改设置",
|
|
43
|
+
"components.FieldItem.linkToComponentLayout": "设置组件布局",
|
|
44
|
+
"components.FieldSelect.label": "添加字段",
|
|
45
|
+
"components.FilterOptions.button.apply": "应用",
|
|
46
|
+
"components.FiltersPickWrapper.PluginHeader.actions.apply": "应用",
|
|
47
|
+
"components.FiltersPickWrapper.PluginHeader.actions.clearAll": "清除全部",
|
|
48
|
+
"components.FiltersPickWrapper.PluginHeader.description": "设置筛选条目的条件",
|
|
49
|
+
"components.FiltersPickWrapper.PluginHeader.title.filter": "筛选器",
|
|
50
|
+
"components.FiltersPickWrapper.hide": "隐藏",
|
|
51
|
+
"components.Filters.usersSelect.label": "搜索并选择用户进行筛选",
|
|
52
|
+
"components.LeftMenu.Search.label": "搜索内容类型",
|
|
53
|
+
"components.LeftMenu.collection-types": "集合类型",
|
|
54
|
+
"components.LeftMenu.single-types": "单类型",
|
|
55
|
+
"components.LeftMenu.collectionTypes": "集合类型",
|
|
56
|
+
"components.LeftMenu.singleTypes": "单类型",
|
|
57
|
+
"components.LimitSelect.itemsPerPage": "每页条目数",
|
|
58
|
+
"components.RelationInput.icon-button-aria-label": "拖动",
|
|
59
|
+
"components.RelationInputModal.modal-title": "编辑关联",
|
|
60
|
+
"components.RelationInputModal.button-fullpage": "前往条目",
|
|
61
|
+
"components.RelationInputModal.confirmation-message": "部分更改尚未保存。确定要关闭此关联吗?所有未保存的更改将丢失。",
|
|
62
|
+
"components.RepeatableComponent.error-message": "组件包含错误",
|
|
63
|
+
"components.Select.draft-info-title": "草稿",
|
|
64
|
+
"components.Select.publish-info-title": "已发布",
|
|
65
|
+
"components.SettingsViewWrapper.pluginHeader.description.edit-settings": "自定义编辑视图的显示方式。",
|
|
66
|
+
"components.SettingsViewWrapper.pluginHeader.description.list-settings": "定义列表视图的设置。",
|
|
67
|
+
"components.SettingsViewWrapper.pluginHeader.title": "配置视图 — {name}",
|
|
68
|
+
"bulk-publish.already-published": "已发布",
|
|
69
|
+
"bulk-unpublish.already-unpublished": "已取消发布",
|
|
70
|
+
"bulk-publish.modified": "准备发布更改",
|
|
71
|
+
"bulk-publish.waiting-for-action": "等待处理",
|
|
72
|
+
"components.TableDelete.delete": "删除全部",
|
|
73
|
+
"components.TableDelete.deleteSelected": "删除已选",
|
|
74
|
+
"components.TableDelete.label": "已选中 {number, plural, one {# 个条目} other {# 个条目}}",
|
|
75
|
+
"components.TableEmpty.withFilters": "没有符合已应用筛选条件的 {contentType}...",
|
|
76
|
+
"components.TableEmpty.withSearch": "没有与搜索({search})匹配的 {contentType}...",
|
|
77
|
+
"components.TableEmpty.withoutFilter": "没有 {contentType}...",
|
|
78
|
+
"components.empty-repeatable": "暂无条目。点击以添加。",
|
|
79
|
+
"components.notification.info.maximum-requirement": "你已达到字段的最大数量",
|
|
80
|
+
"components.notification.info.minimum-requirement": "已添加一个字段以满足最小要求",
|
|
81
|
+
"components.repeatable.reorder.error": "重新排序组件字段时发生错误,请重试",
|
|
82
|
+
"components.reset-entry": "重置条目",
|
|
83
|
+
"components.uid.apply": "应用",
|
|
84
|
+
"components.uid.available": "可用",
|
|
85
|
+
"components.uid.regenerate": "重新生成",
|
|
86
|
+
"components.uid.suggested": "建议",
|
|
87
|
+
"components.uid.unavailable": "不可用",
|
|
88
|
+
"containers.edit.tabs.label": "文档状态",
|
|
89
|
+
"containers.edit.tabs.draft": "草稿",
|
|
90
|
+
"containers.edit.tabs.published": "已发布",
|
|
91
|
+
"containers.edit.panels.default.title": "条目",
|
|
92
|
+
"containers.edit.panels.default.more-actions": "更多文档操作",
|
|
93
|
+
"containers.Edit.delete": "删除",
|
|
94
|
+
"containers.edit.title.new": "创建条目",
|
|
95
|
+
"containers.edit.header.more-actions": "更多操作",
|
|
96
|
+
"containers.edit.information.last-published.label": "已发布",
|
|
97
|
+
"containers.edit.information.last-published.value": "{time}{isAnonymous, select, true {} other { 由 {author}}}",
|
|
98
|
+
"containers.edit.information.last-draft.label": "已更新",
|
|
99
|
+
"containers.edit.information.last-draft.value": "{time}{isAnonymous, select, true {} other { 由 {author}}}",
|
|
100
|
+
"containers.edit.information.document.label": "已创建",
|
|
101
|
+
"containers.edit.information.document.value": "{time}{isAnonymous, select, true {} other { 由 {author}}}",
|
|
102
|
+
"containers.EditSettingsView.modal-form.edit-field": "编辑字段",
|
|
103
|
+
"containers.EditView.add.new-entry": "添加条目",
|
|
104
|
+
"containers.EditView.notification.errors": "表单包含一些错误",
|
|
105
|
+
"containers.Home.introduction": "要编辑条目,请前往左侧菜单中的具体链接。该插件尚无完善的设置编辑方式,仍在积极开发中。",
|
|
106
|
+
"containers.Home.pluginHeaderDescription": "通过强大且美观的界面管理你的条目。",
|
|
107
|
+
"containers.Home.pluginHeaderTitle": "内容管理器",
|
|
108
|
+
"containers.List.draft": "草稿",
|
|
109
|
+
"containers.List.published": "已发布",
|
|
110
|
+
"containers.List.modified": "已修改",
|
|
111
|
+
"containers.list.displayedFields": "显示字段",
|
|
112
|
+
"containers.list.items": "{number} {number, plural, =0 {items} one {item} other {items}}",
|
|
113
|
+
"containers.list.table.row-actions": "行操作",
|
|
114
|
+
"containers.list.selectedEntriesModal.title": "发布条目",
|
|
115
|
+
"containers.list.selectedEntriesModal.selectedCount.publish": "<b>{publishedCount}</b> {publishedCount, plural, =0 {entries} one {entry} other {entries}} 已发布。<b>{draftCount}</b> {draftCount, plural, =0 {entries} one {entry} other {entries}} 准备发布。<b>{withErrorsCount}</b> {withErrorsCount, plural, =0 {entries} one {entry} other {entries}} 正在等待处理。",
|
|
116
|
+
"containers.list.selectedEntriesModal.selectedCount.unpublish": "<b>{draftCount}</b> {draftCount, plural, =0 {entries} one {entry} other {entries}} 已取消发布。<b>{publishedCount}</b> {publishedCount, plural, =0 {entries} one {entry} other {entries}} 准备取消发布。",
|
|
117
|
+
"containers.list.autoCloneModal.header": "复制",
|
|
118
|
+
"containers.list.autoCloneModal.title": "此条目无法直接复制。",
|
|
119
|
+
"containers.list.autoCloneModal.description": "将创建一个具有相同内容的新条目,但你需要更改以下字段才能保存。",
|
|
120
|
+
"containers.list.autoCloneModal.create": "创建",
|
|
121
|
+
"containers.list.autoCloneModal.error.unique": "唯一字段中不允许存在相同的值。",
|
|
122
|
+
"containers.list.autoCloneModal.error.relation": "复制该关联可能会将其从原始条目中移除。",
|
|
123
|
+
"containers.list-settings.modal-form.label": "编辑 {fieldName}",
|
|
124
|
+
"containers.list-settings.modal-form.error": "尝试打开表单时发生错误。",
|
|
125
|
+
"containers.edit-settings.modal-form.error": "尝试打开表单时发生错误。",
|
|
126
|
+
"containers.edit-settings.modal-form.label": "标签",
|
|
127
|
+
"containers.edit-settings.modal-form.description": "描述",
|
|
128
|
+
"containers.edit-settings.modal-form.placeholder": "占位符",
|
|
129
|
+
"containers.edit-settings.modal-form.mainField": "条目标题",
|
|
130
|
+
"containers.edit-settings.modal-form.mainField.hint": "在编辑和列表视图中设置显示的字段",
|
|
131
|
+
"containers.edit-settings.modal-form.editable": "可编辑字段",
|
|
132
|
+
"containers.edit-settings.modal-form.size": "大小",
|
|
133
|
+
"containers.SettingPage.add.field": "插入另一个字段",
|
|
134
|
+
"containers.SettingPage.add.relational-field": "插入另一个关联字段",
|
|
135
|
+
"containers.SettingPage.attributes": "属性字段",
|
|
136
|
+
"containers.SettingPage.attributes.description": "定义属性的顺序",
|
|
137
|
+
"containers.SettingPage.editSettings.description": "拖放字段以构建布局",
|
|
138
|
+
"containers.SettingPage.editSettings.entry.title": "条目标题",
|
|
139
|
+
"containers.SettingPage.editSettings.entry.title.description": "设置条目的显示字段",
|
|
140
|
+
"containers.SettingPage.editSettings.relation-field.description": "在编辑和列表视图中设置显示字段",
|
|
141
|
+
"containers.SettingPage.editSettings.title": "编辑视图(设置)",
|
|
142
|
+
"containers.SettingPage.layout": "布局",
|
|
143
|
+
"containers.SettingPage.listSettings.description": "配置此集合类型的选项",
|
|
144
|
+
"containers.SettingPage.listSettings.title": "列表视图(设置)",
|
|
145
|
+
"containers.SettingPage.pluginHeaderDescription": "配置此集合类型的特定设置",
|
|
146
|
+
"containers.SettingPage.relations": "关联字段",
|
|
147
|
+
"containers.SettingPage.settings": "设置",
|
|
148
|
+
"containers.SettingPage.view": "视图",
|
|
149
|
+
"containers.SettingViewModel.pluginHeader.title": "内容管理器 — {name}",
|
|
150
|
+
"containers.SettingsPage.Block.contentType.description": "配置特定设置",
|
|
151
|
+
"containers.SettingsPage.Block.contentType.title": "集合类型",
|
|
152
|
+
"containers.SettingsPage.Block.generalSettings.description": "为你的集合类型配置默认选项",
|
|
153
|
+
"containers.SettingsPage.Block.generalSettings.title": "常规",
|
|
154
|
+
"containers.SettingsPage.pluginHeaderDescription": "为所有集合类型和分组配置设置",
|
|
155
|
+
"containers.SettingsView.list.subtitle": "配置集合类型和分组的布局与显示",
|
|
156
|
+
"containers.SettingsView.list.title": "显示配置",
|
|
157
|
+
"containers.untitled": "未命名",
|
|
158
|
+
"dnd.cancel-item": "{item},已放下。重新排序已取消。",
|
|
159
|
+
"dnd.drop-item": "{item},已放下。列表最终位置:{position}。",
|
|
160
|
+
"dnd.grab-item": "{item},已抓取。当前列表位置:{position}。按上下箭头改变位置,空格键放下,Esc 取消。",
|
|
161
|
+
"dnd.instructions": "按空格键抓取并重新排序",
|
|
162
|
+
"dnd.reorder": "{item},已移动。列表新位置:{position}。",
|
|
163
|
+
"edit-settings-view.link-to-ctb.components": "编辑组件",
|
|
164
|
+
"edit-settings-view.link-to-ctb.content-types": "编辑内容类型",
|
|
165
|
+
"emptyAttributes.button": "前往集合类型构建器",
|
|
166
|
+
"emptyAttributes.description": "为你的集合类型添加第一个字段",
|
|
167
|
+
"emptyAttributes.title": "尚无字段",
|
|
168
|
+
"error.attribute.key.taken": "该值已存在",
|
|
169
|
+
"error.attribute.sameKeyAndName": "不能相同",
|
|
170
|
+
"error.attribute.taken": "该字段名已存在",
|
|
171
|
+
"error.contentTypeName.taken": "该名称已存在",
|
|
172
|
+
"error.model.fetch": "获取模型配置时发生错误。",
|
|
173
|
+
"error.record.create": "创建记录时发生错误。",
|
|
174
|
+
"error.record.delete": "删除记录时发生错误。",
|
|
175
|
+
"error.record.fetch": "获取记录时发生错误。",
|
|
176
|
+
"error.record.update": "更新记录时发生错误。",
|
|
177
|
+
"error.records.count": "获取记录数量时发生错误。",
|
|
178
|
+
"error.records.fetch": "获取记录时发生错误。",
|
|
179
|
+
"error.records.fetch-draft-relatons": "获取该文档的草稿关联时发生错误。",
|
|
180
|
+
"error.schema.generation": "生成架构时发生错误。",
|
|
181
|
+
"error.validation.json": "这不是 JSON",
|
|
182
|
+
"error.validation.max": "值过大(最大:{max})。",
|
|
183
|
+
"error.validation.maxLength": "值过长(最大:{max})。",
|
|
184
|
+
"error.validation.min": "值过小(最小:{min})。",
|
|
185
|
+
"error.validation.minLength": "值过短(最小:{min})。",
|
|
186
|
+
"error.validation.minSupMax": "不能超过最大值",
|
|
187
|
+
"error.validation.regex": "该值不匹配正则表达式。",
|
|
188
|
+
"error.validation.required": "该值为必填项。",
|
|
189
|
+
"form.Input.bulkActions": "启用批量操作",
|
|
190
|
+
"form.Input.defaultSort": "默认排序字段",
|
|
191
|
+
"form.Input.description": "描述",
|
|
192
|
+
"form.Input.description.placeholder": "在个人资料中显示的名称",
|
|
193
|
+
"form.Input.editable": "可编辑字段",
|
|
194
|
+
"form.Input.filters": "启用筛选",
|
|
195
|
+
"form.Input.hint.character.unit": "{maxValue, plural, one { 个字符} other { 个字符}}",
|
|
196
|
+
"form.Input.hint.minMaxDivider": " / ",
|
|
197
|
+
"form.Input.hint.text": "{min, select, undefined {} other {最小 {min}}}{divider}{max, select, undefined {} other {最大 {max}}}{unit}{br}{description}",
|
|
198
|
+
"form.Input.label": "标签",
|
|
199
|
+
"form.Input.label.inputDescription": "该值将覆盖表头显示的标签",
|
|
200
|
+
"form.Input.pageEntries": "每页条目数",
|
|
201
|
+
"form.Input.pageEntries.inputDescription": "注意:你可以在集合类型设置页面中覆盖该值。",
|
|
202
|
+
"form.Input.placeholder": "占位符",
|
|
203
|
+
"form.Input.placeholder.placeholder": "我的超赞值",
|
|
204
|
+
"form.Input.search": "启用搜索",
|
|
205
|
+
"form.Input.search.field": "在此字段上启用搜索",
|
|
206
|
+
"form.Input.sort.field": "在此字段上启用排序",
|
|
207
|
+
"form.Input.sort.order": "默认排序顺序",
|
|
208
|
+
"form.Input.wysiwyg": "以所见即所得显示",
|
|
209
|
+
"global.displayedFields": "显示字段",
|
|
210
|
+
"groups": "分组",
|
|
211
|
+
"groups.numbered": "分组({number})",
|
|
212
|
+
"header.name": "内容管理器",
|
|
213
|
+
"link-to-ctb": "编辑模型",
|
|
214
|
+
"models": "集合类型",
|
|
215
|
+
"models.numbered": "集合类型({number})",
|
|
216
|
+
"notification.error.displayedFields": "至少需要一个显示字段",
|
|
217
|
+
"notification.error.relationship.fetch": "获取关联关系时发生错误。",
|
|
218
|
+
"notification.info.SettingPage.disableSort": "需要至少一个允许排序的属性",
|
|
219
|
+
"notification.info.minimumFields": "至少需要显示一个字段",
|
|
220
|
+
"notification.upload.error": "上传文件时发生错误",
|
|
221
|
+
"pageNotFound": "页面未找到",
|
|
222
|
+
"pages.ListView.header-subtitle": "找到 {number, plural, =0 {# 个条目} one {# 个条目} other {# 个条目}}",
|
|
223
|
+
"pages.NoContentType.button": "创建你的第一个内容类型",
|
|
224
|
+
"pages.NoContentType.text": "你还没有任何内容,我们建议你创建第一个内容类型。",
|
|
225
|
+
"permissions.not-allowed.create": "你无权创建文档",
|
|
226
|
+
"permissions.not-allowed.update": "你无权查看此文档",
|
|
227
|
+
"plugin.description.long": "以快捷方式查看、编辑与删除数据库中的数据。",
|
|
228
|
+
"plugin.description.short": "以快捷方式查看、编辑与删除数据库中的数据。",
|
|
229
|
+
"popUpWarning.bodyMessage.contentType.delete": "确定删除内容类型吗?",
|
|
230
|
+
"popUpWarning.bodyMessage.contentType.delete.all": "确定要删除这些条目吗?",
|
|
231
|
+
"popUpWarning.bodyMessage.contentType.publish.all": "确定要发布这些条目吗?",
|
|
232
|
+
"popUpWarning.bodyMessage.contentType.unpublish.all": "确定要取消发布这些条目吗?",
|
|
233
|
+
"popUpWarning.warning.has-draft-relations.title": "确认",
|
|
234
|
+
"popUpWarning.warning.has-draft-relations.message": "此条目关联到 {count, plural, one {# 个草稿条目} other {# 个草稿条目}}。发布它可能导致应用中出现断链。",
|
|
235
|
+
"popUpwarning.warning.has-draft-relations.button-confirm": "是的,发布",
|
|
236
|
+
"popUpwarning.warning.bulk-has-draft-relations.message": "<b>{count} {count, plural, one { 关联 } other { 关联 } } / {entities} { entities, plural, one { 条目 } other { 条目 } } {count, plural, one { 尚未 } other { 尚未 } }</b> 发布,可能导致意外行为。 ",
|
|
237
|
+
"popUpWarning.warning.publish-question": "仍要发布吗?",
|
|
238
|
+
"popUpWarning.warning.unpublish": "如果你不发布此内容,它将自动变为草稿。",
|
|
239
|
+
"popUpWarning.warning.unpublish-question": "确定不发布吗?",
|
|
240
|
+
"popUpWarning.warning.updateAllSettings": "这将修改你的所有设置",
|
|
241
|
+
"popover.display-relations.label": "显示关联",
|
|
242
|
+
"preview.panel.title": "预览",
|
|
243
|
+
"preview.panel.button": "打开预览",
|
|
244
|
+
"preview.panel.button-configuration": "设置预览",
|
|
245
|
+
"preview.panel.button-disabled-tooltip": "请先保存以打开预览",
|
|
246
|
+
"preview.page-title": "{contentType} 预览",
|
|
247
|
+
"preview.header.close": "关闭预览",
|
|
248
|
+
"preview.copy.label": "复制预览链接",
|
|
249
|
+
"preview.copy.success": "已复制预览链接",
|
|
250
|
+
"preview.tabs.label": "预览状态",
|
|
251
|
+
"preview.content.close-editor": "关闭编辑器",
|
|
252
|
+
"preview.content.open-editor": "打开编辑器",
|
|
253
|
+
"preview.device.select": "选择设备类型",
|
|
254
|
+
"preview.device.desktop": "桌面",
|
|
255
|
+
"preview.device.mobile": "移动",
|
|
256
|
+
"preview.info.single-click-hint": "双击编辑",
|
|
257
|
+
"preview.error.invalid-field-path": "无法在当前文档中定位该字段",
|
|
258
|
+
"preview.error.relations-not-handled": "当前不支持关联的内联编辑。",
|
|
259
|
+
"preview.error.incomplete-strapi-source": "该字段缺少一些预览所需信息",
|
|
260
|
+
"preview.error.different-document": "该字段来自不同文档",
|
|
261
|
+
"relation.create": "创建关联",
|
|
262
|
+
"relation.add": "添加或创建关联",
|
|
263
|
+
"relation.disconnect": "移除",
|
|
264
|
+
"relation.error-adding-relation": "尝试添加关联时发生错误。",
|
|
265
|
+
"relation.isLoading": "关联正在加载",
|
|
266
|
+
"relation.loadMore": "加载更多",
|
|
267
|
+
"relation.notAvailable": "暂无可用关联",
|
|
268
|
+
"relation.publicationState.draft": "草稿",
|
|
269
|
+
"relation.publicationState.published": "已发布",
|
|
270
|
+
"reviewWorkflows.stage.label": "审核阶段",
|
|
271
|
+
"select.currently.selected": "当前选中 {count}",
|
|
272
|
+
"success.record.clone": "文档已复制",
|
|
273
|
+
"success.record.discard": "更改已放弃",
|
|
274
|
+
"success.record.delete": "文档已删除",
|
|
275
|
+
"success.record.publish": "文档已发布",
|
|
276
|
+
"success.record.publishing": "正在发布...",
|
|
277
|
+
"success.record.save": "文档已保存",
|
|
278
|
+
"success.record.unpublish": "文档已取消发布",
|
|
279
|
+
"success.records.delete": "删除成功。",
|
|
280
|
+
"success.records.unpublish": "取消发布成功。",
|
|
281
|
+
"success.records.publish": "发布成功。",
|
|
282
|
+
"utils.data-loaded": "{number, plural, =1 {条目} other {条目}}已成功加载",
|
|
283
|
+
"listView.validation.errors.title": "需要操作",
|
|
284
|
+
"listView.validation.errors.message": "发布前请确保所有字段有效(必填、最小/最大字符限制等)",
|
|
285
|
+
"history.document-action": "内容历史",
|
|
286
|
+
"history.page-title": "{contentType} 历史",
|
|
287
|
+
"history.sidebar.title": "版本",
|
|
288
|
+
"history.sidebar.version-card.aria-label": "版本卡片",
|
|
289
|
+
"history.sidebar.versionDescription": "{distanceToNow}{isAnonymous, select, true {} other { 由 {author}}}{isCurrent, select, true { <b>(当前)</b>} other {}}",
|
|
290
|
+
"history.sidebar.show-newer": "显示较新的版本",
|
|
291
|
+
"history.sidebar.show-older": "显示较旧的版本",
|
|
292
|
+
"history.version.subtitle": "{hasLocale, select, true {{subtitle},语言为 {locale}} other {{subtitle}}}",
|
|
293
|
+
"history.content.new-field.title": "新字段",
|
|
294
|
+
"history.content.new-field.message": "保存此版本时该字段不存在。若还原此版本,该字段将为空。",
|
|
295
|
+
"history.content.unknown-fields.title": "未知字段",
|
|
296
|
+
"history.content.unknown-fields.message": "这些字段已在内容类型构建器中删除或重命名。<b>这些字段将不会被还原。</b>",
|
|
297
|
+
"history.content.missing-assets.title": "{number, plural, =1 {缺失资源} other {{number} 个缺失资源}}",
|
|
298
|
+
"history.content.missing-assets.message": "{number, plural, =1 {它已} other {它们已}}在媒体库中被删除,无法还原。",
|
|
299
|
+
"history.content.missing-relations.title": "{number, plural, =1 {缺失关联} other {{number} 个缺失关联}}",
|
|
300
|
+
"history.content.missing-relations.message": "{number, plural, =1 {它已} other {它们已}}被删除,无法还原。",
|
|
301
|
+
"history.content.no-relations": "无关联。",
|
|
302
|
+
"history.content.localized": "该值特定于此语言。若还原此版本,其他语言的内容不会被替换。",
|
|
303
|
+
"history.content.not-localized": "该值适用于所有语言。若还原此版本,所有语言的内容都会被替换。",
|
|
304
|
+
"history.restore.confirm.button": "还原",
|
|
305
|
+
"history.restore.confirm.title": "确定要还原此版本吗?",
|
|
306
|
+
"history.restore.confirm.message": "{isDraft, select, true {还原的内容将覆盖你的草稿。} other {还原的内容不会被发布,它将覆盖草稿并保存为待处理更改。你可以随时发布这些更改。}}",
|
|
307
|
+
"history.restore.success.title": "版本已还原。",
|
|
308
|
+
"history.restore.success.message": "已还原过去的内容版本。",
|
|
309
|
+
"history.restore.error.message": "无法还原版本。",
|
|
310
|
+
"validation.error": "文档存在校验错误。请在保存前修复。",
|
|
311
|
+
"validation.error.unreadable-required-field": "你当前的权限阻止访问某些必填字段。请向管理员请求访问权限以继续。",
|
|
312
|
+
"bulk-publish.edit": "编辑",
|
|
313
|
+
"widget.chart-entries.title": "条目",
|
|
314
|
+
"widget.chart-entries.count.label": "{count, plural, =0 {条目} one {条目} other {条目}}",
|
|
315
|
+
"widget.chart-entries.tooltip": "{count} {label}",
|
|
316
|
+
"widget.last-edited.title": "最近编辑的条目",
|
|
317
|
+
"widget.last-edited.single-type": "单类型",
|
|
318
|
+
"widget.last-edited.no-data": "暂无已编辑条目",
|
|
319
|
+
"widget.last-published.title": "最近发布的条目",
|
|
320
|
+
"widget.last-published.no-data": "暂无已发布条目"
|
|
321
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"content-manager-edit-view.add-to-release.select-label": "选择一个发布",
|
|
3
|
+
"content-manager-edit-view.add-to-release.select-placeholder": "选择",
|
|
4
|
+
"content-manager-edit-view.add-to-release.action-type-label": "您希望对该条目执行什么操作?",
|
|
5
|
+
"content-manager-edit-view.add-to-release.cancel-button": "取消",
|
|
6
|
+
"content-manager-edit-view.add-to-release.continue-button": "继续",
|
|
7
|
+
"content-manager-edit-view.add-to-release": "添加到发布",
|
|
8
|
+
"content-manager-edit-view.add-to-release.notification.success": "条目已添加到发布",
|
|
9
|
+
"content-manager-edit-view.add-to-release.no-releases-message": "暂无可用发布。请打开发布列表并在那里创建一个新的发布。",
|
|
10
|
+
"content-manager-edit-view.add-to-release.redirect-button": "打开发布列表",
|
|
11
|
+
"content-manager-edit-view.list-releases.title": "{isPublish, select, true {将发布于} other {将取消发布于}}",
|
|
12
|
+
"content-manager-edit-view.remove-from-release": "从发布中移除",
|
|
13
|
+
"content-manager-edit-view.scheduled.date": "{date} 于 {time}({offset})",
|
|
14
|
+
"content-manager-edit-view.edit-release": "编辑发布",
|
|
15
|
+
"content-releases.content-manager-edit-view.edit-entry": "编辑条目",
|
|
16
|
+
"content-manager-edit-view.remove-from-release.notification.success": "条目已从发布中移除",
|
|
17
|
+
"content-manager-edit-view.release-action-menu": "发布操作选项",
|
|
18
|
+
"content-manager.list-view.releases.header": "将发布于",
|
|
19
|
+
"content-manager-list-view.add-to-release": "添加到发布",
|
|
20
|
+
"content-manager-list-view.add-to-release.cancel-button": "取消",
|
|
21
|
+
"content-manager-list-view.add-to-release.continue-button": "继续",
|
|
22
|
+
"content-manager-list-view.add-to-release.select-label": "选择一个发布",
|
|
23
|
+
"content-manager-list-view.add-to-release.select-placeholder": "选择",
|
|
24
|
+
"content-manager-list-view.add-to-release.action-type-label": "您希望对这些条目执行什么操作?",
|
|
25
|
+
"content-manager-list-view.add-to-release.notification.success.title": "已成功添加到发布。",
|
|
26
|
+
"content-manager-list-view.add-to-release.notification.success.message": "{totalEntries} 个条目中有 {entriesAlreadyInRelease} 个已在该发布中。",
|
|
27
|
+
"content-manager.notification.entry-error": "获取条目数据失败",
|
|
28
|
+
"content-manager.list-view.releases-number": "{number} {number, plural, one {个发布} other {个发布}}",
|
|
29
|
+
"plugin.name": "发布",
|
|
30
|
+
"pages.Releases.title": "发布",
|
|
31
|
+
"pages.Releases.header-subtitle": "创建并管理内容更新",
|
|
32
|
+
"pages.Releases.max-limit-reached.title": "您已达到 {number} 个待处理{number, plural, one {发布} other {发布}}的限制。",
|
|
33
|
+
"pages.Releases.max-limit-reached.message": "升级以管理不限制数量的发布。",
|
|
34
|
+
"pages.Releases.max-limit-reached.action": "查看方案",
|
|
35
|
+
"pages.PurchaseRelease.subTitle": "管理内容更新和发布。",
|
|
36
|
+
"pages.PurchaseRelease.not-available": "发布仅在付费计划中提供。升级以创建和管理发布。",
|
|
37
|
+
"pages.PurchaseRelease.description": "分组内容并一起发布更新",
|
|
38
|
+
"pages.PurchaseRelease.perks1": "将多个条目添加到发布",
|
|
39
|
+
"pages.PurchaseRelease.perks2": "快速识别包含错误的条目",
|
|
40
|
+
"pages.PurchaseRelease.perks3": "安排发布时间或手动发布",
|
|
41
|
+
"header.actions.add-release": "新建发布",
|
|
42
|
+
"header.actions.refresh": "刷新",
|
|
43
|
+
"header.actions.publish": "发布",
|
|
44
|
+
"header.actions.open-release-actions": "发布编辑与删除菜单",
|
|
45
|
+
"header.actions.edit": "编辑",
|
|
46
|
+
"header.actions.delete": "删除",
|
|
47
|
+
"header.actions.created": "已创建",
|
|
48
|
+
"header.actions.created.description": "{hasCreatedByUser, select, true { 由 {createdBy}} other { 由已删除的用户}}",
|
|
49
|
+
"modal.release-created-notification-success": "发布已创建",
|
|
50
|
+
"modal.release-updated-notification-success": "发布已更新",
|
|
51
|
+
"modal.title": "{isCreatingRelease, select, true {新建发布} other {编辑发布}}",
|
|
52
|
+
"modal.form.input.label.release-name": "名称",
|
|
53
|
+
"modal.form.input.label.schedule-release": "计划发布",
|
|
54
|
+
"modal.form.input.label.date": "日期",
|
|
55
|
+
"modal.form.input.label.time": "时间",
|
|
56
|
+
"modal.form.input.label.timezone": "时区",
|
|
57
|
+
"modal.form.input.clearLabel": "清除",
|
|
58
|
+
"modal.form.button.submit": "{isCreatingRelease, select, true {继续} other {保存}}",
|
|
59
|
+
"modal.form.time.has-passed": "选择的时间已过去。",
|
|
60
|
+
"pages.Details.header-subtitle": "{number, plural, =0 {无条目} one {# 个条目} other {# 个条目}}",
|
|
61
|
+
"pages.Releases.tab-group.label": "发布列表",
|
|
62
|
+
"pages.Releases.tab.pending": "待处理({count})",
|
|
63
|
+
"pages.Releases.tab.done": "已完成",
|
|
64
|
+
"page.Releases.tab.emptyEntries": "暂无发布",
|
|
65
|
+
"pages.Details.tab.emptyEntries": "此发布为空。打开内容管理器,选择一个条目并将其添加到该发布。",
|
|
66
|
+
"page.ReleaseDetails.table.header.label.name": "名称",
|
|
67
|
+
"page.ReleaseDetails.table.header.label.locale": "语言",
|
|
68
|
+
"page.ReleaseDetails.table.header.label.content-type": "内容类型",
|
|
69
|
+
"page.ReleaseDetails.table.header.label.action": "操作",
|
|
70
|
+
"content-releases.page.ReleaseDetails.table.header.label.status": "状态",
|
|
71
|
+
"page.ReleaseDetails.table.action-published": "该条目已<b>{isPublish, select, true {发布} other {取消发布}}</b>。",
|
|
72
|
+
"pages.ReleaseDetails.publish-notification-success": "该发布已发布成功。",
|
|
73
|
+
"dialog.confirmation-message": "确定要删除此发布吗?",
|
|
74
|
+
"page.Details.button.openContentManager": "打开内容管理器",
|
|
75
|
+
"pages.Releases.notification.error.title": "您的请求无法处理。",
|
|
76
|
+
"pages.Releases.notification.error.message": "请重试或打开其他发布。",
|
|
77
|
+
"pages.Releases.not-scheduled": "未计划",
|
|
78
|
+
"pages.ReleaseDetails.groupBy.label": "按 {groupBy} 分组",
|
|
79
|
+
"pages.ReleaseDetails.groupBy.aria-label": "分组方式",
|
|
80
|
+
"pages.ReleaseDetails.entry-validation.already-published": "已发布",
|
|
81
|
+
"pages.ReleaseDetails.entry-validation.ready-to-publish": "准备发布",
|
|
82
|
+
"pages.ReleaseDetails.entry-validation.modified": "有待发布的更改",
|
|
83
|
+
"pages.ReleaseDetails.entry-validation.already-unpublished": "已取消发布",
|
|
84
|
+
"pages.ReleaseDetails.entry-validation.ready-to-unpublish": "准备取消发布",
|
|
85
|
+
"pages.ReleaseDetails.entry-validation.not-ready": "未准备好发布",
|
|
86
|
+
"pages.ReleaseDetails.groupBy.option.content-type": "内容类型",
|
|
87
|
+
"pages.ReleaseDetails.groupBy.option.locales": "语言",
|
|
88
|
+
"pages.ReleaseDetails.groupBy.option.actions": "操作",
|
|
89
|
+
"pages.ReleaseDetails.header-subtitle.scheduled": "计划在 {date} 的 {time}({offset})",
|
|
90
|
+
"pages.ReleaseDetails.entry-validation.fields": "字段",
|
|
91
|
+
"pages.Settings.releases.description": "创建并管理内容更新",
|
|
92
|
+
"pages.Settings.releases.preferences.title": "偏好设置",
|
|
93
|
+
"pages.Settings.releases.timezone.label": "默认时区",
|
|
94
|
+
"pages.Settings.releases.timezone.hint": "每个发布的时区仍可单独更改。",
|
|
95
|
+
"pages.Settings.releases.setting.default-timezone-notification-success": "默认时区已更新。",
|
|
96
|
+
"pages.ReleaseDetails.entry-validation.fields.error": "{errors} 个字段存在错误。",
|
|
97
|
+
"pages.ReleaseDetails.entry-validation.fields.success": "所有字段均填写正确。",
|
|
98
|
+
"pages.ReleaseDetails.entry-validation.fields.see-errors": "查看错误",
|
|
99
|
+
"pages.ReleaseDetails.entry-validation.review-stage.not-enabled": "此条目未关联到任何工作流。",
|
|
100
|
+
"pages.ReleaseDetails.entry-validation.review-stage.not-ready": "此条目未处于发布所需阶段。({stageName})",
|
|
101
|
+
"pages.ReleaseDetails.entry-validation.review-stage.ready": "此条目已处于发布所需阶段。({stageName})",
|
|
102
|
+
"pages.ReleaseDetails.entry-validation.review-stage.stage-not-required": "无发布所需阶段。",
|
|
103
|
+
"widget.upcoming-releases.link": "打开发布",
|
|
104
|
+
"widget.upcoming-releases.title": "即将发布",
|
|
105
|
+
"widget.upcoming-releases.no-data": "暂无发布"
|
|
106
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
{
|
|
2
|
+
"media.multiple": "多个",
|
|
3
|
+
"form.attribute.item.maximumComponents": "最大组件数",
|
|
4
|
+
"form.attribute.item.minimumComponents": "最小组件数",
|
|
5
|
+
"form.attribute.item.uniqueField.v5.willBeDisabled'": "当前唯一字段在组件中工作不正常。若禁用该功能,此字段将在问题修复前保持禁用。",
|
|
6
|
+
"form.attribute.condition.title": "条件",
|
|
7
|
+
"form.attribute.condition.description": "根据另一个布尔或枚举字段的值切换字段设置。",
|
|
8
|
+
"form.attribute.condition.label": "条件",
|
|
9
|
+
"form.attribute.condition.field": "字段",
|
|
10
|
+
"form.attribute.condition.operator": "运算符",
|
|
11
|
+
"form.attribute.condition.value": "值",
|
|
12
|
+
"form.attribute.condition.operator.is": "是",
|
|
13
|
+
"form.attribute.condition.operator.isNot": "不是",
|
|
14
|
+
"form.attribute.condition.value.true": "是",
|
|
15
|
+
"form.attribute.condition.value.false": "否",
|
|
16
|
+
"form.attribute.condition.apply": "应用条件",
|
|
17
|
+
"form.attribute.condition.then": "则",
|
|
18
|
+
"form.attribute.condition.action": "操作",
|
|
19
|
+
"form.attribute.condition.action.show": "显示",
|
|
20
|
+
"form.attribute.condition.action.hide": "隐藏",
|
|
21
|
+
"form.attribute.condition.no-fields": "无可用于设置条件的布尔或枚举字段。",
|
|
22
|
+
"form.attribute.condition.enum-change-warning": "以下字段的条件依赖此字段:{fieldNames}。更改或移除枚举值 {values} 将破坏这些条件。是否继续?",
|
|
23
|
+
"form.attribute.condition.enum-change-warning-values": "。更改或移除枚举值 ",
|
|
24
|
+
"form.attribute.condition.enum-change-warning-end": " 将会破坏这些条件。是否继续?",
|
|
25
|
+
"form.attribute.condition.field-change-warning": "以下字段的条件依赖此字段:{fieldNames}。重命名它将破坏这些条件。是否继续?",
|
|
26
|
+
"form.attribute.condition.field-change-warning-end": "。重命名将会破坏这些条件。是否继续?",
|
|
27
|
+
"form.button.submit": "提交",
|
|
28
|
+
"modalForm.header.categories": "分类",
|
|
29
|
+
"modalForm.header.back": "返回",
|
|
30
|
+
"modelPage.attribute.with": "与",
|
|
31
|
+
"popUpWarning.discardAll.message": "确定要放弃所有更改吗?",
|
|
32
|
+
"popUpWarning.bodyMessage.delete-condition": "确定要删除该条件吗?",
|
|
33
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions": "以下字段的条件依赖此字段: ",
|
|
34
|
+
"popUpWarning.bodyMessage.delete-attribute-with-conditions-end": "。确定要删除它吗?",
|
|
35
|
+
"table.content.create-first-content-type.import-code": "从电脑导入",
|
|
36
|
+
"chat.tooltips.upload-attachments": "上传附件",
|
|
37
|
+
"chat.messages.too-many-requests": "请求过多,请稍后再试。",
|
|
38
|
+
"chat.messages.license-limit-reached": "已达许可证限制,请明日再试。",
|
|
39
|
+
"chat.messages.license-limit-exceeded": "AI 额度已超出。",
|
|
40
|
+
"chat.messages.too-long-error": "该对话已达到最大长度。请开始一个新对话",
|
|
41
|
+
"chat.code-upload.drop-zone-folder": "将文件夹拖到此处或",
|
|
42
|
+
"chat.attachments.menu.import-code": "导入代码",
|
|
43
|
+
"chat.attachments.menu.attach-image": "附加图片",
|
|
44
|
+
"chat.attachments.menu.import-figma": "从 Figma 导入",
|
|
45
|
+
"chat.feedback.title": "反馈",
|
|
46
|
+
"chat.feedback.subtitle": "为此消息提供额外反馈。可多选。",
|
|
47
|
+
"chat.feedback.comment.label": "我们该如何改进?(可选)",
|
|
48
|
+
"chat.feedback.placeholder": "你的反馈...",
|
|
49
|
+
"chat.feedback.submitted": "感谢你的反馈!",
|
|
50
|
+
"chat.feedback.error": "提交反馈时发生错误",
|
|
51
|
+
"chat.feedback.reason.invalid_schema": "Schema 无效",
|
|
52
|
+
"chat.feedback.reason.bad_recommendation": "不佳的建议",
|
|
53
|
+
"chat.feedback.reason.slow": "缓慢",
|
|
54
|
+
"chat.feedback.reason.instructions_ignored": "忽略指令",
|
|
55
|
+
"chat.feedback.reason.being_lazy": "怠惰",
|
|
56
|
+
"chat.feedback.reason.other": "其他",
|
|
57
|
+
"chat.figma-upload.step1-title": "输入 Figma URL",
|
|
58
|
+
"chat.figma-upload.step2-title": "预览图片",
|
|
59
|
+
"chat.figma-upload.select-images": "选择要导入的画框",
|
|
60
|
+
"chat.figma-upload.no-images": "该 Figma 文件未找到画框。",
|
|
61
|
+
"chat.figma-upload.import-button": "导入",
|
|
62
|
+
"form.button.finish": "完成",
|
|
63
|
+
"form.button.back": "返回",
|
|
64
|
+
"components.LeftMenu.collection-types": "集合类型",
|
|
65
|
+
"components.LeftMenu.single-types": "单类型",
|
|
66
|
+
"components.LeftMenu.collectionTypes": "集合类型",
|
|
67
|
+
"components.LeftMenu.singleTypes": "单类型"
|
|
68
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Settings.email.plugin.notification.config.error": "获取邮件配置失败",
|
|
3
|
+
"Settings.email.plugin.notification.data.loaded": "邮件设置数据已加载",
|
|
4
|
+
"Settings.email.plugin.notification.test.error": "发送测试邮件到 {to} 失败",
|
|
5
|
+
"Settings.email.plugin.notification.test.success": "测试邮件发送成功,请检查 {to} 邮箱",
|
|
6
|
+
"Settings.email.plugin.placeholder.defaultFrom": "示例:No-Reply <no-reply@geekron.io>",
|
|
7
|
+
"Settings.email.plugin.placeholder.defaultReplyTo": "示例: <example@geekron.io>",
|
|
8
|
+
"Settings.email.plugin.placeholder.testAddress": "示例:developer@example.com",
|
|
9
|
+
"components.Input.error.validation.email": "这不是有效的邮箱地址"
|
|
10
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"settings.page.title": "审核工作流",
|
|
3
|
+
"settings.page.subtitle": "{count, plural, one {# 个阶段} other {# 个阶段}}",
|
|
4
|
+
"settings.page.isLoading": "正在加载工作流",
|
|
5
|
+
"settings.page.delete.confirm.body": "分配到已删除阶段的所有条目将被移至前一阶段。确定要保存吗?",
|
|
6
|
+
"settings.stage.name.label": "阶段名称",
|
|
7
|
+
"settings.not-available": "审核工作流仅在企业版中提供。升级以创建和管理工作流。",
|
|
8
|
+
"settings.review-workflows.workflow.stageRequiredToPublish.label": "发布所需阶段",
|
|
9
|
+
"settings.review-workflows.workflow.stageRequiredToPublish.any": "任意阶段",
|
|
10
|
+
"settings.review-workflows.workflow.stageRequiredToPublish.hint": "若条目不在所需阶段,将阻止其发布。",
|
|
11
|
+
"settings.page.purchase.description": "管理你的内容审核流程",
|
|
12
|
+
"settings.page.purchase.perks1": "可自定义审核阶段",
|
|
13
|
+
"settings.page.purchase.perks2": "管理用户权限",
|
|
14
|
+
"settings.page.purchase.perks3": "支持 Webhook",
|
|
15
|
+
"widget.assigned.title": "分配给我",
|
|
16
|
+
"widget.assigned.no-data": "暂无条目"
|
|
17
|
+
}
|