@geekron/strapi 0.2.14 → 0.3.1
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 +10 -2
- package/dist/admin/index.mjs +29 -21
- package/dist/admin/src/fields/DataNested/hooks/useTreeItems.d.ts.map +1 -1
- 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/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 +8 -3
- 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 +8 -3
- 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,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
|
+
}
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
{
|
|
2
|
+
"HomePage.header.title": "你好 {name}",
|
|
3
|
+
"HomePage.header.subtitle": "欢迎使用 Geekron CMS,这里可以展示您的网站概览、快捷入口或统计信息。",
|
|
4
|
+
"HomePage.widget.loading": "正在加载组件内容",
|
|
5
|
+
"HomePage.widget.error": "无法加载组件内容。",
|
|
6
|
+
"HomePage.widget.no-data": "未找到内容。",
|
|
7
|
+
"HomePage.widget.no-permissions": "您没有查看此组件的权限",
|
|
8
|
+
"Settings.apiTokens.copy.lastWarning": "复制您的 API 令牌",
|
|
9
|
+
"Settings.application.strapi-version": "CMS 版本",
|
|
10
|
+
"Settings.application.strapiVersion": "CMS 版本",
|
|
11
|
+
"Settings.permissions.auditLogs.not-available": "审计日志仅在付费计划中提供。升级以获取所有活动的可搜索和可筛选显示。",
|
|
12
|
+
"Settings.profile.form.section.experience.mode.option-system-label": "使用系统设置",
|
|
13
|
+
"Settings.sso.not-available": "SSO 仅在付费计划中提供。升级以为您的管理面板配置其他登录与注册方式。",
|
|
14
|
+
"Settings.content-history.title": "内容历史",
|
|
15
|
+
"Settings.content-history.description": "让您更好地控制内容生命周期中的每一步。",
|
|
16
|
+
"Settings.content-history.not-available": "内容历史仅在付费计划中提供。升级即可完全掌控内容生命周期。",
|
|
17
|
+
"Settings.tokens.copy.title": "令牌",
|
|
18
|
+
"Settings.page.PurchaseAudit-logs.description": "与团队一起跟踪并审阅更改",
|
|
19
|
+
"Settings.page.PurchaseAudit-logs.perks1": "轻松跟踪更改",
|
|
20
|
+
"Settings.page.PurchaseAudit-logs.perks2": "轻松审阅更改",
|
|
21
|
+
"Settings.page.PurchaseAudit-logs.perks3": "保持安全与合规",
|
|
22
|
+
"Settings.page.PurchaseContent-history.description": "即时撤销内容更改",
|
|
23
|
+
"Settings.page.PurchaseContent-history.perks1": "浏览内容历史",
|
|
24
|
+
"Settings.page.PurchaseContent-history.perks2": "一键回滚更改",
|
|
25
|
+
"Settings.page.PurchaseContent-history.perks3": "跟踪跨语言的更改",
|
|
26
|
+
"Settings.page.PurchaseSSO.description": "为您的团队简化身份认证",
|
|
27
|
+
"Settings.page.PurchaseSSO.perks1": "统一身份认证",
|
|
28
|
+
"Settings.page.PurchaseSSO.perks2": "增强的安全性",
|
|
29
|
+
"Settings.page.PurchaseSSO.perks3": "支持 Webhooks",
|
|
30
|
+
"Settings.page.purchase.upgrade.cta": "升级",
|
|
31
|
+
"Settings.page.purchase.learn-more.cta": "了解更多",
|
|
32
|
+
"noPreview": "暂无预览",
|
|
33
|
+
"app.components.FreeTrialEndedModal.button.downgrade": "降级到社区版",
|
|
34
|
+
"app.components.FreeTrialEndedModal.button.upgrade": "继续使用成长计划",
|
|
35
|
+
"app.components.FreeTrialEndedModal.description": "您对成长计划功能(如内容历史、版本发布和单点登录(SSO))的访问已过期。",
|
|
36
|
+
"app.components.FreeTrialEndedModal.notice.item1": "降级后将无法使用上述功能。",
|
|
37
|
+
"app.components.FreeTrialEndedModal.notice.item2": "文档版本历史将被删除。",
|
|
38
|
+
"app.components.FreeTrialEndedModal.notice.item3": "所有发布版本将被清除。",
|
|
39
|
+
"app.components.FreeTrialEndedModal.notice.item4": "如果要降级,请确保设置根管理员密码以保留对管理面板的访问。",
|
|
40
|
+
"app.components.FreeTrialEndedModal.notice.title": "重要须知:",
|
|
41
|
+
"app.components.FreeTrialEndedModal.title": "您的试用已结束",
|
|
42
|
+
"app.components.FreeTrialWelcomeModal.button": "开始探索",
|
|
43
|
+
"app.components.FreeTrialWelcomeModal.description1": "接下来的 30 天,您将可以完全访问高级功能,如内容历史、版本发布和单点登录(SSO)——尽情探索 Strapi CMS 的强大能力。",
|
|
44
|
+
"app.components.FreeTrialWelcomeModal.description2": "利用这段时间自由构建、定制并测试您的内容工作流!",
|
|
45
|
+
"app.components.FreeTrialWelcomeModal.title": "很高兴您加入我们",
|
|
46
|
+
"app.components.LeftMenu.trialCountdown.endedAt": "您的试用已于 {date} 结束。",
|
|
47
|
+
"app.components.LeftMenu.trialCountdown.endsAt": "您的试用将于 {date} 结束。",
|
|
48
|
+
"app.components.NpsSurvey.banner-title": "您有多大可能会向朋友或同事推荐极客领航?",
|
|
49
|
+
"app.components.NpsSurvey.feedback-response": "非常感谢您的反馈!",
|
|
50
|
+
"app.components.NpsSurvey.feedback-question": "您有任何改进建议吗?",
|
|
51
|
+
"app.components.NpsSurvey.submit-feedback": "提交反馈",
|
|
52
|
+
"app.components.NpsSurvey.dismiss-survey-label": "关闭问卷",
|
|
53
|
+
"app.components.NpsSurvey.no-recommendation": "完全不可能",
|
|
54
|
+
"app.components.NpsSurvey.happy-to-recommend": "非常愿意",
|
|
55
|
+
"app.components.NpsSurvey.select-rating": "选择评分",
|
|
56
|
+
"app.components.ToggleCheckbox.enabled-label": "已启用",
|
|
57
|
+
"app.components.ToggleCheckbox.disabled-label": "已禁用",
|
|
58
|
+
"app.components.UpsellBanner.button": "立即升级",
|
|
59
|
+
"app.components.UpsellBanner.intro": "可访问成长计划功能: ",
|
|
60
|
+
"app.components.UpsellBanner.text": "在试用期间,您可以探索高级工具,如内容历史、版本发布和单点登录(SSO)。",
|
|
61
|
+
"app.utils.refresh": "刷新",
|
|
62
|
+
"app.utils.published": "已发布",
|
|
63
|
+
"app.utils.ready-to-publish": "准备发布",
|
|
64
|
+
"app.utils.already-published": "已发布",
|
|
65
|
+
"app.utils.ready-to-publish-changes": "有待发布的更改",
|
|
66
|
+
"app.utils.ready-to-unpublish-changes": "准备取消发布",
|
|
67
|
+
"app.confirm.body": "确定执行此操作?",
|
|
68
|
+
"components.FilterOptions.FILTER_TYPES.$containsi": "包含(不区分大小写)",
|
|
69
|
+
"components.FilterOptions.FILTER_TYPES.$endsWithi": "以…结尾(不区分大小写)",
|
|
70
|
+
"components.FilterOptions.FILTER_TYPES.$eqi": "等于(不区分大小写)",
|
|
71
|
+
"components.FilterOptions.FILTER_TYPES.$nei": "不等于(不区分大小写)",
|
|
72
|
+
"components.FilterOptions.FILTER_TYPES.$notContainsi": "不包含(不区分大小写)",
|
|
73
|
+
"components.FilterOptions.FILTER_TYPES.$startsWithi": "以…开头(不区分大小写)",
|
|
74
|
+
"components.Input.error.contain.maxBytes": "密码必须少于 73 字节",
|
|
75
|
+
"components.Input.error.validation.combobox.invalid": "提供的值无效",
|
|
76
|
+
"components.Input.error.validation.string": "这不是有效的字符串。",
|
|
77
|
+
"components.Input.error.validation.email.withField": "{field} 不是有效的邮箱",
|
|
78
|
+
"components.Input.error.validation.json.withField": "{field} 与 JSON 格式不匹配",
|
|
79
|
+
"components.Input.error.validation.lowercase.withField": "{field} 必须为小写字符串",
|
|
80
|
+
"components.Input.error.validation.max.withField": "{field} 太大。",
|
|
81
|
+
"components.Input.error.validation.maxLength.withField": "{field} 太长。",
|
|
82
|
+
"components.Input.error.validation.min.withField": "{field} 太小。",
|
|
83
|
+
"components.Input.error.validation.minLength.withField": "{field} 太短。",
|
|
84
|
+
"components.Input.error.validation.minSupMax.withField": "{field} 不能超过最大值",
|
|
85
|
+
"components.Input.error.validation.regex.withField": "{field} 与正则不匹配。",
|
|
86
|
+
"components.Input.error.validation.required.withField": "必须填写 {field}。",
|
|
87
|
+
"components.Input.error.validation.unique.withField": "{field} 已被使用。",
|
|
88
|
+
"components.ViewSettings.tooltip": "视图设置",
|
|
89
|
+
"components.Blocks.modifiers.bold": "加粗",
|
|
90
|
+
"components.Blocks.modifiers.italic": "斜体",
|
|
91
|
+
"components.Blocks.modifiers.underline": "下划线",
|
|
92
|
+
"components.Blocks.modifiers.strikethrough": "删除线",
|
|
93
|
+
"components.Blocks.modifiers.code": "行内代码",
|
|
94
|
+
"components.Blocks.link": "链接",
|
|
95
|
+
"components.Blocks.expand": "展开",
|
|
96
|
+
"components.Blocks.collapse": "收起",
|
|
97
|
+
"components.Blocks.popover.text": "文本",
|
|
98
|
+
"components.Blocks.popover.text.placeholder": "输入链接文本",
|
|
99
|
+
"components.Blocks.popover.link": "链接",
|
|
100
|
+
"components.Blocks.popover.link.placeholder": "粘贴链接",
|
|
101
|
+
"components.Blocks.popover.link.rel": "Rel(可选)",
|
|
102
|
+
"components.Blocks.popover.link.rel.placeholder": "noopener, nofollow, noreferrer",
|
|
103
|
+
"components.Blocks.popover.link.target": "Target(可选)",
|
|
104
|
+
"components.Blocks.popover.link.target.placeholder": "_blank, _self, _parent, _top",
|
|
105
|
+
"components.Blocks.popover.link.error": "请输入有效链接",
|
|
106
|
+
"components.Blocks.popover.remove": "移除",
|
|
107
|
+
"components.Blocks.popover.edit": "编辑",
|
|
108
|
+
"components.Blocks.blocks.selectBlock": "选择一个块",
|
|
109
|
+
"components.Blocks.blocks.text": "文本",
|
|
110
|
+
"components.Blocks.blocks.heading1": "标题 1",
|
|
111
|
+
"components.Blocks.blocks.heading2": "标题 2",
|
|
112
|
+
"components.Blocks.blocks.heading3": "标题 3",
|
|
113
|
+
"components.Blocks.blocks.heading4": "标题 4",
|
|
114
|
+
"components.Blocks.blocks.heading5": "标题 5",
|
|
115
|
+
"components.Blocks.blocks.heading6": "标题 6",
|
|
116
|
+
"components.Blocks.blocks.code": "代码块",
|
|
117
|
+
"components.Blocks.blocks.quote": "引用",
|
|
118
|
+
"components.Blocks.blocks.image": "图片",
|
|
119
|
+
"components.Blocks.blocks.unorderedList": "项目符号列表",
|
|
120
|
+
"components.Blocks.blocks.orderedList": "编号列表",
|
|
121
|
+
"components.Blocks.blocks.code.languageLabel": "选择语言",
|
|
122
|
+
"components.Blocks.dnd.instruction": "要重新排序块,请按住 Command 或 Control,并配合 Shift 与上下箭头键",
|
|
123
|
+
"components.Blocks.dnd.reorder": "{item} 已移动。编辑器中的新位置:{position}。",
|
|
124
|
+
"components.Wysiwyg.blocks.code": "代码",
|
|
125
|
+
"components.premiumFeature.title": "高级功能",
|
|
126
|
+
"global.home": "首页",
|
|
127
|
+
"global.error": "出错了",
|
|
128
|
+
"global.last-change.redo": "重做上一次更改",
|
|
129
|
+
"global.last-change.undo": "撤销上一次更改",
|
|
130
|
+
"global.last-changes.discard": "放弃最近更改",
|
|
131
|
+
"global.more": "更多",
|
|
132
|
+
"global.new": "新建",
|
|
133
|
+
"global.profile.settings": "个人资料设置",
|
|
134
|
+
"global.fullname": "{firstname} {lastname}",
|
|
135
|
+
"global.learn-more": "了解更多",
|
|
136
|
+
"tours.contentTypeBuilder.Introduction.title": "欢迎使用内容类型构建器!",
|
|
137
|
+
"tours.contentTypeBuilder.Introduction.content": "在这里,您可以通过集合类型、单类型和可复用组件来创建并管理应用结构。开始吧!",
|
|
138
|
+
"tours.contentTypeBuilder.AIChat.title": "准备开始!",
|
|
139
|
+
"tours.contentTypeBuilder.AIChat.content": "<p>如果您对内容类型构建器或 Strapi 有任何问题,请在此提出。</p><p>Strapi AI 可以根据您的需求生成模式。请准确描述您的需求,例如:<ul><li>日期选择器</li><li>邮箱和密码字段</li><li>任意类型的媒体</li><li>UID</li></ul></p><p>不要害羞,试试看!</p>",
|
|
140
|
+
"tours.contentTypeBuilder.CollectionTypes.title": "集合类型",
|
|
141
|
+
"tours.contentTypeBuilder.CollectionTypes.content": "用于管理多条记录——例如博客文章或产品。",
|
|
142
|
+
"tours.contentTypeBuilder.SingleTypes.title": "单类型",
|
|
143
|
+
"tours.contentTypeBuilder.SingleTypes.content": "适合一次性条目,如首页或站点设置。",
|
|
144
|
+
"tours.contentTypeBuilder.Components.title": "组件",
|
|
145
|
+
"tours.contentTypeBuilder.Components.content": "一次构建,随处复用。用于按钮、卡片或轮播等。",
|
|
146
|
+
"tours.contentTypeBuilder.YourTurn.title": "轮到您——动手构建!",
|
|
147
|
+
"tours.contentTypeBuilder.YourTurn.content": "请创建一个集合类型或单类型。点击“+”按钮,选择名称,点击“继续”,我们将引导您完成后续步骤。",
|
|
148
|
+
"tours.contentTypeBuilder.AddFields.title": "添加字段让它鲜活起来",
|
|
149
|
+
"tours.contentTypeBuilder.AddFields.content": "先添加您的第一个字段——例如名称、图片或关系。内容类型需要先有结构才能承载内容。",
|
|
150
|
+
"tours.contentTypeBuilder.Save.title": "离开前别忘了保存!",
|
|
151
|
+
"tours.contentTypeBuilder.Save.content": "点击“保存”按钮以锁定您的内容类型,避免丢失工作。快完成了!",
|
|
152
|
+
"tours.contentTypeBuilder.Finish.title": "第一步:完成!🎉",
|
|
153
|
+
"tours.contentTypeBuilder.Finish.content": "您已构建了第一个内容类型!现在前往内容管理器开始添加条目吧!",
|
|
154
|
+
"tours.apiTokens.Introduction.title": "最后但同样重要,API 令牌",
|
|
155
|
+
"tours.apiTokens.Introduction.content": "通过高度可定制的权限控制 API 访问。",
|
|
156
|
+
"tours.apiTokens.ManageAPIToken.title": "管理 API 令牌",
|
|
157
|
+
"tours.apiTokens.ManageAPIToken.content": "点击“铅笔”图标查看并更新现有 API 令牌。",
|
|
158
|
+
"tours.apiTokens.ViewAPIToken.title": "查看 API 令牌",
|
|
159
|
+
"tours.apiTokens.ViewAPIToken.content": "点击“查看令牌”按钮以查看您的 API 令牌。",
|
|
160
|
+
"tours.apiTokens.CopyAPIToken.title": "复制您的 API 令牌",
|
|
161
|
+
"tours.apiTokens.CopyAPIToken.content": "点击“复制”按钮以保存您的 API 令牌,您将需要它来向应用发出请求。{spacer} 还有疑问?了解更多关于 <a>API 令牌</a> 的信息。",
|
|
162
|
+
"tours.apiTokens.FinalStep.title": "恭喜,是时候部署您的应用了!",
|
|
163
|
+
"tours.apiTokens.FinalStep.content": "您已具备部署应用并与世界分享内容的一切准备。",
|
|
164
|
+
"tours.contentManager.Introduction.title": "内容管理器",
|
|
165
|
+
"tours.contentManager.Introduction.content": "从您的集合类型和单类型中创建和管理内容。",
|
|
166
|
+
"tours.contentManager.CreateNewEntry.title": "创建新条目",
|
|
167
|
+
"tours.contentManager.CreateNewEntry.content": "点击“创建新条目”按钮,为此集合类型创建并发布新条目。",
|
|
168
|
+
"tours.contentManager.Fields.title": "字段",
|
|
169
|
+
"tours.contentManager.Fields.content": "首先填写您在内容类型构建器中创建的字段。",
|
|
170
|
+
"tours.contentManager.Publish.title": "发布",
|
|
171
|
+
"tours.contentManager.Publish.content": "然后点击“发布”按钮,让您的内容通过内容 API 可用。",
|
|
172
|
+
"tours.contentManager.FinalStep.title": "是时候设置 API 令牌了!",
|
|
173
|
+
"tours.contentManager.FinalStep.content": "现在您已经创建并发布了一个条目,让我们设置一个 API 令牌来管理内容访问。",
|
|
174
|
+
"tours.stepCount": "第 {currentStep} 步,共 {tourLength} 步",
|
|
175
|
+
"tours.skip": "跳过",
|
|
176
|
+
"tours.next": "下一步",
|
|
177
|
+
"tours.gotIt": "知道了",
|
|
178
|
+
"tours.overview.title": "发现您的应用!",
|
|
179
|
+
"tours.overview.subtitle": "跟随引导,充分学习的网站后台系统的使用。",
|
|
180
|
+
"tours.overview.close": "关闭引导",
|
|
181
|
+
"tours.overview.tasks": "您的任务",
|
|
182
|
+
"tours.overview.contentTypeBuilder.label": "创建您的架构",
|
|
183
|
+
"tours.overview.contentManager.label": "创建并发布内容",
|
|
184
|
+
"tours.overview.apiTokens.label": "复制一个 API 令牌",
|
|
185
|
+
"tours.overview.strapiCloud.label": "将应用部署到服务器",
|
|
186
|
+
"tours.overview.strapiCloud.link": "阅读文档",
|
|
187
|
+
"tours.overview.tour.link": "开始",
|
|
188
|
+
"tours.overview.tour.done": "完成",
|
|
189
|
+
"tours.overview.close.description": "确定要关闭引导吗?",
|
|
190
|
+
"tours.profile.title": "引导教程",
|
|
191
|
+
"tours.profile.description": "您可以随时重置引导教程。",
|
|
192
|
+
"tours.profile.reset": "重置引导教程",
|
|
193
|
+
"tours.profile.notification.success.reset": "引导教程已重置",
|
|
194
|
+
"tours.overview.completed": "已完成 {completed}%",
|
|
195
|
+
"widget.key-statistics.title": "项目统计",
|
|
196
|
+
"widget.key-statistics.list.admins": "管理员",
|
|
197
|
+
"widget.key-statistics.list.apiTokens": "API 令牌",
|
|
198
|
+
"widget.key-statistics.list.assets": "资源",
|
|
199
|
+
"widget.key-statistics.list.components": "组件",
|
|
200
|
+
"widget.key-statistics.list.contentTypes": "内容类型",
|
|
201
|
+
"widget.key-statistics.list.entries": "条目",
|
|
202
|
+
"widget.key-statistics.list.locales": "语言",
|
|
203
|
+
"widget.key-statistics.list.webhooks": "Webhook",
|
|
204
|
+
"widget.last-activity.link": "打开审计日志",
|
|
205
|
+
"widget.last-activity.no-activity": "暂无活动",
|
|
206
|
+
"widget.last-activity.title": "最近活动",
|
|
207
|
+
"widget.profile.title": "个人资料",
|
|
208
|
+
"HomePage.addWidget.title": "添加组件",
|
|
209
|
+
"HomePage.addWidget.noWidgetsAvailable": "暂无可添加的组件",
|
|
210
|
+
"HomePage.addWidget.button": "添加组件",
|
|
211
|
+
"HomePage.widget.delete": "删除",
|
|
212
|
+
"HomePage.widget.drag": "拖动以移动"
|
|
213
|
+
}
|