Files
homarr/public/locales/zh/modules/weather.json
Thomas Camlong ba7786d337 🌎 New Crowdin updates
2022-10-10 22:18:12 +02:00

32 lines
753 B
JSON

{
"descriptor": {
"name": "天气",
"description": "查看你所在地区的当前天气",
"settings": {
"displayInFahrenheit": {
"label": "显示为华氏度"
},
"location": {
"label": "天气位置"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "晴朗",
"mainlyClear": "晴朗为主",
"fog": "雾",
"drizzle": "细雨",
"freezingDrizzle": "冷细雨",
"rain": "雨",
"freezingRain": "冻雨",
"snowFall": "降雪",
"snowGrains": "米雪",
"rainShowers": "阵雨",
"snowShowers": "阵雪",
"thunderstorm": "雷雨天气",
"thunderstormWithHail": "雷暴夹冰雹",
"unknown": "未知"
}
}
}