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


##########
airflow-core/src/airflow/ui/public/i18n/locales/de/components.json:
##########
@@ -73,13 +73,15 @@
     "files_other": "{{count}} Dateien"
   },
   "flexibleForm": {
+    "durationPlaceholder": "Dauer im ISO-8601-Format (z.B. 'PT1H30M' für 1 
Stunde und 30 Minuten)",
     "placeholder": "Wählen Sie einen Wert",
     "placeholderArray": "Fügen Sie einen Eintrag pro Zeile um eine Liste zu 
erzeugen",
     "placeholderExamples": "Tippen Sie ein paar Buchstaben für Vorschläge",
     "placeholderMulti": "Wählen Sie einen oder mehrere Werte",
     "validationErrorArrayNotArray": "Die Daten sind keine Liste.",
     "validationErrorArrayNotNumbers": "Alle Elemente in der Liste müssen 
numerisch sein.",
     "validationErrorArrayNotObject": "Alle Elemente in der Liste müssen 
Objekte (Dictionary) sein.",
+    "validationErrorDuration": "Ungültiges ISO 8601 Format für die Angabe 
einer Dauer",

Review Comment:
   Very good!



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