BasPH commented on code in PR #58339:
URL: https://github.com/apache/airflow/pull/58339#discussion_r2529996770


##########
airflow-core/src/airflow/ui/public/i18n/locales/nl/hitl.json:
##########
@@ -1,5 +1,8 @@
 {
   "filters": {
+    "body": "Body",
+    "createdAtFrom": "Aangemaakt op vanaf",
+    "createdAtTo": "Aangemaakt op tot",

Review Comment:
   ```suggestion
       "createdAtFrom": "Aangemaakt vanaf",
       "createdAtTo": "Aangemaakt tot",
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/nl/hitl.json:
##########
@@ -12,11 +15,13 @@
   "requiredActionCount_other": "Vereiste acties ({{count}})",
   "requiredActionState": "Vereiste actie status",
   "response": {
+    "created": "Reactie aangemaakt op ",
     "error": "Reactie mislukt",
     "optionsDescription": "Kies je opties voor deze Task Instance",
     "optionsLabel": "Opties",
     "received": "Reactie ontvangen op ",
     "respond": "Reageer",
+    "responded_by_user_name": "Gereageerd door (Gebruikersnaam)",

Review Comment:
   ```suggestion
       "responded_by_user_name": "Gereageerd door (gebruikersnaam)",
   ```



##########
airflow-core/src/airflow/ui/public/i18n/locales/nl/hitl.json:
##########
@@ -12,11 +15,13 @@
   "requiredActionCount_other": "Vereiste acties ({{count}})",
   "requiredActionState": "Vereiste actie status",
   "response": {
+    "created": "Reactie aangemaakt op ",

Review Comment:
   ```suggestion
       "created": "Reactie aangemaakt op",
   ```



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