From 10201bb6b1b13b5a3afa28d328477dc9ab0440a8 Mon Sep 17 00:00:00 2001 From: vrifox Date: Tue, 18 Jul 2023 17:10:07 +0200 Subject: [PATCH] add t/strings for username and password --- src/components/NewPlaylist.vue | 4 ++-- src/locales/de.json | 8 ++++++-- src/locales/en.json | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/NewPlaylist.vue b/src/components/NewPlaylist.vue index 42fc532..4168daa 100644 --- a/src/components/NewPlaylist.vue +++ b/src/components/NewPlaylist.vue @@ -412,14 +412,14 @@ onMounted(async () => { diff --git a/src/locales/de.json b/src/locales/de.json index f22ce27..acc3f2e 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -85,8 +85,12 @@ "void": "Keine Liedtexte" }, "statusBar": { - "currentPlaylist": "Aktuelle Wiedergabeliste", - "loop": "Schleife" + "currentPlaylist": "Aktuelle Wiedergabeliste", + "loop": "Schleife" + }, + "general": { + "username": "Benutzername", + "password": "Passwort" }, "countries": { "AE": "Vereinigte Arabische Emirate", diff --git a/src/locales/en.json b/src/locales/en.json index 728c5d6..3c36686 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -88,6 +88,10 @@ "currentPlaylist": "Current Playlist", "loop": "Loop" }, + "general": { + "username": "username", + "password": "password" + }, "countries": { "AE": "United Arab Emirates", "AR": "Argentina",