From 00b5ecba7f15c7c69d1f48e17463b99a85143079 Mon Sep 17 00:00:00 2001 From: Mohammad Sajad Pourajam Date: Sat, 21 Feb 2026 00:35:14 +0330 Subject: [PATCH] Add Persian translations for new simulator and recommendation sections in the dashboard - Added new localized entries for simulator, recommendation, and AI assistant features in fa.json. - Updated the vertical menu to include new sections for simulator and recommendations, enhancing navigation. - Improved user experience by providing Persian translations for additional features. --- messages/fa.json | 3 +++ src/components/layout/vertical/VerticalMenu.tsx | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/messages/fa.json b/messages/fa.json index 208804b..ac8eb1a 100644 --- a/messages/fa.json +++ b/messages/fa.json @@ -37,9 +37,12 @@ "waterData": "دیتاهای آب", "soilData": "اطلاعات خاک", "cropZoning": "زون‌بندی کشت", + "simulator": "شبیه‌ساز", "plantSimulator": "شبیه‌ساز رشد گیاه", + "recommendation": "توصیه‌ها", "irrigationRecommendation": "توصیه آبیاری", "fertilizationRecommendation": "توصیه کوددهی", + "aiAssistant": "دستیار هوشمند", "farmAiAssistant": "دستیار هوشمند مزرعه", "pestDetection": "تشخیص آفات گیاهی", "dataSection": "بخش داده‌ها", diff --git a/src/components/layout/vertical/VerticalMenu.tsx b/src/components/layout/vertical/VerticalMenu.tsx index 2a09bd5..306a705 100644 --- a/src/components/layout/vertical/VerticalMenu.tsx +++ b/src/components/layout/vertical/VerticalMenu.tsx @@ -105,15 +105,22 @@ const VerticalMenu = ({ scrollMenu }: Props) => { }> {t('cropZoning')} + + }> {t('plantSimulator')} + + + }> {t('irrigationRecommendation')} }> {t('fertilizationRecommendation')} + + }> {t('farmAiAssistant')}