Skip to content

Commit

Permalink
feat(plugin-seo): add fr translations (#4774)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeMD committed Jan 10, 2024
1 parent 04f2888 commit 4319fe1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/plugin-seo/src/translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "./translation-schema.json",
"plugin-seo": {
"autoGenerate": "Auto-générer",
"imageAutoGenerationTip": "L'auto-génération récupérera l'image principale sélectionnée.",
"bestPractices": "bonnes pratiques",
"lengthTipTitle": "Ceci devrait contenir entre {{minLength}} et {{maxLength}} caractères. Pour obtenir de l'aide pour rédiger des titres meta de qualité, consultez les ",
"lengthTipDescription": "Ceci devrait contenir entre {{minLength}} et {{maxLength}} caractères. Pour obtenir de l'aide pour rédiger des descriptions meta de qualité, consultez les ",
"good": "Bien",
"tooLong": "Trop long",
"tooShort": "Trop court",
"almostThere": "On y est presque",
"characterCount": "{{current}}/{{minLength}}-{{maxLength}} caractères, ",
"charactersToGo": "{{characters}} à ajouter",
"charactersLeftOver": "{{characters}} restants",
"charactersTooMany": "{{characters}} en trop",
"noImage": "Pas d'image",
"checksPassing": "{{current}}/{{max}} vérifications réussies",
"preview": "Aperçu",
"previewDescription": "Les résultats exacts peuvent varier en fonction du contenu et de la pertinence de la recherche."
}
}
2 changes: 2 additions & 0 deletions packages/plugin-seo/src/translations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import en from './en.json'
import es from './es.json'
import fa from './fa.json'
import fr from './fr.json'

export default {
en,
es,
fa,
fr,
}

0 comments on commit 4319fe1

Please sign in to comment.