Skip to content

Commit

Permalink
Merge pull request #1943 from mattreim/dev
Browse files Browse the repository at this point in the history
Add German translation
  • Loading branch information
proddy authored Aug 16, 2024
2 parents a889529 + 668334d commit d064651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interface/src/i18n/de/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit d064651

Please sign in to comment.