This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 85c51cde18 fix(#3893): Fix translation bug in data lake configuration
(#3894)
85c51cde18 is described below
commit 85c51cde182d25e59232261e710636931a94c2ec
Author: Philipp Zehnder <[email protected]>
AuthorDate: Wed Nov 5 17:11:06 2025 +0100
fix(#3893): Fix translation bug in data lake configuration (#3894)
---
ui/deployment/i18n/de.json | 2 ++
ui/deployment/i18n/en.json | 2 ++
2 files changed, 4 insertions(+)
diff --git a/ui/deployment/i18n/de.json b/ui/deployment/i18n/de.json
index ea4c2c3ee3..cb3ad1b92f 100644
--- a/ui/deployment/i18n/de.json
+++ b/ui/deployment/i18n/de.json
@@ -691,6 +691,8 @@
"Do you really want to delete the export provider?": "Exportprovider
wirklich löschen?",
"This operation cannot be undone. Please ensure that the data provider is
not used in a datalake retention.": "Dieser Vorgang kann nicht rückgängig
gemacht werden. Bitte stellen Sie sicher, dass der Provider in keiner
Speicherrichtlinie verwendet wird.",
"Delete Data": "Daten löschen",
+ "Do you really want to delete the data index {{index}}?": "Möchten Sie die
Daten in {{index}} wirklich löschen?",
+ "Do you really want to truncate the data in {{index}}?": "Möchten Sie die
Daten in {{index}} wirklich leeren?",
"Truncate Data": "Daten leeren",
"Start Sync": "Synchronisierung starten",
"Delete Sync": "Sync löschen",
diff --git a/ui/deployment/i18n/en.json b/ui/deployment/i18n/en.json
index 15e983a5fa..779a67008c 100644
--- a/ui/deployment/i18n/en.json
+++ b/ui/deployment/i18n/en.json
@@ -855,6 +855,8 @@
"Email custom inner content (mandatory)": null,
"Truncating data...": null,
"Deleting data...": null,
+ "Do you really want to delete the data index {{index}}?": "Do you really
want to delete the data index {{index}}?",
+ "Do you really want to truncate the data in {{index}}?": "Do you really want
to truncate the data in {{index}}?",
"Truncate data": null,
"Delete data": null,
"Delete Export Provider": null,