From 8e8380854e68169ae6d6f18b69e079e9178c7d5f Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 2 Nov 2023 03:58:29 +0100 Subject: [PATCH] Translated using Weblate (German) Currently translated at 1.3% (7 of 518 strings) Added translation using Weblate (German) Co-authored-by: Hosted Weblate Co-authored-by: Kobayashi Translate-URL: https://hosted.weblate.org/projects/feishin/translation/de/ Translation: feishin/Translation --- src/i18n/locales/de.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/i18n/locales/de.json diff --git a/src/i18n/locales/de.json b/src/i18n/locales/de.json new file mode 100644 index 00000000..664e5dc1 --- /dev/null +++ b/src/i18n/locales/de.json @@ -0,0 +1,11 @@ +{ + "action": { + "editPlaylist": "bearbeite $t(entity.playlist_one)", + "clearQueue": "warteschlange löschen", + "addToFavorites": "hinzufügen zu $t(entity.favorite_other)", + "addToPlaylist": "hinzufügen zu $t(entity.playlist_one)", + "createPlaylist": "erstelle $t(entity.playlist_one)", + "deletePlaylist": "lösche $t(entity.playlist_one)", + "deselectAll": "alle abwählen" + } +}