From 45b51262754e1cd2e71410dc8e71ad64a1030d64 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Tue, 21 May 2024 18:57:19 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 100.0% (1297 of 1297 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/de/ --- static/locales/de.client.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/locales/de.client.json b/static/locales/de.client.json index a7c03e2a..67fb9665 100644 --- a/static/locales/de.client.json +++ b/static/locales/de.client.json @@ -1642,5 +1642,14 @@ "Submit": "Einreichen", "Search": "Suchen", "Select...": "Wählen Sie..." + }, + "widgetTypesMap": { + "Calendar": "Kalender", + "Card": "Karte", + "Card List": "Kartenliste", + "Form": "Formular", + "Table": "Tabelle", + "Chart": "Diagramm", + "Custom": "Benutzerdefiniert" } }