Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #62 from ulich/patch-1
Browse files Browse the repository at this point in the history
Consistent use of the informal speech for german
  • Loading branch information
dmhacker authored Sep 25, 2019
2 parents c95a268 + fb4db19 commit a9c8352
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/util/responses.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ let messages = {
},
"de-DE": {
"NO_RESULTS_FOUND": "Keine Ergebnisse auf Youtube gefunden.",
"ASK_TO_PLAY": "Ich habe ein Video mit dem Namen {0} gefunden. Möchten Sie, dass ich es spiele?",
"ASK_TO_CONTINUE": "Download läuft noch. Möchten Sie gerne warten?",
"ASK_TO_PLAY": "Ich habe ein Video mit dem Namen {0} gefunden. Möchtest du, dass ich es spiele?",
"ASK_TO_CONTINUE": "Download läuft noch. Möchtest du gerne warten?",
"NOW_PLAYING": "Ich spiele jetzt {0}.",
"NOTHING_TO_RESUME": "Sie spielen derzeit nichts.",
"NOTHING_TO_REPEAT": "Sie haben kein Video zum Abspielen ausgewählt.",
"NOTHING_TO_RESUME": "Du spielst derzeit kein Video ab.",
"NOTHING_TO_REPEAT": "Du hast kein Video zum Abspielen ausgewählt.",
"LOOP_ON_TRIGGERED": "Ich werde deine Auswahl unendlich wiederholen.",
"LOOP_OFF_TRIGGERED": "Ich werde deine Auswahl nicht mehr wiederholen.",
"REPEAT_TRIGGERED": "Ich werde deine Auswahl einmal wiederholen.",
Expand Down

0 comments on commit a9c8352

Please sign in to comment.