@docusaurus/theme-translations 0.0.0-5976 → 0.0.0-5979
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.
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"theme.NotFound.p2": "Bitte kontaktieren Sie den Besitzer der Seite, die Sie mit der ursprünglichen URL verlinkt hat, und teilen Sie ihm mit, dass der Link nicht mehr funktioniert.",
|
|
15
15
|
"theme.NotFound.title": "Seite nicht gefunden",
|
|
16
16
|
"theme.TOCCollapsible.toggleButtonLabel": "Auf dieser Seite",
|
|
17
|
-
"theme.admonition.caution": "
|
|
18
|
-
"theme.admonition.danger": "
|
|
17
|
+
"theme.admonition.caution": "vorsicht",
|
|
18
|
+
"theme.admonition.danger": "gefahr",
|
|
19
19
|
"theme.admonition.info": "info",
|
|
20
|
-
"theme.admonition.note": "
|
|
21
|
-
"theme.admonition.tip": "
|
|
22
|
-
"theme.admonition.warning": "
|
|
20
|
+
"theme.admonition.note": "hinweis",
|
|
21
|
+
"theme.admonition.tip": "tipp",
|
|
22
|
+
"theme.admonition.warning": "warnung",
|
|
23
23
|
"theme.blog.archive.description": "Archiv",
|
|
24
24
|
"theme.blog.archive.title": "Archiv",
|
|
25
25
|
"theme.blog.paginator.navAriaLabel": "Navigation der Blog-Listenseite",
|
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-5979",
|
|
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.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "0.0.0-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5979",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5979",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "8a074c94e2204f208e95bd83371a2fbe526ad511"
|
|
34
34
|
}
|