From f08e033baa2234462518db9985db507f59c8eca3 Mon Sep 17 00:00:00 2001 From: mcliquid Date: Tue, 14 Nov 2023 12:09:44 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (514 of 514 strings) Translation: MapComplete/Core Translate-URL: https://hosted.weblate.org/projects/mapcomplete/core/de/ --- langs/de.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/langs/de.json b/langs/de.json index 7ad20cda6..dd57056ef 100644 --- a/langs/de.json +++ b/langs/de.json @@ -628,6 +628,11 @@ "description": "eine Zahl", "feedback": "Dies ist keine Zahl" }, + "id": { + "description": "Ein Identifikator", + "invalidCharacter": "Eine ID darf nur Buchstaben, Ziffern und Unterstriche enthalten", + "shouldBeLonger": "Eine ID sollte mindestens 3 Zeichen lang sein" + }, "int": { "description": "eine ganze Zahl" },