eclipsefdn-hugo-solstice-theme 0.0.149 → 0.0.150

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.
Files changed (2) hide show
  1. package/i18n/de.toml +7 -7
  2. package/package.json +2 -2
package/i18n/de.toml CHANGED
@@ -11,7 +11,7 @@ other = "Meinen Account bearbeiten"
11
11
  other = "Über uns"
12
12
 
13
13
  [footer-foundation-contact-us-text]
14
- other = "Kontaktieren Sie uns"
14
+ other = "Kontakt"
15
15
 
16
16
  [footer-foundation-donate-text]
17
17
  other = "Spenden"
@@ -29,19 +29,19 @@ other = "Code of Conduct"
29
29
  other = "Logos und Vorlagen"
30
30
 
31
31
  [footer-foundation-board-of-directors-text]
32
- other = "Direktorium"
32
+ other = "Vorstand"
33
33
 
34
34
  [footer-legal-section-text]
35
35
  other = "Recht"
36
36
 
37
37
  [footer-legal-privacy-policy-text]
38
- other = "Datenschutzhinweis"
38
+ other = "Datenschutz"
39
39
 
40
40
  [footer-legal-terms-use-text]
41
41
  other = "Nutzungsbedingungen"
42
42
 
43
43
  [footer-legal-copyright-agent-text]
44
- other = "Copyright-Beauftragter"
44
+ other = "Copyright"
45
45
 
46
46
  [footer-legal-epl-text]
47
47
  other = "Eclipse Public License"
@@ -53,7 +53,7 @@ other = "Juristische Quellen"
53
53
  other = "Nützliche Links"
54
54
 
55
55
  [footer-useful-links-report-bug-text]
56
- other = "Melde einen Fehler"
56
+ other = "Fehler melden"
57
57
 
58
58
  [footer-useful-links-documentation-text]
59
59
  other = "Dokumentation"
@@ -86,7 +86,7 @@ other = "Arbeitsgruppen"
86
86
  other = "Research@Eclipse"
87
87
 
88
88
  [footer-other-report-vulnerability-text]
89
- other = "Melde eine Sicherheitslücke"
89
+ other = "Sicherheitslücke melden"
90
90
 
91
91
  [footer-other-status-text]
92
92
  other = "Service-Status"
@@ -302,7 +302,7 @@ other = "Governance"
302
302
  other = "Kontakt"
303
303
 
304
304
  [agenda-schedule]
305
- other = "Plan des Tages"
305
+ other = "Zeitplan"
306
306
 
307
307
  [agenda-legend]
308
308
  other = "Legende"
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "webpack.min.js",
5
5
  "author": "Christopher Guindon",
6
6
  "license": "EPL-2.0",
7
- "version": "0.0.149",
7
+ "version": "0.0.150",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },
@@ -24,7 +24,7 @@
24
24
  "readmeFilename": "README.md",
25
25
  "dependencies": {
26
26
  "axios": "^0.21.1",
27
- "eclipsefdn-solstice-assets": "0.0.193",
27
+ "eclipsefdn-solstice-assets": "0.0.194",
28
28
  "json2yaml": "^1.1.0",
29
29
  "toml": "^3.0.0"
30
30
  },