@docusaurus/theme-translations 0.0.0-5057 → 0.0.0-5061

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
- "theme.IdealImageMessage.404error": "404. Image not found",
3
- "theme.IdealImageMessage.error": "Error. Click to reload",
4
- "theme.IdealImageMessage.load": "Click to load{sizeMessage}",
5
- "theme.IdealImageMessage.loading": "Loading...",
6
- "theme.IdealImageMessage.offline": "Your browser is offline. Image not loaded"
2
+ "theme.IdealImageMessage.404error": "404. Image introuvable",
3
+ "theme.IdealImageMessage.error": "Erreur. Cliquez pour recharger",
4
+ "theme.IdealImageMessage.load": "Cliquez pour charger{sizeMessage}",
5
+ "theme.IdealImageMessage.loading": "Chargement ...",
6
+ "theme.IdealImageMessage.offline": "Votre navigateur est hors ligne. Image non chargée"
7
7
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "theme.AnnouncementBar.closeButtonAriaLabel": "Fermer",
3
- "theme.BackToTopButton.buttonAriaLabel": "Revenez en haut",
3
+ "theme.BackToTopButton.buttonAriaLabel": "Retour au début de la page",
4
4
  "theme.CodeBlock.copied": "Copié",
5
5
  "theme.CodeBlock.copy": "Copier",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "Copier le code",
7
- "theme.CodeBlock.wordWrapToggle": "Basculer le retour à la ligne",
8
- "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Toggle the collapsible sidebar category '{label}'",
7
+ "theme.CodeBlock.wordWrapToggle": "Activer/désactiver le retour à la ligne",
8
+ "theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Plier/Déplier la catégorie '{label}' de la barre latérale",
9
9
  "theme.ErrorPageContent.title": "Cette page a planté.",
10
10
  "theme.ErrorPageContent.tryAgain": "Réessayer",
11
11
  "theme.NotFound.p1": "Nous n'avons pas trouvé ce que vous recherchez.",
@@ -22,17 +22,17 @@
22
22
  "theme.blog.post.paginator.olderPost": "Article plus ancien",
23
23
  "theme.blog.post.plurals": "Un article|{count} articles",
24
24
  "theme.blog.post.readMore": "Lire plus",
25
- "theme.blog.post.readMoreLabel": "Read more about {title}",
25
+ "theme.blog.post.readMoreLabel": "En savoir plus sur {title}",
26
26
  "theme.blog.post.readingTime.plurals": "Une minute de lecture|{readingTime} minutes de lecture",
27
27
  "theme.blog.sidebar.navAriaLabel": "Navigation article de blog récent",
28
28
  "theme.blog.tagTitle": "{nPosts} tagués avec « {tagName} »",
29
- "theme.colorToggle.ariaLabel": "Switch between dark and light mode (currently {mode})",
30
- "theme.colorToggle.ariaLabel.mode.dark": "dark mode",
31
- "theme.colorToggle.ariaLabel.mode.light": "light mode",
29
+ "theme.colorToggle.ariaLabel": "Basculer entre le mode sombre et clair (actuellement {mode})",
30
+ "theme.colorToggle.ariaLabel.mode.dark": "mode sombre",
31
+ "theme.colorToggle.ariaLabel.mode.light": "mode clair",
32
32
  "theme.common.editThisPage": "Éditer cette page",
33
33
  "theme.common.headingLinkTitle": "Lien direct vers le titre",
34
34
  "theme.common.skipToMainContent": "Aller au contenu principal",
35
- "theme.docs.DocCard.categoryDescription": "{count} items",
35
+ "theme.docs.DocCard.categoryDescription": "{count} éléments",
36
36
  "theme.docs.breadcrumbs.home": "Page d'accueil",
37
37
  "theme.docs.breadcrumbs.navAriaLabel": "Fil d'Ariane",
38
38
  "theme.docs.paginator.navAriaLabel": "Pagination des documents",
@@ -52,7 +52,7 @@
52
52
  "theme.lastUpdated.atDate": " le {date}",
53
53
  "theme.lastUpdated.byUser": " par {user}",
54
54
  "theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
55
- "theme.navbar.mobileLanguageDropdown.label": "Languages",
55
+ "theme.navbar.mobileLanguageDropdown.label": "Langues",
56
56
  "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Retour au menu principal",
57
57
  "theme.navbar.mobileVersionsDropdown.label": "Versions",
58
58
  "theme.tags.tagsListLabel": "Tags :",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "theme.SearchBar.label": "Chercher",
3
- "theme.SearchBar.seeAll": "See all {count} results",
3
+ "theme.SearchBar.seeAll": "Voir les {count} résultats",
4
4
  "theme.SearchPage.algoliaLabel": "Recherche par Algolia",
5
5
  "theme.SearchPage.documentsFound.plurals": "Un document trouvé|{count} documents trouvés",
6
6
  "theme.SearchPage.emptyResultsTitle": "Rechercher dans la documentation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5057",
3
+ "version": "0.0.0-5061",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "tslib": "^2.4.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5057",
27
- "@docusaurus/logger": "0.0.0-5057",
26
+ "@docusaurus/core": "0.0.0-5061",
27
+ "@docusaurus/logger": "0.0.0-5061",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "3f928ce89e585ef863bb6b25450198cd7537c275"
33
+ "gitHead": "36ac644f128e358499e206f5e77e3f7ade970217"
34
34
  }