44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "날씨",
|
|
"description": "설정한 위치의 현재 날씨 정보를 표시합니다.",
|
|
"settings": {
|
|
"title": "날씨 위젯 설정",
|
|
"displayInFahrenheit": {
|
|
"label": "화씨로 표시"
|
|
},
|
|
"displayCityName": {
|
|
"label": "도시 이름 표시"
|
|
},
|
|
"displayWeekly": {
|
|
"label": ""
|
|
},
|
|
"forecastDays": {
|
|
"label": ""
|
|
},
|
|
"location": {
|
|
"label": "날씨 위치"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"weatherDescriptions": {
|
|
"clear": "맑음",
|
|
"mainlyClear": "대체로 맑음",
|
|
"fog": "안개",
|
|
"drizzle": "이슬비",
|
|
"freezingDrizzle": "어는 이슬비",
|
|
"rain": "비",
|
|
"freezingRain": "어는 비",
|
|
"snowFall": "눈",
|
|
"snowGrains": "쌀알눈",
|
|
"rainShowers": "소나기",
|
|
"snowShowers": "소낙눈",
|
|
"thunderstorm": "뇌우",
|
|
"thunderstormWithHail": "우박을 동반한 뇌우",
|
|
"unknown": "알 수 없음"
|
|
}
|
|
},
|
|
"error": "오류가 발생했습니다."
|
|
}
|