-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Change texts to adapted versions.
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"instructions": "Ziel des Spiels ist es, eine möglichst hohe Summe zu erreichen. Decke die Zahlenkarten auf. Du hast %turns Spielzüge. Du darfst Karten mehrfach auswählen.", | ||
"draws": "Spielzüge übrig", | ||
"sum": "Summe", | ||
"restart": "Neustart", | ||
"final_result": "Endergebnis:", | ||
"result_better": "Das ist %percentage% <em>besser</em> als die durchschnittlich beste Strategie.", | ||
"result_worse": "Das ist %percentage% <em>schlechter</em> als die durchschnittlich beste Strategie.", | ||
"explanation_1": "Die beste Strategie hat zwei Phasen", | ||
"explanation_2": "<strong>Erforschen: </strong> Decke neue Zahlen auf.", | ||
"explanation_3": "<strong>Ausnutzen: </strong> Wähle immer wieder die höchste gefundene Zahl aus.", | ||
"explanation_4": "KIs lernen, indem sie abwechselnd Neues ausprobieren und das machen, was sie schon gut können. Wechselst du in deinem Leben manchmal auch zwischen diesen Strategien hin und her?", | ||
"analysis_chart_y_label": "Durchschnittssumme", | ||
"analysis_chart_x_label": "Anzahl der Erkundungsversuche", | ||
"play_again": "Spiel neu starten" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"instructions": "Flip cards to reveal numbers. You have %turns turns to reach the highest possible sum. You can select an already flipped card as many times as you want.", | ||
"draws": "turns left", | ||
"sum": "total", | ||
"restart": "Restart", | ||
"final_result": "Final result:", | ||
"result_better": "This is %percentage% <em>better</em> than the average best strategy.", | ||
"result_worse": "This is %percentage% <em>worse</em> than the average best strategy.", | ||
"explanation_1": "The best strategy has two phases:", | ||
"explanation_2": "<strong>Explore: </strong> Find new numbers.", | ||
"explanation_3": "<strong>Exploit: </strong> Repeatedly select the highest number found.", | ||
"explanation_4": "AIs learn by alternating between the best known action and exploring new possibilities. Do you ever alternate between these strategies in your life?\n", | ||
"analysis_chart_y_label": "Average sum", | ||
"analysis_chart_x_label": "Number of turns of exploration", | ||
"play_again": "Play again" | ||
} |