Files
homarr/public/locales/vi/modules/weather.json
2024-08-24 14:39:51 +02:00

44 lines
1.2 KiB
JSON

{
"descriptor": {
"name": "Thời tiết",
"description": "Hiển thị thông tin thời tiết của vị trí được đặt.",
"settings": {
"title": "Cài đặt cho tiện ích thời tiết",
"displayInFahrenheit": {
"label": "Hiển thị bằng Fahrenheit"
},
"displayCityName": {
"label": "Hiển thị tên thành phố"
},
"displayWeekly": {
"label": "Hiển thị dự báo hàng tuần"
},
"forecastDays": {
"label": "Số ngày hiển thị"
},
"location": {
"label": "Vị trí thời tiết"
}
}
},
"card": {
"weatherDescriptions": {
"clear": "Quang đãng",
"mainlyClear": "Thông thoáng",
"fog": "Sương mù",
"drizzle": "Mưa phùn",
"freezingDrizzle": "Mưa phùn đông đá",
"rain": "Mưa",
"freezingRain": "Mưa băng",
"snowFall": "Tuyết rơi",
"snowGrains": "Có hạt tuyết",
"rainShowers": "Mưa rào",
"snowShowers": "Mưa tuyết",
"thunderstorm": "Bão",
"thunderstormWithHail": "Sấm sét kèm mưa đá",
"unknown": "Không xác định"
}
},
"error": "Đã xảy ra lỗi"
}