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:
@@ -552,6 +552,14 @@
|
||||
"reason": "دلیل پیشنهاد",
|
||||
"criteriaChart": "نمودار تطابق معیارها",
|
||||
"changeCrop": "تغییر محصول"
|
||||
},
|
||||
"weather": {
|
||||
"title": "اطلاعات هواشناسی",
|
||||
"temperature": "دما",
|
||||
"humidity": "رطوبت",
|
||||
"windSpeed": "سرعت باد",
|
||||
"forecastChart": "پیشبینی هوا",
|
||||
"forecastSubheader": "دما و رطوبت در ۷ روز آینده"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user