{
	"plugin.name": "UI Navigation",
	"header.title": "Navigation",
	"header.description": "Define your portal navigation",
	"header.action.newItem": "New Item",
	"submit.cta.cancel": "Cancel",
	"submit.cta.save": "Save",
	"empty": "Your navigation is empty",
	"empty.cta": "Create first item",
	"popup.item.header.edit": "Edit navigation item",
	"popup.item.header.new": "New navigation item",
	"popup.item.form.title.label": "Title",
	"popup.item.form.title.placeholder": "Enter the item title or leave blank to pull from related entity",
	"popup.item.form.uiRouterKey.label": "UI router key",
	"popup.item.form.uiRouterKey.placeholder": "If empty, auto generated by \"Title\"",
	"popup.item.form.path.label": "URL",
	"popup.item.form.path.placeholder": "Unique url part identifies this item",
	"popup.item.form.path.preview": "Preview:",
	"popup.item.form.externalPath.label": "External URL",
	"popup.item.form.externalPath.placeholder": "Link to the external source",
	"popup.item.form.externalPath.validation.type": "This value is not a proper url.",
	"popup.item.form.menuAttached.label": "Attach to menu",
	"popup.item.form.type.label": "Navigation item type",
	"popup.item.form.type.internal.label": "Internal source",
	"popup.item.form.type.external.label": "External source",
	"popup.item.form.type.wrapper.label": "Wrapper element",
	"popup.item.form.type.external.description": "Output path: {value}",
	"popup.item.form.audience.label": "Audience",
	"popup.item.form.audience.placeholder": "Select audience...",
	"popup.item.form.audience.empty": "There are no more audiences",
	"popup.item.form.relatedSection.label": "Relation to",
	"popup.item.form.relatedType.label": "Content Type",
	"popup.item.form.relatedType.placeholder": "Select content type...",
	"popup.item.form.relatedType.empty": "There are no content types to select",
	"popup.item.form.related.label": "Entity",
	"popup.item.form.related.empty": "There are no more entities of \"{ contentTypeName }\" to select",
	"popup.item.form.button.create": "Create item",
	"popup.item.form.button.update": "Update item",
	"popup.item.form.button.restore": "Restore item",
	"popup.item.form.button.remove": "Remove",
	"popup.item.form.button.save": "Save",
	"popup.item.form.button.cancel": "Cancel",
	"notification.navigation.submit": "Navigation changes has been saved",
	"notification.navigation.error": "Duplicate path: { path } in parent: { parentTitle } for { errorTitles } items",
	"notification.navigation.item.relation": "Entity relation does not exist!",
	"notification.navigation.item.relation.status.draft": "draft",
	"notification.navigation.item.relation.status.published": "published",
	"pages.main.search.placeholder": "Type to start searching...",
	"pages.settings.general.title": "General settings",
	"pages.settings.additional.title": "Additional settings",
	"pages.settings.nameField.title": "Content types settings",
	"pages.settings.restoring.title": "Restoring",
	"pages.settings.section.title": "Navigation Plugin",
	"pages.settings.section.subtitle": "Configuration",
	"pages.settings.header.title": "Navigation",
	"pages.settings.header.description": "Configure the navigation plugin",
	"pages.settings.actions.restart": "Restart Strapi",
	"pages.settings.actions.submit": "Save configuration",
	"pages.settings.actions.restore": "Restore configuration",
	"pages.settings.actions.restore.confirmation.header": "Do you want to continue?",
	"pages.settings.actions.restore.confirmation.confirm": "Restore",
	"pages.settings.actions.restore.confirmation.description": "Plugin config will be restored from plugins.js file.",
	"pages.settings.actions.restore.description": "Restoring the plugin configuration will cause it to be replaced with configuration saved inside 'plugins.js' file.",
	"pages.settings.actions.restart.alert.title": "Strapi requires restart",
	"pages.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.",
	"pages.settings.actions.restart.alert.close": "Discard",
	"pages.settings.actions.restart.alert.cancel": "Cancel",
	"pages.settings.notification.fetch.error": "Failed to fetch configuration. Retrying...",
	"pages.settings.notification.submit.success": "Config has been updated successfully",
	"pages.settings.notification.restore.success": "Config has been restored successfully",
	"pages.settings.notification.restart.success": "Application has been restarted successfully",
	"pages.settings.notification.submit.error": "Config update has failed",
	"pages.settings.notification.restore.error": "Config restore has failed",
	"pages.settings.notification.restart.error": "Failed to restart your application. Try to do it manually.",
	"pages.settings.form.contentTypes.label": "Enable for Collection(s)",
	"pages.settings.form.contentTypes.placeholder": "eg. Pages, Posts",
	"pages.settings.form.contentTypes.hint": "Content types that can be related with navigation items. This configuration is applicable both for REST & GraphQL",
	"pages.settings.form.allowedLevels.label": "Allowed levels",
	"pages.settings.form.allowedLevels.placeholder": "eg. 2",
	"pages.settings.form.allowedLevels.hint": "Maximum level for which you're able to mark item as \"Menu attached\"",
	"pages.settings.form.audience.label": "Audience",
	"pages.settings.form.audience.hint": "Enable audience field",
	"pages.settings.form.nameField.label": "Name fields",
	"pages.settings.form.nameField.placeholder": "Select at least one or leave empty to apply defaults",
	"pages.settings.form.nameField.hint": "If left empty name field is going to take following ordered fields: \"title\", \"subject\" and \"name\"",
	"pages.settings.form.contentTypesSettings.label": "Content types",
	"pages.settings.form.contentTypesSettings.tooltip": "Custom configuration per content type",
	"components.navigationItem.action.newItem": "Add nested item",
	"components.navigationItem.badge.removed": "Removed",
	"components.navigationItem.badge.draft": "{type}: Draft",
	"components.navigationItem.badge.published": "{type}: Published",
	"components.confirmation.dialog.button.cancel": "Cancel",
	"components.confirmation.dialog.button.confirm": "Confirm",
	"components.confirmation.dialog.description": "Do you want to continue?",
	"components.confirmation.dialog.header": "Confirmation"
}