|
| 1 | +export const navCopy = { |
| 2 | + skip_to_content: "Aller au contenu principal", |
| 3 | + nav_documentation: "Documentation", |
| 4 | + nav_documentation_short: "Docs", |
| 5 | + nav_download: "Télécharger", |
| 6 | + nav_community: "Communauté", |
| 7 | + nav_playground: "Playground", |
| 8 | + nav_playground_short: "Play", |
| 9 | + nav_handbook: "Guide", |
| 10 | + nav_tools: "Outils", |
| 11 | + nav_search_placeholder: "Rechercher", |
| 12 | + nav_search_aria: "Recherche sur le site TypeScript", |
| 13 | + // let me know if you can't make this work in your lang: |
| 14 | + // TypeScript X.Y [stable][between?]Z.Y[beta/rc] |
| 15 | + nav_version_stable_prefix: "est maintenant disponible", |
| 16 | + nav_version_between: ", ", |
| 17 | + nav_version_beta_prefix: "est actuellement en bêta.", |
| 18 | + nav_version_rc_prefix: "est une version candidate, essayer la.", |
| 19 | + nav_this_page_in_your_lang: "Cette page est disponible dans votre langue", |
| 20 | + nav_this_page_in_your_lang_open: "Ouvrir", |
| 21 | + nav_this_page_in_your_lang_no_more: "Ne plus montrer", |
| 22 | +}; |
0 commit comments