From 285343218bf740bc74bed36a8edfd83ad98a0885 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 28 Jan 2026 15:33:59 +0100 Subject: [PATCH] added translations Signed-off-by: Stephan Richter --- translations/src/main/resources/de.json | 1 + translations/src/main/resources/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/translations/src/main/resources/de.json b/translations/src/main/resources/de.json index 5174dd6d..29a9a3ec 100644 --- a/translations/src/main/resources/de.json +++ b/translations/src/main/resources/de.json @@ -278,6 +278,7 @@ "saved": "gespeichert", "save_object": "{object} speichern", "search": "Suche", + "searching…": "suche…", "select_company" : "Wählen Sie eine ihrer Firmen:", "select_customer": "Kunde auswählen", "select_property": "Eigenschaft auswählen", diff --git a/translations/src/main/resources/en.json b/translations/src/main/resources/en.json index 388d2a41..b2edce0e 100644 --- a/translations/src/main/resources/en.json +++ b/translations/src/main/resources/en.json @@ -278,6 +278,7 @@ "saved": "saved", "save_object": "save {object}", "search": "search", + "searching…": "searhcing…", "select_company" : "select on of you companies:", "select_customer": "select customer", "select_property": "select property",