From 668334d1393a651154ccc296a5ec5b0f18e48245 Mon Sep 17 00:00:00 2001 From: mattreim <80219712+mattreim@users.noreply.github.com> Date: Fri, 16 Aug 2024 15:32:40 +0200 Subject: [PATCH] Add German translation --- interface/src/i18n/de/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/interface/src/i18n/de/index.ts b/interface/src/i18n/de/index.ts index b065d8824..97275df0b 100644 --- a/interface/src/i18n/de/index.ts +++ b/interface/src/i18n/de/index.ts @@ -331,9 +331,9 @@ const de: Translation = { RENAME: 'Umbenennen', ENABLE_MODBUS: 'Modbus aktivieren', VIEW_LOG: 'Sehen Sie sich das Protokoll an, um Probleme zu diagnostizieren', - UPLOAD_DRAG: 'drag and drop a file here or click to select one', // TODO translate - SERVICES: 'Services', // TODO translate - ALLVALUES: 'All Values' // TODO translate + UPLOAD_DRAG: 'Ziehen Sie eine Datei hierher oder klicken Sie, um eine auszuwählen', // TODO translate + SERVICES: 'Dienstleistungen', // TODO translate + ALLVALUES: 'Alle Werte' // TODO translate }; export default de;