diff --git a/i18n/fr/docusaurus-plugin-content-docs/current.json b/i18n/fr/docusaurus-plugin-content-docs/current.json new file mode 100644 index 00000000..055865cc --- /dev/null +++ b/i18n/fr/docusaurus-plugin-content-docs/current.json @@ -0,0 +1,10 @@ +{ + "version.label": { + "message": "Next", + "description": "The label for version current" + }, + "sidebar.docs.category.Tutorial": { + "message": "Tutorial", + "description": "The label for category Tutorial in sidebar docs" + } +} \ No newline at end of file diff --git a/i18n/fr/docusaurus-theme-classic/footer.json b/i18n/fr/docusaurus-theme-classic/footer.json new file mode 100644 index 00000000..df3432be --- /dev/null +++ b/i18n/fr/docusaurus-theme-classic/footer.json @@ -0,0 +1,42 @@ +{ + "link.title.Docs": { + "message": "Docs", + "description": "The title of the footer links column with title=Docs in the footer" + }, + "link.title.Community": { + "message": "Communauté", + "description": "The title of the footer links column with title=Community in the footer" + }, + "link.title.More": { + "message": "Plus", + "description": "The title of the footer links column with title=More in the footer" + }, + "link.item.label.Tutorial": { + "message": "Didacticiel", + "description": "The label of footer link with label=Tutorial linking to docs/tutorial/welcome-to-redwood" + }, + "link.item.label.Discord": { + "message": "Discord", + "description": "The label of footer link with label=Discord linking to https://discord.com/invite/redwoodjs" + }, + "link.item.label.Discourse": { + "message": "Discourse", + "description": "The label of footer link with label=Discourse linking to https://community.redwoodjs.com/" + }, + "link.item.label.Twitter": { + "message": "Twitter", + "description": "The label of footer link with label=Twitter linking to https://twitter.com/redwoodjs" + }, + "link.item.label.redwoodjs.com": { + "message": "redwoodjs.com", + "description": "The label of footer link with label=redwoodjs.com linking to https://redwoodjs.com/" + }, + "link.item.label.GitHub": { + "message": "GitHub", + "description": "The label of footer link with label=GitHub linking to https://github.com/redwoodjs/learn.redwoodjs.com" + }, + "copyright": { + "message": "Droits d'auteur © 2021 RedwoodJS. Construit avec Docusaurus.", + "description": "The footer copyright" + } +} diff --git a/i18n/fr/docusaurus-theme-classic/navbar.json b/i18n/fr/docusaurus-theme-classic/navbar.json new file mode 100644 index 00000000..35c0cfa2 --- /dev/null +++ b/i18n/fr/docusaurus-theme-classic/navbar.json @@ -0,0 +1,18 @@ +{ + "title": { + "message": "Apprendre RedwoodJS", + "description": "The title in the navbar" + }, + "item.label.Docs": { + "message": "Docs", + "description": "Navbar item with label Docs" + }, + "item.label.Redwoodjs.com": { + "message": "Redwoodjs.com", + "description": "Navbar item with label Redwoodjs.com" + }, + "item.label.GitHub": { + "message": "GitHub", + "description": "Navbar item with label GitHub" + } +} \ No newline at end of file