This is an automated email from the ASF dual-hosted git repository. SvenO3 pushed a commit to branch 4565-display-field-data-types-in-adapter-details-page in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 6f69a01382ff82ba7bf58ceae088a5e1c44f6fb2 Author: Sven Oehler <[email protected]> AuthorDate: Thu Jun 18 14:41:01 2026 +0200 Add translations --- ui/deployment/i18n/de.json | 1 + ui/deployment/i18n/en.json | 1 + ui/deployment/i18n/pl.json | 1 + 3 files changed, 3 insertions(+) diff --git a/ui/deployment/i18n/de.json b/ui/deployment/i18n/de.json index da3470b010..684f06474f 100644 --- a/ui/deployment/i18n/de.json +++ b/ui/deployment/i18n/de.json @@ -287,6 +287,7 @@ "Data Sinks": "Datensenken", "Data Stream": "Datenstrom", "Data Streams": "Datenströme", + "Data Type": "Datentyp", "Data Zoom": "Zoom", "Data preview": "Datenvorschau", "Data type": "Datentyp", diff --git a/ui/deployment/i18n/en.json b/ui/deployment/i18n/en.json index 2600d4fae4..e31a855d66 100644 --- a/ui/deployment/i18n/en.json +++ b/ui/deployment/i18n/en.json @@ -287,6 +287,7 @@ "Data Sinks": null, "Data Stream": null, "Data Streams": null, + "Data Type": null, "Data Zoom": null, "Data preview": null, "Data type": null, diff --git a/ui/deployment/i18n/pl.json b/ui/deployment/i18n/pl.json index e2f55e67af..e86a27129f 100644 --- a/ui/deployment/i18n/pl.json +++ b/ui/deployment/i18n/pl.json @@ -287,6 +287,7 @@ "Data Sinks": "Odbiorniki danych", "Data Stream": "Strumień danych", "Data Streams": "Strumienie danych", + "Data Type": "Typ danych", "Data Zoom": "Powiększenie danych", "Data preview": "Podgląd danych", "Data type": "Typ danych",
