|
| 1 | +/** |
| 2 | + * Configuration for the french translation |
| 3 | + */ |
| 4 | + |
| 5 | +module.exports = { |
| 6 | + display: "Français", |
| 7 | + prefix: "/fr/", |
| 8 | + dir: "ltr", |
| 9 | + lang: "fr", |
| 10 | + p: { |
| 11 | + headline: "Client HTTP basé sur les promesses pour navigateur et node.js", |
| 12 | + subhead: `Axios est un client HTTP simple basé sur les promesses compatible |
| 13 | + avec le navigateur et node.js. |
| 14 | + Il propose une librairie facile à utiliser et à étendre, le tout |
| 15 | + dans un tout petit package.`, |
| 16 | + }, |
| 17 | + t: { |
| 18 | + "Get Started": "Démarrer", |
| 19 | + "View on GitHub": "Voir sur GitHub", |
| 20 | + "Languages": "Langues", |
| 21 | + "Open Source": "Open source", |
| 22 | + "Contribute": "Contribuer", |
| 23 | + "Source on GitHub": "Source sur GitHub", |
| 24 | + "Issues": undefined, |
| 25 | + "Pull Requests": "Pull requests", |
| 26 | + "Code of Conduct": "Code de conduite", |
| 27 | + "Fork on GitHub": "Forker sur GitHub", |
| 28 | + "Fork the Website": "Forker ce site", |
| 29 | + "Create an Issue": "Créer une issue", |
| 30 | + "Next": "Suivant", |
| 31 | + "Previous": "Précédent", |
| 32 | + "Website Copy Right Footer": `Ce site : Copyright © 2020-aujourd’hui John Jakob "Jake" Sarjeant. Utilisé avec permission.`, |
| 33 | + "View On Github": "Voir sur GitHub", |
| 34 | + "Axios Project Copy Right Footer": "Le projet Axios : Copyright © 2014-aujourd’hui Matt Zabriskie.", |
| 35 | + "License Label Footer": "Sous" |
| 36 | + }, |
| 37 | + sidebar: [ |
| 38 | + { |
| 39 | + type: "heading", |
| 40 | + text: "Démarrer", |
| 41 | + }, |
| 42 | + { |
| 43 | + type: "link", |
| 44 | + href: "/docs/intro", |
| 45 | + text: "Introduction", |
| 46 | + }, |
| 47 | + { |
| 48 | + type: "link", |
| 49 | + href: "/docs/example", |
| 50 | + text: "Exemple", |
| 51 | + }, |
| 52 | + { |
| 53 | + type: "link", |
| 54 | + href: "/docs/post_example", |
| 55 | + text: "Requêtes POST", |
| 56 | + }, |
| 57 | + { |
| 58 | + type: "heading", |
| 59 | + text: "API Axios", |
| 60 | + }, |
| 61 | + { |
| 62 | + type: "link", |
| 63 | + href: "/docs/api_intro", |
| 64 | + text: "API Axios", |
| 65 | + }, |
| 66 | + { |
| 67 | + type: "link", |
| 68 | + href: "/docs/instance", |
| 69 | + text: "L’instance Axios", |
| 70 | + }, |
| 71 | + { |
| 72 | + type: "link", |
| 73 | + href: "/docs/req_config", |
| 74 | + text: "Configuration de requête", |
| 75 | + }, |
| 76 | + { |
| 77 | + type: "link", |
| 78 | + href: "/docs/res_schema", |
| 79 | + text: "Schéma de réponse", |
| 80 | + }, |
| 81 | + { |
| 82 | + type: "link", |
| 83 | + href: "/docs/config_defaults", |
| 84 | + text: "Configuration par défaut", |
| 85 | + }, |
| 86 | + { |
| 87 | + type: "link", |
| 88 | + href: "/docs/interceptors", |
| 89 | + text: "Intercepteurs", |
| 90 | + }, |
| 91 | + { |
| 92 | + type: "link", |
| 93 | + href: "/docs/handling_errors", |
| 94 | + text: "Gestion des erreurs", |
| 95 | + }, |
| 96 | + { |
| 97 | + type: "link", |
| 98 | + href: "/docs/cancellation", |
| 99 | + text: "Annuler une requête", |
| 100 | + }, |
| 101 | + { |
| 102 | + type: "link", |
| 103 | + href: "/docs/urlencoded", |
| 104 | + text: "URL-Encoder le contenu d’une requête", |
| 105 | + }, |
| 106 | + { |
| 107 | + type: "heading", |
| 108 | + text: "Autre", |
| 109 | + }, |
| 110 | + { |
| 111 | + type: "link", |
| 112 | + href: "/docs/notes", |
| 113 | + text: "Notes", |
| 114 | + }, |
| 115 | + { |
| 116 | + type: "heading", |
| 117 | + text: "Contributeurs", |
| 118 | + }, |
| 119 | + { |
| 120 | + type: "link", |
| 121 | + href: "https://github.com/axios/axios/blob/master/CODE_OF_CONDUCT.md", |
| 122 | + text: "Code de conduite", |
| 123 | + }, |
| 124 | + { |
| 125 | + type: "link", |
| 126 | + href: "https://github.com/axios/axios/blob/master/COLLABORATOR_GUIDE.md", |
| 127 | + text: "Guide du collaborateur", |
| 128 | + }, |
| 129 | + { |
| 130 | + type: "link", |
| 131 | + href: "https://github.com/axios/axios/blob/master/CONTRIBUTING.md", |
| 132 | + text: "Contribuer à Axios" |
| 133 | + }, |
| 134 | + { |
| 135 | + type: "link", |
| 136 | + href: "/docs/translating", |
| 137 | + text: "Traduire cette documentation" |
| 138 | + } |
| 139 | + ], |
| 140 | +}; |
0 commit comments