-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Configuring Docusaurus to build with FR translations
- Loading branch information
Showing
54 changed files
with
859 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
{ | ||
"theme.NotFound.title": { | ||
"message": "Page introuvable", | ||
"description": "The title of the 404 page" | ||
}, | ||
"theme.NotFound.p1": { | ||
"message": "Nous n'avons pas trouvé ce que vous recherchez.", | ||
"description": "The first paragraph of the 404 page" | ||
}, | ||
"theme.NotFound.p2": { | ||
"message": "Veuillez contacter le propriétaire du site qui vous a lié à l'URL d'origine et leur faire savoir que leur lien est cassé.", | ||
"description": "The 2nd paragraph of the 404 page" | ||
}, | ||
"theme.AnnouncementBar.closeButtonAriaLabel": { | ||
"message": "Fermer", | ||
"description": "The ARIA label for close button of announcement bar" | ||
}, | ||
"theme.blog.paginator.navAriaLabel": { | ||
"message": "Pagination de la liste des posts du blog", | ||
"description": "The ARIA label for the blog pagination" | ||
}, | ||
"theme.blog.paginator.newerEntries": { | ||
"message": "Nouvelles entrées", | ||
"description": "The label used to navigate to the newer blog posts page (previous page)" | ||
}, | ||
"theme.blog.paginator.olderEntries": { | ||
"message": "Anciennes entrées", | ||
"description": "The label used to navigate to the older blog posts page (next page)" | ||
}, | ||
"theme.blog.post.readingTime.plurals": { | ||
"message": "Une minute de lecture|{readingTime} minutes de lecture", | ||
"description": "Pluralized label for \"{readingTime} min read\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" | ||
}, | ||
"theme.tags.tagsListLabel": { | ||
"message": "Tags :", | ||
"description": "The label alongside a tag list" | ||
}, | ||
"theme.blog.post.readMore": { | ||
"message": "Lire plus", | ||
"description": "The label used in blog post item excerpts to link to full blog posts" | ||
}, | ||
"theme.blog.post.paginator.navAriaLabel": { | ||
"message": "Pagination des blog posts", | ||
"description": "The ARIA label for the blog posts pagination" | ||
}, | ||
"theme.blog.post.paginator.newerPost": { | ||
"message": "Article plus récent", | ||
"description": "The blog post button label to navigate to the newer/previous post" | ||
}, | ||
"theme.blog.post.paginator.olderPost": { | ||
"message": "Article plus ancien", | ||
"description": "The blog post button label to navigate to the older/next post" | ||
}, | ||
"theme.tags.tagsPageTitle": { | ||
"message": "Tags", | ||
"description": "The title of the tag list page" | ||
}, | ||
"theme.blog.post.plurals": { | ||
"message": "Un article|{count} articles", | ||
"description": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" | ||
}, | ||
"theme.blog.tagTitle": { | ||
"message": "{nPosts} tagués avec « {tagName} »", | ||
"description": "The title of the page for a blog tag" | ||
}, | ||
"theme.tags.tagsPageLink": { | ||
"message": "Voir tous les tags", | ||
"description": "The label of the link targeting the tag list page" | ||
}, | ||
"theme.CodeBlock.copyButtonAriaLabel": { | ||
"message": "Copier le code", | ||
"description": "The ARIA label for copy code blocks button" | ||
}, | ||
"theme.CodeBlock.copied": { | ||
"message": "Copié", | ||
"description": "The copied button label on code blocks" | ||
}, | ||
"theme.CodeBlock.copy": { | ||
"message": "Copier", | ||
"description": "The copy button label on code blocks" | ||
}, | ||
"theme.docs.sidebar.expandButtonTitle": { | ||
"message": "Déplier le menu latéral", | ||
"description": "The ARIA label and title attribute for expand button of doc sidebar" | ||
}, | ||
"theme.docs.sidebar.expandButtonAriaLabel": { | ||
"message": "Déplier le menu latéral", | ||
"description": "The ARIA label and title attribute for expand button of doc sidebar" | ||
}, | ||
"theme.docs.paginator.navAriaLabel": { | ||
"message": "Pagination des documents", | ||
"description": "The ARIA label for the docs pagination" | ||
}, | ||
"theme.docs.paginator.previous": { | ||
"message": "Précédent", | ||
"description": "The label used to navigate to the previous doc" | ||
}, | ||
"theme.docs.paginator.next": { | ||
"message": "Suivant", | ||
"description": "The label used to navigate to the next doc" | ||
}, | ||
"theme.docs.sidebar.responsiveCloseButtonLabel": { | ||
"message": "Fermer le menu latéral", | ||
"description": "The ARIA label for close button of mobile doc sidebar" | ||
}, | ||
"theme.docs.sidebar.responsiveOpenButtonLabel": { | ||
"message": "Ouvrir le menu latéral", | ||
"description": "The ARIA label for open button of mobile doc sidebar" | ||
}, | ||
"theme.docs.sidebar.collapseButtonTitle": { | ||
"message": "Réduire le menu latéral", | ||
"description": "The title attribute for collapse button of doc sidebar" | ||
}, | ||
"theme.docs.sidebar.collapseButtonAriaLabel": { | ||
"message": "Réduire le menu latéral", | ||
"description": "The title attribute for collapse button of doc sidebar" | ||
}, | ||
"theme.docs.versions.unreleasedVersionLabel": { | ||
"message": "Ceci est la documentation de la prochaine version {versionLabel} de {siteTitle}.", | ||
"description": "The label used to tell the user that he's browsing an unreleased doc version" | ||
}, | ||
"theme.docs.versions.unmaintainedVersionLabel": { | ||
"message": "Ceci est la documentation de {siteTitle} {versionLabel}, qui n'est plus activement maintenue.", | ||
"description": "The label used to tell the user that he's browsing an unmaintained doc version" | ||
}, | ||
"theme.docs.versions.latestVersionSuggestionLabel": { | ||
"message": "Pour une documentation à jour, consultez la {latestVersionLink} ({versionLabel}).", | ||
"description": "The label userd to tell the user that he's browsing an unmaintained doc version" | ||
}, | ||
"theme.docs.versions.latestVersionLinkLabel": { | ||
"message": "dernière version", | ||
"description": "The label used for the latest version suggestion link label" | ||
}, | ||
"theme.common.editThisPage": { | ||
"message": "Éditer cette page", | ||
"description": "The link label to edit the current page" | ||
}, | ||
"theme.common.headingLinkTitle": { | ||
"message": "Lien direct vers le titre", | ||
"description": "Title for link to heading" | ||
}, | ||
"theme.lastUpdated.atDate": { | ||
"message": " le {date}", | ||
"description": "The words used to describe on which date a page has been last updated" | ||
}, | ||
"theme.lastUpdated.byUser": { | ||
"message": " par {user}", | ||
"description": "The words used to describe by who the page has been last updated" | ||
}, | ||
"theme.lastUpdated.lastUpdatedAtBy": { | ||
"message": "Dernière mise à jour{atDate}{byUser}", | ||
"description": "The sentence used to display when a page has been last updated, and by who" | ||
}, | ||
"theme.common.skipToMainContent": { | ||
"message": "Aller au contenu principal", | ||
"description": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation" | ||
}, | ||
"theme.SearchPage.documentsFound.plurals": { | ||
"message": "Un document trouvé|{count} documents trouvés", | ||
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" | ||
}, | ||
"theme.SearchPage.existingResultsTitle": { | ||
"message": "Résultats de recherche pour « {query} »", | ||
"description": "The search page title for non-empty query" | ||
}, | ||
"theme.SearchPage.emptyResultsTitle": { | ||
"message": "Rechercher dans la documentation", | ||
"description": "The search page title for empty query" | ||
}, | ||
"theme.SearchPage.inputPlaceholder": { | ||
"message": "Tapez votre recherche ici", | ||
"description": "The placeholder for search page input" | ||
}, | ||
"theme.SearchPage.inputLabel": { | ||
"message": "Chercher", | ||
"description": "The ARIA label for search page input" | ||
}, | ||
"theme.SearchPage.algoliaLabel": { | ||
"message": "Recharche Algolia", | ||
"description": "The ARIA label for Algolia mention" | ||
}, | ||
"theme.SearchPage.noResultsText": { | ||
"message": "Aucun résultat trouvé", | ||
"description": "The paragraph for empty search result" | ||
}, | ||
"theme.SearchPage.fetchingNewResults": { | ||
"message": "Chargement de nouveaux résultats...", | ||
"description": "The paragraph for fetching new search results" | ||
}, | ||
"theme.SearchBar.label": { | ||
"message": "Chercher", | ||
"description": "The ARIA label and placeholder for search button" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"version.label": { | ||
"message": "Suivant", | ||
"description": "The label for version current" | ||
}, | ||
"sidebar.docs.category.Introduction": { | ||
"message": "Introduction", | ||
"description": "The label for category Introduction in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Basic Tutorial": { | ||
"message": "Tutoriel de base", | ||
"description": "The label for category Basic Tutorial in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Guides": { | ||
"message": "Guides", | ||
"description": "The label for category Guides in sidebar docs" | ||
}, | ||
"sidebar.docs.category.API Reference": { | ||
"message": "Référence API", | ||
"description": "The label for category API Reference in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Core": { | ||
"message": "Concepts clés", | ||
"description": "The label for category Core in sidebar docs" | ||
}, | ||
"sidebar.docs.category.State": { | ||
"message": "État", | ||
"description": "The label for category State in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Snapshots": { | ||
"message": "Instantané", | ||
"description": "The label for category Snapshots in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Misc": { | ||
"message": "Divers", | ||
"description": "The label for category Misc in sidebar docs" | ||
}, | ||
"sidebar.docs.category.Utils": { | ||
"message": "Outils", | ||
"description": "The label for category Utils in sidebar docs" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.