Skip to content

Commit 140011b

Browse files
authored
Merge pull request #455 from D3rJust1n/i18n/weather-indicator
i18n (weather-indicator): added german translations
2 parents 1ca7af3 + a824c39 commit 140011b

3 files changed

Lines changed: 45 additions & 4 deletions

File tree

weather-indicator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Weather Indicator
22

3-
Display the current weather condition's icon and tempurature.
3+
Display the current weather condition's icon and temperature.
44

55
## Features
66

7-
- Show the current weather condition's icon and tempurature.
7+
- Show the current weather condition's icon and temperature.
88
- Show the weather unit letter! (°C or °F).
99
- Choose what the tooltip says when you hover over the widget. (High/Low temps, Sunrise/Sunset, or everything)
1010
- Add a widget to the ControlCenter to keep that bar clean looking.
11-
- Panel to see a seven day forecast with sunrise/set times.
11+
- Panel to see a seven-day forecast with sunrise/set times.

weather-indicator/i18n/de.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"settings": {
3+
"showTempValue": {
4+
"desc": "Zeige die aktuelle Temperatur neben der Wetterlage an.",
5+
"label": "Temperaturwert anzeigen"
6+
},
7+
"showTempUnit": {
8+
"desc": "Zeige °C oder °F an, um die Temperatureinheit bei Verwendung einer horizontalen Bar anzugeben.",
9+
"label": "Temperatureinheit im Querformat anzeigen"
10+
},
11+
"showConditionIcon": {
12+
"desc": "Füge das visuelle Wettersymbol in das Widget ein.",
13+
"label": "Zustandssymbol anzeigen"
14+
},
15+
"tooltipOption": {
16+
"desc": "Wähle aus, was im Tooltip angezeigt werden soll.",
17+
"label": "Tooltip Optionen"
18+
},
19+
"customColor": {
20+
"desc": "Wähle die gewünschte Farbe für das Symbol und den Text aus.",
21+
"label": "Benutzerdefinierte Farbe"
22+
},
23+
"mode": {
24+
"disable": "Tooltip deaktivieren",
25+
"highlow": "Höchst-/Tiefsttemperaturen",
26+
"sunrise": "Sonnenauf- und -untergangszeiten",
27+
"everything": "Alle anzeigen"
28+
}
29+
},
30+
"tooltips": {
31+
"current": "Aktuell",
32+
"high": "Hoch",
33+
"low": "Niedrig",
34+
"sunrise": "Sonnenaufgang",
35+
"sunset": "Sonnenuntergang"
36+
},
37+
"menu": {
38+
"openPanel": "Wetter anzeigen",
39+
"settings": "Widget Einstellungen"
40+
}
41+
}

weather-indicator/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "weather-indicator",
33
"name": "Weather Indicator",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"minNoctaliaVersion": "4.6.8",
66
"author": "Sovereign",
77
"license": "MIT",

0 commit comments

Comments
 (0)