From 23ea92f124330249ec297686a7be231e1073e671 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 780b890..ef20ff2 100644 --- a/src/components/NewPlaylist.vue +++ b/src/components/NewPlaylist.vue @@ -462,14 +462,14 @@ onMounted(async () => { diff --git a/src/locales/de.json b/src/locales/de.json index 35acafd..a6f83a6 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -88,8 +88,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 1adba16..b69fc67 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -91,6 +91,10 @@ "currentPlaylist": "Current Playlist", "loop": "Loop" }, + "general": { + "username": "username", + "password": "password" + }, "countries": { "AE": "United Arab Emirates", "AR": "Argentina",