(streampipes) 02/02: Add translations

2026-07-08 Thread riemer
This is an automated email from the ASF dual-hosted git repository.

dominikriemer pushed a commit to branch 
add-running-instance-dialog-registered-services
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 699bd0f32d1e33cd4d58feafc5fb7eceee5056d0
Author: Dominik Riemer 
AuthorDate: Wed Jul 8 10:10:03 2026 +0200

Add translations
---
 .../monitoring/ExtensionInstanceRemovalService.java| 18 --
 ui/deployment/i18n/de.json |  8 ++--
 ui/deployment/i18n/en.json |  8 ++--
 ui/deployment/i18n/pl.json |  8 ++--
 ...sions-service-running-instances-dialog.component.ts | 14 +-
 5 files changed, 31 insertions(+), 25 deletions(-)

diff --git 
a/streampipes-health-monitoring/src/main/java/org/apache/streampipes/health/monitoring/ExtensionInstanceRemovalService.java
 
b/streampipes-health-monitoring/src/main/java/org/apache/streampipes/health/monitoring/ExtensionInstanceRemovalService.java
index 1fa612fbc8..09a37c86eb 100644
--- 
a/streampipes-health-monitoring/src/main/java/org/apache/streampipes/health/monitoring/ExtensionInstanceRemovalService.java
+++ 
b/streampipes-health-monitoring/src/main/java/org/apache/streampipes/health/monitoring/ExtensionInstanceRemovalService.java
@@ -33,6 +33,8 @@ import 
org.apache.streampipes.storage.api.system.IExtensionsServiceStorage;
 import org.apache.streampipes.svcdiscovery.api.model.SpServiceUrlProvider;
 
 import com.fasterxml.jackson.core.JsonProcessingException;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 import java.io.IOException;
 import java.util.Objects;
@@ -40,6 +42,8 @@ import java.util.stream.Stream;
 
 public class ExtensionInstanceRemovalService {
 
+  private static final Logger LOG = 
LoggerFactory.getLogger(ExtensionInstanceRemovalService.class);
+
   private final IExtensionsServiceStorage extensionsServiceStorage;
   private final ResourceProvider resourceProvider;
   private final ExtensionServiceRequestManager extensionRequestManager;
@@ -64,11 +68,21 @@ public class ExtensionInstanceRemovalService {
 ).getRunningInstances(serviceId);
 
 for (var adapter : runningInstances.adapters()) {
-  removeAdapterInstance(serviceId, adapter.instanceId());
+  try {
+removeAdapterInstance(serviceId, adapter.instanceId());
+  } catch (IOException e) {
+LOG.warn("Could not remove adapter instance {} from service {} during 
bulk removal",
+adapter.instanceId(), serviceId, e);
+  }
 }
 
 for (var pipelineElement : runningInstances.pipelineElements()) {
-  removePipelineElementInstance(serviceId, pipelineElement.instanceId());
+  try {
+removePipelineElementInstance(serviceId, pipelineElement.instanceId());
+  } catch (IOException e) {
+LOG.warn("Could not remove pipeline element instance {} from service 
{} during bulk removal",
+pipelineElement.instanceId(), serviceId, e);
+  }
 }
   }
 
diff --git a/ui/deployment/i18n/de.json b/ui/deployment/i18n/de.json
index 5f37866fe6..9a5288c723 100644
--- a/ui/deployment/i18n/de.json
+++ b/ui/deployment/i18n/de.json
@@ -221,7 +221,6 @@
   "Configure labels which can be assigned to assets and other resources": 
"Labels konfigurieren, die Assets und anderen Ressourcen zugewiesen werden 
können",
   "Configure schema": "Schema konfigurieren",
   "Configure trusted and rejected OPC-UA certificates": "Konfiguration der 
vertrauenswürdigen und abgelehnten OPC-UA Zertifikate",
-  "Configured": "Konfiguriert",
   "Confirm password": "Passwort bestätigen",
   "Connect Adapter": "Adapter anschließen",
   "Connection could not be established.": "Die Verbindung konnte nicht 
hergestellt werden.",
@@ -335,13 +334,13 @@
   "Delete the dataset entirely. All historical data is lost!": "Löschen Sie 
den Datensatz vollständig. Alle historischen Daten gehen verloren!",
   "Delete user": "Benutzer löschen",
   "Deleted fields": "Gelöschte Felder",
+  "Deleted instances of active pipelines or adapters will be redeployed by the 
health check.": "Gelöschte Instanzen aktiver Pipelines oder Adapter werden 
durch den Health Check erneut bereitgestellt.",
   "Deleting data...": "Daten löschen...",
   "Deleting pipeline...": "Löschen der Pipeline...",
   "Delimiter": "Trennzeichen",
   "Delta font size": "Delta-Schriftgröße",
   "Depending on number and size of exported files, this might take a 
while...": "Je nach Anzahl und Größe der exportierten Dateien kann dies eine 
Weile dauern...",
   "Description": "Beschreibung",
-  "Deselect All": "Alle abwählen",
   "Deselect all": "Alle abwählen",
   "Details": "Einzelheiten",
   "Dialog Title": "Dialogfeld",
