jscheffl commented on code in PR #68385:
URL: https://github.com/apache/airflow/pull/68385#discussion_r3408593629


##########
airflow-core/src/airflow/ui/public/i18n/locales/hu/dag.json:
##########
@@ -104,8 +145,8 @@
     "buttons": {
       "options": "Beállítások",
       "showGantt": "Gantt-diagram megjelenítése",
-      "showGraphShortcut": "Gráf megjelenítése (Press g)",
-      "showGridShortcut": "Rács megjelenítése (Press g)"
+      "showGraphShortcut": "Gráf megjelenítése (g megnyomása)",
+      "showGridShortcut": "Rács megjelenítése (g megnyomása)"

Review Comment:
   This is used on the top-left in the Grid/Graph view, char "g" switches the 
view.
   
   So if you are in here and press "g":
   <img width="393" height="445" alt="image" 
src="https://github.com/user-attachments/assets/3cfe6243-2f47-4354-af12-89473a6382b0";
 />
   
   ...it gets to graph view and there you can press "g" again to get back:
   <img width="629" height="575" alt="image" 
src="https://github.com/user-attachments/assets/ae20ed5d-7662-449f-9835-b4060e2af5fb";
 />
   



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