mirror of
https://github.com/strapi/strapi.git
synced 2026-01-05 11:45:51 +00:00
Fix translations
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
This commit is contained in:
parent
597a88a650
commit
7622874fb0
@ -1,7 +1,7 @@
|
||||
{
|
||||
"Analytics": "Analytics",
|
||||
"Content Manager": "Content Manager",
|
||||
"Content Type Builder": "Types Builder",
|
||||
"Content Type Builder": "Content-Types Builder",
|
||||
"Documentation": "Documentation",
|
||||
"Email": "Email",
|
||||
"Files Upload": "Files Upload",
|
||||
@ -32,7 +32,7 @@
|
||||
"app.components.HomePage.button.quickStart": "START THE QUICK START TUTORIAL",
|
||||
"app.components.HomePage.community": "Find the community on the web",
|
||||
"app.components.HomePage.community.content": "Discuss with team members, contributors and developers on different channels.",
|
||||
"app.components.HomePage.create": "Create your first Collection Type",
|
||||
"app.components.HomePage.create": "Create your first Content-Type",
|
||||
"app.components.HomePage.createBlock.content.first": "The ",
|
||||
"app.components.HomePage.createBlock.content.second": " plugin will help you to define the data structure of your models. If you’re new here, we highly recommend you to follow our ",
|
||||
"app.components.HomePage.createBlock.content.tutorial": " tutorial.",
|
||||
@ -167,7 +167,7 @@
|
||||
"HomePage.helmet.title": "Homepage",
|
||||
"HomePage.welcome.congrats": "Congrats!",
|
||||
"HomePage.welcome.congrats.content": "You are logged as the first administrator. To discover the powerful features provided by Strapi,",
|
||||
"HomePage.welcome.congrats.content.bold": "we recommend you to create your first Collection-Type.",
|
||||
"HomePage.welcome.congrats.content.bold": "we recommend you to create your first Content-Type.",
|
||||
"HomePage.community": "Join the Community",
|
||||
"HomePage.roadmap": "See our roadmap",
|
||||
"HomePage.greetings": "Hi {name}!",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"Analytics": "Statistiques",
|
||||
"Auth & Permissions": "Auth & Permissions",
|
||||
"Content Manager": "Content Manager",
|
||||
"Content Type Builder": "Types Builder",
|
||||
"Content Type Builder": "Content Types Builder",
|
||||
"Email": "E-mail",
|
||||
"Files Upload": "Téléversement de fichiers",
|
||||
"HomePage.notification.newsLetter.success": "Vous avez souscrit à la newsletter",
|
||||
@ -32,7 +32,7 @@
|
||||
"app.components.HomePage.button.quickStart": "VOIR LE QUICK START TUTORIEL",
|
||||
"app.components.HomePage.community": "Rejoignez la communauté",
|
||||
"app.components.HomePage.community.content": "Discutez avec les membres de l'équipe, contributeurs et développeurs sur différent supports.",
|
||||
"app.components.HomePage.create": "Créez votre premier Collection Type",
|
||||
"app.components.HomePage.create": "Créez votre premier Collection",
|
||||
"app.components.HomePage.createBlock.content.first": "Le ",
|
||||
"app.components.HomePage.createBlock.content.second": " plugin vous permet de définir la structure de vos modèles. Nous vous conseillons fortement de suivre notre ",
|
||||
"app.components.HomePage.createBlock.content.tutorial": " tutoriel.",
|
||||
@ -164,7 +164,7 @@
|
||||
"HomePage.helmet.title": "Accueil",
|
||||
"HomePage.welcome.congrats": "Bravo!",
|
||||
"HomePage.welcome.congrats.content": "Vous êtes connecté en tant que premier Administrateur. Afin de découvrir les fonctionnalités proposées par Strapi,",
|
||||
"HomePage.welcome.congrats.content.bold": "nous vous conseillons de créer votre premier Type de Collection.",
|
||||
"HomePage.welcome.congrats.content.bold": "nous vous conseillons de créer votre première Collection.",
|
||||
"HomePage.community": "Rejoignez la Communauté",
|
||||
"HomePage.roadmap": "Voir la roadmap",
|
||||
"HomePage.greetings": "Bonjour {name}!",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"Analytics": "Analytics",
|
||||
"Content Manager": "Content Manager",
|
||||
"Content Type Builder": "Types Builder",
|
||||
"Content Type Builder": "Content Type Builder",
|
||||
"Email": "Email",
|
||||
"Files Upload": "Files Upload",
|
||||
"HomePage.notification.newsLetter.success": "Successfully subscribed to the newsletter",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"models": "Types de Collection",
|
||||
"models.numbered": "Types de Collection ({number})",
|
||||
"models": "Types de Contenus",
|
||||
"models.numbered": "Types de Contenus ({number})",
|
||||
"groups": "Groupes",
|
||||
"groups.numbered": "Groupes ({number})",
|
||||
"EditRelations.title": "Données associées",
|
||||
@ -98,7 +98,7 @@
|
||||
"containers.SettingsPage.pluginHeaderDescription": "Configurez les paramètres de vos modèles et groupes",
|
||||
"containers.SettingsView.list.title": "Paramètres d'affichage",
|
||||
"containers.SettingsView.list.subtitle": "Configurez le layout et l'affichage de vos types de collection et groupes",
|
||||
"emptyAttributes.button": "Ouvrir le Types Builder",
|
||||
"emptyAttributes.button": "Ouvrir le constructeur de types de contenu",
|
||||
"emptyAttributes.description": "Ajoutez votre premier champ a votre modèle",
|
||||
"emptyAttributes.title": "Il n'y a pas encore de champs",
|
||||
"error.attribute.key.taken": "Cette valeur existe déjà",
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
"form.attribute.component.option.repeatable": "Repeatable component",
|
||||
"form.attribute.component.option.repeatable.description": "Best for multiple instances (array) of ingredients, meta tags, etc..",
|
||||
"form.attribute.component.option.reuse-existing": "Use an existing component",
|
||||
"form.attribute.component.option.reuse-existing.description": "Reuse a component already created to keep your data consistent across collection types.",
|
||||
"form.attribute.component.option.reuse-existing.description": "Reuse a component already created to keep your data consistent across content-types.",
|
||||
"form.attribute.component.option.single": "Single component",
|
||||
"form.attribute.component.option.single.description": "Best for grouping fields like full address, main information, etc...",
|
||||
"form.attribute.item.customColumnName": "Custom column names",
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
"form.attribute.item.uniqueField.description": "Vous ne pourrez pas créer une entrée s'il existe un champ similaire",
|
||||
"form.attribute.settings.default": "Valeur par défault",
|
||||
"form.button.add.field.to.component": "Ajouter un nouveau champ à ce composant",
|
||||
"form.button.add.field.to.contentType": "Ajouter un nouveau champ à ce type de collection",
|
||||
"form.button.add.field.to.contentType": "Ajouter un nouveau champ à cette Collection",
|
||||
"form.button.cancel": "Annuler",
|
||||
"form.button.configure-view": "Configurer la vue",
|
||||
"form.button.continue": "Continuer",
|
||||
@ -50,7 +50,7 @@
|
||||
"plugin.description.short": "Modélisez la structure de données de votre API.",
|
||||
"popUpForm.navContainer.advanced": "Réglages avancés",
|
||||
"popUpForm.navContainer.base": "Réglages de base",
|
||||
"popUpWarning.bodyMessage.contentType.delete": "Êtes-vous sûr de vouloir supprimer ce type de collection ? Cela le supprimera aussi de vos types de contenu.",
|
||||
"popUpWarning.bodyMessage.contentType.delete": "Êtes-vous sûr de vouloir supprimer cette Collection ? Cela le supprimera aussi de vos types de contenu.",
|
||||
"relation.attributeName.placeholder": "Ex : auteur, catégorie, tag",
|
||||
"relation.manyToMany": "a plusieurs",
|
||||
"relation.manyToOne": "a plusieurs",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"Analytics": "Analytics",
|
||||
"Content Manager": "Content Manager",
|
||||
"Content Type Builder": "Types Builder",
|
||||
"Content Type Builder": "Content Type Builder",
|
||||
"Email": "Email",
|
||||
"Files Upload": "Files Upload",
|
||||
"HomePage.notification.newsLetter.success": "Successfully subscribed to the newsletter",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user