{
  "plugin.name": "Internationalization",
  "plugin.description.long": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API.",
  "plugin.description.short": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API.",
  "Settings.permissions.loading": "Loading permissions",
  "Settings.permissions.read.denied.title": "You don't have the permissions to access this content.",
  "Settings.permissions.read.denied.description": "In order to be able to read this, make sure to get in touch with the administrator of your system.",
  "plugin.schema.i18n.localized.label": "Enable localization for this Content-Type",
  "plugin.schema.i18n.localized.description": "Allow you to have content in different locales",
  "plugin.schema.i18n.localized.label-content-type": "Enable localization for this Content-Type",
  "plugin.schema.i18n.localized.description-content-type": "Allow you to have content in different locales",
  "plugin.schema.i18n.localized.label-field": "Enable localization for this field",
  "plugin.schema.i18n.localized.description-field": "The field can have different values in each locale",
  "plugin.schema.i18n.ensure-unique-localization": "Unique fields must be localized",
  "CheckboxConfirmation.Modal.content": "Disabling localization will engender the deletion of all your content but the one associated to your default locale (if existing).",
  "CheckboxConfirmation.Modal.body": "Do you want to disable it?",
  "CheckboxConfirmation.Modal.button-confirm": "Yes, disable",
  "CMEditViewCopyLocale.copy-success": "Locale copied",
  "CMEditViewCopyLocale.copy-failure": "Failed to copy locale",
  "CMEditViewCopyLocale.copy-text": "Fill in from another locale",
  "CMEditViewCopyLocale.submit-text": "Yes, fill in",
  "CMEditViewCopyLocale.ModalConfirm.title": "Select Locale",
  "CMEditViewCopyLocale.ModalConfirm.content": "Your current content will be erased and filled by the content of the selected locale:",
  "Field.localized": "This value is unique for the selected locale",
  "Field.not-localized": "This value is common to all locales",
  "Settings.list.description": "Configure the settings for the internationalization plugin",
  "Settings.list.empty.title": "There are no locales.",
  "Settings.list.empty.description": "This is not a usual behavior, meaning that you have eventually modified the database manually. Make sure to have at least one locale saved in your database in order to be able to use Strapi correctly.",
  "Settings.list.actions.add": "Add a locale",
  "Settings.list.actions.edit": "Edit a locale",
  "Settings.list.actions.delete": "Delete a locale",
  "Settings.list.actions.deleteAdditionalInfos": "This will delete the active locale versions <em>(from Internationalization)</em>",
  "Settings.locales.list.title.singular": "{number} Locale",
  "Settings.locales.list.title.plural": "{number} Locales",
  "Settings.locales.row.default-locale": "Default locale",
  "Settings.locales.modal.title": "Configurations",
  "Settings.locales.modal.delete.confirm": "Yes, delete",
  "Settings.locales.modal.delete.message": "Deleting this locale will delete all associated content. If you want to keep some content, make sure to reallocate it to another locale first.",
  "Settings.locales.modal.delete.secondMessage": "Do you want to delete this locale?",
  "Settings.locales.modal.delete.success": "Locale successfully deleted",
  "Settings.locales.modal.edit.confirmation": "Finish",
  "Settings.locales.modal.edit.success": "Locale successfully edited",
  "Settings.locales.modal.edit.tab.label":"Navigating between the I18N base settings and advanced settings",
  "Settings.locales.modal.base": "Base settings",
  "Settings.locales.modal.advanced": "Advanced settings",
  "Settings.locales.modal.advanced.settings": "Settings",
  "Settings.locales.modal.advanced.setAsDefault": "Set as default locale",
  "Settings.locales.modal.advanced.setAsDefault.hint": "One default locale is required, change it by selecting another one",
  "Settings.locales.modal.create.defaultLocales.loading": "Loading the available locales...",
  "Settings.locales.modal.create.confirmation": "Add locale",
  "Settings.locales.modal.create.success": "Locale successfully added",
  "Settings.locales.modal.create.alreadyExist": "This locale already exists",
  "Settings.locales.modal.locales.label": "Locales",
  "Settings.locales.modal.edit.locales.label": "Locales",
  "Settings.locales.modal.locales.displayName": "Locale display name",
  "Settings.locales.modal.locales.displayName.error": "The locale display name can only be less than 50 characters.",
  "Settings.locales.modal.locales.displayName.description":"Locale will be displayed under that name in the administration panel",
  "Settings.locales.modal.create.tab.label":"Navigating between the I18N base settings and advanced settings",
  "components.Select.locales.not-available": "No content available"
}
