adambakondi commented on code in PR #62625:
URL: https://github.com/apache/airflow/pull/62625#discussion_r2895795038
##########
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",
+ "successTitle": "XCom hozzáadva",
+ "title": "XCom hozzáadása"
+ },
"columns": {
"dag": "Dag",
"key": "Kulcs",
"value": "Érték"
},
- "title": "XCom"
+ "delete": {
+ "error": "Nem sikerült törölni az XCom-ot",
Review Comment:
```suggestion
"error": "XCom törlése sikertelen",
```
--
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]