From f0457a65a833e675520ff164ace0c64f628da6f3 Mon Sep 17 00:00:00 2001 From: Vinesh nayak Date: Tue, 31 Mar 2026 20:42:51 +0530 Subject: [PATCH 1/2] Improve Hindi translations for scan comparison messages Updated Hindi translations for scan comparison-related messages to improve clarity and consistency. Signed-off-by: Vinesh nayak --- nettacker/locale/hi.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nettacker/locale/hi.yaml b/nettacker/locale/hi.yaml index 30fd16fe7..51e94ebc3 100644 --- a/nettacker/locale/hi.yaml +++ b/nettacker/locale/hi.yaml @@ -117,9 +117,9 @@ start_parallel_module_scan: प्रक्रिया- {0} | {1} | {2} |{4} thread_number_modules: मेजबान के लिए समानांतर मॉड्यूल स्कैन wrong_hardware_usage: "आपको हार्डवेयर उपयोग के लिए इनमें से एक प्रोफाइल का चयन करना होगा। (low, normal, high, maximum)" invalid_scan_id: आपकी स्कैन आईडी मान्य नहीं है -compare_scans: scan_id का उपयोग करके वर्तमान स्कैन की पुराने स्कैन से तुलना करें -compare_report_path_filename: तुलना रिपोर्ट सहेजने का फ़ाइल पथ -no_scan_to_compare: तुलना करने के लिए scan_id नहीं मिला -compare_report_saved: "{0} में तुलना परिणाम सहेजे गए" +compare_scans: "scan_id का उपयोग करके वर्तमान स्कैन की पुराने स्कैन से तुलना करें" +compare_report_path_filename: "तुलना रिपोर्ट सहेजने के लिए फ़ाइल पथ" +no_scan_to_compare: "तुलना के लिए scan_id नहीं मिला" +compare_report_saved: "तुलना परिणाम {0} में सहेजे गए" build_compare_report: "तुलना रिपोर्ट बनाई जा रही है" -finish_build_report: "तुलना रिपोर्ट तैयार हो गई" \ No newline at end of file +finish_build_report: "तुलना रिपोर्ट तैयार हो गई" From e13a758660fbc2c2e36cf2c4d399b2fea0e0c465 Mon Sep 17 00:00:00 2001 From: Vinesh nayak Date: Tue, 31 Mar 2026 21:16:26 +0530 Subject: [PATCH 2/2] Fix formatting in hi.yaml for comparison report path Signed-off-by: Vinesh nayak --- nettacker/locale/hi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nettacker/locale/hi.yaml b/nettacker/locale/hi.yaml index 51e94ebc3..8b6afeaa8 100644 --- a/nettacker/locale/hi.yaml +++ b/nettacker/locale/hi.yaml @@ -118,7 +118,7 @@ thread_number_modules: मेजबान के लिए समानांत wrong_hardware_usage: "आपको हार्डवेयर उपयोग के लिए इनमें से एक प्रोफाइल का चयन करना होगा। (low, normal, high, maximum)" invalid_scan_id: आपकी स्कैन आईडी मान्य नहीं है compare_scans: "scan_id का उपयोग करके वर्तमान स्कैन की पुराने स्कैन से तुलना करें" -compare_report_path_filename: "तुलना रिपोर्ट सहेजने के लिए फ़ाइल पथ" +compare_report_path_filename: "तुलना रिपोर्ट सहेजने के लिए फ़ाइल पथ" no_scan_to_compare: "तुलना के लिए scan_id नहीं मिला" compare_report_saved: "तुलना परिणाम {0} में सहेजे गए" build_compare_report: "तुलना रिपोर्ट बनाई जा रही है"