strapi-plugin-comments
Version:
219 lines (218 loc) • 15.1 kB
JavaScript
const e = {
"plugin.name": "Comments",
"plugin.section": "Comments plugin",
"plugin.section.item": "Configuration",
"common.button.back": "Go back",
"common.more": "More",
"common.search": "Search",
"nav.header.moderation": "Moderation",
"nav.header.settings": "Settings",
"nav.item.updates": "Updates",
"nav.item.discover": "Discover",
"nav.item.reports": "Reports",
"nav.item.settings": "Settings",
"page.auth.noAccess": "No access",
"page.auth.not.allowed": "Oops! It seems like You do not have access to this page...",
"page.common.item.status.OPEN": "Open",
"page.common.item.status.PENDING": "Pending",
"page.common.item.status.BLOCKED": "Blocked",
"page.common.item.status.APPROVED": "Approved",
"page.common.item.status.RESOLVED": "Resolved",
"page.common.item.status.TO_REVIEW": "To review ({count, number})",
"page.common.item.status.REJECTED": "Rejected",
"page.common.item.status.REMOVED": "Removed",
"page.common.item.status.setFilter": "Set status...",
"page.updates.header": "Recent updates",
"page.discover.header": "Discover threads",
"page.discover.header.count": "{count} entries found",
"page.discover.table.header.id": "ID",
"page.discover.table.header.author": "Author",
"page.discover.table.header.author.email": "E-mail not provided",
"page.discover.table.header.message": "Message",
"page.discover.table.header.thread": "Thread of",
"page.discover.table.header.entry": "Entry",
"page.discover.table.header.lastUpdate": "Last update",
"page.discover.table.header.status": "Status",
"page.discover.table.header.actions": "Actions",
"page.discover.table.cell.thread": "Comment #{id}",
"page.discover.table.action.display": "Display",
"page.discover.table.action.reports": "Reports",
"page.discover.table.empty": "You don't have any comments yet.",
"page.discover.table.empty.search": "No comments match the search.",
"page.discover.table.filters": "Filtering",
"page.discover.table.reports.review": "Review reports",
"page.reports.header": "Resolve reports",
"page.reports.table.empty": "You don't have any reports yet.",
"page.reports.table.empty.search": "No reports match the search.",
"page.reports.table.header.id": "ID",
"page.reports.table.header.reason": "Reason",
"page.reports.table.header.content": "Content",
"page.reports.table.header.status": "Status",
"page.reports.table.header.issueDate": "Issue date",
"page.reports.table.header.relatedComment": "Related comment",
"page.reports.table.header.actions": "Actions",
"page.reports.table.cell.action.resolve": "resolved",
"page.reports.table.cell.action.block": "Block",
"page.details.header": "Discussion panel",
"page.details.header.description": "Drilldown and manage discussion related to the entity",
"page.details.header.description.empty": "This entry has been deleted",
"page.details.panel.discussion": "Discussion",
"page.details.panel.discussion.nav.drilldown": "Drilldown",
"page.details.panel.discussion.nav.back": "Go top",
"page.details.panel.discussion.warnings.reports.description": "open reports",
"page.details.panel.discussion.warnings.reports.review": "Review",
"page.details.panel.discussion.warnings.reports.dialog.list": "Reports",
"page.details.panel.discussion.warnings.reports.dialog.header": "Moderation: Review open reports",
"page.details.panel.discussion.warnings.reports.dialog.selectAll": "Select all entries",
"page.details.panel.discussion.warnings.reports.dialog.select": "Select entity",
"page.details.panel.discussion.warnings.reports.dialog.reason": "Reason",
"page.details.panel.discussion.warnings.reports.dialog.reason.BAD_LANGUAGE": "Bad language",
"page.details.panel.discussion.warnings.reports.dialog.reason.DISCRIMINATION": "Discrimination",
"page.details.panel.discussion.warnings.reports.dialog.reason.OTHER": "Other",
"page.details.panel.discussion.warnings.reports.dialog.content": "Content",
"page.details.panel.discussion.warnings.reports.dialog.createdAt": "Issue date",
"page.details.panel.discussion.warnings.reports.dialog.status": "Status",
"page.details.panel.discussion.warnings.reports.dialog.status.PENDING": "Pending",
"page.details.panel.discussion.warnings.reports.dialog.status.OPEN": "Open",
"page.details.panel.discussion.warnings.reports.dialog.status.RESOLVED": "Resolved",
"page.details.panel.discussion.warnings.reports.dialog.actions": "Actions",
"page.details.panel.discussion.warnings.reports.dialog.actions.resolve": "Resolve",
"page.details.panel.discussion.warnings.reports.dialog.actions.resolve.selected": "Resolve reports ({count})",
"page.details.panel.discussion.warnings.reports.dialog.confirmation.success": "Open report has been resolved",
"page.details.panel.discussion.warnings.reports.selected.dialog.confirmation.success": "Open reports has been resolved",
"page.details.panel.discussion.warnings.comments.header": "Moderation: Review reported comment",
"page.details.panel.discussion.status.blocked": "Blocked",
"page.details.panel.discussion.reply": "Reply",
"page.details.panel.discussion.reopen": "Re-open",
"page.details.panel.discussion.send": "Send Moderator response",
"page.details.actions.comment.post.confirmation": "Comment has been posted",
"page.details.actions.comment.update.confirmation": "Comment has been updated",
"page.details.panel.entity": "Entity details",
"page.details.panel.status": "Discussion is",
"page.details.panel.status.open": "Open",
"page.details.panel.status.blocked": "Blocked",
"page.details.panel.status.pending": "Pending",
"page.details.panel.loading": "Fetching entity...",
"page.details.actions.comment.block": "Block comment",
"page.details.actions.comment.block.confirmation.header": "Moderation: Block comment",
"page.details.actions.comment.block.confirmation.description": "Do you really want to block this comment?",
"page.details.actions.comment.block.confirmation.button.confirm": "Yes, block it",
"page.details.actions.comment.block.confirmation.success": "Comment has been blocked",
"page.details.actions.comment.unblock": "Unblock comment",
"page.details.actions.comment.unblock.confirmation.success": "Comment has been unblocked",
"page.details.actions.comment.delete": "Delete comment",
"page.details.actions.comment.delete.confirmation.success": "Comment has been deleted",
"page.details.actions.comment.reports.review": "Review",
"page.details.actions.comment.reports.approve": "Approve",
"page.details.actions.comment.reports.reject": "Reject",
"page.details.actions.thread.block": "Block thread",
"page.details.actions.thread.block.confirmation.header": "Moderation: Block thread",
"page.details.actions.thread.block.confirmation.description": "Do you really want to block whole thread? No further discussions are going to be allowed.",
"page.details.actions.thread.block.confirmation.button.confirm": "Yes, block it",
"page.details.actions.thread.block.confirmation.success": "Thread has been blocked",
"page.details.actions.thread.unblock": "Unblock thread",
"page.details.actions.thread.unblock.confirmation.success": "Thread has been unblocked",
"page.details.actions.thread.modal.start.thread": "Start thread",
"page.details.actions.thread.modal.update.comment": "Update comment",
"page.details.actions.comment.approve.confirmation.success": "Comment has been approved",
"page.details.actions.comment.reject.confirmation.success": "Comment has been rejected",
"page.details.actions.comment.delete.confirmation.header": "Moderation: Delete comment",
"page.details.actions.comment.delete.confirmation.description": "Do you really want to delete this comment? This action is irreversible.",
"page.details.actions.comment.delete.confirmation.button.confirm": "Yes, delete it",
"page.details.actions.comment.delete.confirmation.button.cancel": "Cancel",
"page.details.filters.label": "View",
"page.details.filters.removed.visibility": "Show removed comments",
"page.coming.soon": "Wait for what is coming soon...",
"page.settings": "Settings",
"page.settings.header.title": "Comments",
"page.settings.header.description": "Configure your comments moderation capabilities",
"page.settings.actions.submit": "Save",
"page.settings.actions.restore": "Restore default settings",
"page.settings.actions.restart": "Restart Strapi",
"page.settings.section.general": "General configuration",
"page.settings.section.additional": "Additional configuration",
"page.settings.section.client": "Client portal configuration",
"page.settings.section.restore": "Restore default settings",
"page.settings.section.restore.subtitle": "Discarding all of applied settings and getting back to plugin default ones. Use reasonable.",
"page.settings.form.enabledCollections.label": "Enable comments only for",
"page.settings.form.enabledCollections.placeholder": "Select one or more collection",
"page.settings.form.enabledCollections.hint": "If none is selected, all the content types are enabled",
"page.settings.form.contentTypesSettings.label": "Content types",
"page.settings.form.contentTypesSettings.tooltip": "Custom configuration per content type",
"page.settings.form.moderatorRoles.label": "Send significant notifications to",
"page.settings.form.moderatorRoles.placeholder": "Select one or more roles",
"page.settings.form.moderatorRoles.hint": "Roles which are going to be notified by the plugin about significant actions to perform",
"page.settings.form.badWords.label": "Bad words filtering",
"page.settings.form.badWords.hint": "If enabled, every post / update of comment is going to be checked against bad wording",
"page.settings.form.gqlAuth.label": "GraphQL queries authorization",
"page.settings.form.gqlAuth.hint": "If enabled, GraphQL API queries & mutations can be triggered only by Authenticated Strapi users. Otherwise API remains open.",
"page.settings.form.approvalFlow.label": "Approval flow",
"page.settings.form.approvalFlow.hint": 'Comments associated with content type "{name}" are going to be taken through manual approval flow',
"page.settings.form.entryLabel.label": "Title fields",
"page.settings.form.entryLabel.placeholder": "Select at least one or leave empty to apply defaults",
"page.settings.form.entryLabel.hint": 'If left empty title rendering is going to take following ordered fields: "Title", "Subject" & "Name"',
"page.settings.form.client.url.label": "Portal URL",
"page.settings.form.client.url.hint": "URL where your client portal is available",
"page.settings.form.client.email.label": "Communication e-mail",
"page.settings.form.client.email.hint": "E-mail address used for mailings, communication with users on behalf of portal team",
"page.settings.actions.restore.confirmation.header": "Restore default configuration",
"page.settings.actions.restore.confirmation.description": "You're about to restore plugin configuration to it default values. It might have destructive impact on already collected content. Do you really want to proceed?",
"page.settings.actions.restore.confirmation.button.confirm": "Yes, I want to restore",
"page.settings.actions.restart.alert.title": "Strapi requires restart",
"page.settings.actions.restart.alert.description": "You've made a configuration changes which requires your Strapi application to be restarted to take an effect in GraphQL schema. Do it manually or by using below trigger.",
"page.settings.actions.restart.alert.close": "Discard",
"page.settings.notification.fetch.error": "Failed to fetch configuration. Retrying...",
"page.settings.notification.submit.success": "Configuration has been saved successfully",
"page.settings.notification.submit.error": "Failed to save configuration. Try again.",
"page.settings.notification.restore.success": "Configuration has been restored successfully",
"page.settings.notification.restore.error": "Failed to restore configuration. Try again.",
"page.settings.notification.restart.success": "Application has been restarted successfully",
"page.settings.notification.restart.error": "Failed to restart your application. Try to do it manually.",
"page.settings.loading": "Fetching configuration...",
"page.settings.form.author.blockedProps.label": "Blocked author details",
"page.settings.form.author.blockedProps.hint": "Specified properties will be filtered out from author's details (comma-separated)",
"components.confirmation.dialog.header": "Confirmation",
"components.confirmation.dialog.description": "Do you really want to perform this action?",
"components.confirmation.dialog.button.confirm": "Yes, I do",
"components.confirmation.dialog.button.cancel": "Cancel",
"components.toogle.enabled": "Enabled",
"components.toogle.disabled": "Disabled",
"components.author.unknown": "Author removed",
"components.reason.unknown": "Reason not provided",
"components.content.unknown": "Content not provided",
"components.notAccessPage.back": "Back to homepage",
"customField.comments.label": "Comments",
"customField.comments.description": "Specify comments query params",
"customField.comments.input.commentsNumber.label": "Number of comments",
"customField.comments.input.renderType.label": "Render comments as",
"customField.comments.input.renderType.option.tree.label": "Tree",
"customField.comments.input.renderType.option.flat.label": "Flat list",
"customField.comments.input.sortByDate.label": "Sort by creation date",
"customField.comments.input.sortByDate.option.asc.label": "Ascending",
"customField.comments.input.sortByDate.option.desc.label": "Descending",
"customField.comments.input.filterBy.label": "Filter by",
"customField.comments.input.filterBy.option.dateCreated.label": "Creation date",
"customField.comments.input.filterBy.option.dateCreated.label.details.label": "Specify date",
"customField.comments.input.filterBy.option.approvalStatus.label": "Approval Status",
"customField.comments.input.filterBy.option.approvalStatus.label.details.label": "Specify status",
"customField.comments.input.filterBy.option.approvalStatus.option.pending.label": "Pending",
"customField.comments.input.filterBy.option.approvalStatus.option.approved.label": "Approved",
"customField.comments.input.filterBy.option.approvalStatus.option.rejected.label": "Rejected",
"customField.comments.input.populate.label": "Populate",
"customField.comments.input.populate.author.label": "Populate author field",
"customField.comments.input.populate.avatar.label": "Populate avatar field",
"wysiwyg.bold": "Bold",
"wysiwyg.italic": "Italic",
"wysiwyg.underline": "Underline",
"wysiwyg.strikethrough": "Strikethrough",
"wysiwyg.bulletList": "Bullet list",
"wysiwyg.numberList": "Number list",
"wysiwyg.code": "Code",
"wysiwyg.link": "Link",
"wysiwyg.quote": "Quote",
"success.approveItem": "Comment has been approved",
"success.rejectItem": "Comment has been rejected"
};
export {
e as default
};