adambakondi commented on code in PR #62625:
URL: https://github.com/apache/airflow/pull/62625#discussion_r2895798411
##########
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",
+ "errorTitle": "Hiba",
+ "success": "Az XCom sikeresen törölve",
+ "successTitle": "XCom törölve",
+ "title": "XCom törlése",
+ "warning": "Biztosan törölni szeretné ezt az XCom-ot? Ez a művelet nem
vonható vissza."
+ },
+ "edit": {
+ "error": "Nem sikerült frissíteni az XCom-ot",
Review Comment:
```suggestion
"error": "XCom frissítése 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",
+ "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",
+ "errorTitle": "Hiba",
+ "success": "Az XCom sikeresen törölve",
+ "successTitle": "XCom törölve",
+ "title": "XCom törlése",
+ "warning": "Biztosan törölni szeretné ezt az XCom-ot? Ez a művelet nem
vonható vissza."
+ },
+ "edit": {
+ "error": "Nem sikerült frissíteni az XCom-ot",
+ "errorTitle": "Hiba",
+ "success": "Az XCom sikeresen frissítve",
Review Comment:
```suggestion
"success": "XCom sikeresen frissítve",
```
--
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]