-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for translation in footer + French translation (#2430)
- Loading branch information
1 parent
db0a388
commit a56e0d5
Showing
3 changed files
with
99 additions
and
64 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,34 @@ | ||
{ | ||
"footer.about.us":"À propos", | ||
"footer.contact.us":"Nous contacter", | ||
"footer.donate":"Faire un don", | ||
"footer.members":"Membres", | ||
"footer.governance":"Gouvernance", | ||
"footer.board.of.directors":"Conseil d'administration", | ||
"footer.report.a.vulnerability":"Signaler une vulnérabilité", | ||
"footer.privacy.policy":"Politique de confidentialité", | ||
"footer.eclipse.public.license":"Eclipse Public License", | ||
"footer.research.eclipse":"Research@Eclipse", | ||
"footer.logo.and.artwork":"Logo et Artwork", | ||
"footer.legal.resources":"Ressources juridiques", | ||
"footer.report.a.bug":"Signaler un bug", | ||
"footer.copyright.agent":"Droits d'auteur", | ||
"footer.service.status":"État du service", | ||
"footer.swag.store":"Boutique", | ||
"footer.terms.of.use":"Conditions d'utilisation", | ||
"footer.working.groups":"Groupes de travail", | ||
"footer.projects":"Projets", | ||
"footer.mailing.lists":"Listes de diffusion", | ||
"footer.forums":"Forums", | ||
"footer.ide.and.tools":"IDE et outils", | ||
"footer.code.of.conduct":"Code de conduite", | ||
"footer.marketplace":"Marketplace", | ||
"footer.documentation":"Documentation", | ||
"footer.how.to.contribute": "Comment participer", | ||
"footer.eclipse.foundation": "Eclipse Foundation", | ||
"footer.legal": "Juridique", | ||
"footer.useful.links": "Liens utiles", | ||
"footer.useful.other": "Autres", | ||
"footer.all.rights.reserved": "Copyright © Eclipse Foundation. Tous droits réservés.", | ||
"footer.trademarks": "Java et OpenJDK sont des marques commerciales ou des marques déposées d'Oracle et/ou de ses filiales. D'autres noms peuvent être des marques déposées de leurs propriétaires respectifs." | ||
} |
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.