From 9ea15d2aac563bddea24a6e6be274b88181cefeb Mon Sep 17 00:00:00 2001 From: Justman10000 Date: Sun, 3 Oct 2021 17:13:01 +0000 Subject: [PATCH] Missing translation plus addition of missing strings --- src/lang/de.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/lang/de.js b/src/lang/de.js index d4374b5..7d882e1 100644 --- a/src/lang/de.js +++ b/src/lang/de.js @@ -7,7 +7,7 @@ const de = { by: 'von {artist}', in: 'in {album}', download_hint: 'Download', - play_hint: 'Play', + play_hint: 'Abspielen', toggle_download_tab_hint: 'Erweitern/Minimieren', clean_queue_hint: 'Vollständige entfernen', cancel_queue_hint: 'Alle abbrechen', @@ -206,11 +206,15 @@ const de = { question: 'Wie bekomme ich meine eigene ARL?', update: 'Update ARL' }, - logout: 'Logout' + logout: 'Ausloggen' + }, + loginWithCredentials: { + title: 'Mit Zugangsdaten einloggen', + login: 'Einloggen' }, appearance: { title: 'Design', - slimDownloadTab: 'schmaler Download-Tab' + slimDownloadTab: 'Schmaler Download-Tab' }, downloadPath: { title: 'Download Pfad'