From b6afbb0321c2e63d8d9bc2753bf35133f10f0cd1 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Mon, 21 Apr 2025 21:44:42 +0200 Subject: [PATCH] chore: add more german translations (#1153) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, mapunik works great for editing styles. Thanks for the tooling ❤️ When launching mapuntik in the german version, there a bunch of warnings in the log that come from untranslated strings. This fixes a few of them and also runs the translation script. The translation script is unable to find the strings to be translated, unsure how this works. ![image](https://github.com/user-attachments/assets/cbc8614d-f3c2-4519-bec1-a5dd5c573d5f) ## Launch Checklist - [x] Briefly describe the changes in this PR. - [ ] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: Harel M --- src/locales/de/translation.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/locales/de/translation.json b/src/locales/de/translation.json index 435d9b04..8d4bcf30 100644 --- a/src/locales/de/translation.json +++ b/src/locales/de/translation.json @@ -184,6 +184,21 @@ "API key for Stadia Maps.": "API-Schlüssel für Stadia Maps.", "Style Renderer": "Stil-Renderer", "Choose the default Maputnik renderer for this style.": "Wähle den Standard-Renderer für diesen Stil aus.", + "Paint properties": "Darstellungseigenschaften", + "Opacity": "Deckkraft", + "Radius": "Radius", + "Text paint properties": "Text-Darstellungseigenschaften", + "Icon paint properties": "Icon-Darstellungseigenschaften", + "Text layout properties": "Text-Layouteigenschaften", + "Icon layout properties": "Icon-Layouteigenschaften", + "General layout properties": "Allgemeine Layouteigenschaften", + "Color": "Farbe", + "Outline color": "Umrissfarbe", "Language": "Sprache", + "Layout properties": "Layouteigenschaften", + "Width": "Breite", + "Height": "Höhe", + "Field": "Feld", + "Size": "Größe", "Press <1>ESC to lose focus of any input box": "Drück <1>ESC, um den Fokus von jedem Eingabefeld zu verlieren" }