-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from ShrillShrestha/footer-french-translation
French translation for footer #32
- Loading branch information
Showing
3 changed files
with
70 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
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 @@ | ||
{ | ||
"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" | ||
} | ||
} |
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,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" | ||
} | ||
} |