From 3bff50871ffd1b918051ef8219a6cd5a8bd57984 Mon Sep 17 00:00:00 2001 From: luger16 Date: Sat, 2 Mar 2024 19:01:55 +0100 Subject: [PATCH] Translated using Weblate (German) Currently translated at 96.2% (232 of 241 strings) Co-authored-by: luger16 Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/de/ Translation: Spoolman/Web Client --- client/public/locales/de/common.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/public/locales/de/common.json b/client/public/locales/de/common.json index bde23f4..f12fece 100644 --- a/client/public/locales/de/common.json +++ b/client/public/locales/de/common.json @@ -305,11 +305,13 @@ "default_value": "Standardwert", "order": "Bestellung", "multi_choice": "Mehrfachauswahl", - "key": "Schlüssel" + "key": "Schlüssel", + "choices": "Auswahl" }, "field_type": { "text": "Text", - "float": "Dezimalzahl" + "float": "Dezimalzahl", + "integer": "Ganze Zahl" }, "boolean_true": "Ja", "boolean_false": "Nein",