Files
homarr/public/locales/lol/modules/weather.json
2023-09-01 21:55:45 +02:00

38 lines
933 B
JSON

{
"descriptor": {
"name": "Weafr",
"description": "Displays Teh Current Weathr Informashun Ov Set Locashun.",
"settings": {
"title": "Settings 4 Weathr Widget",
"displayInFahrenheit": {
"label": "Display in Fahrenheit"
},
"displayCityName": {
"label": ""
},
"location": {
"label": "Weafr locashun"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Cweaw",
"mainlyClear": "Manely cweaw",
"fog": "Fog",
"drizzle": "Drizzel",
"freezingDrizzle": "Freezing drizzel",
"rain": "Wain",
"freezingRain": "Freezing wain",
"snowFall": "Snow fallz",
"snowGrains": "Snow granes",
"rainShowers": "Raen showaz",
"snowShowers": "Snow showaz",
"thunderstorm": "Thundahstorm",
"thunderstormWithHail": "Thundahstorm wif hail",
"unknown": "Unknown"
}
},
"error": ""
}