@docusaurus/theme-translations 0.0.0-5179 → 0.0.0-5180
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.
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
"theme.SearchModal.errorScreen.helpText": "Vous pouvez vérifier votre connexion réseau.",
|
|
5
5
|
"theme.SearchModal.errorScreen.titleText": "Impossible de récupérer les résultats",
|
|
6
6
|
"theme.SearchModal.footer.closeKeyAriaLabel": "Touche Echap",
|
|
7
|
-
"theme.SearchModal.footer.closeText": "
|
|
7
|
+
"theme.SearchModal.footer.closeText": "fermer",
|
|
8
8
|
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Flèche vers le bas",
|
|
9
|
-
"theme.SearchModal.footer.navigateText": "
|
|
10
|
-
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "naviguer",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Flèche vers le haut",
|
|
11
11
|
"theme.SearchModal.footer.searchByText": "Recherche via",
|
|
12
12
|
"theme.SearchModal.footer.selectKeyAriaLabel": "Touche Entrée",
|
|
13
|
-
"theme.SearchModal.footer.selectText": "
|
|
13
|
+
"theme.SearchModal.footer.selectText": "sélectionner",
|
|
14
14
|
"theme.SearchModal.noResultsScreen.noResultsText": "Aucun résultat pour",
|
|
15
15
|
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Faites-le nous savoir.",
|
|
16
16
|
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Vous pensez que cette requête doit donner des résultats ?",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5180",
|
|
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-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5180",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5180",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "0bbd9d478a0f034c3cecea7d76f4ffe50f1a72e0"
|
|
34
34
|
}
|