diff --git a/src/locales/de.json b/src/locales/de.json index 1d3777d..7a0b5ce 100644 --- a/src/locales/de.json +++ b/src/locales/de.json @@ -144,7 +144,8 @@ "next": "Nächster", "play": "Abspielen", "pause": "Pausieren", - "shuffle": "Zufallswiedergabe" + "shuffle": "Zufallswiedergabe", + "repeat": "Wiederholen" }, "songs": { "title": "Titel", diff --git a/src/locales/en.json b/src/locales/en.json index 1f94b63..2239831 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -144,7 +144,8 @@ "next": "Next", "play": "Play", "pause": "Pause", - "shuffle": "Shuffle" + "shuffle": "Shuffle", + "repeat": "Repeat" }, "songs": { "title": "Songs",