adambakondi commented on code in PR #62625:
URL: https://github.com/apache/airflow/pull/62625#discussion_r2895792239


##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/browse.json:
##########
@@ -12,11 +12,35 @@
     "title": "Naplózás"
   },
   "xcom": {
+    "add": {
+      "error": "Nem sikerült hozzáadni az XCom-ot",

Review Comment:
   ```suggestion
         "error": "XCom hozzáadása sikertelen",
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/browse.json:
##########
@@ -12,11 +12,35 @@
     "title": "Naplózás"
   },
   "xcom": {
+    "add": {
+      "error": "Nem sikerült hozzáadni az XCom-ot",
+      "errorTitle": "Hiba",
+      "success": "Az XCom sikeresen hozzáadva",

Review Comment:
   ```suggestion
         "success": "XCom sikeresen hozzáadva",
   ```



-- 
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