This is an automated email from the ASF dual-hosted git repository. JHoelli pushed a commit to branch 1358-harmonize-resource-creation-workflow-for-connect in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 42e437c599f07b79e45d1b242f3b8b1f4c320149 Author: Jacqueline Höllig <[email protected]> AuthorDate: Fri Jul 10 06:51:30 2026 +0000 translations --- ui/deployment/i18n/de.json | 7 +++---- ui/deployment/i18n/en.json | 7 +++---- ui/deployment/i18n/pl.json | 7 +++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/ui/deployment/i18n/de.json b/ui/deployment/i18n/de.json index 9a5288c723..293bf8a50c 100644 --- a/ui/deployment/i18n/de.json +++ b/ui/deployment/i18n/de.json @@ -643,6 +643,7 @@ "Mail Template": "Mail-Vorlage", "Make available to all users with appropriate role": "Allen Benutzern mit entsprechender Rolle zur Verfügung stellen", "Manage": "Verwalten", + "Manage Adapter ": "Adapter verwalten ", "Manage Asset ": "Asset verwalten ", "Manage Chart ": "Diagramm verwalten", "Manage Dashboard ": "Dashboard verwalten", @@ -654,7 +655,6 @@ "Manage datasets": "Datensätze verwalten", "Manage links": "Verwalten von Links", "Manage permissions": "Berechtigungen verwalten", - "Manage permissions for adapter ": "Berechtigungen für Adapter verwalten", "Manage permissions for dataset ": "Berechtigungen für Datensatz verwalten", "Manage permissions for pipeline element {{name}}": "Berechtigungen für Pipeline-Element {{name}} verwalten", "Manage roles": "Rollen verwalten", @@ -1004,9 +1004,8 @@ "Show Last Seen Timestamp": "Letzten Zeitstempel anzeigen", "Show Pointer": "Zeiger anzeigen", "Show Value in Traffic Light": "Wert anzeigen", + "Show as Code": "Code anzeigen", "Show asset": "Asset anzeigen", - "Show code": "Code anzeigen", - "Show code to programmatically deploy this adapter over the API": "Code anzeigen, um diesen Adapter programmatisch über die API einzusetzen", "Show delta indicator": "Delta-Indikator anzeigen", "Show details": "Details anzeigen", "Show documentation": "Dokumentation anzeigen", @@ -1336,4 +1335,4 @@ "waiting": "Warten", "{{ widgetTitle }} Clone": "{{ widgetTitle }} Kopie", "{{action}} {{ current }} of {{ total }} ({{ name }})...{{ status }}": "{{action}} {{ current }} von {{ total }} ({{name}})...{{ status }}" -} +} \ No newline at end of file diff --git a/ui/deployment/i18n/en.json b/ui/deployment/i18n/en.json index a2a0063823..f7ee6efcca 100644 --- a/ui/deployment/i18n/en.json +++ b/ui/deployment/i18n/en.json @@ -643,6 +643,7 @@ "Mail Template": null, "Make available to all users with appropriate role": null, "Manage": null, + "Manage Adapter ": null, "Manage Asset ": null, "Manage Chart ": null, "Manage Dashboard ": null, @@ -654,7 +655,6 @@ "Manage datasets": null, "Manage links": null, "Manage permissions": null, - "Manage permissions for adapter ": null, "Manage permissions for dataset ": null, "Manage permissions for pipeline element {{name}}": "Manage permissions for pipeline element {{name}}", "Manage roles": null, @@ -1004,9 +1004,8 @@ "Show Last Seen Timestamp": null, "Show Pointer": null, "Show Value in Traffic Light": null, + "Show as Code": null, "Show asset": null, - "Show code": null, - "Show code to programmatically deploy this adapter over the API": null, "Show delta indicator": null, "Show details": null, "Show documentation": null, @@ -1336,4 +1335,4 @@ "waiting": null, "{{ widgetTitle }} Clone": "{{ widgetTitle }} Clone", "{{action}} {{ current }} of {{ total }} ({{ name }})...{{ status }}": "{{action}} {{ current }} of {{ total }} ({{name}})...{{ status }}" -} +} \ No newline at end of file diff --git a/ui/deployment/i18n/pl.json b/ui/deployment/i18n/pl.json index a54c8b4a4a..9863dcf111 100644 --- a/ui/deployment/i18n/pl.json +++ b/ui/deployment/i18n/pl.json @@ -643,6 +643,7 @@ "Mail Template": "Szablon wiadomości", "Make available to all users with appropriate role": "Udostępnij wszystkim użytkownikom z odpowiednią rolą", "Manage": "Zarządzanie", + "Manage Adapter ": "Zarządzaj adapterem ", "Manage Asset ": "Zarządzanie aktywami ", "Manage Chart ": "Zarządzaj wykresem", "Manage Dashboard ": "Zarządzaj pulpitem nawigacyjnym", @@ -654,7 +655,6 @@ "Manage datasets": "Zarządzaj zestawami danych", "Manage links": "Zarządzaj linkami", "Manage permissions": "Zarządzaj uprawnieniami", - "Manage permissions for adapter ": "Zarządzaj uprawnieniami dla adaptera ", "Manage permissions for dataset ": "Zarządzaj uprawnieniami dla zbioru danych ", "Manage permissions for pipeline element {{name}}": "Zarządzaj uprawnieniami dla elementu strumienia {{name}}", "Manage roles": "Zarządzaj rolami", @@ -1004,9 +1004,8 @@ "Show Last Seen Timestamp": "Pokaż znacznik czasu ostatniego wystąpienia", "Show Pointer": "Pokaż wskaźnik", "Show Value in Traffic Light": "Pokaż wartość na sygnalizatorze", + "Show as Code": "Pokaż jako kod", "Show asset": "Pokaż zasób", - "Show code": "Pokaż kod", - "Show code to programmatically deploy this adapter over the API": "Pokaż kod do programowego wdrożenia tego adaptera przez API", "Show delta indicator": "Pokaż wskaźnik zmiany", "Show details": "Pokaż szczegóły", "Show documentation": "Pokaż dokumentację", @@ -1336,4 +1335,4 @@ "waiting": "oczekiwanie", "{{ widgetTitle }} Clone": "Kopia {{ widgetTitle }}", "{{action}} {{ current }} of {{ total }} ({{ name }})...{{ status }}": "{{action}} {{ current }} z {{ total }} ({{ name }})...{{ status }}" -} +} \ No newline at end of file
