mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-07 21:01:03 +01:00
34 lines
800 B
JSON
34 lines
800 B
JSON
{
|
|
"descriptor": {
|
|
"name": "天气",
|
|
"description": "显示指定位置的当前天气信息。",
|
|
"settings": {
|
|
"title": "设置天气小部件",
|
|
"displayInFahrenheit": {
|
|
"label": "显示为华氏度"
|
|
},
|
|
"location": {
|
|
"label": "天气位置"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"weatherDescriptions": {
|
|
"clear": "晴朗",
|
|
"mainlyClear": "晴朗为主",
|
|
"fog": "雾",
|
|
"drizzle": "细雨",
|
|
"freezingDrizzle": "冷细雨",
|
|
"rain": "雨",
|
|
"freezingRain": "冻雨",
|
|
"snowFall": "降雪",
|
|
"snowGrains": "米雪",
|
|
"rainShowers": "阵雨",
|
|
"snowShowers": "阵雪",
|
|
"thunderstorm": "雷雨天气",
|
|
"thunderstormWithHail": "雷暴夹冰雹",
|
|
"unknown": "未知"
|
|
}
|
|
}
|
|
}
|