@@ -773,9 +772,6 @@
   "Order": "Sortieren",
   "Original": "Original",
   "Original (Parsed)": "Original (geparst)",
-  "Orphaned": "Verwaist",
-  "Orphaned adapter instance": "Verwaiste Adapterinstanz",
-  "Orphaned pipeline element

(streampipes) 02/02: Add translations

2026-06-26 Thread oehler
This is an automated email from the ASF dual-hosted git repository.

SvenO3 pushed a commit to branch 
4466-add-validation-and-naming-warnings-for-property-field-names-in-adapter-schema-configuration
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 4b5751de30eca0708409de0302fd42f785bbfacf
Author: Sven Oehler 
AuthorDate: Fri Jun 26 10:01:23 2026 +0200

Add translations
---
 ui/deployment/i18n/de.json | 8 +++-
 ui/deployment/i18n/en.json | 8 +++-
 ui/deployment/i18n/pl.json | 8 +++-
 3 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/ui/deployment/i18n/de.json b/ui/deployment/i18n/de.json
index 569efd5889..bdba2faf6d 100644
--- a/ui/deployment/i18n/de.json
+++ b/ui/deployment/i18n/de.json
@@ -456,6 +456,8 @@
   "Field description": "Feldbeschreibung",
   "Field label": "Feldname",
   "Field name": "Name des Feldes",
+  "Field name recommendation": "Empfehlung für Feldnamen",
+  "Field names cannot contain": "Feldnamen dürfen Folgendes nicht enthalten",
   "Field runtime name": "Feld-Laufzeitname",
   "Field settings": "Feldeinstellungen",
   "Fields": "Felder",
@@ -566,9 +568,11 @@
   "Invalid JSON": "Ungültiges JSON",
   "Invalid URI format.": "Ungültiges URI-Format.",
   "Invalid configuration for": "Ungültige Konfiguration für",
+  "Invalid field names": "Ungültige Feldnamen",
   "Invalid pipeline: Modify to fix problems": "Ungültige Pipeline: Ändern, um 
Probleme zu beheben",
   "Invert progress semantics": "Fortschrittslogik umkehren",
   "Issuer": "Aussteller",
+  "It is recommended to use a consistent naming convention for field names 
without special characters, except": "Es wird empfohlen, eine einheitliche 
Namenskonvention für Feldnamen ohne Sonderzeichen zu verwenden, außer",
   "Items per page": "Einträge pro Seite",
   "JWT Signature": "JWT-Signature",
   "Java Runtime Name": "Name der Java-Laufzeitumgebung",
@@ -602,11 +606,11 @@
   "Last 15 min": "Letzten 15 Minuten",
   "Last Login": "Letzte Anmeldung",
   "Last event": "Letztes Event",
-  "Last updated": "Zuletzt aktualisiert",
   "Last message": "Letzte Nachricht",
   "Last modified": "Zuletzt geändert",
   "Last published message": "Zuletzt veröffentlichte Nachricht",
   "Last seen:": "Zuletzt gesehen:",
+  "Last updated": "Zuletzt aktualisiert",
   "Latitude": "Breitengrad",
   "Layer type": "Kartentyp",
   "Leave entry empty": "Leer lassen",
@@ -876,6 +880,7 @@
   "Rename files": "Dateien umbenennen",
   "Rename the changed fields": "Geänderte Felder umbenennen",
   "Rename the fields with changed data types by using the \"Field Renamer\" 
data processor": "Benennen Sie die Felder mit geänderten Datentypen mit dem 
Datenprozessor \"Field Renamer\" um",
+  "Rename these fields before continuing:": "Benennen Sie diese Felder um, 
bevor Sie fortfahren:",
   "Reorder asset": "Asset neu anordnen",
   "Repeat password": "Passwort wiederholen",
   "Replace existing": "Vorhandene ersetzen",
@@ -1120,6 +1125,7 @@
   "There was an error while resetting your password.": "Beim Zurücksetzen 
Ihres Passworts ist ein Fehler aufgetreten.",
   "These are default values - to use features such as email you need to store 
these values once.": "Dies sind lediglich Platzhalter - um Funktionen wie 
E-Mails zu nutzen, müssen diese Werte einmal abspeichert werden.",
   "These elements can't be connected.": "Diese Elemente können nicht verbunden 
werden.",
+  "These fields should be renamed:": "Diese Felder sollten umbenannt werden:",
   "This action cannot be reversed!": "Diese Aktion kann nicht rückgängig 
gemacht werden!",
   "This action cannot be undone!": "Diese Aktion kann nicht rückgängig gemacht 
werden!",
   "This adapter is used by": "Dieser Adapter wird verwendet von",
diff --git a/ui/deployment/i18n/en.json b/ui/deployment/i18n/en.json
index 8a2a543fce..7148a3bb9d 100644
--- a/ui/deployment/i18n/en.json
+++ b/ui/deployment/i18n/en.json
@@ -456,6 +456,8 @@
   "Field description": null,
   "Field label": null,
   "Field name": null,
+  "Field name recommendation": null,
+  "Field names cannot contain": null,
   "Field runtime name": null,
   "Field settings": null,
   "Fields": null,
