Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"consumingDags": "Konsumierende Dags",
"consumingTasks": "Konsumierende Tasks",
"createEvent": {
"button": "Ereignis erstellen",
"manual": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"back": "Zurück",
"defaultMessage": "Ein unerwarteter Fehler ist aufgetreten",
"home": "Start",
"invalidUrl": "Seite nicht gefunden. Bitte überprüfen Sie die URL und versuchen Sie es erneut.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious, what the difference between invalidUrl and notFound? (rather unrelated to the German translation itself)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an improved/extended 404 error page introduced recently:
image
See airflow-core/src/airflow/ui/src/pages/Error.tsx

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! :)

"notFound": "Seite nicht gefunden",
"title": "Fehler"
},
Expand Down
Loading