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": {
|
||||
"weatherDescriptions": {
|
||||
"clear": "Klar",
|
||||
"mainlyClear": "Überwiegend klar",
|
||||
"fog": "Nebel",
|
||||
"drizzle": "Niesel",
|
||||
"freezingDrizzle": "Eisiger Nieselregen",
|
||||
"rain": "Regen",
|
||||
"freezingRain": "Eisiger Regen",
|
||||
"snowFall": "Schneefall",
|
||||
"snowGrains": "Schneekörner",
|
||||
"rainShowers": "Regenschauer",
|
||||
"snowShowers": "Schneeschauer",
|
||||
"thunderstorm": "Gewitter",
|
||||
"thunderstormWithHail": "Gewitter mit Hagel",
|
||||
"unknown": "Unbekannt"
|
||||
}
|
||||
"descriptor": {
|
||||
"name": "Weather",
|
||||
"description": "Look up the current weather in your location",
|
||||
"settings": {
|
||||
"displayInFahrenheit": {
|
||||
"label": "Display in Fahrenheit"
|
||||
},
|
||||
"location": {
|
||||
"label": "Weather location"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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