@@ -566,9 +568,11 @@
   "Invalid JSON": null,
   "Invalid URI format.": null,
   "Invalid configuration for": null,
+  "Invalid field names": null,
   "Invalid pipeline: Modify to fix problems": null,
   "Invert progress semantics": null,
   "Issuer": null,
+  "It is recommended to use a consistent naming convention for field names 
without special characters, except": null,
   "Items per page": null,
   "JWT Signature": null,
   "Java Runtime Name": null,
@@ -602,11 +606,11 @@
   "Last 15 min": null,
   "Last Login": null,
   "Last event": null,
-  "Last updated": null,
   "Last message": null,
   "Last modified": null,
   "Last published message": null,
   "Last seen:": null,
+  "Last updated": null,
   "Latitude": null,
   "Layer type": null,
   "Leave entry empty": null,
@@ -876,6 +880,7 @@
   "Rename files": null

(streampipes) 02/02: Add translations

2026-06-22 Thread oehler
This is an automated email from the ASF dual-hosted git repository.

SvenO3 pushed a commit to branch 
4568-allow-reordering-and-restructuring-of-assets-in-asset-view-edit-mode
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 7c13c5466a0f91b57155efbe043eceba3c5f5720
Author: Sven Oehler 
AuthorDate: Mon Jun 22 10:38:50 2026 +0200

Add translations
---
 ui/deployment/i18n/de.json | 1 +
 ui/deployment/i18n/en.json | 1 +
 ui/deployment/i18n/pl.json | 1 +
 .../asset-selection-panel/asset-selection-panel.component.ts   | 3 +--
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ui/deployment/i18n/de.json b/ui/deployment/i18n/de.json
index a5d72cf6a9..a141b0f864 100644
--- a/ui/deployment/i18n/de.json
+++ b/ui/deployment/i18n/de.json
@@ -871,6 +871,7 @@
   "Rename files": "Dateien umbenennen",
   "Rename the changed fields": "Geänderte Felder umbenennen",
   "Rename the fields with changed data types by using the \"Field Renamer\" 
data processor": "Benennen Sie die Felder mit geänderten Datentypen mit dem 
Datenprozessor \"Field Renamer\" um",
+  "Reorder asset": "Asset neu anordnen",
   "Repeat password": "Passwort wiederholen",
   "Replace existing": "Vorhandene ersetzen",
   "Replace existing documents with the same ID": "Vorhandene Dokumente mit 
derselben ID ersetzen",
diff --git a/ui/deployment/i18n/en.json b/ui/deployment/i18n/en.json
index f4b2ed0f2d..206d29360b 100644
--- a/ui/deployment/i18n/en.json
+++ b/ui/deployment/i18n/en.json
@@ -871,6 +871,7 @@
   "Rename files": null,
   "Rename the changed fields": null,
   "Rename the fields with changed data types by using the \"Field Renamer\" 
data processor": null,
+  "Reorder asset": null,
   "Repeat password": null,
   "Replace existing": null,
   "Replace existing documents with the same ID": null,
diff --git a/ui/deployment/i18n/pl.json b/ui/deployment/i18n/pl.json
index 4ff88dd0b2..a58df1f850 100644
--- a/ui/deployment/i18n/pl.json
+++ b/ui/deployment/i18n/pl.json
@@ -871,6 +871,7 @@
   "Rename files": "Zmień nazwy plików",
   "Rename the changed fields": "Zmień nazwy zmienionych pól",
   "Rename the fields with changed data types by using the \"Field Renamer\" 
data processor": "Zmień nazwy pól ze zmienionymi typami danych za pomocą 
procesora danych \"Field Renamer\"",
+  "Reorder asset": "Zmień kolejność zasobu",
   "Repeat password": "Powtórz hasło",
   "Replace existing": "Zastąp istniejące",
   "Replace existing documents with the same ID": "Zastąp istniejące dokumenty 
o tym samym ID",
diff --git 
a/ui/src/app/assets/components/asset-details/edit-asset/asset-selection-panel/asset-selection-panel.component.ts
 
b/ui/src/app/assets/components/asset-details/edit-asset/asset-selection-panel/asset-selection-panel.component.ts
index e018a4fbfa..bf96ff0479 100644
--- 
a/ui/src/app/assets/components/asset-details/edit-asset/asset-selection-panel/asset-selection-panel.component.ts
+++ 
b/ui/src/app/assets/components/asset-details/edit-asset/asset-selection-panel/asset-selection-panel.component.ts
@@ -301,10 +301,9 @@ export class SpAssetSelectionPanelComponent implements 
OnInit, OnDestroy {
 }
 
 private findAssetByDropListId(dropListId: string): SpAsset | undefined {
-const dropTarget = this.getAllAssets(this.assetModel).find(
+return this.getAllAssets(this.assetModel).find(
 node => this.getDropTargetId(node) === dropListId,
 );
-return dropTarget;
 }
 
 private scheduleHoverExpand(node: SpAsset): void {



(streampipes) 02/02: Add translations

2026-06-18 Thread oehler
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 
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",