mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-15 17:56:21 +01:00
New translations weather.json (German)
This commit is contained in:
@@ -1,20 +1,32 @@
|
|||||||
{
|
{
|
||||||
"card": {
|
"descriptor": {
|
||||||
"weatherDescriptions": {
|
"name": "Weather",
|
||||||
"clear": "Klar",
|
"description": "Look up the current weather in your location",
|
||||||
"mainlyClear": "Überwiegend klar",
|
"settings": {
|
||||||
"fog": "Nebel",
|
"displayInFahrenheit": {
|
||||||
"drizzle": "Niesel",
|
"label": "Display in Fahrenheit"
|
||||||
"freezingDrizzle": "Eisiger Nieselregen",
|
},
|
||||||
"rain": "Regen",
|
"location": {
|
||||||
"freezingRain": "Eisiger Regen",
|
"label": "Weather location"
|
||||||
"snowFall": "Schneefall",
|
|
||||||
"snowGrains": "Schneekörner",
|
|
||||||
"rainShowers": "Regenschauer",
|
|
||||||
"snowShowers": "Schneeschauer",
|
|
||||||
"thunderstorm": "Gewitter",
|
|
||||||
"thunderstormWithHail": "Gewitter mit Hagel",
|
|
||||||
"unknown": "Unbekannt"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"card": {
|
||||||
|
"weatherDescriptions": {
|
||||||
|
"clear": "Clear",
|
||||||
|
"mainlyClear": "Mainly clear",
|
||||||
|
"fog": "Fog",
|
||||||
|
"drizzle": "Drizzle",
|
||||||
|
"freezingDrizzle": "Freezing drizzle",
|
||||||
|
"rain": "Rain",
|
||||||
|
"freezingRain": "Freezing rain",
|
||||||
|
"snowFall": "Snow fall",
|
||||||
|
"snowGrains": "Snow grains",
|
||||||
|
"rainShowers": "Rain showers",
|
||||||
|
"snowShowers": "Snow showers",
|
||||||
|
"thunderstorm": "Thunderstorm",
|
||||||
|
"thunderstormWithHail": "Thunderstorm with hail",
|
||||||
|
"unknown": "Unknown"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user