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 <[email protected]>
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,
   "Rename the changed fields": null,
   "Rename the fields with changed data types by using the \"Field Renamer\" 
data processor": null,
+  "Rename these fields before continuing:": null,
   "Reorder asset": null,
   "Repeat password": null,
   "Replace existing": null,
@@ -1120,6 +1125,7 @@
   "There was an error while resetting your password.": null,
   "These are default values - to use features such as email you need to store 
these values once.": null,
   "These elements can't be connected.": null,
+  "These fields should be renamed:": null,
   "This action cannot be reversed!": null,
   "This action cannot be undone!": null,
   "This adapter is used by": null,
diff --git a/ui/deployment/i18n/pl.json b/ui/deployment/i18n/pl.json
index b869395523..9ad6933e84 100644
--- a/ui/deployment/i18n/pl.json
+++ b/ui/deployment/i18n/pl.json
@@ -456,6 +456,8 @@
   "Field description": "Opis pola",
   "Field label": "Etykieta pola",
   "Field name": "Nazwa pola",
+  "Field name recommendation": "Zalecenie dotyczące nazw pól",
+  "Field names cannot contain": "Nazwy pól nie mogą zawierać",
   "Field runtime name": "Nazwa pola w środowisku wykonawczym",
   "Field settings": "Ustawienia pola",
   "Fields": "Pola",
@@ -566,9 +568,11 @@
   "Invalid JSON": "Nieprawidłowy JSON",
   "Invalid URI format.": "Nieprawidłowy format URI.",
   "Invalid configuration for": "Nieprawidłowa konfiguracja dla",
+  "Invalid field names": "Nieprawidłowe nazwy pól",
   "Invalid pipeline: Modify to fix problems": "Nieprawidłowy strumień: 
zmodyfikuj, aby naprawić problemy",
   "Invert progress semantics": "Odwróć logikę postępu",
   "Issuer": "Wystawca",
+  "It is recommended to use a consistent naming convention for field names 
without special characters, except": "Zaleca się stosowanie spójnej konwencji 
nazewnictwa pól bez znaków specjalnych, z wyjątkiem",
   "Items per page": "Elementów na stronę",
   "JWT Signature": "Podpis JWT",
   "Java Runtime Name": "Nazwa srodowiska Java Runtime",
@@ -602,11 +606,11 @@
   "Last 15 min": "Ostatnie 15 minut",
   "Last Login": "Ostatnie logowanie",
   "Last event": "Ostatnie zdarzenie",
-  "Last updated": "Ostatnia aktualizacja",
   "Last message": "Ostatnia wiadomość",
   "Last modified": "Ostatnia modyfikacja",
   "Last published message": "Ostatnio opublikowana wiadomość",
   "Last seen:": "Ostatnio widziano:",
+  "Last updated": "Ostatnia aktualizacja",
   "Latitude": "Szerokość geograficzna",
   "Layer type": "Typ warstwy",
   "Leave entry empty": "Pozostaw puste",
@@ -876,6 +880,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\"",
+  "Rename these fields before continuing:": "Zmień nazwy tych pól przed 
kontynuowaniem:",
   "Reorder asset": "Zmień kolejność zasobu",
   "Repeat password": "Powtórz hasło",
   "Replace existing": "Zastąp istniejące",
@@ -1120,6 +1125,7 @@
   "There was an error while resetting your password.": "Wystąpił błąd podczas 
resetowania hasła.",
   "These are default values - to use features such as email you need to store 
these values once.": "To są wartości domyślne — aby używać funkcji, takich jak 
e-mail, musisz zapisać te wartości.",
   "These elements can't be connected.": "Tych elementów nie można połączyć.",
+  "These fields should be renamed:": "Należy zmienić nazwy tych pól:",
   "This action cannot be reversed!": "Tego działania nie można odwrócić!",
   "This action cannot be undone!": "Tego działania nie można cofnąć!",
   "This adapter is used by": "Ten adapter jest używany przez",

Reply via email to