vatsrahul1001 commented on code in PR #62130:
URL: https://github.com/apache/airflow/pull/62130#discussion_r2825679537


##########
airflow-core/src/airflow/ui/public/i18n/locales/hi/browse.json:
##########
@@ -12,11 +12,35 @@
     "title": "ऑडिट लॉग"
   },
   "xcom": {
+    "add": {
+      "error": "XCom जोड़ने में विफल",
+      "errorTitle": "त्रुटि",
+      "success": "XCom सफलतापूर्वक जोड़ा गया",
+      "successTitle": "XCom जोड़ा गया",
+      "title": "XCom जोड़ें"
+    },
     "columns": {
       "dag": "डैग",
       "key": "कुंजी",
       "value": "मान"
     },
-    "title": "XCom"
+    "delete": {
+      "error": "XCom हटाने में विफल",
+      "errorTitle": "त्रुटि",
+      "success": "XCom सफलतापूर्वक हटा दिया गया",
+      "successTitle": "XCom हटा दिया गया",
+      "title": "XCom हटाएं",
+      "warning": "क्या आप वाकई इस XCom को हटाना चाहते हैं? यह क्रिया पूर्ववत 
नहीं की जा सकती।"
+    },
+    "edit": {
+      "error": "XCom अपडेट करने में विफल",
+      "errorTitle": "त्रुटि",
+      "success": "XCom सफलतापूर्वक अपडेट किया गया",
+      "successTitle": "XCom अपडेट किया गया",
+      "title": "XCom संपादित करें"

Review Comment:
   Thanks for the review @Prab-27! I appreciate the suggestions for pure Hindi 
alternatives. However, I have followed the industry-standard approach used by 
tech companies in their Hindi localizations - using commonly understood 
transliterated terms like "अपडेट".



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to