Files
Homarr/public/locales/en/modules/weather.json
2023-01-13 11:10:09 +00:00

34 lines
874 B
JSON

{
"descriptor": {
"name": "Weather",
"description": "Displays the current weather information of a set location.",
"settings": {
"title": "Settings for weather widget",
"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"
}
}
}