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

Commit

Permalink
Consistent use of the informal speech for german
Browse files Browse the repository at this point in the history
The german response messages were a mixture of formal (Sie) and informal (du). I changed everything to be consistently using the informal language. At least for me, Alexa was always talking to me in the informal way.
  • Loading branch information
ulich authored Mar 16, 2019
1 parent 4dfa554 commit fb4db19
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 fb4db19

Please sign in to comment.