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" + } +}