From defb5e3d7bb977cf3e7a763ff80f4107f3fed563 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 21 Jul 2026 21:27:18 +0200 Subject: [PATCH] added translations for document type "offer" 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 0be17a0d..60691d5d 100644 --- a/translations/src/main/resources/de.json +++ b/translations/src/main/resources/de.json @@ -278,6 +278,7 @@ "oidc_Login" : "Anmeldung mit OIDC", "old_password": "altes Passwort", + "offer": "Angebot", "option": "Option", "options": "Optionen", "organization": "Organisation", diff --git a/translations/src/main/resources/en.json b/translations/src/main/resources/en.json index fa4828a3..2f6a7493 100644 --- a/translations/src/main/resources/en.json +++ b/translations/src/main/resources/en.json @@ -278,6 +278,7 @@ "oidc_Login" : "Login via OIDC", "old_password": "old password", + "offer": "offer", "option": "option", "options": "options", "organization": "organization",