strapi-plugin-comments
Version:
205 lines (204 loc) • 13.9 kB
JavaScript
const e = {
"plugin.name": "评论",
"plugin.section": "评论插件",
"plugin.section.item": "配置",
"common.button.back": "返回",
"nav.header.moderation": "审核",
"nav.header.settings": "设置",
"nav.item.updates": "更新",
"nav.item.discover": "发现",
"nav.item.reports": "报告",
"nav.item.settings": "设置",
"page.auth.noAccess": "无法访问",
"page.auth.not.allowed": "哎呀!看起来您没有访问此页面的权限。。。",
"page.common.item.status.OPEN": "开启",
"page.common.item.status.PENDING": "等待中",
"page.common.item.status.BLOCKED": "已屏蔽",
"page.common.item.status.APPROVED": "已批准",
"page.common.item.status.RESOLVED": "已解决",
"page.common.item.status.TO_REVIEW": "预览 ({count, number})",
"page.common.item.status.REJECTED": "已拒绝",
"page.common.item.status.REMOVED": "被作者删除",
"page.common.item.status.setFilter": "设置状态...",
"page.updates.header": "最近的更新",
"page.discover.header": "发现线索",
"page.discover.header.count": "{count} 找到的条目",
"page.discover.table.header.id": "ID",
"page.discover.table.header.author": "作者",
"page.discover.table.header.author.email": "未填写电子邮件",
"page.discover.table.header.message": "内容",
"page.discover.table.header.thread": "线索的",
"page.discover.table.header.entry": "入口",
"page.discover.table.header.lastUpdate": "上次修改",
"page.discover.table.header.status": "状态",
"page.discover.table.header.actions": "动作",
"page.discover.table.cell.thread": "评论 #{id}",
"page.discover.table.action.display": "显示",
"page.discover.table.action.reports": "报告",
"page.discover.table.empty": "你还没有任何评论。",
"page.discover.table.empty.search": "没有与搜索匹配的评论。",
"page.discover.table.filters": "过滤",
"page.discover.table.reports.review": "审查报告",
"page.reports.header": "解决报告",
"page.reports.table.empty": "您还没有任何报告。",
"page.reports.table.empty.search": "没有与搜索匹配的报告。",
"page.reports.table.header.id": "ID",
"page.reports.table.header.reason": "原因",
"page.reports.table.header.content": "内容",
"page.reports.table.header.status": "状态",
"page.reports.table.header.issueDate": "发布日期",
"page.reports.table.header.relatedComment": "相关评论",
"page.reports.table.header.actions": "动作",
"page.reports.table.cell.action.resolve": "已解决",
"page.reports.table.cell.action.block": "屏蔽",
"page.details.header": "讨论面板",
"page.details.header.description": "深化和管理与实体相关的讨论",
"page.details.header.description.empty": "此条目已删除",
"page.details.panel.discussion": "讨论",
"page.details.panel.discussion.nav.drilldown": "深入调查",
"page.details.panel.discussion.nav.back": "回到顶部",
"page.details.panel.discussion.warnings.reports.description": "打开报告",
"page.details.panel.discussion.warnings.reports.review": "审查",
"page.details.panel.discussion.warnings.reports.dialog.list": "报告",
"page.details.panel.discussion.warnings.reports.dialog.header": "审核:审查打开的报告",
"page.details.panel.discussion.warnings.reports.dialog.selectAll": "选择所有条目",
"page.details.panel.discussion.warnings.reports.dialog.select": "选择条目",
"page.details.panel.discussion.warnings.reports.dialog.reason": "原因",
"page.details.panel.discussion.warnings.reports.dialog.reason.BAD_LANGUAGE": "不良词汇",
"page.details.panel.discussion.warnings.reports.dialog.reason.DISCRIMINATION": "歧视",
"page.details.panel.discussion.warnings.reports.dialog.reason.OTHER": "其他",
"page.details.panel.discussion.warnings.reports.dialog.content": "内容",
"page.details.panel.discussion.warnings.reports.dialog.createdAt": "发布日期",
"page.details.panel.discussion.warnings.reports.dialog.status": "状态",
"page.details.panel.discussion.warnings.reports.dialog.status.OPEN": "开启",
"page.details.panel.discussion.warnings.reports.dialog.status.RESOLVED": "已解决",
"page.details.panel.discussion.warnings.reports.dialog.actions": "操作",
"page.details.panel.discussion.warnings.reports.dialog.actions.resolve": "解决",
"page.details.panel.discussion.warnings.reports.dialog.actions.resolve.selected": "解决报告 ({count})",
"page.details.panel.discussion.warnings.reports.dialog.confirmation.success": "已解决打开的报告",
"page.details.panel.discussion.warnings.reports.selected.dialog.confirmation.success": "已解决打开的报告",
"page.details.actions.comment.delete.confirmation.header": "审核:删除评论",
"page.details.actions.comment.delete.confirmation.description": "确定要删除这个评论吗?这个操作是不可逆的。",
"page.details.actions.comment.delete.confirmation.button.confirm": "确定",
"page.details.actions.comment.delete.confirmation.button.cancel": "取消",
"page.details.panel.discussion.warnings.comments.header": "审核:审查报告评论",
"page.details.panel.discussion.status.blocked": "已屏蔽",
"page.details.panel.discussion.reply": "回复",
"page.details.panel.discussion.reopen": "重新打开",
"page.details.panel.discussion.send": "发送主持人响应",
"page.details.actions.comment.post.confirmation": "评论已发布",
"page.details.actions.comment.update.confirmation": "评论已更新",
"page.details.panel.entity": "实体详情",
"page.details.panel.status": "讨论是",
"page.details.panel.status.open": "打开",
"page.details.panel.status.blocked": "已屏蔽",
"page.details.panel.status.pending": "等待中",
"page.details.panel.loading": "正在获取实体...",
"page.details.actions.comment.block": "屏蔽评论",
"page.details.actions.comment.block.confirmation.header": "审核:屏蔽评论",
"page.details.actions.comment.block.confirmation.description": "确定要屏蔽这个评论吗?",
"page.details.actions.comment.block.confirmation.button.confirm": "确定",
"page.details.actions.comment.block.confirmation.success": "评论已被屏蔽",
"page.details.actions.comment.unblock": "取消屏蔽评论",
"page.details.actions.comment.unblock.confirmation.success": "评论已被取消屏蔽",
"page.details.actions.comment.delete": "删除评论",
"page.details.actions.comment.delete.confirmation.success": "评论已被删除",
"page.details.actions.comment.reports.review": "审查",
"page.details.actions.thread.block": "屏蔽线索",
"page.details.actions.thread.block.confirmation.header": "审核:屏蔽线索",
"page.details.actions.thread.block.confirmation.description": "确定要阻塞整个线索吗?不允许进行进一步的讨论。",
"page.details.actions.thread.block.confirmation.button.confirm": "确定",
"page.details.actions.thread.block.confirmation.success": "线索已被屏蔽",
"page.details.actions.thread.unblock": "取消屏蔽线索",
"page.details.actions.thread.unblock.confirmation.success": "线索已被取消屏蔽",
"page.details.actions.thread.modal.start.thread": "开始线索",
"page.details.actions.thread.modal.update.comment": "更新评论",
"page.details.actions.comment.approve.confirmation.success": "评论已通过",
"page.details.actions.comment.reject.confirmation.success": "评论已拒绝",
"page.details.filters.label": "视图",
"page.details.filters.removed.visibility": "显示已删除的评论",
"page.coming.soon": "即将到来的是...",
"page.settings": "设置",
"page.settings.header.title": "评论",
"page.settings.header.description": "配置您的评论审核功能",
"page.settings.actions.submit": "保存",
"page.settings.actions.restore": "恢复默认设置",
"page.settings.actions.restart": "重启Strapi",
"page.settings.section.general": "通用配置",
"page.settings.section.additional": "附加配置",
"page.settings.section.client": "客户端入口配置",
"page.settings.section.restore": "恢复默认设置",
"page.settings.section.restore.subtitle": "放弃所有应用的设置并恢复到插件默认设置。请合理使用。",
"page.settings.form.enabledCollections.label": "为Content Type启用评论",
"page.settings.form.enabledCollections.placeholder": "选择一个或多个集合",
"page.settings.form.enabledCollections.hint": "如果未选择任何Content Type,则会启用所有Content Type",
"page.settings.form.contentTypesSettings.label": "Content-Type",
"page.settings.form.contentTypesSettings.tooltip": "每种Content Type的自定义配置",
"page.settings.form.moderatorRoles.label": "发送重要通知到",
"page.settings.form.moderatorRoles.placeholder": "选择一个或多个角色",
"page.settings.form.moderatorRoles.hint": "将由插件通知要执行的重要操作的角色",
"page.settings.form.badWords.label": "不良词汇筛选",
"page.settings.form.badWords.hint": "如果启用,则每次发布/更新评论时都会针对不良词汇进行检查",
"page.settings.form.gqlAuth.label": "GraphQL查询授权",
"page.settings.form.gqlAuth.hint": "如果启用, GraphQL API queries 和 mutations 只能由经过身份验证的 Strapi 用户触发。否则 API 将保持打开状态。",
"page.settings.form.approvalFlow.label": "审批流程",
"page.settings.form.approvalFlow.hint": '与Content Type "{name}" 关联的评论将通过手动审批流程获取',
"page.settings.form.entryLabel.label": "标题字段",
"page.settings.form.entryLabel.placeholder": "至少选择一个或保留为空以应用默认值",
"page.settings.form.entryLabel.hint": '如果保留为空,则标题呈现将采用以下有序字段: "Title", "Subject" & "Name"',
"page.settings.form.client.url.label": "门户网站URL",
"page.settings.form.client.url.hint": "您的客户端门户可用的URL",
"page.settings.form.client.email.label": "通信电子邮件",
"page.settings.form.client.email.hint": "用于邮寄、代表门户团队与用户沟通的电子邮件地址",
"page.settings.actions.restore.confirmation.header": "恢复默认配置",
"page.settings.actions.restore.confirmation.description": "您即将将插件配置恢复为默认值。它可能会对已经收集的内容产生破坏性影响。确定要继续吗?",
"page.settings.actions.restore.confirmation.button.confirm": "确定",
"page.settings.actions.restart.alert.title": "Strapi需要重新启动",
"page.settings.actions.restart.alert.description": "您已经进行了配置更改,需要重新启动Strapi应用程序才能在GraphQL模式中生效。手动或使用下面的触发器执行此操作。",
"page.settings.actions.restart.alert.close": "丢弃",
"page.settings.notification.fetch.error": "无法获取配置。正在重试...",
"page.settings.notification.submit.success": "配置保存成功",
"page.settings.notification.submit.error": "未能保存配置。请重试。",
"page.settings.notification.restore.success": "配置恢复成功",
"page.settings.notification.restore.error": "无法还原配置。请重试。",
"page.settings.notification.restart.success": "应用程序已成功重新启动",
"page.settings.notification.restart.error": "无法重新启动应用程序。请尝试手动操作。",
"page.settings.loading": "加载配置中...",
"page.settings.form.author.blockedProps.label": "屏蔽的作者详细信息",
"page.settings.form.author.blockedProps.hint": "指定的属性将从作者的详细信息中筛选出来(以逗号分隔)",
"components.confirmation.dialog.header": "确认书",
"components.confirmation.dialog.description": "您真的要执行此操作吗?",
"components.confirmation.dialog.button.confirm": "确定",
"components.confirmation.dialog.button.cancel": "取消",
"components.toogle.enabled": "启用",
"components.toogle.disabled": "禁用",
"components.author.unknown": "作者已删除",
"components.reason.unknown": "未提供原因",
"components.content.unknown": "未提供内容",
"components.notAccessPage.back": "返回首页",
"customField.comments.label": "评论",
"customField.comments.description": "指定评论查询参数",
"customField.comments.input.commentsNumber.label": "评论数",
"customField.comments.input.renderType.label": "将评论渲染为",
"customField.comments.input.renderType.option.tree.label": "树",
"customField.comments.input.renderType.option.flat.label": "平铺列表",
"customField.comments.input.sortByDate.label": "按创建日期排序",
"customField.comments.input.sortByDate.option.asc.label": "升序",
"customField.comments.input.sortByDate.option.desc.label": "降序",
"customField.comments.input.filterBy.label": "筛选条件",
"customField.comments.input.filterBy.option.dateCreated.label": "创建日期",
"customField.comments.input.filterBy.option.dateCreated.label.details.label": "指定日期",
"customField.comments.input.filterBy.option.approvalStatus.label": "审批状态",
"customField.comments.input.filterBy.option.approvalStatus.label.details.label": "指定状态",
"customField.comments.input.filterBy.option.approvalStatus.option.pending.label": "等待中",
"customField.comments.input.filterBy.option.approvalStatus.option.approved.label": "通过的",
"customField.comments.input.filterBy.option.approvalStatus.option.rejected.label": "拒绝的",
"customField.comments.input.populate.label": "填充",
"customField.comments.input.populate.author.label": "填充作者字段",
"customField.comments.input.populate.avatar.label": "填充头像字段",
"success.approveItem": "评论已通过",
"success.rejectItem": "评论已拒绝"
};
export {
e as default
};