हवाएं

शनिवार, 14 मार्च 2026

test

 

/** * Blog Post Exercise: Hindi to English Translation * Topic: Government & Regional Development */ const translationExercise = { title: "Hindi to English Translation Practice", category: "Political & Administrative News", difficulty: "Intermediate", content: { hindiSource: "प्रधानमंत्री नरेंद्र मोदी का कहना है कि केंद्र की भाजपा नेतृत्व वाली एनडीए सरकार बोडोलैंड क्षेत्रीय परिषद (BTC) क्षेत्र के सर्वांगीण विकास के लिए काम कर रही है और इसके तीव्र विकास के लिए 1,500 करोड़ रुपये मंजूर किए गए हैं।", englishTarget: "Prime Minister Narendra Modi says, BJP-led NDA Government at Centre has been working for all-round development of the Bodo Territorial Council area and 1,500 crore rupees has been sanctioned for its fast development.", }, vocabularyMap: [ { hindi: "नेतृत्व वाली", english: "Led by", usage: "BJP-led" }, { hindi: "सर्वांगीण विकास", english: "All-round development", usage: "Holistic growth" }, { hindi: "तीव्र", english: "Fast / Rapid", usage: "Speed of execution" }, { hindi: "मंजूर", english: "Sanctioned / Approved", usage: "Official clearance" } ], grammarTips: [ "Use 'Has been working' to denote an ongoing action from the past.", "The phrase 'Sanctioned' is preferred over 'Given' for official government funds.", "Ensure 'Bodo Territorial Council' is capitalized as a proper noun." ], generateConsoleLog: function() { console.log(`Exercise: ${this.title}`); console.log(`Translate this: ${this.content.hindiSource}`); console.log(`Correct Answer: ${this.content.englishTarget}`); } }; // To view the exercise in your browser console: translationExercise.generateConsoleLog();

कोई टिप्पणी नहीं:

एक टिप्पणी भेजें