{
  "plugin.description.short": "Modelisez la structure de données de votre API.",
  "plugin.description.long":
    "Modelisez la structure de données de votre API. Créer des nouveaux champs et relations en un instant. Les fichiers se créent et se mettent à jour automatiquement.",
  "attribute.string": "Chaîne de caractères",
  "attribute.text": "Text",
  "attribute.boolean": "Booléen",
  "attribute.float": "Décimal approximatif",
  "attribute.integer": "Entier",
  "attribute.decimal": "Décimal",
  "attribute.date": "Date",
  "attribute.json": "JSON",
  "attribute.media": "Media",
  "attribute.password": "Mot de passe",
  "attribute.email": "Email",
  "attribute.relation": "Relation",
  "attribute.enumeration": "Enumération",
  "attribute.WYSIWYG": "Text (WYSIWYG)",

  "contentType.temporaryDisplay": "(Non sauvegardé)",

  "from": "De",

  "home.contentTypeBuilder.name": "Content Types",
  "home.contentTypeBuilder.description": "Créez, éditer vos modèles.",
  "home.emptyContentType.title": "Il n'y a pas de model disponible",
  "home.emptyContentType.description": "Créez votre premier modèle...",

  "home.emptyAttributes.title": "Il n'y a pas encore de champs",
  "home.emptyAttributes.description": "Ajoutez votre premier champ a votre modèle",

  "button.contentType.create": "Créer un modèle",
  "button.contentType.add": "Ajouter un modèle",
  "button.attributes.add": "Ajouter un champs",

  "error.validation.required": "Ce champ est obligatoire.",
  "error.validation.regex": "La valeur ne correspond pas au format attendu.",
  "error.validation.max": "La valeur est trop grande.",
  "error.validation.min": "La valeur est trop basse.",
  "error.validation.maxLength": "La valeur est trop longue.",
  "error.validation.minLength": "La valeur est trop courte.",
  "error.contentTypeName.taken": "Ce nom existe déjà",
  "error.attribute.taken": "Ce champ existe déjà",
  "error.attribute.key.taken": "Cette valeur existe déjà",
  "error.attribute.sameKeyAndName": "Ne peuvent pas être égaux",
  "error.validation.minSupMax": "Ne peut pas être plus grand",

  "form.attribute.item.textarea.name": "Nom",
  "form.attribute.item.date.name": "Nom",
  "form.attribute.item.boolean.name": "Nom",
  "form.attribute.item.number.name": "Nom",
  "form.attribute.item.json.name": "Nom",
  "form.attribute.item.media.name": "Nom",
  "form.attribute.item.media.multiple": "Peut être relié à plusieurs fichiers",
  "form.attribute.item.string.name": "Nom",
  "form.attribute.item.appearance.name": "Apparence",
  "form.attribute.item.appearance.label": "Editable avec un WYSIWYG",
  "form.attribute.item.appearance.description":
    "Sinon, il sera editable à partir d'une simple textarea",
  "form.attribute.item.settings.name": "Paramètres",
  "form.attribute.item.requiredField": "Champ obligatoire",
  "form.attribute.item.uniqueField": "Champ unique",
  "form.attribute.item.minimumLength": "Taille minimun",
  "form.attribute.item.minimum": "Valeur minimun",
  "form.attribute.item.maximum": "Valeur maximum",
  "form.attribute.item.maximumLength": "Taille maximum",
  "form.attribute.item.requiredField.description":
    "Vous ne pourrez pas créer une entrée si ce champ est vide",
  "form.attribute.item.uniqueField.description":
    "Vous ne pourrez pas créer une entrée s'il existe un champ similaire",
  "form.attribute.item.defineRelation.fieldName": "Nom du Champ",
  "form.attribute.item.customColumnName": "Nom de colonne custom",
  "form.attribute.item.customColumnName.description":
    "Pratique pour renommer la colonne de la db dans un format plus comprehensible pour les responses de l'API",
  "form.attribute.item.number.type": "Format nombre",
  "form.attribute.item.number.type.integer": "entier (ex: 10)",
  "form.attribute.item.number.type.float": "décimal approximatif (ex: 3,33333)",
  "form.attribute.item.number.type.decimal": "décimal (ex: 2,22)",
  "form.attribute.settings.default": "Valeur par défault",
  "form.attribute.settings.default.checkboxLabel": "Définir à true",

  "form.button.cancel": "Annuler",
  "form.button.continue": "Continue",
  "form.button.save": "Sauvegarder",

  "form.contentType.item.connections": "Connexion",
  "form.contentType.item.name": "Nom",
  "form.contentType.item.name.description": "Les noms de modèles doivent être au singulier, {link}",
  "form.contentType.item.name.link.description": "regardez la documentation",
  "form.contentType.item.description": "Description",
  "form.contentType.item.description.placeholder": "Ecrivez votre petite description ici...",
  "form.contentType.item.collectionName": "Nom de la Collection",
  "form.contentType.item.collectionName.inputDescription":
    "Pratique quand le Nom de votre Modèle et de votre table sont différents",

  "menu.section.contentTypeBuilder.name.plural": "Modèles",
  "menu.section.contentTypeBuilder.name.singular": "Modèle",
  "menu.section.documentation.name": "Documentation",
  "menu.section.documentation.guide": "Découvrez plus à propose des modèles dans notre",
  "menu.section.documentation.guideLink": "guide.",
  "menu.section.documentation.tutorial": "Découvrez notre",
  "menu.section.documentation.tutorialLink": "tuto vidéo.",

  "modelPage.contentHeader.emptyDescription.description":
    "Il n'y a pas de description pour ce modèle",
  "modelPage.contentType.list.title.plural": "champs",
  "modelPage.contentType.list.title.singular": "champ",
  "modelPage.contentType.list.title.including": "dont",
  "modelPage.contentType.list.relationShipTitle.plural": "relations",
  "modelPage.contentType.list.relationShipTitle.singular": "relation",

  "modelPage.attribute.relationWith": "Relation avec",

  "noTableWarning.description": "N'oubliez pas de créer la table `{modelName}` dans votre database",
  "noTableWarning.infos": "Plus d'infos",

  "notification.error.message": "Une erreur est survenue",
  "notification.info.contentType.creating.notSaved":
    "Sauvegardez votre Modèle en cours avant d'en créer un nouveau",
  "notification.info.optimized": "Ce plugin est optimisé pour votre localStorage",
  "notification.success.message.contentType.edit": "Votre modèle a bien été modifié",
  "notification.success.message.contentType.create": "Votre modèle a bien été créée",
  "notification.success.contentTypeDeleted": "Le modèle a bien été supprimé.",
  "notification.info.enumeration": "Ce champs n'est pas modifiable pour le moment...😮",

  "popUpForm.attributes.string.description": "Titres, noms,...",
  "popUpForm.attributes.text.description": "Descriptions, paragraphes texte, articles ",
  "popUpForm.attributes.number.description": "Tout ce qui est nombre",
  "popUpForm.attributes.boolean.description": "Oui ou non, 1 ou 0, vrai ou faux",
  "popUpForm.attributes.date.description": "Date événements, horaires",
  "popUpForm.attributes.json.description": "Données au format JSON",
  "popUpForm.attributes.media.description": "Images, vidéos, PDFs et autres fichiers",
  "popUpForm.attributes.relation.description": "Pointe vers un autre Modèle",
  "popUpForm.attributes.password.description": "Mot de passe utilisateur...",
  "popUpForm.attributes.email.description": "Email utilisateurs",

  "popUpForm.attributes.string.name": "Chaîne de caractères",
  "popUpForm.attributes.text.name": "Text",
  "popUpForm.attributes.boolean.name": "Booléen",
  "popUpForm.attributes.number.name": "Nombre",
  "popUpForm.attributes.date.name": "Date",
  "popUpForm.attributes.json.name": "JSON",
  "popUpForm.attributes.media.name": "Media",
  "popUpForm.attributes.relation.name": "Relation",
  "popUpForm.attributes.email.name": "Email",
  "popUpForm.attributes.password.name": "Mot de passe",
  "popUpForm.create": "Ajouter un Nouveau",
  "popUpForm.edit": "Modifer",
  "popUpForm.field": "Champ",
  "popUpForm.create.contentType.header.title": "Ajouter un Nouveau Modèle",
  "popUpForm.choose.attributes.header.title": "Ajouter un Nouveau Champs",
  "popUpForm.edit.contentType.header.title": "Modifier un Modèle",
  "popUpForm.navContainer.relation": "Définir relation",
  "popUpForm.navContainer.base": "Réglages de base",
  "popUpForm.navContainer.advanced": "Réglages avancés",

  "popUpWarning.button.cancel": "Annuler",
  "popUpWarning.button.confirm": "Confirmer",
  "popUpWarning.title": "Merci de confirmer",
  "popUpWarning.bodyMessage.contentType.delete": "Êtes-vous sûre de vouloir supprimer ce modèle?",
  "popUpWarning.bodyMessage.attribute.delete": "Êtes-vous sûre de vouloir supprimer ce champ?",

  "popUpRelation.title": "Relation",

  "table.contentType.title.plural": "Modèles sont disponibles",
  "table.contentType.title.singular": "Modèle est disponible",
  "table.contentType.head.name": "Nom",
  "table.contentType.head.description": "Description",
  "table.contentType.head.fields": "Champs",

  "relation.oneToOne": "a un ",
  "relation.oneToMany": "appartient a",
  "relation.manyToOne": "a plusieurs",
  "relation.manyToMany": "a plusieurs",
  "relation.attributeName.placeholder": "Ex: auteur, catégorie, tag"
}
