docusaurus/packages/docusaurus-theme-translations/locales/fr/theme-search-algolia.json
Dylan Tientcheu 9c689880ed
Some checks failed
Argos CI / take-screenshots (push) Has been cancelled
Build Hash Router / Build Hash Router (push) Has been cancelled
Canary Release / Publish Canary (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Continuous Releases / Continuous Releases (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20.0) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (22) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (24) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 Windows (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Has been cancelled
E2E Tests / E2E — npm (push) Has been cancelled
E2E Tests / E2E — pnpm (push) Has been cancelled
feat(search): add runtime support for DocSearch v4 (#11327)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2025-09-19 14:15:57 +02:00

61 lines
4.4 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"theme.SearchBar.label": "Chercher",
"theme.SearchBar.seeAll": "Voir les {count} résultats",
"theme.SearchModal.askAiScreen.afterToolCallText": "Recherche effectuée pour ",
"theme.SearchModal.askAiScreen.copyButtonCopiedText": "Copié !",
"theme.SearchModal.askAiScreen.copyButtonText": "Copier",
"theme.SearchModal.askAiScreen.copyButtonTitle": "Copier",
"theme.SearchModal.askAiScreen.disclaimerText": "Les réponses sont générées par l'IA et peuvent contenir des erreurs. Veuillez vérifier les réponses.",
"theme.SearchModal.askAiScreen.dislikeButtonTitle": "Je n'aime pas",
"theme.SearchModal.askAiScreen.duringToolCallText": "Recherche de ",
"theme.SearchModal.askAiScreen.likeButtonTitle": "J'aime",
"theme.SearchModal.askAiScreen.preToolCallText": "Recherche en cours...",
"theme.SearchModal.askAiScreen.relatedSourcesText": "Sources connexes",
"theme.SearchModal.askAiScreen.thanksForFeedbackText": "Merci pour votre retour !",
"theme.SearchModal.askAiScreen.thinkingText": "Réflexion en cours...",
"theme.SearchModal.errorScreen.helpText": "Vous pouvez vérifier votre connexion réseau.",
"theme.SearchModal.errorScreen.titleText": "Impossible de récupérer les résultats",
"theme.SearchModal.footer.backToSearchText": "Retour à la recherche",
"theme.SearchModal.footer.closeKeyAriaLabel": "Touche Echap",
"theme.SearchModal.footer.closeText": "fermer",
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Flèche vers le bas",
"theme.SearchModal.footer.navigateText": "naviguer",
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Flèche vers le haut",
"theme.SearchModal.footer.searchByText": "Recherche via",
"theme.SearchModal.footer.selectKeyAriaLabel": "Touche Entrée",
"theme.SearchModal.footer.selectText": "sélectionner",
"theme.SearchModal.footer.submitQuestionText": "Soumettre la question",
"theme.SearchModal.noResultsScreen.noResultsText": "Aucun résultat pour",
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Faites-le nous savoir.",
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Vous pensez que cette requête doit donner des résultats ?",
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Essayez de chercher",
"theme.SearchModal.placeholder": "Rechercher des docs",
"theme.SearchModal.resultsScreen.askAiPlaceholder": "Demander à l'IA : ",
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "Retour à la recherche par mots-clés",
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": "Retour à la recherche par mots-clés",
"theme.SearchModal.searchBox.cancelButtonText": "Annuler",
"theme.SearchModal.searchBox.enterKeyHint": "rechercher",
"theme.SearchModal.searchBox.enterKeyHintAskAi": "entrée",
"theme.SearchModal.searchBox.placeholderText": "Rechercher des docs",
"theme.SearchModal.searchBox.placeholderTextAskAi": "Poser une autre question...",
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "En train de répondre...",
"theme.SearchModal.searchBox.resetButtonTitle": "Effacer la requête",
"theme.SearchModal.searchBox.searchInputLabel": "Rechercher",
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favoris",
"theme.SearchModal.startScreen.noRecentSearchesText": "Aucune recherche récente",
"theme.SearchModal.startScreen.recentConversationsTitle": "Conversations récentes",
"theme.SearchModal.startScreen.recentSearchesTitle": "Récemment",
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Supprimer cette recherche des favoris",
"theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "Supprimer cette conversation de l'historique",
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Supprimer cette recherche de l'historique",
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Sauvegarder cette recherche",
"theme.SearchPage.algoliaLabel": "Fourni par Algolia",
"theme.SearchPage.documentsFound.plurals": "Un document trouvé|{count} documents trouvés",
"theme.SearchPage.emptyResultsTitle": "Rechercher dans la documentation",
"theme.SearchPage.existingResultsTitle": "Résultats de recherche pour « {query} »",
"theme.SearchPage.fetchingNewResults": "Chargement de nouveaux résultats...",
"theme.SearchPage.inputLabel": "Chercher",
"theme.SearchPage.inputPlaceholder": "Tapez votre recherche ici",
"theme.SearchPage.noResultsText": "Aucun résultat trouvé"
}