Add weather information section and update dependencies

- Introduced a new CropZoningWeatherSection component to display weather data in the crop zoning dashboard.
- Updated package.json and package-lock.json to include chart.js and react-chartjs-2 for enhanced data visualization.
- Added Persian translations for weather-related UI elements to support localization.
This commit is contained in:
2026-02-20 23:08:44 +03:30
parent 02e966e997
commit bb83ab506e
8 changed files with 692 additions and 12 deletions
+8
View File
@@ -552,6 +552,14 @@
"reason": "دلیل پیشنهاد",
"criteriaChart": "نمودار تطابق معیارها",
"changeCrop": "تغییر محصول"
},
"weather": {
"title": "اطلاعات هواشناسی",
"temperature": "دما",
"humidity": "رطوبت",
"windSpeed": "سرعت باد",
"forecastChart": "پیش‌بینی هوا",
"forecastSubheader": "دما و رطوبت در ۷ روز آینده"
}
}
}