We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdc0d4 commit fe034bdCopy full SHA for fe034bd
airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json
@@ -39,6 +39,11 @@
39
"viewInExternal": "Protokoll in {{name}} (Versuch {{attempt}}) ansehen",
40
"warning": "WARNING"
41
},
42
+ "navigation": {
43
+ "jump": "Springen: Umschalttaste+{{arrow}}",
44
+ "navigation": "Navigation: {{arrow}}",
45
+ "toggleGroup": "Gruppen umschalten: Leertaste"
46
+ },
47
"overview": {
48
"buttons": {
49
"failedRun_one": "Fehlgeschlagener Lauf",
airflow-core/src/airflow/ui/public/i18n/locales/de/hitl.json
@@ -19,5 +19,6 @@
19
"rejectionReceived": "Ablehnung erhalten",
20
"responseReceived": "Antwort erhalten",
21
"responseRequired": "Antwort erforderlich"
22
- }
23
+ "subject": "Betreff"
24
}
0 commit comments