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/
This commit is contained in:
mcliquid 2023-11-14 12:09:44 +00:00 committed by Hosted Weblate
parent 2835f28398
commit f08e033baa
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -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"
},